diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo index 2e7b5677b1a..d6f4251ac4f 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 656ca9fa623..7b8728de0fd 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-15 22:41+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" @@ -20,141 +20,269 @@ msgstr "" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "مجلد الاعدادات لا يحتوي على ملف conf.py (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "قسم %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "جدول %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r لتم يتم العثور عليه، لهذا تم تجاهلة" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "لا يمكن العثور على المجلد المصدر (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "لا يمكن ان يكون المجلد المصدر والمجلد الهدف متطابقين" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "تشغيل Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "يحتاج هذا المشروع على الاقل الى الاصدار %s من Sphinx وبالتالي لا يمكن بناءه باستخدام الاصدار الحالي" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:545 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "تحميل الترجمات [ %s ]" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "تم" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "غير متوفرة للرسائل الافتراضية المدمجة" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "فشل: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "لم يتم اختيار نوع البناء، تم استخدام نوع البناء الافتراضي: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +290,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,257 +303,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "مجلد الاعدادات لا يحتوي على ملف 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)." +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:399 +#: events.py:81 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Event %r already present" msgstr "" -#: config.py:411 +#: events.py:379 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" +msgid "Unknown event name: %s" +msgstr "حدث غير معروف: %s" -#: config.py:419 +#: events.py:424 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:442 +#: registry.py:167 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:496 +#: registry.py:171 #, python-format -msgid "No such config value: %r" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:524 +#: registry.py:187 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:561 +#: registry.py:197 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "Builder name %s not registered" msgstr "" -#: config.py:603 +#: registry.py:204 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s already registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:228 registry.py:249 registry.py:262 +#, python-format +msgid "domain %s not yet registered" msgstr "" -#: config.py:615 +#: registry.py:235 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:253 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:266 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:669 +#: registry.py:313 #, 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 object_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:344 #, python-format -msgid "Section %s" -msgstr "قسم %s" +msgid "The %r crossref_type is already registered" +msgstr "" -#: config.py:691 +#: registry.py:353 #, python-format -msgid "Fig. %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:363 #, python-format -msgid "Table %s" -msgstr "جدول %s" +msgid "source_parser for %r is already registered" +msgstr "" -#: config.py:693 +#: registry.py:372 #, python-format -msgid "Listing %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:393 +#, python-format +msgid "Translator for %r already exists" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:410 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:503 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:862 +#: registry.py:519 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r لتم يتم العثور عليه، لهذا تم تجاهلة" +msgid "math renderer %s is already registered" +msgstr "" -#: config.py:882 +#: registry.py:536 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: highlighting.py:170 +#: registry.py:550 +msgid "Original exception:\n" +msgstr "" + +#: registry.py:552 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:559 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:572 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:584 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:623 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: theming.py:282 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: theming.py:310 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: theming.py:335 theming.py:388 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: theming.py:339 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:343 theming.py:391 +#: roles.py:294 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:347 +#: roles.py:317 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:366 +#: roles.py:355 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "invalid RFC number %s" msgstr "" -#: events.py:77 +#: highlighting.py:170 #, python-format -msgid "Event %r already present" +msgid "Pygments lexer name %r is not known" msgstr "" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "حدث غير معروف: %s" - -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -440,1047 +533,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "الرجاء ادخال بعض النصوص" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "أدخل إما 'نعم' أو'لا'" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "أدخل امتداد الملف, مثلا '.rst' أو '.txt'" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[المصدر]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[المستندات]" - -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:273 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/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/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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:297 msgid "" -"====================== slowest reading durations =======================" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "اسم المشروع" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "اسم المؤلف(ون)" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" +#: cmd/quickstart.py:315 +msgid "Project version" +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 "" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "إصدار المشروع" -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: 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 "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "لغة المشروع" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "امتداد ملف المصدر" + +#: cmd/quickstart.py:349 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"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 "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:380 +#: cmd/quickstart.py:367 #, python-format -msgid "inline latex %r: %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:396 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:406 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "إنشاء Makefile ؟ (نعم / لا)" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "إنشاء ملف أوامر للويندوز؟ (نعم/لا)" -#: ext/coverage.py:452 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:473 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/imgconverter.py:44 +#: cmd/quickstart.py:519 #, 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:526 msgid "" -"convert exited with error:\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:530 #, 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" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:604 +msgid "Structure 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/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "اسم المشروع" -#: ext/todo.py:61 -msgid "Todo" -msgstr "" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "أسماء المؤلفين" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:660 +msgid "use epub" 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" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:216 +#: cmd/quickstart.py:670 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "enable %s extension" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" 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" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "إنشاء Makefile" + +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "إنشاء Batchfile ؟" + +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" 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." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "عرف متغير للقالب" + +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "مؤلف القسم:" +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: directives/other.py:207 -msgid "Code author: " -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 "" -#: directives/other.py:209 -msgid "Author: " -msgstr "المؤلف" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "بناء [mo]:" +#: cmd/build.py:212 +msgid "console output options" +msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" -msgstr "جميع ملفات المصدر" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "بناء [%s]" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:410 +#: cmd/build.py:357 #, python-format -msgid "%d found" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "التحقق من التوافق" - -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "تحديث البيئة:" - -#: builders/__init__.py:494 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "%s() (%s method)" msgstr "" -#: builders/__init__.py:531 +#: domains/javascript.py:186 #, 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 "%s() (class)" msgstr "" -#: builders/__init__.py:540 +#: domains/javascript.py:188 #, 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 "%s (global variable or constant)" msgstr "" -#: builders/__init__.py:551 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, 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:558 -#, 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:576 builders/__init__.py:592 -msgid "reading sources... " +msgid "%s (%s attribute)" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: domains/cpp/__init__.py:489 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "تجهيز المستندات" - -#: builders/__init__.py:731 -msgid "copying assets" +#: domains/c/__init__.py:365 domains/cpp/__init__.py:502 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: domains/c/__init__.py:371 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/epub3.py:84 +#: domains/javascript.py:371 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" - -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" - -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgid "%s (module)" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:941 +#: domains/javascript.py:416 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: domains/javascript.py:417 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:939 domains/javascript.py:418 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "كائن" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: domains/javascript.py:419 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: domains/javascript.py:420 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: domains/javascript.py:421 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/javascript.py:455 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "ملفات الXML موجودة في %(outdir)s" - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/__init__.py:322 #, python-format -msgid "error writing file %s: %s" +msgid "%s %s" msgstr "" -#: builders/xml.py:101 +#: domains/changeset.py:26 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:45 +#: domains/changeset.py:27 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgid "Changed in version %s" msgstr "" -#: builders/texinfo.py:89 +#: domains/changeset.py:28 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "Deprecated since version %s" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:29 #, python-format -msgid "processing %s" -msgstr "معالجة %s" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "نسخ الصور..." - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/math.py:73 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file Makefile: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:223 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%s (directive)" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +msgid "%s (role)" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "متغير بيئة العمل" -#: builders/_epub_base.py:591 +#: domains/rst.py:262 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" - -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/citation.py:75 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:92 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" +#: environment/__init__.py:87 +msgid "new config" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "قراءة القوالب" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: environment/__init__.py:88 +msgid "config changed" msgstr "" -#: 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" +#: environment/__init__.py:89 +msgid "extensions changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "كتابة ملفات إضافية" - -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:257 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:259 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:346 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:351 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:357 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:400 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:514 #, python-format -msgid "%b %d, %Y" -msgstr "" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:679 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:837 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:883 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:913 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1551,2670 +1461,2781 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:501 builders/latex/__init__.py:199 +#: transforms/__init__.py:133 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:206 domains/std/__init__.py:768 +#: domains/std/__init__.py:781 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "" - -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/latex.py:1120 writers/manpage.py:259 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:325 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:330 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:336 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:245 +#: writers/manpage.py:289 writers/text.py:945 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "[image: %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." +#: writers/manpage.py:290 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:384 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/nodes.py:490 +#: builders/latex/__init__.py:224 writers/latex.py:434 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "no Babel option known for language %r" msgstr "" -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: util/display.py:87 -msgid "failed" -msgstr "فشل" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" -#: util/osutil.py:131 -#, python-format +#: writers/latex.py:1200 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/docutils.py:309 +#: writers/latex.py:1230 #, python-format -msgid "unknown directive name: %s" +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 "" -#: util/docutils.py:345 +#: writers/latex.py:1626 #, python-format -msgid "unknown role name: %s" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/docutils.py:789 +#: writers/latex.py:1986 #, python-format -msgid "unknown node type: %r" +msgid "unknown index entry type %s found" msgstr "" -#: util/fileutil.py:76 -#, python-format +#: directives/patches.py:71 msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/rst.py:73 +#: directives/code.py:87 #, python-format -msgid "default role %s not found" +msgid "Invalid caption: %s" msgstr "" -#: util/inventory.py:147 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/inventory.py:166 +#: directives/code.py:216 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/code.py:235 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: 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" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/code.py:314 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "unimplemented node type: %r" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:361 +#: directives/other.py:156 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: directives/other.py:169 #, python-format -msgid "no Babel option known for language %r" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "مؤلف القسم:" -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "كاتب الكود:" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "المؤلف" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/todo.py:94 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/html5.py:431 +#: ext/todo.py:154 #, python-format -msgid "numfig_format is not defined for %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[المصدر]" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[المستندات]" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: domains/__init__.py:322 +#: ext/coverage.py:48 #, python-format -msgid "%s %s" +msgid "invalid regex %r in %s" msgstr "" -#: domains/math.py:73 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "module %s could not be imported: %s" msgstr "" -#: domains/javascript.py:182 +#: ext/coverage.py:148 #, python-format -msgid "%s() (built-in function)" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 -#, python-format -msgid "%s() (%s method)" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: domains/javascript.py:185 -#, python-format -msgid "%s() (class)" +#: 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 "" -#: domains/javascript.py:187 +#: ext/coverage.py:187 #, python-format -msgid "%s (global variable or constant)" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/coverage.py:260 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: domains/javascript.py:370 +#: ext/coverage.py:492 #, python-format -msgid "%s (module)" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "كائن" - -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: domains/javascript.py:454 +#: ext/imgconverter.py:44 #, python-format -msgid "duplicate %s description of %s, other %s in %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 "" -#: domains/changeset.py:26 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Added in version %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/imgconverter.py:83 #, python-format -msgid "Changed in version %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/changeset.py:28 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Deprecated since version %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/changeset.py:29 +#: domains/std/__init__.py:830 domains/std/__init__.py:957 +#: ext/autosectionlabel.py:61 #, python-format -msgid "Removed in version %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/doctest.py:118 #, python-format -msgid "%s (directive)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/doctest.py:124 #, python-format -msgid ":%s: (directive option)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/rst.py:224 +#: ext/doctest.py:139 #, python-format -msgid "%s (role)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "متغير بيئة العمل" - -#: domains/rst.py:262 +#: ext/doctest.py:451 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/citation.py:75 +#: ext/doctest.py:568 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/citation.py:92 +#: ext/extlinks.py:82 #, python-format -msgid "Citation [%s] is not referenced." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "تنبيه" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "احتياط" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "خطر" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "خطأ" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "تلميح" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "مهم" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "ملاحظة" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "شاهد أيضا" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "نصيحة" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "تحذير" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: ext/graphviz.py:344 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/texinfo.py:45 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: 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 "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "الرجاء ادخال بعض النصوص" +#: builders/texinfo.py:77 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" -#: cmd/quickstart.py:133 +#: builders/texinfo.py:89 #, python-format -msgid "Please enter one of %s." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "أدخل إما 'نعم' أو'لا'" +#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#, python-format +msgid "processing %s" +msgstr "معالجة %s" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "أدخل امتداد الملف, مثلا '.rst' أو '.txt'" +#: builders/latex/__init__.py:347 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:119 +msgid "writing" +msgstr "" -#: cmd/quickstart.py:229 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +#: builders/latex/__init__.py:405 builders/texinfo.py:172 +msgid "resolving references..." msgstr "" -#: 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)." +#: builders/latex/__init__.py:416 builders/texinfo.py:182 +msgid " (in " msgstr "" -#: cmd/quickstart.py:241 +#: builders/_epub_base.py:425 builders/html/__init__.py:794 +#: builders/latex/__init__.py:481 builders/texinfo.py:198 +msgid "copying images... " +msgstr "نسخ الصور..." + +#: builders/_epub_base.py:447 builders/latex/__init__.py:496 +#: builders/texinfo.py:215 #, python-format -msgid "Selected root path: %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/texinfo.py:222 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/texinfo.py:230 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: 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." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: 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." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "اسم المشروع" - -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "اسم المؤلف(ون)" - -#: 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." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "نسخة المشروع" - -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "إصدار المشروع" - -#: 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." +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "لغة المشروع" - -#: 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." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "امتداد ملف المصدر" +#: builders/xml.py:31 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "ملفات الXML موجودة في %(outdir)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." +#: builders/html/__init__.py:1269 builders/text.py:76 builders/xml.py:90 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:367 +#: builders/changes.py:29 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "إنشاء Makefile ؟ (نعم / لا)" - -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "إنشاء ملف أوامر للويندوز؟ (نعم/لا)" - -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/changes.py:138 #, python-format -msgid "Creating file %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/manpage.py:37 #, python-format -msgid "File %s already exists, skipping." +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:519 +#: builders/manpage.py:71 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" - -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:530 +#: builders/epub3.py:84 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "اسم المشروع" - -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "أسماء المؤلفين" - -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/epub3.py:283 builders/html/__init__.py:1319 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "" +#: builders/__init__.py:406 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "بناء [%s]" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "قراءة القوالب" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:670 +#: builders/text.py:29 #, python-format -msgid "enable %s extension" -msgstr "" - -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:235 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "إنشاء Makefile" - -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/__init__.py:243 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "إنشاء Batchfile ؟" +#: builders/__init__.py:266 +msgid "building [mo]: " +msgstr "بناء [mo]:" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/__init__.py:269 builders/__init__.py:776 builders/__init__.py:800 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/__init__.py:286 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/__init__.py:308 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:320 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "عرف متغير للقالب" +#: builders/__init__.py:330 +msgid "all source files" +msgstr "جميع ملفات المصدر" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:341 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:785 +#: builders/__init__.py:348 +#, python-format msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/__init__.py:359 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:809 +#: builders/__init__.py:372 #, python-format -msgid "Invalid template variable: %s" +msgid "%d source files given on command line" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: builders/__init__.py:388 +#, python-format +msgid "targets for %d source files that are out of date" 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" +#: builders/__init__.py:417 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: builders/__init__.py:421 +#, python-format +msgid "%d found" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: builders/__init__.py:423 +msgid "none found" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: builders/__init__.py:430 +msgid "pickling environment" msgstr "" -#: cmd/build.py:114 -msgid "general options" -msgstr "" +#: builders/__init__.py:437 +msgid "checking consistency" +msgstr "التحقق من التوافق" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: builders/__init__.py:441 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +#: builders/__init__.py:480 +msgid "updating environment: " +msgstr "تحديث البيئة:" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: builders/__init__.py:505 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: builders/__init__.py:542 +#, 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:150 -msgid "path options" +#: builders/__init__.py:551 +#, 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/build.py:157 +#: builders/__init__.py:562 +#, python-format msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"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/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: builders/__init__.py:569 +#, 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/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: builders/__init__.py:587 builders/__init__.py:604 +msgid "reading sources... " msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: builders/__init__.py:730 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: builders/__init__.py:732 +msgid "no docnames to write!" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +#: builders/__init__.py:745 +msgid "preparing documents" +msgstr "تجهيز المستندات" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: builders/__init__.py:748 +msgid "copying assets" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: builders/__init__.py:910 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "صفحة الHTML موجودة في %(outdir)s" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "كتابة ملفات إضافية" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "تنبيه" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "احتياط" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "خطر" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "خطأ" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "تلميح" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "مهم" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +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 "قائمة المحتويات" +#: locale/__init__.py:236 +msgid "See also" +msgstr "شاهد أيضا" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "بحث" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "نصيحة" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "تحذير" + +#: transforms/i18n.py:260 transforms/i18n.py:335 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "إظهار المصدر" +#: transforms/i18n.py:305 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "المحتوى" +#: transforms/i18n.py:355 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "البحث %(docstitle)s" +#: transforms/i18n.py:377 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "أهلا وسهلا هذا" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "التوثيق ل" +#: transforms/__init__.py:257 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: transforms/__init__.py:298 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: transforms/__init__.py:307 +msgid "Footnote [*] is not referenced." msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: transforms/__init__.py:318 +msgid "Footnote [#] is not referenced." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "صفحة البحث" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "الفهرس العام" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: 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 "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "هذه الصفحة" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: themes/basic/genindex-single.html:26 +#: util/fileutil.py:89 #, python-format -msgid "Index – %(key)s" +msgid "Writing evaluated template result to %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" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "البحث السريع" +#: util/display.py:87 +msgid "failed" +msgstr "فشل" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: 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 "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "الموضوع السابق" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "القسم السابق" +#: util/nodes.py:423 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "الموضوع التالي" +#: util/nodes.py:490 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "الفصل التالي" +#: util/nodes.py:706 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: util/docutils.py:309 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: themes/basic/layout.html:115 +#: util/docutils.py:345 #, python-format -msgid "Search within %(docstitle)s" -msgstr "البحث ضمن %(docstitle)s" +msgid "unknown role name: %s" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: util/docutils.py:789 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "الحقوق" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: themes/basic/layout.html:201 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: themes/basic/layout.html:204 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown image format: %s..." msgstr "" -#: themes/basic/search.html:20 +#: transforms/post_transforms/__init__.py:88 msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "بحث" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "نتائج البحث" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "" -#: 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." +#: 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 "" -#: 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] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "أرقام" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "صفحة" + +#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/latex/transforms.py:487 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/theming.py:87 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/theming.py:90 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "تجهيز البحث" +#: builders/latex/__init__.py:118 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: 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 "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/latex/__init__.py:159 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/latex/__init__.py:170 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/latex/__init__.py:428 +msgid "copying TeX support files" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/latex/__init__.py:465 +msgid "copying additional files" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1424 builders/latex/__init__.py:504 #, python-format -msgid "%s() (in module %s)" -msgstr "" +msgid "logo file %r does not exist" +msgstr "ملف الشعار %r غير موجود" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/latex/__init__.py:536 #, python-format -msgid "%s (in module %s)" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: domains/python/__init__.py:182 +#: builders/latex/__init__.py:544 #, python-format -msgid "%s (built-in variable)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/__init__.py:217 +#: 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:115 #, python-format -msgid "%s (built-in class)" +msgid "The HTML pages are in %(outdir)s." +msgstr "صفحة الHTML موجودة في %(outdir)s" + +#: builders/html/__init__.py:357 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:373 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:375 +msgid "building [html]: " +msgstr "" + +#: builders/html/__init__.py:392 #, python-format -msgid "%s (class in %s)" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:522 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "الفهرس العام" + +#: builders/html/__init__.py:522 +msgid "index" +msgstr "الفهرس" + +#: builders/html/__init__.py:575 #, python-format -msgid "%s() (%s class method)" +msgid "Logo of %s" msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:604 +msgid "next" +msgstr "التالي" + +#: builders/html/__init__.py:613 +msgid "previous" +msgstr "السابق" + +#: builders/html/__init__.py:711 +msgid "generating indices" +msgstr "إنشاء الفهرس" + +#: builders/html/__init__.py:726 +msgid "writing additional pages" +msgstr "كتابة صفحات إضافية " + +#: builders/html/__init__.py:809 #, python-format -msgid "%s() (%s static method)" +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:821 +msgid "copying downloadable files... " +msgstr "نسخ الملفات القابلة للتحميل للنسخ..." + +#: builders/html/__init__.py:833 #, python-format -msgid "%s (%s property)" +msgid "cannot copy downloadable file %r: %s" +msgstr "غير قادر على نسخ الملفات القابلة للتحميل %r : %s" + +#: builders/html/__init__.py:879 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:897 #, python-format -msgid "%s (type alias in %s)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: builders/html/__init__.py:932 +msgid "copying static files" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: builders/html/__init__.py:949 +#, python-format +msgid "cannot copy static file %r" +msgstr "غير قادر على نسخ الملف الثابت %r" + +#: builders/html/__init__.py:954 +msgid "copying extra files" +msgstr "نسخ ملفات إضافية" + +#: builders/html/__init__.py:964 +#, python-format +msgid "cannot copy extra file %r" +msgstr "غير قادر على نسخ المف الإضافي %r" + +#: builders/html/__init__.py:970 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: builders/html/__init__.py:1020 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: builders/html/__init__.py:1067 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: builders/html/__init__.py:1231 +#, 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 "" -#: domains/python/__init__.py:746 -msgid "static method" +#: builders/html/__init__.py:1244 +#, 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/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:1252 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:1285 +msgid "dumping object inventory" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:1293 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "dumping search index in %s" msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:1336 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: builders/html/__init__.py:1370 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: builders/html/__init__.py:1374 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "متغيرات" +#: builders/html/__init__.py:1388 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/__init__.py:1393 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:1408 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:1413 #, python-format -msgid "%s (C++ %s)" +msgid "html_static_path entry %r does not exist" +msgstr "" + +#: builders/html/__init__.py:1435 +#, python-format +msgid "favicon file %r does not exist" +msgstr "ملف الايقونة %r غير موجود" + +#: builders/html/__init__.py:1448 +#, 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:1461 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:1477 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "نوع" - -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/c/__init__.py:211 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "%s (C %s)" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/intersphinx/_load.py:71 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "متغير" - -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "environment variable; %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: domains/std/__init__.py:119 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s; configuration value" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:242 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:319 +#: ext/intersphinx/_load.py:261 #, python-format -msgid "%s command line option" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/intersphinx/_load.py:287 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:297 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:361 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:857 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/std/__init__.py:1124 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %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 "" -#: environment/adapters/toctree.py:349 -#, python-format +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "" + +#: ext/apidoc/_cli.py:50 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: environment/adapters/indexentries.py:141 -#, python-format -msgid "unknown index entry type %r" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: 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" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: environment/collectors/asset.py:163 -#, python-format -msgid "download file not readable: %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered 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 "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: 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:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" 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.:" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" 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." +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "%s is not a directory." +msgstr "%s ليس مجلد." -#: transforms/post_transforms/__init__.py:305 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "Unknown image format: %s..." +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:113 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "صفحة الHTML موجودة في %(outdir)s" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "مثال" -#: builders/html/__init__.py:348 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "أمثلة" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " -msgstr "" +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "ملاحظات" -#: builders/html/__init__.py:383 -#, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "الفهرس" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: domains/c/__init__.py:352 domains/cpp/__init__.py:483 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "التالي" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "السابق" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "مراجع" -#: builders/html/__init__.py:696 -msgid "generating indices" -msgstr "إنشاء الفهرس" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" -msgstr "كتابة صفحات إضافية " +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "نسخ الملفات القابلة للتحميل للنسخ..." - -#: builders/html/__init__.py:818 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "غير قادر على نسخ الملفات القابلة للتحميل %r : %s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "cannot copy static file %r" -msgstr "غير قادر على نسخ الملف الثابت %r" - -#: builders/html/__init__.py:939 -msgid "copying extra files" -msgstr "نسخ ملفات إضافية" +msgid "invalid signature for auto%s (%r)" +msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "cannot copy extra file %r" -msgstr "غير قادر على نسخ المف الإضافي %r" +msgid "error while formatting arguments for %s: %s" +msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to write build info file: %r" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/autodoc/__init__.py:1021 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"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 "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autodoc/__init__.py:1103 #, 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 "error while formatting signature for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1201 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "dumping search index in %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "logo file %r does not exist" -msgstr "ملف الشعار %r غير موجود" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/__init__.py:284 #, python-format -msgid "favicon file %r does not exist" -msgstr "ملف الايقونة %r غير موجود" +msgid "autosummary references excluded document %r. Ignored." +msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/__init__.py:288 #, 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`." +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1449 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "%s %s documentation" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/__init__.py:404 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/__init__.py:412 +#, python-format +msgid "failed to import object %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/__init__.py:730 +#, python-format +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/__init__.py:937 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 +#, python-format +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:170 +#: ext/autosummary/generate.py:588 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: ext/autosummary/generate.py:592 +#, python-format +msgid "[autosummary] writing to %s" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/autosummary/generate.py:637 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/autosummary/generate.py:836 +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 "" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autosummary/generate.py:882 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autosummary/generate.py:890 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autosummary/generate.py:899 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "استمرار في الصفحة التالية" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -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 "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "صفحة" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: ext/napoleon/docstring.py:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: ext/napoleon/docstring.py:183 -#, python-format -msgid "invalid value set (missing opening brace): %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 "" -#: ext/napoleon/docstring.py:190 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/napoleon/docstring.py:197 -#, python-format -msgid "malformed string literal (missing opening quote): %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 "قائمة المحتويات" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "بحث" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "مثال" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "إظهار المصدر" -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "أمثلة" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "المحتوى" -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "ملاحظات" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "البحث السريع" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: 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:1005 -msgid "References" -msgstr "مراجع" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autosummary/__init__.py:284 +#: themes/basic/search.html:35 +msgid "search" +msgstr "بحث" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "" + +#: themes/basic/layout.html:115 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "Search within %(docstitle)s" +msgstr "البحث ضمن %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/autosummary/__init__.py:288 +#: 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 "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autosummary/__init__.py:384 +#: themes/basic/layout.html:204 #, python-format msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autosummary/__init__.py:404 +#: themes/basic/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 #, python-format -msgid "failed to parse name %s" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "البحث %(docstitle)s" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "أهلا وسهلا هذا" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "التوثيق ل" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" +#: domains/std/__init__.py:770 domains/std/__init__.py:783 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "صفحة البحث" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: 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" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "نتائج البحث" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:125 +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:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" 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" +#: 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)" -msgstr "" - -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %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:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/collectors/asset.py:163 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:240 +#: domains/cpp/__init__.py:302 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s ليس مجلد." +#: domains/c/__init__.py:359 domains/cpp/__init__.py:496 +msgid "Return values" +msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/c/__init__.py:780 domains/cpp/__init__.py:940 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:775 domains/cpp/__init__.py:942 +msgid "member" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:943 +msgid "type" +msgstr "نوع" + +#: domains/cpp/__init__.py:944 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:781 domains/cpp/__init__.py:945 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:946 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/c/__init__.py:786 domains/cpp/__init__.py:949 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/cpp/__init__.py:952 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "متغيرات" + +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:220 #, python-format -msgid "Would create file %s." +msgid "%s (class in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:285 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:440 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:974 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:1048 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:316 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:318 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:458 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:471 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:483 domains/std/__init__.py:501 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:726 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:727 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:728 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:730 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:731 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:732 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:769 domains/std/__init__.py:782 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:854 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1110 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1121 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1135 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1150 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1154 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1450 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:277 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:776 +msgid "variable" +msgstr "متغير" + +#: domains/c/__init__.py:778 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:779 +msgid "struct" msgstr "" diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.mo b/sphinx/locale/bg/LC_MESSAGES/sphinx.mo index 0ce9ef8dfcc..ea2f6b08f50 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 083d7a9bb34..431a94d6067 100644 --- a/sphinx/locale/bg/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bg/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-15 22:41+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" @@ -19,141 +19,269 @@ msgstr "" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Не може да се намери изходна директория (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Изходната директория (%s) не е директория" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Изходната директория и целевата директория не могат да бъдат идентични" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "създаване на изходна директория" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:545 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +289,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,257 +302,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:167 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:171 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:187 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:197 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:204 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:228 registry.py:249 registry.py:262 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:235 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:253 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:266 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:313 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:344 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:353 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:363 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:372 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:393 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:410 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:503 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:519 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:536 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:550 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:552 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:559 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:572 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:584 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:623 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: theming.py:339 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: theming.py:343 theming.py:391 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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" +msgid "invalid RFC number %s" msgstr "" -#: events.py:370 +#: highlighting.py:170 #, python-format -msgid "Unknown event name: %s" +msgid "Pygments lexer name %r is not known" msgstr "" -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -439,1047 +532,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" - -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:349 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +"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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:148 +#: cmd/quickstart.py:367 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 +#: cmd/quickstart.py:809 #, python-format -msgid "building [%s]: " -msgstr "" - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: 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 "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:531 -#, python-format +#: cmd/build.py:131 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." +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: cmd/build.py:357 #, python-format -msgid "error writing file %s: %s" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: 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)." +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:186 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s() (class)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/javascript.py:188 #, python-format -msgid "processing %s" +msgid "%s (global variable or constant)" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/cpp/__init__.py:489 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" +#: domains/c/__init__.py:365 domains/cpp/__init__.py:502 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:371 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/texinfo.py:230 +#: domains/javascript.py:371 #, python-format -msgid "error writing file Makefile: %s" +msgid "%s (module)" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:941 +#: domains/javascript.py:416 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:417 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/cpp/__init__.py:939 domains/javascript.py:418 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:419 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:420 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/javascript.py:421 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/javascript.py:455 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/__init__.py:322 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/changeset.py:28 #, python-format -msgid "writing %s file..." +msgid "Deprecated since version %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/gettext.py:244 +#: domains/math.py:73 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "targets for %d template files" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: builders/singlehtml.py:35 +#: domains/rst.py:224 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "%s (role)" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/linkcheck.py:149 +#: domains/rst.py:262 #, python-format -msgid "broken link: %s (%s)" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:548 +#: domains/citation.py:75 #, python-format -msgid "Anchor '%s' not found" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:758 +#: domains/citation.py:92 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:87 +msgid "new config" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:88 +msgid "config changed" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:89 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:257 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:259 +msgid "source directory has changed" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:346 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:351 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:357 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:253 -#, python-format +#: environment/__init__.py:400 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:514 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:294 +#: environment/__init__.py:679 ext/intersphinx/_resolve.py:234 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:837 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:883 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:913 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1550,2666 +1460,2777 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:501 builders/latex/__init__.py:199 +#: transforms/__init__.py:133 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:206 domains/std/__init__.py:768 +#: domains/std/__init__.py:781 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:259 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" +msgstr "" + +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:289 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:290 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:224 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +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 "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" + +#: ext/coverage.py:172 +#, python-brace-format, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: writers/latex.py:1580 +#: ext/coverage.py:187 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/latex.py:1939 +#: ext/coverage.py:260 #, python-format -msgid "unknown index entry type %s found" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:452 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:492 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/imgmath.py:148 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: 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 "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/__init__.py:322 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/math.py:73 +#: domains/std/__init__.py:830 domains/std/__init__.py:957 +#: ext/autosectionlabel.py:61 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:182 +#: ext/doctest.py:118 #, python-format -msgid "%s() (built-in function)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/doctest.py:124 #, python-format -msgid "%s() (%s method)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:139 #, python-format -msgid "%s() (class)" +msgid "'%s' is not a valid pyversion option" +msgstr "" + +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:297 #, python-format -msgid "%s (global variable or constant)" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:451 #, python-format -msgid "%s (%s attribute)" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/javascript.py:370 +#: ext/graphviz.py:153 #, python-format -msgid "%s (module)" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:344 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Added in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Changed in version %s" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/changeset.py:28 +#: builders/texinfo.py:45 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/changeset.py:29 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:77 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:89 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:224 +#: builders/latex/__init__.py:325 builders/texinfo.py:113 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:347 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:119 +msgid "writing" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:405 builders/texinfo.py:172 +msgid "resolving references..." msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:416 builders/texinfo.py:182 +msgid " (in " msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:794 +#: builders/latex/__init__.py:481 builders/texinfo.py:198 +msgid "copying images... " msgstr "" -#: domains/citation.py:75 +#: builders/_epub_base.py:447 builders/latex/__init__.py:496 +#: builders/texinfo.py:215 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/texinfo.py:222 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:230 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/xml.py:31 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/html/__init__.py:1269 builders/text.py:76 builders/xml.py:90 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:133 +#: builders/manpage.py:37 #, python-format -msgid "Please enter one of %s." +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:71 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:229 +#: builders/epub3.py:84 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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)." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:283 builders/html/__init__.py:1319 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/__init__.py:406 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: 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." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: 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." +#: builders/text.py:29 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/__init__.py:235 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: 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." +#: builders/__init__.py:243 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:266 +msgid "building [mo]: " msgstr "" -#: 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." +#: builders/__init__.py:269 builders/__init__.py:776 builders/__init__.py:800 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:286 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:367 +#: builders/__init__.py:308 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:320 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:330 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:341 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:396 +#: builders/__init__.py:348 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:359 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:372 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:388 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." +#: builders/__init__.py:417 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:421 #, python-format -msgid "File %s already exists, skipping." +msgid "%d found" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:423 +msgid "none found" msgstr "" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: builders/__init__.py:430 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:437 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:441 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:480 +msgid "updating environment: " +msgstr "" + +#: builders/__init__.py:505 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:537 +#: builders/__init__.py:542 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"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 "" -#: cmd/quickstart.py:572 +#: builders/__init__.py:551 +#, 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" +"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/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:562 +#, 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:591 -msgid "quiet mode" +#: builders/__init__.py:569 +#, 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:601 -msgid "project root" +#: builders/__init__.py:587 builders/__init__.py:604 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:730 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:732 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:745 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:748 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:910 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:670 -#, python-format -msgid "enable %s extension" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: transforms/i18n.py:260 transforms/i18n.py:335 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: transforms/i18n.py:305 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/quickstart.py:785 +#: transforms/i18n.py:355 +#, python-brace-format msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:377 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:74 +#: transforms/__init__.py:257 +#, 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" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:298 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:307 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: transforms/__init__.py:318 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:157 +#: util/i18n.py:253 +#, python-format msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: 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:175 -msgid "use no configuration file, only use settings from -D options" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: 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 "" -#: cmd/build.py:212 -msgid "console output options" +#: util/nodes.py:423 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/nodes.py:490 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/nodes.py:706 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/docutils.py:309 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/docutils.py:345 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:789 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "%r reference target not found: %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" 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" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/latex/transforms.py:121 #, python-format -msgid "Search %(docstitle)s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/__init__.py:118 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: 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 "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:159 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/latex/__init__.py:170 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:428 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:465 +msgid "copying additional files" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:1424 builders/latex/__init__.py:504 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:536 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/latex/__init__.py:544 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: 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" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:357 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:373 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:375 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:392 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:522 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:522 +msgid "index" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/html/__init__.py:575 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:604 +msgid "next" msgstr "" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" +#: builders/html/__init__.py:613 +msgid "previous" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:711 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:726 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:809 #, 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." +#: builders/html/__init__.py:821 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:833 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:879 +#, 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:897 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:932 +msgid "copying static files" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:949 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:954 +msgid "copying extra files" msgstr "" -#: 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." +#: builders/html/__init__.py:964 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: 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] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:970 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:1020 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1067 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1231 #, python-format -msgid "%(filename)s — %(docstitle)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/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1244 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1252 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1285 +msgid "dumping object inventory" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1293 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1336 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1370 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1374 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1388 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1393 #, python-format -msgid "%s() (in module %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1408 #, python-format -msgid "%s (in module %s)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1413 #, python-format -msgid "%s (built-in variable)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s (built-in class)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1448 #, python-format -msgid "%s (class in %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 "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" +#: builders/html/__init__.py:1461 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:1477 #, python-format -msgid "%s() (%s static method)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:438 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "%s (%s property)" +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:478 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "%s (type alias in %s)" +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:82 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.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 "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_load.py:261 #, python-format -msgid "%s (C++ %s)" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 -#, python-format +#: ext/intersphinx/_load.py:287 msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:297 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:361 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:242 -#, python-format +#: ext/apidoc/_cli.py:28 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"\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 "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "see also %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:352 domains/cpp/__init__.py:483 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autosummary/__init__.py:284 #, 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 "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:384 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:404 -#, python-format -msgid "failed to parse name %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: domains/std/__init__.py:770 domains/std/__init__.py:783 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:874 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "default suffix for files (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -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/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %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." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:50 +#: themes/basic/static/searchtools.js:125 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"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:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:163 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:359 domains/cpp/__init__.py:496 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:780 domains/cpp/__init__.py:940 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:775 domains/cpp/__init__.py:942 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:783 domains/cpp/__init__.py:943 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:944 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:781 domains/cpp/__init__.py:945 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:946 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:786 domains/cpp/__init__.py:949 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:952 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:974 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1048 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:316 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:318 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:458 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:471 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:483 domains/std/__init__.py:501 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:726 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:727 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:728 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:730 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:731 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:732 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:769 domains/std/__init__.py:782 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:854 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1110 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1121 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1135 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1150 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1154 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1450 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:277 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:776 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:778 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:779 +msgid "struct" msgstr "" diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo index a2303eab0d6..083087a0341 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 c7f068ee7eb..95fd7ba2e95 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-15 22:41+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" @@ -19,141 +19,269 @@ msgstr "" "Language: bn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:545 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +289,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,257 +302,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:167 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:171 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:187 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:197 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:204 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:228 registry.py:249 registry.py:262 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:235 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:253 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:266 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:313 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:344 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:353 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:363 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:372 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:393 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:410 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:503 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:519 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:536 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:550 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:552 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:559 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:572 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:584 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:623 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "পাইথন উন্নয়ন পরামর্শ; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: theming.py:339 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: theming.py:343 theming.py:391 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: events.py:77 +#: roles.py:355 #, python-format -msgid "Event %r already present" +msgid "invalid RFC number %s" msgstr "" -#: events.py:370 +#: highlighting.py:170 #, python-format -msgid "Unknown event name: %s" +msgid "Pygments lexer name %r is not known" msgstr "" -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -439,1047 +532,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "পাইথন উন্নয়ন পরামর্শ; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, 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/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:349 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:344 +#: cmd/quickstart.py:367 #, python-format -msgid "display latex %r: %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:396 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:406 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"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 "" -#: 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/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:452 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/coverage.py:492 +#: cmd/quickstart.py:519 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:526 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" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:530 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "অসমাপ্ত কাজ" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: cmd/quickstart.py:670 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "enable %s extension" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" 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" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" 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." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" 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:361 -#, 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" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "অনুচ্ছেদ লেখক:" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "মডিউল লেখক:" - -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "লেখক:" - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:56 +#: cmd/quickstart.py:809 #, python-format -msgid "no changes in version %s." +msgid "Invalid template variable: %s" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "বিল্টইন সমূহ" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "মডিউল লেভেল" - -#: builders/changes.py:124 -msgid "copying source files..." +#: 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 "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: 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." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:551 +#: cmd/build.py:357 #, 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 "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:713 +#: domains/javascript.py:183 #, python-format -msgid "docnames to write: %s" -msgstr "" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (বিল্ট-ইন ফাংশন)" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s মেথড)" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (ক্লাসে)" -#: builders/__init__.py:883 +#: domains/javascript.py:188 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "%s (global variable or constant)" msgstr "" -#: builders/epub3.py:84 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (%s এ্যট্রিবিউট)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: domains/cpp/__init__.py:489 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/c/__init__.py:365 domains/cpp/__init__.py:502 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "রিটার্নস" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:371 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "রিটার্ন টাইপ" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:371 +#, python-format +msgid "%s (module)" +msgstr "%s (মডিউল)" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:941 +#: domains/javascript.py:416 domains/python/__init__.py:736 +msgid "function" +msgstr "ফাংশন" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:417 domains/python/__init__.py:740 +msgid "method" +msgstr "মেথড" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:939 domains/javascript.py:418 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "ক্লাস" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:419 domains/python/__init__.py:737 +msgid "data" +msgstr "ডাটা" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:743 +msgid "attribute" +msgstr "এ্যট্রিবিউট" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +#: domains/javascript.py:421 domains/python/__init__.py:746 +msgid "module" +msgstr "মডিউল" -#: builders/xml.py:31 +#: domains/javascript.py:455 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/__init__.py:322 #, python-format -msgid "error writing file %s: %s" +msgid "%s %s" msgstr "" -#: builders/xml.py:101 +#: domains/changeset.py:26 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:45 +#: domains/changeset.py:27 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgid "Changed in version %s" +msgstr "%s ভার্সনে পরিবর্তিত" -#: builders/texinfo.py:89 +#: domains/changeset.py:28 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "%s ভার্সন থেকে ডেপ্রিকেটেড" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:29 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "(-" - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/math.py:73 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file Makefile: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:223 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%s (directive)" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid "%s (role)" msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/_epub_base.py:794 +#: domains/rst.py:262 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: environment/__init__.py:87 +msgid "new config" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:88 +msgid "config changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:89 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:257 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:259 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:346 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:351 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:357 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:400 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:514 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:679 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:837 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:883 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:913 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1550,2098 +1460,2019 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:501 builders/latex/__init__.py:199 +#: transforms/__init__.py:133 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:206 domains/std/__init__.py:768 +#: domains/std/__init__.py:781 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 "ইনডেক্স" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:259 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "পাদটীকা" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: 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 "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:289 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 +#: writers/manpage.py:290 writers/text.py:946 +msgid "[image]" +msgstr "[ছবি]" + +#: writers/latex.py:384 #, python-format -msgid "locale_dir %s does not exist" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:236 +#: builders/latex/__init__.py:224 writers/latex.py:434 #, python-format -msgid "Invalid Babel locale: %r." +msgid "no Babel option known for language %r" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "পাদটীকা" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[ছবি]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "অনুচ্ছেদ লেখক:" -#: 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 "ইনডেক্স" +#: directives/other.py:205 +msgid "Module author: " +msgstr "মডিউল লেখক:" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "লেখক:" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:61 +msgid "Todo" +msgstr "অসমাপ্ত কাজ" + +#: ext/todo.py:94 #, python-format -msgid "no Babel option known for language %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:591 +#: ext/todo.py:154 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/viewcode.py:359 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "

Source code for %s

" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:48 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "invalid regex %r in %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: 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/html5.py:638 -msgid "Link to this image" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: domains/__init__.py:322 +#: ext/coverage.py:473 #, python-format -msgid "%s %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: domains/math.py:73 +#: ext/coverage.py:492 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: domains/javascript.py:182 +#: ext/imgmath.py:148 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (বিল্ট-ইন ফাংশন)" - -#: domains/javascript.py:183 domains/python/__init__.py:287 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s মেথড)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" -#: domains/javascript.py:185 +#: ext/imgmath.py:167 #, python-format -msgid "%s() (class)" -msgstr "%s() (ক্লাসে)" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: domains/javascript.py:187 +#: ext/imgmath.py:326 #, python-format -msgid "%s (global variable or constant)" +msgid "display latex %r: %s" msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/imgmath.py:362 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s এ্যট্রিবিউট)" - -#: domains/javascript.py:273 -msgid "Arguments" +msgid "inline latex %r: %s" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "রিটার্নস" - -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "রিটার্ন টাইপ" - -#: domains/javascript.py:370 -#, python-format -msgid "%s (module)" -msgstr "%s (মডিউল)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "ফাংশন" - -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "মেথড" - -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "ক্লাস" - -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "ডাটা" - -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "এ্যট্রিবিউট" - -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "মডিউল" - -#: domains/javascript.py:454 +#: ext/imgconverter.py:44 #, python-format -msgid "duplicate %s description of %s, other %s in %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 "" -#: domains/changeset.py:26 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Added in version %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Changed in version %s" -msgstr "%s ভার্সনে পরিবর্তিত" - -#: domains/changeset.py:28 +#: ext/imgconverter.py:83 #, python-format -msgid "Deprecated since version %s" -msgstr "%s ভার্সন থেকে ডেপ্রিকেটেড" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" -#: domains/changeset.py:29 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Removed in version %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: domains/std/__init__.py:830 domains/std/__init__.py:957 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s (directive)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/doctest.py:118 #, python-format -msgid ":%s: (directive option)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/rst.py:224 +#: ext/doctest.py:124 #, python-format -msgid "%s (role)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/rst.py:262 +#: ext/doctest.py:451 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/citation.py:75 +#: ext/doctest.py:568 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/citation.py:92 +#: ext/extlinks.py:82 #, python-format -msgid "Citation [%s] is not referenced." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "দৃষ্টি আকর্ষণ" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "সতর্কীকরণ" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "বিপজ্জনক" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "ভুল (এরর)" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "আভাস" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "গুরুত্বপূর্ণ" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "নোট" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "আরও দেখুন" - -#: locale/__init__.py:236 -msgid "Tip" -msgstr "পরামর্শ" - -#: locale/__init__.py:237 -msgid "Warning" -msgstr "সতর্কতা" - -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: ext/graphviz.py:344 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: cmd/quickstart.py:133 +#: builders/texinfo.py:45 #, python-format -msgid "Please enter one of %s." +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: 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 "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/texinfo.py:77 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/texinfo.py:89 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: 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 "" - -#: cmd/quickstart.py:241 +#: builders/latex/__init__.py:325 builders/texinfo.py:113 #, python-format -msgid "Selected root path: %s" +msgid "processing %s" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/latex/__init__.py:347 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:119 +msgid "writing" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/latex/__init__.py:405 builders/texinfo.py:172 +msgid "resolving references..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +#: builders/latex/__init__.py:416 builders/texinfo.py:182 +msgid " (in " +msgstr "(-" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/_epub_base.py:425 builders/html/__init__.py:794 +#: builders/latex/__init__.py:481 builders/texinfo.py:198 +msgid "copying images... " msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/_epub_base.py:447 builders/latex/__init__.py:496 +#: builders/texinfo.py:215 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: 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." +#: builders/texinfo.py:222 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/texinfo.py:230 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: 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." +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: 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." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: 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." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: 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." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/xml.py:31 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: 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." +#: builders/html/__init__.py:1269 builders/text.py:76 builders/xml.py:90 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:367 +#: builders/changes.py:29 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "বিল্টইন সমূহ" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/changes.py:77 +msgid "Module level" +msgstr "মডিউল লেভেল" + +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/manpage.py:71 #, python-format -msgid "Creating file %s." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/epub3.py:84 #, python-format -msgid "File %s already exists, skipping." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/epub3.py:283 builders/html/__init__.py:1319 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:406 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/text.py:29 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/__init__.py:235 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:243 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:266 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:269 builders/__init__.py:776 builders/__init__.py:800 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:286 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:308 #, python-format -msgid "enable %s extension" +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/__init__.py:320 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:330 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/__init__.py:341 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/__init__.py:348 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/__init__.py:359 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/__init__.py:372 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/__init__.py:388 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/__init__.py:417 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:421 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/__init__.py:423 +msgid "none found" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:430 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:437 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/__init__.py:441 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: builders/__init__.py:480 +msgid "updating environment: " msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: builders/__init__.py:505 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/build.py:74 +#: builders/__init__.py:542 +#, 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" +"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:100 -msgid "path to documentation source files" +#: builders/__init__.py:551 +#, 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/build.py:103 -msgid "path to output directory" +#: builders/__init__.py:562 +#, 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/build.py:109 +#: builders/__init__.py:569 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"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/build.py:114 -msgid "general options" +#: builders/__init__.py:587 builders/__init__.py:604 +msgid "reading sources... " msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: builders/__init__.py:730 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: builders/__init__.py:732 +msgid "no docnames to write!" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: builders/__init__.py:745 +msgid "preparing documents" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: builders/__init__.py:748 +msgid "copying assets" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: builders/__init__.py:910 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "দৃষ্টি আকর্ষণ" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "সতর্কীকরণ" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "বিপজ্জনক" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "ভুল (এরর)" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "আভাস" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: 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 "সতর্কতা" + +#: transforms/i18n.py:260 transforms/i18n.py:335 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: transforms/i18n.py:305 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/i18n.py:355 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/i18n.py:377 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:357 +#: transforms/__init__.py:257 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/__init__.py:298 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/__init__.py:307 +msgid "Footnote [*] is not referenced." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: transforms/__init__.py:318 +msgid "Footnote [#] is not referenced." 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" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions 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 "অনুসন্ধান" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "যান" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "সোর্স দেখুন" - -#: themes/haiku/layout.html:16 -msgid "Contents" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: themes/basic/opensearch.xml:4 +#: util/i18n.py:100 #, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s-এ খুঁজুন" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "ভুমিকা" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +msgid "reading error: %s, %s" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" 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:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "সাধারণ ইনডেক্স" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "সকল ফাংশন, ক্লাস, টার্ম" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "এই পাতা" - -#: themes/basic/genindex-single.html:26 +#: util/i18n.py:244 #, python-format -msgid "Index – %(key)s" +msgid "Invalid Babel locale: %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/searchbox.html:4 -msgid "Quick search" -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/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 "পরবর্তী অধ্যায়" +#: 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 "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "নেভিগেশন" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: themes/basic/layout.html:115 +#: util/fileutil.py:89 #, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s এর মধ্যে খুঁজুন" +msgid "Writing evaluated template result to %s" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "এই ডকুমেন্ট সম্পর্কে" +#: util/display.py:82 +msgid "skipped" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "কপিরাইট" +#: util/display.py:87 +msgid "failed" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: util/osutil.py:131 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: themes/basic/layout.html:201 +#: util/docfields.py:103 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "%(last_updated)s সর্বশেষ পরিবর্তন করা হয়েছে।" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: themes/basic/layout.html:204 +#: util/nodes.py:423 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "অনুসন্ধান করার জন্য অনুগ্রহপূর্বক জাভাস্ক্রিপ্ট \n সক্রিয় করুন।" +#: util/nodes.py:490 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: util/nodes.py:706 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "খুঁজুন" +#: util/docutils.py:309 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "অনুসন্ধানের ম্যাচগুলো লুকান" +#: util/docutils.py:345 +#, python-format +msgid "unknown role name: %s" +msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "অনুসন্ধানের ফলাফল" +#: util/docutils.py:789 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: 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." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: 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] "" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: transforms/post_transforms/__init__.py:297 #, 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 পরিবর্তন" +msgid "%r reference target not found: %s" +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 "পূর্ববর্তী পাতা হতে চলমান" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s মডিউলে)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s মডিউলে)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)" +#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "রিলিজ" -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (বিল্ট-ইন ক্লাস)" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: domains/python/__init__.py:218 +#: builders/latex/transforms.py:121 #, python-format -msgid "%s (class in %s)" -msgstr "%s (%s ক্লাসে)" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: domains/python/__init__.py:283 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s ক্লাস মেথড)" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: domains/python/__init__.py:285 +#: builders/latex/theming.py:87 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s স্ট্যাটিক মেথড)" +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/latex/theming.py:90 #, python-format -msgid "%s (%s property)" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: domains/python/__init__.py:478 +#: builders/latex/__init__.py:118 #, python-format -msgid "%s (type alias in %s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: 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 "" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "মডিউল সমূহ" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "ডেপ্রিকেটেড" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "এক্সেপশন" - -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "ক্লাস মেথড" +#: builders/latex/__init__.py:159 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "স্ট্যাটিক মেথড" +#: builders/latex/__init__.py:170 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/latex/__init__.py:428 +msgid "copying TeX support files" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/latex/__init__.py:465 +msgid "copying additional files" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:1424 builders/latex/__init__.py:504 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "logo file %r does not exist" msgstr "" -#: domains/python/__init__.py:978 +#: builders/latex/__init__.py:536 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: builders/latex/__init__.py:544 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "প্যারামিটার" - -#: domains/python/_object.py:206 -msgid "Variables" +#: 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 "রেইজেস" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:115 #, python-format -msgid "%s (C++ %s)" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:357 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "Failed to read build info file: %r" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: builders/html/__init__.py:373 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:375 +msgid "building [html]: " msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: builders/html/__init__.py:392 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: builders/html/__init__.py:522 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "সাধারণ ইনডেক্স" + +#: builders/html/__init__.py:522 +msgid "index" +msgstr "ইনডেক্স" + +#: builders/html/__init__.py:575 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:604 +msgid "next" +msgstr "পরবর্তী" + +#: builders/html/__init__.py:613 +msgid "previous" +msgstr "পূর্ববর্তী" + +#: builders/html/__init__.py:711 +msgid "generating indices" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:726 +msgid "writing additional pages" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:809 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:821 +msgid "copying downloadable files... " msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:833 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:879 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:897 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: builders/html/__init__.py:932 +msgid "copying static files" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: builders/html/__init__.py:949 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:954 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:964 #, python-format -msgid "environment variable; %s" -msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল; %s" +msgid "cannot copy extra file %r" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:970 #, python-format -msgid "%s; configuration value" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1020 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1067 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1231 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1244 #, python-format -msgid "%s command line option" +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:321 -msgid "command line option" +#: builders/html/__init__.py:1252 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1285 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1293 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1336 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "শব্দকোষ" +#: builders/html/__init__.py:1370 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "ব্যকরণ টোকেন" +#: builders/html/__init__.py:1374 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: builders/html/__init__.py:1388 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল" +#: builders/html/__init__.py:1393 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "প্রোগ্রাম অপশন" +#: builders/html/__init__.py:1408 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1413 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "মডিউল ইনডেক্স" +#: builders/html/__init__.py:1435 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1448 #, python-format -msgid "duplicate %s description of %s, other instance in %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 "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1461 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1477 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "%s %s documentation" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "the link has no caption: %s" +msgid "(in %s v%s)" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "(in %s)" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "invalid numfig_format: %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "undefined label: %r" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "see %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "see also %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/intersphinx/_load.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 "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "image file not readable: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "download file not readable: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:261 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:287 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:297 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.py:361 +#, python-format +msgid "intersphinx inventory has moved: %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.:" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" 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." +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:28 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"\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 "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "ইনডেক্স" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "পরবর্তী" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "পূর্ববর্তী" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:152 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1216 -#, 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/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "logo file %r does not exist" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1407 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "favicon file %r does not exist" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:183 #, 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 "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s %s documentation" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: 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)." +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +#: domains/c/__init__.py:352 domains/cpp/__init__.py:483 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "প্যারামিটার" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "রিলিজ" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "invalid signature for auto%s (%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" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: 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 "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3739,477 +3570,667 @@ msgstr "" msgid "source files to generate rST files for" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" -msgstr "" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "অনুসন্ধান" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "যান" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "সোর্স দেখুন" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "দ্রুত অনুসন্ধান" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/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/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/sourcelink.html:4 +msgid "This Page" +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 "পরবর্তী টপিক" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "পরবর্তী অধ্যায়" -#: ext/autosummary/generate.py:882 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s-এ খুঁজুন" -#: ext/autosummary/generate.py:890 -#, python-format -msgid "document imported members (default: %(default)s)" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "ভুমিকা" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: 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." -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "ইনডেক্স ও টেবিল সমূহ:" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: 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" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "সকল অনুচ্ছেদ সমূহের তালিকা" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: domains/std/__init__.py:770 domains/std/__init__.py:783 +#: themes/basic/defindex.html:18 +msgid "Search Page" +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" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: 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:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: 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:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +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/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API পরিবর্তন" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +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 +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "অনুসন্ধানের ফলাফল" + +#: themes/basic/static/searchtools.js:125 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:129 +#, 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:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "অনুসন্ধানের ম্যাচগুলো লুকান" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: 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:232 -msgid "enable arbitrary extensions, 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:240 +#: environment/adapters/toctree.py:378 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "%s is not a directory." +msgid "see %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/collectors/asset.py:163 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:140 +#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:157 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "%s (C++ %s)" +msgstr "" + +#: domains/c/__init__.py:359 domains/cpp/__init__.py:496 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:780 domains/cpp/__init__.py:940 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:775 domains/cpp/__init__.py:942 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:943 +msgid "type" +msgstr "" + +#: domains/cpp/__init__.py:944 +msgid "concept" +msgstr "" + +#: domains/c/__init__.py:781 domains/cpp/__init__.py:945 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:946 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/c/__init__.py:786 domains/cpp/__init__.py:949 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +#: domains/cpp/__init__.py:952 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "রেইজেস" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "(in %s v%s)" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (%s মডিউলে)" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "(in %s)" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (%s মডিউলে)" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:184 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:219 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (বিল্ট-ইন ক্লাস)" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:220 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (%s ক্লাসে)" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:285 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s ক্লাস মেথড)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:287 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s স্ট্যাটিক মেথড)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:440 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "মডিউল সমূহ" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "ডেপ্রিকেটেড" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "এক্সেপশন" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "ক্লাস মেথড" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "স্ট্যাটিক মেথড" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:974 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:1048 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "environment variable; %s" +msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল; %s" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:316 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:318 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:458 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:471 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:483 domains/std/__init__.py:501 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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 "" +#: domains/std/__init__.py:726 +msgid "glossary term" +msgstr "শব্দকোষ" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "" +#: domains/std/__init__.py:727 +msgid "grammar token" +msgstr "ব্যকরণ টোকেন" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:728 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: domains/std/__init__.py:730 +msgid "environment variable" +msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:731 +msgid "program option" +msgstr "প্রোগ্রাম অপশন" + +#: domains/std/__init__.py:732 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:769 domains/std/__init__.py:782 +msgid "Module Index" +msgstr "মডিউল ইনডেক্স" + +#: domains/std/__init__.py:854 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1110 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1121 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1135 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1150 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1154 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1450 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:277 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:776 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:778 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:779 +msgid "struct" msgstr "" diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo index d6fe7d74750..f917395c729 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 8893b4e500b..942ddd4e45c 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 18:26+0000\n" +"POT-Creation-Date: 2025-06-15 22:41+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" @@ -22,141 +22,269 @@ msgstr "" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, 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:385 +#, 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:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "L'extensió %s és requerida per la configuració de needs_extensions, però aquesta no està carregada." +"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)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "nombre no vàlid %r del valor de configuració %r, s'ignora" + +#: config.py:410 +#, 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" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuració desconegut %r en substituir, s'ignora" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "Aquest valor de configuració no existeix: %r" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "El valor de configuració %r ja està present" + +#: config.py:552 #, 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 "Aquest projecte necessita l'extensió %s almenys a la versió %s i, per tant, no es pot construir amb la versió carregada (%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:588 +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)." + +#: config.py:610 +#, 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:614 +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()»" + +#: config.py:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "Ha fallat en convertir %r a un recurs congelat" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "S'està convertint «source_suffix = %r» a «source_suffix = %r»." + +#: config.py:676 +#, 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)." + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Secció %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Taula %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Llistat %s" + +#: config.py:809 +#, 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}»." + +#: config.py:840 +#, 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:857 +#, 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:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "no s'ha trobat primary_domain %r, s'ignora." + +#: config.py:889 +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'»." -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "No es pot trobar el directori d'origen (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "El directori de sortida (%s) no és un directori" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "El directori d'origen i el de destinació no poden ser idèntics" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "S'està executant Sphinx versió %s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Aquest projecte almenys necessita Sphinx versió %s i, per tant, no es pot crear amb aquesta versió." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "es crea el directori de sortida" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:545 #, python-format msgid "while setting up extension %s:" msgstr "mentre es configura l'extensió %s:" -#: application.py:309 +#: application.py:310 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 com es defineix actualment a conf.py no és una crida de Python. Modifiqueu la seva definició per a convertir-la en una funció que es pugui cridar. Això és necessari perquè conf.py es comporti com a una extensió de Sphinx." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "s'estan carregant les traduccions [%s]..." -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "fet" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "no està disponible per a missatges integrats" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "s'està carregant l'entorn preparat" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "ha fallat: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "No s'ha seleccionat cap constructor, s'usa el predeterminat: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "la compilació ha finalitzat amb problemes." -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "la compilació ha tingut èxit." -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "la compilació ha finalitzat amb problemes, 1 avís (amb els avisos tractats com a errors)." -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "la compilació ha finalitzat amb problemes, 1 avís." -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "la compilació ha tingut èxit, 1 avís." -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "la compilació ha acabat amb problemes, %s avisos (amb avisos tractats com a errors)." -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "la compilació ha acabat amb problemes, %s avisos." -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "la compilació ha tingut èxit, %s avisos." -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "la classe del node %r ja està registrada, els seus visitants seran anul·lats" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "la directiva %r ja està registrada i no serà sobreseguda" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "el rol %r ja està registrat i no serà sobresegut" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -164,12 +292,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:1775 +#: application.py:1785 #, 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:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -177,157 +305,211 @@ 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:1784 +#: application.py:1794 #, 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:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "s'està executant %s en sèrie" -#: config.py:355 +#: extension.py:58 #, 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)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "L'extensió %s és requerida per la configuració de needs_extensions, però aquesta no està carregada." -#: config.py:366 +#: extension.py:79 +#, python-format 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)." +"This project needs the extension %s at least in version %s and therefore " +"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)." -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "«%s» ha de ser «0» o «1», s'ha obtingut «%s»" +msgid "Event %r already present" +msgstr "L'esdeveniment %r ja està present" -#: config.py:399 +#: events.py:379 #, 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)" +msgid "Unknown event name: %s" +msgstr "Nom desconegut de l'esdeveniment: %s" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nombre no vàlid %r del valor de configuració %r, s'ignora" +msgid "Handler %r for event %r threw an exception" +msgstr "El gestor %r per a l'esdeveniment %r ha retornat una excepció" -#: config.py:419 +#: registry.py:167 #, 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 "Builder class %s has no \"name\" attribute" +msgstr "La classe del constructor %s no té cap atribut «name»" -#: config.py:442 +#: registry.py:171 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuració desconegut %r en substituir, s'ignora" +msgid "Builder %r already exists (in module %s)" +msgstr "El constructor %r ja existeix (al mòdul %s)" -#: config.py:496 +#: registry.py:187 #, python-format -msgid "No such config value: %r" -msgstr "Aquest valor de configuració no existeix: %r" +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" -#: config.py:524 +#: registry.py:197 #, python-format -msgid "Config value %r already present" -msgstr "El valor de configuració %r ja està present" +msgid "Builder name %s not registered" +msgstr "El nom del constructor %s no està registrat" -#: config.py:561 +#: registry.py:204 #, 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)" +msgid "domain %s already registered" +msgstr "el domini %s ja està registrat" -#: config.py:603 +#: registry.py:228 registry.py:249 registry.py:262 #, 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" +msgid "domain %s not yet registered" +msgstr "el domini %s encara no està registrat" -#: config.py:607 -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()»" +#: registry.py:235 +#, python-format +msgid "The %r directive is already registered to domain %s" +msgstr "La directiva %r ja està registrada al domini %s" -#: config.py:615 +#: registry.py:253 #, 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 role is already registered to domain %s" +msgstr "El rol %r ja està registrat al domini %s" -#: config.py:637 +#: registry.py:266 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r index is already registered to domain %s" +msgstr "L'índex %r ja està registrat al domini %s" -#: config.py:655 config.py:663 +#: registry.py:313 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "S'està convertint «source_suffix = %r» a «source_suffix = %r»." +msgid "The %r object_type is already registered" +msgstr "L'object_type %r ja està registrat" -#: config.py:669 +#: registry.py:344 #, 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 crossref_type is already registered" +msgstr "El crossref_type %r ja està registrat" -#: config.py:690 +#: registry.py:353 #, python-format -msgid "Section %s" -msgstr "Secció %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r ja està registrat" -#: config.py:691 +#: registry.py:363 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "source_parser for %r is already registered" +msgstr "source_parser per a %r ja està registrat" -#: config.py:692 +#: registry.py:372 #, python-format -msgid "Table %s" -msgstr "Taula %s" +msgid "Source parser for %s not registered" +msgstr "L'analitzador de fonts per a %s no registrat" -#: config.py:693 +#: registry.py:393 #, python-format -msgid "Listing %s" -msgstr "Llistat %s" +msgid "Translator for %r already exists" +msgstr "El traductor per a %r ja existeix" -#: config.py:802 -#, 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}»." +#: registry.py:410 +#, 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" -#: config.py:833 -#, 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}." +#: registry.py:503 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r ja està registrat" -#: config.py:850 -#, 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__}»." +#: registry.py:519 +#, python-format +msgid "math renderer %s is already registered" +msgstr "la representació matemàtica %s ja està registrada" -#: config.py:862 +#: registry.py:536 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "no s'ha trobat primary_domain %r, s'ignora." +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:550 +msgid "Original exception:\n" +msgstr "Excepció original:\n" -#: config.py:882 +#: registry.py:552 +#, python-format +msgid "Could not import extension %s" +msgstr "No s'ha pogut importar l'extensió %s" + +#: registry.py:559 +#, 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 "l'extensió %r no té cap funció setup(). És realment un mòdul d'extensions de Sphinx?" + +#: registry.py:572 +#, 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:584 +#, 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:623 +#, python-format +msgid "`None` is not a valid filetype for %r." +msgstr "«Cap» no és un tipus de fitxer vàlid per a %r." + +#: roles.py:206 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "Vulnerabilitats i exposicions comunes (CVE %s)" + +#: roles.py:229 +#, python-format +msgid "invalid CVE number %s" +msgstr "número %s de CVE no vàlid" + +#: roles.py:251 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "Enumeració de les debilitats comunes (CWE %s)" + +#: roles.py:274 +#, python-format +msgid "invalid CWE number %s" +msgstr "número %s de CWE no vàlid" + +#: roles.py:294 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Propostes de millora a Python (PEP %s)" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "número de PEP no vàlid %s" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "número de RFC no vàlid %s" #: highlighting.py:170 #, python-format @@ -341,1605 +523,742 @@ msgid "" "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:115 +#: project.py:72 +#, python-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ó." + +#: project.py:87 +#, python-format +msgid "Ignored unreadable document %r." +msgstr "S'ha ignorat el document il·legible %r." + +#: theming.py:117 #, 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)." -#: theming.py:120 +#: theming.py:122 #, 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" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "opció de tema no admesa, s'ha donat %r" -#: theming.py:208 +#: theming.py:218 #, 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" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "no s'ha trobat cap tema anomenat %r (manca theme.toml?)" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "El tema %r té una herència circular" -#: theming.py:276 +#: theming.py:286 #, 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" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "El tema %r té massa avantpassats" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "no s'ha trobat cap fitxer de configuració del tema a %r" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "el tema %r no té la taula «theme»" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "La taula del tema %r «[theme]» no és una taula" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "El tema %r ha de definir la configuració «theme.inherit»" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "La taula del tema %r «[options]» no és una taula" -#: theming.py:366 +#: theming.py:376 #, 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»" -#: events.py:77 -#, python-format -msgid "Event %r already present" -msgstr "L'esdeveniment %r ja està present" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "insereix automàticament les docstring des dels mòduls" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Nom desconegut de l'esdeveniment: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "prova automàticament els fragments de codi en els blocs doctest" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "El gestor %r per a l'esdeveniment %r ha retornat una excepció" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "enllaç entre la documentació de Sphinx de projectes diferents" -#: project.py:72 -#, python-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ó." +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "escriu les entrades «todo» que es poden mostrar o ocultar durant la construcció" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "S'ha ignorat el document il·legible %r." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "comprovacions per a la cobertura de la documentació" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "La classe del constructor %s no té cap atribut «name»" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "inclou expressions matemàtiques, mostrades com a imatges PNG o SVG" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "El constructor %r ja existeix (al mòdul %s)" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "inclou expressions matemàtiques, representades en el navegador per MathJax" -#: registry.py:187 -#, 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" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "inclusió condicional de contingut basat en els valors de la configuració" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "El nom del constructor %s no està registrat" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "inclou els enllaços cap al codi font dels objectes documentats en Python" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "el domini %s ja està registrat" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "crea un fitxer .nojekyll per a publicar el document a les pàgines de GitHub" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "el domini %s encara no està registrat" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Si us plau, introduïu un nom de camí vàlid." -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "La directiva %r ja està registrada al domini %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Si us plau, introduïu algun text." -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "El rol %r ja està registrat al domini %s" +msgid "Please enter one of %s." +msgstr "Si us plau, introduïu un dels %s." -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "L'índex %r ja està registrat al domini %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Si us plau, introduïu qualsevol de «y» o «n»." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "L'object_type %r ja està registrat" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Si us plau, introduïu un sufix de fitxer, p. ex., «.rst» o «.txt»." -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "El crossref_type %r ja està registrat" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Us donem la benvinguda a la utilitat d'inici ràpid de Sphinx %s." -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r ja està registrat" +#: 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 "Introduïu els valors per a les configuracions següents (només premeu «Retorn»\nper a acceptar un valor predeterminat, si se'n dona un entre parèntesis)." -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser per a %r ja està registrat" +msgid "Selected root path: %s" +msgstr "Camí arrel seleccionat: %s" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "L'analitzador de fonts per a %s no registrat" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Introduïu el camí arrel per a la documentació." -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "El traductor per a %r ja existeix" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Camí arrel per a la documentació" -#: 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" +#: cmd/quickstart.py:254 +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." -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r ja està registrat" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "«sphinx-quickstart» no sobreescriurà els projectes de Sphinx existents." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "la representació matemàtica %s ja està registrada" +#: cmd/quickstart.py:262 +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)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 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:543 -msgid "Original exception:\n" -msgstr "Excepció original:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "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." -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "No s'ha pogut importar l'extensió %s" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Separa els directoris «source» i «build» (s/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 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?" +"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." -#: registry.py:565 -#, 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ó." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Prefix de nom per als directoris «templates» i «static»" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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: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." +"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." -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "Vulnerabilitats i exposicions comuns (CVE %s)" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Nom del projecte" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "número %s de CVE no vàlid" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Noms de l'autoria" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "Enumeració de les debilitats comuns (CWE %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 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." -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "número %s de CWE no vàlid" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Versió del projecte" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Propostes de millora a Python; PEP %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Llançament del projecte" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "número de PEP no vàlid %s" +#: 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 "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." -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "número de RFC no vàlid %s" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Idioma del projecte" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[font]" +#: 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 "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." -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "s'està ressaltant el codi del mòdul... " +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Sufix del fitxer font" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[documents]" +#: 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 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." -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Codi del mòdul" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Nom del document mestre (sense sufix)" -#: ext/viewcode.py:353 +#: cmd/quickstart.py:367 #, python-format -msgid "

Source code for %s

" -msgstr "

Codi font per a %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Vista general: codi del mòdul" +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." -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Tots els mòduls per als quals hi ha codi

" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "«sphinx-quickstart» no sobreescriurà el fitxer existent." -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:377 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/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "la secció «%s» s'etiqueta com a «%s»" +"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»" -#: 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" +#: cmd/quickstart.py:385 +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:" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Enllaça amb aquesta equació" +#: cmd/quickstart.py:396 +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." -#: ext/duration.py:90 +#: cmd/quickstart.py:406 msgid "" -"====================== slowest reading durations =======================" -msgstr "==================== durades de lectura més lentes =====================" +"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»." -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "manca «+» o «-» a l'opció «%s»." +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Voleu crear el Makefile? (s/n)" -#: ext/doctest.py:124 +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Voleu crear el fitxer d'ordres de Windows? (s/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "'%s' is not a valid option." -msgstr "«%s» no és una opció vàlida." +msgid "Creating file %s." +msgstr "S'està creant el fitxer %s." -#: ext/doctest.py:139 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "«%s» no és una opció pyversion vàlida" +msgid "File %s already exists, skipping." +msgstr "El fitxer %s ja existeix, se salta." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "tipus de TestCode no vàlid" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Finalitzat: s'ha creat una estructura inicial del directori." -#: ext/doctest.py:297 +#: cmd/quickstart.py:519 #, 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:457 -#, 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" +"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ó. " -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "s'ignora el codi doctest no vàlid: %r" +#: cmd/quickstart.py:526 +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" -#: ext/imgmath.py:162 +#: cmd/quickstart.py:530 #, 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»" +"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" -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:537 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»" +"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." -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "visualització de latex %r: %s" +#: cmd/quickstart.py:572 +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 "\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" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "latex inclòs %r: %s" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "Per a més informació, visiteu ." -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "expressions regulars no vàlides %r a %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "mode silenció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" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "arrel del projecte" -#: 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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "els mòduls següents s'especifiquen a coverage_modules però no estan documentats" - -#: 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 "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/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 configureu 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 "" - -#: 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/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" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, 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:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "No es poden usar ambdues opcions «%s» i «%s»" - -#: directives/code.py:231 -#, 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:235 -#, 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:276 -#, 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: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»" - -#: 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" - -#: 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." - -#: 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:361 -#, 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" - -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "El fitxer de vista general es troba a %(outdir)s." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "no hi ha canvis en la versió %s." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "s'està escrivint el fitxer de vista general..." - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Elements incorporats" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Nivell de mòdul" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "s'estan copiant els fitxers font..." - -#: builders/changes.py:133 -#, 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" - -#: 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." - -#: 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" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "s'està escrivint" - -#: builders/manpage.py:71 -#, 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" - -#: builders/__init__.py:224 -#, 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)" - -#: builders/__init__.py:232 -#, 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" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "s'estan construint [mo]:" - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "s'està escrivint la sortida..." - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "tots els %d fitxers PO" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "objectius per als %d fitxers PO que s'han especificat" - -#: builders/__init__.py:309 -#, 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:319 -msgid "all source files" -msgstr "tots els fitxers font" - -#: builders/__init__.py:330 -#, 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, " - -#: builders/__init__.py:337 -#, python-format -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" - -#: builders/__init__.py:348 -#, 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" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "%d fitxers font proporcionats a la línia d'ordres" - -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "els objectius per a %d fitxers font que estan desfasats" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "s'està construint [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "s'està cercant per fitxers sense actualitzar... " - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "s'han trobat %d" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "no se n'ha trobat cap" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "s'està preparant l'ambient" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "s'està comprovant la coherència" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "no hi ha cap objectiu desfasat." - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "s'està actualitzant l'entorn: " - -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s afegits, %s canviats, %s eliminats" - -#: 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 "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ó." - -#: builders/__init__.py:540 -#, 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ó." - -#: builders/__init__.py:551 -#, 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." - -#: builders/__init__.py:558 -#, 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." - -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "s'estan llegint les fonts... " - -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "els docname que s'escriuran: %s" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "s'estan preparant els documents" - -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "s'estan copiant els recursos" - -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "caràcters font no codificables, substituint per «?»: %r" - -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "El fitxer ePub es troba a %(outdir)s." - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "s'està escrivint el fitxer nav.xhtml..." - -#: builders/epub3.py:221 -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" - -#: builders/epub3.py:227 -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" - -#: builders/epub3.py:232 -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" - -#: builders/epub3.py:238 -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" - -#: builders/epub3.py:242 -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" - -#: builders/epub3.py:247 -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" - -#: builders/epub3.py:251 -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" - -#: builders/epub3.py:256 -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" - -#: builders/epub3.py:262 -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" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "el valor de configuració «version» no pot estar buit per a EPUB3" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file no vàlid: %r, s'ignora" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Els fitxers en XML es troben a %(outdir)s." - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "error en escriure al fitxer %s: %s" - -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Els fitxers en pseudo XML es troben a %(outdir)s." - -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Els fitxers de Texinfo es troben a %(outdir)s." - -#: 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 "\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:77 -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:89 -#, 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" - -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "s'està processant %s" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "s'estan resolent les referències..." - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (a " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "s'estan copiant les imatges... " - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "no s'ha pogut copiar el fitxer d'imatge %r: %s" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "s'estan copiant els fitxers de suport de Texinfo" - -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "error en escriure el fitxer Makefile: %s" - -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "s'ha trobat una entrada ToC duplicada: %s" - -#: builders/_epub_base.py:433 -#, 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" - -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "no s'ha pogut escriure el fitxer d'imatge %r: %s" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "No s'ha trobat el Pillow: es copien els fitxers d'imatge" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "s'està escrivint un fitxer de tipus MIME..." - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "s'està escrivint el fitxer META-INF/container.xml..." - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "s'està escrivint el fitxer content.opf..." - -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "tipus MIME desconegut per a %s, s'ignora" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "el node té un nivell no vàlid" - -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "s'està escrivint el fitxer toc.ncx..." - -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "s'està escrivint el fitxer %s..." - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "El constructor fictici no genera cap fitxer." - -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Els catàlegs de missatges es troben a %(outdir)s." - -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "objectius per a %d fitxers de plantilla" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "s'estan llegint les plantilles... " - -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "s'estan escrivint els catàlegs de missatges... " - -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "La pàgina HTML es troba a %(outdir)s." - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "s'està muntant un únic document" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "s'estan escrivint els fitxers addicionals" - -#: builders/linkcheck.py:77 -#, 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" - -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" -msgstr "enllaç trencat: %s (%s)" - -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" -msgstr "No s'ha trobat l'àncora «%s»" - -#: builders/linkcheck.py:758 -#, 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" - -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Els fitxers de text es troben a %(outdir)s." - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, 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}" - -#: transforms/i18n.py:272 -#, 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}" - -#: transforms/i18n.py:322 -#, 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}" - -#: transforms/i18n.py:344 -#, 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/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" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "no s'ha pogut calcular el progrés de la traducció!" - -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "No hi ha cap element traduït!" - -#: transforms/__init__.py:253 -#, 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" - -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "La nota al peu [%s] no té una referència." - -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "No es fa referència a la nota al peu [*]." - -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "La nota al peu [núm.] no té una referència." - -#: _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:" - -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Opcions" - -#: _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/." - -#: _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»" - -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr " Gestiona la documentació amb Sphinx." - -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "Mostra la versió i surt." - -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "Mostra aquest missatge i surt." - -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "Registre" - -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "Augmenta la verbositat (es pot repetir)" - -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "Imprimeix només els errors i els avisos." - -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "Cap sortida en absolut" - -#: _cli/__init__.py:231 -msgid "" -msgstr "" - -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "Vegeu «sphinx --help».\n" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Opcions de l'estructura" -#: environment/__init__.py:86 -msgid "new config" -msgstr "configuració nova" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "Si s'especifica, se separarà el codi font i els directoris de compilació" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "configuració modificada" +#: cmd/quickstart.py:616 +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" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "extensions modificades" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "substitució per a punts a _templates, etc." -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "la versió de l'entorn de compilació no és actual" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Opcions bàsiques del projecte" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "el directori d'origen ha estat modificat" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "nom del projecte" -#: environment/__init__.py:325 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "La configuració ha estat canviada (1 opció: %r)" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "noms de l'autoria" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "La configuració ha estat canviada (%d opcions: %s)" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "versió del projecte" -#: environment/__init__.py:336 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "La configuració ha estat canviada (%d opcions: %s, «...»)" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "llançament del projecte" -#: environment/__init__.py:379 -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." +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "idioma del document" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Ha fallat en escanejar els documents a %s: %r" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "sufix del fitxer font" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" -msgstr "El domini %r no està registrat" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "nom del document mestre" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" -msgstr "el document no està inclòs en cap toctree" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "usa epub" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." -msgstr "S'ha trobat un toctree autoreferenciat. S'ignora." +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Opcions de l'extensió" -#: environment/__init__.py:889 +#: cmd/quickstart.py:670 #, 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 "enable %s extension" +msgstr "habilita l'extensió %s" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "error de lectura: %s, %s" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "habilita les extensions arbitràries" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "error d'escriptura: %s, %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Creació dels fitxers Makefile i de processament per lots" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s no existeix" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "es crea el Makefile" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "no es crea el Makefile" -#: util/i18n.py:245 -#, 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" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "es crea el fitxer de processament per lots" -#: 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." +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "no es crea el fitxer de processament per lots" -#: util/nodes.py:423 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r està en desús per a les entrades d'índex (des de l'entrada %r). En el seu lloc useu «pair: %s»." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "usa el mode make per a Makefile/make.bat" -#: util/nodes.py:490 -#, 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:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Plantilles de projecte" -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "excepció mentre només s'avaluava l'expressió directiva: %s" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "directori de plantilles per als fitxers de plantilla" -#: util/display.py:82 -msgid "skipped" -msgstr "s'omet" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "defineix una variable de plantilla" -#: util/display.py:87 -msgid "failed" -msgstr "ha fallat" +#: cmd/quickstart.py:766 +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»." -#: util/osutil.py:131 -#, python-format +#: cmd/quickstart.py:785 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/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" -msgstr "" - -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" -msgstr "" - -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "tipus de node desconegut: %r" +"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." -#: util/fileutil.py:76 -#, python-format +#: cmd/quickstart.py:792 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ó)." +"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." -#: util/fileutil.py:89 +#: cmd/quickstart.py:809 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "Escriu el resultat de la plantilla avaluada a %s" +msgid "Invalid template variable: %s" +msgstr "Variable no vàlida de plantilla: %s" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "no s'ha trobat el rol predeterminat %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" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "l'inventari <%s> conté definicions duplicades de %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 la documentació a partir dels fitxers font.\n\nL'eina «sphinx-build» generarà la documentació a partir dels fitxers\na SOURCEDIR i els situarà a OUTPUTDIR. Cerqueu el «conf.py» en el\nSOURCEDIR per als paràmetres de configuració. L'eina «sphinx-quickstart» es pot usar per a generar fitxers de plantilla, inclòs el «conf.py».\n\nL'eina «sphinx-build» pot crear documentació en formats diferents. A la\nlínia d'ordres se selecciona un format que especifica el nom del constructor.\nDe manera predeterminada és HTML. Els constructors també poden dur a terme\naltres tasques relacionades amb el processament de la documentació.\n\nDe manera predeterminada, es construeix tot el que està desactualitzat. Es pot\ngenerar la sortida només per als fitxers seleccionats especificant noms de fitxer\nindividuals.\n" -#: 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" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "camí cap als fitxers font de la documentació" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notes al peu" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "camí cap al directori de sortida" -#: writers/manpage.py:289 writers/text.py:945 -#, python-format -msgid "[image: %s]" -msgstr "[imatge: %s]" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(opcional) una llista de fitxers específics que s'han de reconstruir. S'ignorarà si s'especifica «--write-all»" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[imatge]" +#: cmd/build.py:114 +msgid "general options" +msgstr "opcions generals" -#: 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 "Índex" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "constructor que s'usarà (predeterminat: «html»)" -#: writers/latex.py:743 writers/texinfo.py:646 +#: cmd/build.py:131 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" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "executa en paral·lel amb N processos, quan sigui possible. «auto» uxa el nombre de nuclis de la CPU" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "el subtítol no es troba dins d'una figura." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "escriu tots els fitxers (predeterminat: només escriu els fitxers nous i els que han canviat)" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "tipus de node sense implementar: %r" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "no usar un entorn desat, llegeix sempre tots els fitxers" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "%r toplevel_sectioning desconegut per a la classe %r" +#: cmd/build.py:150 +msgid "path options" +msgstr "opcions de camí" -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "no es coneix l'opció de Babel per a l'idioma %r" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "directori per als fitxers doctree i d'entorn (predeterminat: OUTPUT_DIR/.doctrees)" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: massa gran, s'ignora." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "directori per al fitxer de configuració (conf.py) (predeterminat: SOURCE_DIR)" -#: writers/latex.py:591 -#, 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" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "no usa cap fitxer de configuració, només usa la configuració de les opcions de «-D»" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "el títol del document no és només un node de text" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "superposa una configuració en el fitxer de configuració" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" -msgstr "nivell de capçalera de rúbrica no compatible: %s" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "passa un valor a dins de les plantilles HTML" -#: writers/latex.py:1183 -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:»." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "defineix l'etiqueta: inclou blocs «only» amb TAG" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "la unitat de dimensió %s no és vàlida. S'ignora." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "mode primmirat: avisa sobre totes les referències que manquen" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "s'ha trobat el tipus d'entrada %s amb un índex desconegut" +#: cmd/build.py:212 +msgid "console output options" +msgstr "opcions de sortida de la consola" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format no vàlid: %r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "augmenta la loquacitat (es pot repetir)" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Enllaça amb aquesta definició" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "sense sortida a la sortida estàndard, només avisos a la sortida d'error estàndard" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format no s'ha definit per a %s" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "sense sortida, ni tan sols els avisos" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Qualsevol ID no assignat per al node %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "emet una sortida amb colors (predeterminada: detecció automàtica)" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Enllaça amb aquest terme" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "no emetre una sortida amb colors (predeterminada: detecció automàtica)" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Enllaça amb aquesta capçalera" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "opcions de control d'avís" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Enllaça amb aquesta taula" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "escriviu els avisos (i errors) al fitxer indicat" -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Enllaça amb aquest codi" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "converteix els avisos en errors" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Enllaça amb aquesta imatge" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "mostra la traça completa en excepció" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Enllaça amb aquest toctree" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "executa Pdb en excepció" -#: 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:»." +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "planteja una excepció sobre els avisos" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "no es pot combinar l'opció -a i els noms de fitxer" -#: domains/math.py:73 +#: cmd/build.py:357 #, 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" +msgid "cannot open warning file '%s': %s" +msgstr "no es pot obrir el fitxer de l'avís «%s»: %s" + +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "l'argument de l'opció «-D» haurà d'estar en la forma «nom=valor»" -#: domains/javascript.py:182 +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "l'argument de l'opció -A haurà d'estar en la forma «nom=valor»" + +#: domains/javascript.py:183 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funció interna)" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format msgid "%s() (%s method)" msgstr "%s() (mètode %s)" -#: domains/javascript.py:185 +#: domains/javascript.py:186 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: domains/javascript.py:187 +#: domains/javascript.py:188 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variable global o constant)" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: domains/javascript.py:273 +#: domains/javascript.py:274 msgid "Arguments" msgstr "Arguments" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 +#: domains/cpp/__init__.py:489 domains/javascript.py:281 msgid "Throws" msgstr "Llançaments" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 +#: domains/c/__init__.py:365 domains/cpp/__init__.py:502 +#: 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:371 domains/javascript.py:294 #: domains/python/_object.py:227 msgid "Return type" msgstr "Tipus de retorn" -#: domains/javascript.py:370 +#: domains/javascript.py:371 #, python-format msgid "%s (module)" msgstr "%s (mòdul)" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 +#: domains/c/__init__.py:777 domains/cpp/__init__.py:941 +#: domains/javascript.py:416 domains/python/__init__.py:736 msgid "function" msgstr "funció" -#: domains/javascript.py:416 domains/python/__init__.py:744 +#: domains/javascript.py:417 domains/python/__init__.py:740 msgid "method" msgstr "mètode" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 +#: domains/cpp/__init__.py:939 domains/javascript.py:418 +#: domains/python/__init__.py:738 msgid "class" msgstr "classe" -#: domains/javascript.py:418 domains/python/__init__.py:741 +#: domains/javascript.py:419 domains/python/__init__.py:737 msgid "data" msgstr "dades" -#: domains/javascript.py:419 domains/python/__init__.py:747 +#: domains/javascript.py:420 domains/python/__init__.py:743 msgid "attribute" msgstr "atribut" -#: domains/javascript.py:420 domains/python/__init__.py:750 +#: domains/javascript.py:421 domains/python/__init__.py:746 msgid "module" msgstr "mòdul" -#: domains/javascript.py:454 +#: domains/javascript.py:455 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "descripció %s duplicada de %s, una altra %s a %s" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + #: domains/changeset.py:26 #, python-format msgid "Added in version %s" @@ -1960,6 +1279,16 @@ msgstr "Obsolet des de la versió %s" msgid "Removed in version %s" msgstr "S'ha eliminat a la versió %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:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format no vàlid: %r" + #: domains/rst.py:131 domains/rst.py:190 #, python-format msgid "%s (directive)" @@ -1999,1267 +1328,1311 @@ 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]." - -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Atenció" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Compte" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Perill" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "Error" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Suggeriment" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "Important" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "Nota" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "Vegeu també" - -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Truc" - -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Avís" - -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "insereix automàticament les docstring des dels mòduls" - -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "prova automàticament els fragments de codi en els blocs doctest" - -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "enllaç entre la documentació de Sphinx de projectes diferents" - -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "escriu les entrades «todo» que es poden mostrar o ocultar durant la construcció" - -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "comprovacions per a la cobertura de la documentació" - -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "inclou expressions matemàtiques, mostrades com a imatges PNG o SVG" - -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "inclou expressions matemàtiques, representades en el navegador per MathJax" +msgid "Citation [%s] is not referenced." +msgstr "No es fa referència a la citació [%s]." -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "inclusió condicional de contingut basat en els valors de la configuració" +#: environment/__init__.py:87 +msgid "new config" +msgstr "configuració nova" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "inclou els enllaços cap al codi font dels objectes documentats en Python" +#: environment/__init__.py:88 +msgid "config changed" +msgstr "configuració modificada" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "crea un fitxer .nojekyll per a publicar el document a les pàgines de GitHub" +#: environment/__init__.py:89 +msgid "extensions changed" +msgstr "extensions modificades" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Si us plau, introduïu un nom de camí vàlid." +#: environment/__init__.py:257 +msgid "build environment version not current" +msgstr "la versió de l'entorn de compilació no és actual" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Si us plau, introduïu algun text." +#: environment/__init__.py:259 +msgid "source directory has changed" +msgstr "el directori d'origen ha estat modificat" -#: cmd/quickstart.py:133 +#: environment/__init__.py:346 #, python-format -msgid "Please enter one of %s." -msgstr "Si us plau, introduïu un dels %s." - -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Si us plau, introduïu qualsevol de «y» o «n»." +msgid "The configuration has changed (1 option: %r)" +msgstr "La configuració ha estat canviada (1 opció: %r)" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Si us plau, introduïu un sufix de fitxer, p. ex., «.rst» o «.txt»." +#: environment/__init__.py:351 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "La configuració ha estat canviada (%d opcions: %s)" -#: cmd/quickstart.py:229 +#: environment/__init__.py:357 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Us donem la benvinguda a la utilitat d'inici ràpid de Sphinx %s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "La configuració ha estat canviada (%d opcions: %s, «...»)" -#: cmd/quickstart.py:234 +#: environment/__init__.py:400 msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "Introduïu els valors per a les configuracions següents (només premeu «Retorn»\nper a acceptar un valor predeterminat, si se'n dona un entre parèntesis)." +"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." -#: cmd/quickstart.py:241 +#: environment/__init__.py:514 #, python-format -msgid "Selected root path: %s" -msgstr "Camí arrel seleccionat: %s" - -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Introduïu el camí arrel per a la documentació." - -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Camí arrel per a la documentació" +msgid "Failed to scan documents in %s: %r" +msgstr "Ha fallat en escanejar els documents a %s: %r" -#: cmd/quickstart.py:254 -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." +#: environment/__init__.py:679 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "El domini %r no està registrat" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "«sphinx-quickstart» no sobreescriurà els projectes de Sphinx existents." +#: environment/__init__.py:837 +msgid "document isn't included in any toctree" +msgstr "el document no està inclòs en cap toctree" -#: cmd/quickstart.py:262 -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)" +#: environment/__init__.py:883 +msgid "self referenced toctree found. Ignored." +msgstr "S'ha trobat un toctree autoreferenciat. S'ignora." -#: 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 "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." +#: environment/__init__.py:913 +#, 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" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Separa els directoris «source» i «build» (s/n)" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "Ús:" -#: 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 "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." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPCIONS] []" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Prefix de nom per als directoris «templates» i «static»" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr " El generador de documentació Sphinx." -#: cmd/quickstart.py:297 -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." +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "Ordres:" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Nom del projecte" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Opcions" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Noms de l'autoria" +#: _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/." -#: cmd/quickstart.py:308 +#: _cli/__init__.py:171 +#, python-brace-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 "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:315 -msgid "Project version" -msgstr "Versió del projecte" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: error: {1}\nPer a informació executeu «{0} --help»" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Llançament del projecte" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr " Gestiona la documentació amb Sphinx." -#: 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 "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." +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "Mostra la versió i surt." -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Idioma del projecte" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "Mostra aquest missatge i surt." -#: 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 "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." +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "Registre" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Sufix del fitxer font" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "Augmenta la verbositat (es pot repetir)" -#: 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 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." +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "Imprimeix només els errors i els avisos." -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Nom del document mestre (sense sufix)" +#: _cli/__init__.py:225 +msgid "No output at all" +msgstr "Cap sortida en absolut" -#: cmd/quickstart.py:367 -#, 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." +#: _cli/__init__.py:231 +msgid "" +msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "«sphinx-quickstart» no sobreescriurà el fitxer existent." +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "Vegeu «sphinx --help».\n" -#: cmd/quickstart.py:377 -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»" +#: builders/html/__init__.py:501 builders/latex/__init__.py:199 +#: transforms/__init__.py:133 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%-d %b, %Y" -#: cmd/quickstart.py:385 -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:" +#: builders/latex/__init__.py:206 domains/std/__init__.py:768 +#: domains/std/__init__.py:781 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 "Índex" -#: cmd/quickstart.py:396 +#: writers/latex.py:766 writers/texinfo.py:646 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." +"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" -#: cmd/quickstart.py:406 -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»." +#: writers/latex.py:1120 writers/manpage.py:259 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Notes al peu" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Voleu crear el Makefile? (s/n)" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "el subtítol no es troba dins d'una figura." -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Voleu crear el fitxer d'ordres de Windows? (s/n)" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" +msgstr "tipus de node sense implementar: %r" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "Enllaça amb aquesta definició" + +#: writers/html5.py:431 #, python-format -msgid "Creating file %s." -msgstr "S'està creant el fitxer %s." +msgid "numfig_format is not defined for %s" +msgstr "numfig_format no s'ha definit per a %s" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: writers/html5.py:441 #, python-format -msgid "File %s already exists, skipping." -msgstr "El fitxer %s ja existeix, se salta." +msgid "Any IDs not assigned for %s node" +msgstr "Qualsevol ID no assignat per al node %s" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Finalitzat: s'ha creat una estructura inicial del directori." +#: writers/html5.py:496 +msgid "Link to this term" +msgstr "Enllaça amb aquest terme" -#: cmd/quickstart.py:519 -#, 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ó. " +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "Enllaça amb aquesta capçalera" -#: cmd/quickstart.py:526 -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" +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "Enllaça amb aquesta taula" -#: cmd/quickstart.py:530 +#: writers/html5.py:572 writers/latex.py:1129 #, 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" +msgid "unsupported rubric heading level: %s" +msgstr "nivell de capçalera de rúbrica no compatible: %s" -#: cmd/quickstart.py:537 -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." +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "Enllaça amb aquest codi" -#: cmd/quickstart.py:572 -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 "\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" +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "Enllaça amb aquesta imatge" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "Per a més informació, visiteu ." +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "Enllaça amb aquest toctree" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "mode silenciós" +#: 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:»." -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "arrel del projecte" +#: writers/manpage.py:289 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "[imatge: %s]" -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Opcions de l'estructura" +#: writers/manpage.py:290 writers/text.py:946 +msgid "[image]" +msgstr "[imatge]" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "Si s'especifica, se separarà el codi font i els directoris de compilació" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "%r toplevel_sectioning desconegut per a la classe %r" -#: cmd/quickstart.py:616 -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" +#: builders/latex/__init__.py:224 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "no es coneix l'opció de Babel per a l'idioma %r" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "substitució per a punts a _templates, etc." +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: massa gran, s'ignora." -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Opcions bàsiques del projecte" +#: writers/latex.py:614 +#, 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" -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "nom del projecte" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "el títol del document no és només un node de text" -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "noms de l'autoria" +#: writers/latex.py:1200 +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:»." -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "versió del projecte" +#: writers/latex.py:1230 +#, 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à." -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "llançament del projecte" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "la unitat de dimensió %s no és vàlida. S'ignora." -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "idioma del document" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "s'ha trobat el tipus d'entrada %s amb un índex desconegut" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "sufix del fitxer font" +#: 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." -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "nom del document mestre" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "cap espai en blanc eliminat en disminuir el sagnat" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "usa epub" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Subtítol no vàlid: %s" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Opcions de l'extensió" +#: 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 "l'especificació del número de línia queda fora de l'interval (1-%d): %r" -#: cmd/quickstart.py:670 +#: directives/code.py:216 #, python-format -msgid "enable %s extension" -msgstr "habilita l'extensió %s" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "No es poden usar ambdues opcions «%s» i «%s»" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "habilita les extensions arbitràries" +#: directives/code.py:231 +#, 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" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Creació dels fitxers Makefile i de processament per lots" +#: 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 "La codificació %r emprada per a llegir el fitxer d'inclusió «%s» sembla ser incorrecta, proveu indicant una opció :encoding:" -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "es crea el Makefile" +#: directives/code.py:276 +#, 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" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "no es crea el Makefile" +#: 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»" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "es crea el fitxer de processament per lots" +#: 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" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "no es crea el fitxer de processament per lots" +#: 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" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "usa el mode make per a Makefile/make.bat" +#: 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" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Plantilles de projecte" +#: 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: " -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "directori de plantilles per als fitxers de plantilla" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "defineix una variable de plantilla" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "... el contingut dels reconeixements no és una llista" -#: cmd/quickstart.py:766 -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»." +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "... el contingut de l'historial no és una llista" -#: cmd/quickstart.py:785 -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." +#: ext/todo.py:61 +msgid "Todo" +msgstr "Tasca pendent" -#: cmd/quickstart.py:792 -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." +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "S'ha trobat una entrada TODO: %s" -#: cmd/quickstart.py:809 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variable no vàlida de plantilla: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(L'<> es troba a %s, línia %d)." -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "el número de treball hauria de ser un nombre positiu" +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada original" -#: 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 la documentació a partir dels fitxers font.\n\nL'eina «sphinx-build» generarà la documentació a partir dels fitxers\na SOURCEDIR i els situarà a OUTPUTDIR. Cerqueu el «conf.py» en el\nSOURCEDIR per als paràmetres de configuració. L'eina «sphinx-quickstart» es pot usar per a generar fitxers de plantilla, inclòs el «conf.py».\n\nL'eina «sphinx-build» pot crear documentació en formats diferents. A la\nlínia d'ordres se selecciona un format que especifica el nom del constructor.\nDe manera predeterminada és HTML. Els constructors també poden dur a terme\naltres tasques relacionades amb el processament de la documentació.\n\nDe manera predeterminada, es construeix tot el que està desactualitzat. Es pot\ngenerar la sortida només per als fitxers seleccionats especificant noms de fitxer\nindividuals.\n" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[font]" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "camí cap als fitxers font de la documentació" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "s'està ressaltant el codi del mòdul... " -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "camí cap al directori de sortida" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documents]" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "(opcional) una llista de fitxers específics que s'han de reconstruir. S'ignorarà si s'especifica «--write-all»" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Codi del mòdul" -#: cmd/build.py:114 -msgid "general options" -msgstr "opcions generals" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Codi font per a %s

" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "constructor que s'usarà (predeterminat: «html»)" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Vista general: codi del mòdul" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "executa en paral·lel amb N processos, quan sigui possible. «auto» uxa el nombre de nuclis de la CPU" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Tots els mòduls per als quals hi ha codi

" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "escriu tots els fitxers (predeterminat: només escriu els fitxers nous i els que han canviat)" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "expressions regulars no vàlides %r a %s" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "no usar un entorn desat, llegeix sempre tots els fitxers" +#: 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" -#: cmd/build.py:150 -msgid "path options" -msgstr "opcions de camí" +#: 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" -#: cmd/build.py:157 +#: ext/coverage.py:158 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "directori per als fitxers doctree i d'entorn (predeterminat: OUTPUT_DIR/.doctrees)" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "els mòduls següents s'especifiquen a coverage_modules, però no estan documentats" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "directori per al fitxer de configuració (conf.py) (predeterminat: SOURCE_DIR)" +#: 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»." -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "no usa cap fitxer de configuració, només usa la configuració de les opcions de «-D»" +#: 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" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "superposa una configuració en el fitxer de configuració" +#: 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" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "passa un valor a dins de les plantilles HTML" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "funció de Python sense documentar: %s :: %s" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "defineix l'etiqueta: inclou blocs «only» amb TAG" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "classe de Python sense documentar: %s :: %s" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "mode primmirat: avisa sobre totes les referències que manquen" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "mètode de Python sense documentar: %s :: %s :: %s" -#: cmd/build.py:212 -msgid "console output options" -msgstr "opcions de sortida de la consola" +#: 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»" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "augmenta la loquacitat (es pot repetir)" +#: 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»" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "sense sortida a la sortida estàndard, només avisos a la sortida d'error estàndard" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "visualització de latex %r: %s" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "sense sortida, ni tan sols els avisos" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "latex inclòs %r: %s" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "emet una sortida amb colors (predeterminada: detecció automàtica)" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Enllaça amb aquesta equació" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "no emetre una sortida amb colors (predeterminada: detecció automàtica)" +#: 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" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "opcions de control d'aví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" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "escriviu els avisos (i errors) al fitxer indicat" +#: 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»" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "converteix els avisos en errors" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "la secció «%s» s'etiqueta com a «%s»" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "mostra la traça completa en excepció" +#: domains/std/__init__.py:830 domains/std/__init__.py:957 +#: 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/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "manca «+» o «-» a l'opció «%s»." -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "executa Pdb en excepció" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "«%s» no és una opció vàlida." -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "planteja una excepció sobre els avisos" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "«%s» no és una opció pyversion vàlida" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "no es pot combinar l'opció -a i els noms de fitxer" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "tipus de TestCode no vàlid" -#: cmd/build.py:357 +#: ext/doctest.py:297 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "no es pot obrir el fitxer de l'avís «%s»: %s" +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." -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "l'argument de l'opció «-D» haurà d'estar en la forma «nom=valor»" +#: 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" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "l'argument de l'opció -A haurà d'estar en la forma «nom=valor»" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "s'ignora el codi doctest no vàlid: %r" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Redueix la barra lateral" +#: 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)" -#: 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" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "==================== durades de lectura més lentes =====================" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Cerca" +#: 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" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ves a" +#: 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" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Mostra el codi font" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "S'està ignorant la directiva «graphviz» sense contingut." -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "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" -#: themes/basic/opensearch.xml:4 +#: ext/graphviz.py:328 #, python-format -msgid "Search %(docstitle)s" -msgstr "Cercar a %(docstitle)s" +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»" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Vista general" +#: 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" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Us donem la benvinguda! Això és" +#: 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" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "la documentació per a" +#: 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" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "darrera actualització" +#: 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" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Índexs i taules:" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[gràfica: %s]" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Taula de contingut completa" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gràfica]" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "llista totes les seccions i subseccions" +#: builders/texinfo.py:45 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Els fitxers de Texinfo es troben a %(outdir)s." -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Pàgina de cerca" +#: 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 "\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)." -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "cerca aquesta documentació" +#: builders/texinfo.py:77 +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" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Índex global de mòduls" +#: builders/texinfo.py:89 +#, 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" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "accés ràpid a tots els mòduls" +#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#, python-format +msgid "processing %s" +msgstr "s'està processant %s" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Índex general" +#: builders/latex/__init__.py:347 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:119 +msgid "writing" +msgstr "s'està escrivint" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "totes les funcions, classes, termes" +#: builders/latex/__init__.py:405 builders/texinfo.py:172 +msgid "resolving references..." +msgstr "s'estan resolent les referències..." -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Aquesta pàgina" +#: builders/latex/__init__.py:416 builders/texinfo.py:182 +msgid " (in " +msgstr " (a " -#: themes/basic/genindex-single.html:26 +#: builders/_epub_base.py:425 builders/html/__init__.py:794 +#: builders/latex/__init__.py:481 builders/texinfo.py:198 +msgid "copying images... " +msgstr "s'estan copiant les imatges... " + +#: builders/_epub_base.py:447 builders/latex/__init__.py:496 +#: builders/texinfo.py:215 #, python-format -msgid "Index – %(key)s" -msgstr "Índex – %(key)s" +msgid "cannot copy image file %r: %s" +msgstr "no s'ha pogut copiar el fitxer d'imatge %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 "Índex complet en una pàgina" +#: builders/texinfo.py:222 +msgid "copying Texinfo support files" +msgstr "s'estan copiant els fitxers de suport de Texinfo" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Cerca ràpida" +#: builders/texinfo.py:230 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "error en escriure el fitxer Makefile: %s" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Pàgines d'índex per lletra" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "s'ha trobat una entrada ToC duplicada: %s" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "pot ser gegant" +#: builders/_epub_base.py:436 +#, 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" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Tema anterior" +#: 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" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capítol anterior" +#: 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" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Tema següent" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "s'està escrivint un fitxer de tipus MIME..." -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "capítol següent" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "s'està escrivint el fitxer META-INF/container.xml..." -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navegació" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "s'està escrivint el fitxer content.opf..." -#: themes/basic/layout.html:115 +#: builders/_epub_base.py:594 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Cerca dins de %(docstitle)s" +msgid "unknown mimetype for %s, ignoring" +msgstr "tipus MIME desconegut per a %s, s'ignora" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Quant a aquests documents" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "el node té un nivell no vàlid" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "s'està escrivint el fitxer toc.ncx..." -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/_epub_base.py:801 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "writing %s file..." +msgstr "s'està escrivint el fitxer %s..." -#: themes/basic/layout.html:201 +#: builders/xml.py:31 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Darrera actualització el %(last_updated)s." +msgid "The XML files are in %(outdir)s." +msgstr "Els fitxers en XML es troben a %(outdir)s." -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1269 builders/text.py:76 builders/xml.py:90 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Creada mitjançant Sphinx %(sphinx_version)s." +msgid "error writing file %s: %s" +msgstr "error en escriure al fitxer %s: %s" -#: 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/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Els fitxers en pseudo XML es troben a %(outdir)s." -#: 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." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "El fitxer de vista general es troba a %(outdir)s." -#: themes/basic/search.html:35 -msgid "search" -msgstr "cerca" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "no hi ha canvis en la versió %s." -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Oculta els resultats de cerca" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "s'està escrivint el fitxer de vista general..." -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Resultats de la cerca" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Elements incorporats" -#: 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 "La vostra cerca no ha coincidit amb cap document. Assegureu-vos que s'escriuen correctament totes les paraules i que heu seleccionat prou categories." +#: builders/changes.py:77 +msgid "Module level" +msgstr "Nivell de mòdul" -#: 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] "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/changes.py:129 +msgid "copying source files..." +msgstr "s'estan copiant els fitxers font..." -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "S'està cercant" +#: builders/changes.py:138 +#, 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" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "S'està preparant la cerca..." +#: 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." -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", a " +#: 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" -#: themes/basic/changes/rstsource.html:5 +#: builders/manpage.py:71 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "El valor de configuració «man_pages» fa referència a un document %s desconegut" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/epub3.py:84 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Canvis en la versió %(version)s — %(docstitle)s" +msgid "The ePub file is in %(outdir)s." +msgstr "El fitxer ePub es troba a %(outdir)s." -#: 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" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "s'està escrivint el fitxer nav.xhtml..." -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Canvis a la biblioteca" +#: builders/epub3.py:225 +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" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Canvis a l'API de C" +#: builders/epub3.py:231 +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" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Altres canvis" +#: builders/epub3.py:236 +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" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandeix la barra lateral" +#: builders/epub3.py:242 +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" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/epub3.py:246 +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" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: builders/epub3.py:251 +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" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (al mòdul %s)" +#: builders/epub3.py:255 +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" + +#: builders/epub3.py:260 +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" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/epub3.py:266 +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" + +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "el valor de configuració «version» no pot estar buit per a EPUB3" + +#: builders/epub3.py:283 builders/html/__init__.py:1319 #, python-format -msgid "%s (in module %s)" -msgstr "%s (al mòdul %s)" +msgid "invalid css_file: %r, ignored" +msgstr "css_file no vàlid: %r, s'ignora" -#: domains/python/__init__.py:182 +#: builders/gettext.py:243 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (variable interna)" +msgid "The message catalogs are in %(outdir)s." +msgstr "Els catàlegs de missatges es troben a %(outdir)s." -#: domains/python/__init__.py:217 +#: builders/__init__.py:406 builders/gettext.py:264 #, python-format -msgid "%s (built-in class)" -msgstr "%s (classe interna)" +msgid "building [%s]: " +msgstr "s'està construint [%s]: " -#: domains/python/__init__.py:218 +#: builders/gettext.py:265 #, python-format -msgid "%s (class in %s)" -msgstr "%s (classe a %s)" +msgid "targets for %d template files" +msgstr "objectius per a %d fitxers de plantilla" + +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "s'estan llegint les plantilles... " + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "s'estan escrivint els catàlegs de missatges... " -#: domains/python/__init__.py:283 +#: builders/text.py:29 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (mètode de classe %s)" +msgid "The text files are in %(outdir)s." +msgstr "Els fitxers de text es troben a %(outdir)s." -#: domains/python/__init__.py:285 +#: builders/__init__.py:235 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (mètode estàtic %s)" +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)" -#: domains/python/__init__.py:438 +#: builders/__init__.py:243 #, python-format -msgid "%s (%s property)" -msgstr "%s (propietat %s)" +msgid "a suitable image for %s builder not found: %s" +msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s" + +#: builders/__init__.py:266 +msgid "building [mo]: " +msgstr "s'estan construint [mo]:" + +#: builders/__init__.py:269 builders/__init__.py:776 builders/__init__.py:800 +msgid "writing output... " +msgstr "s'està escrivint la sortida..." -#: domains/python/__init__.py:478 +#: builders/__init__.py:286 #, python-format -msgid "%s (type alias in %s)" -msgstr "%s (escriviu l'àlies a %s)" +msgid "all of %d po files" +msgstr "tots els %d fitxers PO" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Índex de mòduls en Python" +#: builders/__init__.py:308 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "objectius per als %d fitxers PO que s'han especificat" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "mòduls" +#: builders/__init__.py:320 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "objectius per als %d fitxers PO que estan desfasats" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Obsolet" +#: builders/__init__.py:330 +msgid "all source files" +msgstr "tots els fitxers font" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "excepció" +#: builders/__init__.py:341 +#, 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, " -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "mètode de classe" +#: builders/__init__.py:348 +#, python-format +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" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "mètode estàtic" +#: builders/__init__.py:359 +#, 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" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "propietat" +#: builders/__init__.py:372 +#, python-format +msgid "%d source files given on command line" +msgstr "%d fitxers font proporcionats a la línia d'ordres" -#: domains/python/__init__.py:749 -msgid "type alias" -msgstr "escriviu l'àlies" +#: builders/__init__.py:388 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "els objectius per a %d fitxers font que estan desfasats" -#: domains/python/__init__.py:818 -#, 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" +#: builders/__init__.py:417 +msgid "looking for now-outdated files... " +msgstr "s'està cercant per fitxers sense actualitzar... " -#: domains/python/__init__.py:978 +#: builders/__init__.py:421 #, 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" +msgid "%d found" +msgstr "s'han trobat %d" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (obsolet)" +#: builders/__init__.py:423 +msgid "none found" +msgstr "no se n'ha trobat cap" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Paràmetres" +#: builders/__init__.py:430 +msgid "pickling environment" +msgstr "s'està preparant l'ambient" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variables" +#: builders/__init__.py:437 +msgid "checking consistency" +msgstr "s'està comprovant la coherència" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Llença" +#: builders/__init__.py:441 +msgid "no targets are out of date." +msgstr "no hi ha cap objectiu desfasat." -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Paràmetres de la plantilla" +#: builders/__init__.py:480 +msgid "updating environment: " +msgstr "s'està actualitzant l'entorn: " -#: domains/cpp/__init__.py:302 +#: builders/__init__.py:505 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s added, %s changed, %s removed" +msgstr "%s afegits, %s canviats, %s eliminats" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/__init__.py:542 #, 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/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "Valors retornats" +"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ó." -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "unió" +#: builders/__init__.py:551 +#, 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ó." -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "membre" +#: builders/__init__.py:562 +#, 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." -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tipus" +#: builders/__init__.py:569 +#, 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." -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "concepte" +#: builders/__init__.py:587 builders/__init__.py:604 +msgid "reading sources... " +msgstr "s'estan llegint les fonts... " -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enumera" +#: builders/__init__.py:730 +#, python-format +msgid "docnames to write: %s" +msgstr "els docname que s'escriuran: %s" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "numerador" +#: builders/__init__.py:732 +msgid "no docnames to write!" +msgstr "no hi ha cap docname per escriure!" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "paràmetre de la funció" +#: builders/__init__.py:745 +msgid "preparing documents" +msgstr "s'estan preparant els documents" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "paràmetre de la plantilla" +#: builders/__init__.py:748 +msgid "copying assets" +msgstr "s'estan copiant els recursos" -#: domains/c/__init__.py:211 +#: builders/__init__.py:910 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "caràcters font no codificables, substituint per «?»: %r" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/singlehtml.py:35 #, 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»." +msgid "The HTML page is in %(outdir)s." +msgstr "La pàgina HTML es troba a %(outdir)s." -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variable" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "s'està muntant un únic document" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "s'estan escrivint els fitxers addicionals" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "estructura" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "El constructor fictici no genera cap fitxer." -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/linkcheck.py:78 #, python-format -msgid "environment variable; %s" -msgstr "variable d'entorn; %s" +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" -#: domains/std/__init__.py:119 +#: builders/linkcheck.py:150 #, python-format -msgid "%s; configuration value" -msgstr "%s; valor de configuració" +msgid "broken link: %s (%s)" +msgstr "enllaç trencat: %s (%s)" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "Tipus" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "No s'ha trobat l'àncora «%s»" -#: domains/std/__init__.py:185 -msgid "Default" -msgstr "Predeterminat" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. S'esperava un diccionari." -#: domains/std/__init__.py:242 +#: builders/linkcheck.py:768 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "Descripció de l'opció amb format incorrecte %r, s'ha de veure com «opt», «-opt args», «--opt args», «/opt args» o «+opt args»" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Ha fallat en compilar expressions regulars a linkcheck_allowed_redirects: %r %s" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "opció de la línia d'ordres %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenció" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "opció de la línia d'ordres" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Compte" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "el terme del glossari ha d'estar precedit per una línia buida" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perill" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "els termes del glossari no han d'estar separats per línies buides" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Error" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "el glossari sembla estar mal formatat, verifiqueu el sagnat" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Suggeriment" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "terme del glossari" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "gramàtica simbòlica" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "etiqueta de referència" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vegeu també" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "variable d'entorn" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Truc" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opció del programa" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Avís" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "document" +#: transforms/i18n.py:260 transforms/i18n.py:335 +#, 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}" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Índex de mòduls" +#: transforms/i18n.py:305 +#, 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}" + +#: transforms/i18n.py:355 +#, 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}" + +#: transforms/i18n.py:377 +#, 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}" -#: domains/std/__init__.py:857 +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "no s'ha pogut calcular el progrés de la traducció!" + +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "No hi ha cap element traduït!" + +#: transforms/__init__.py:257 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "descripció %s duplicada del %s, una altra instància a %s" +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" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "«numfig» està desactivat. :numref: s'ignora." +#: transforms/__init__.py:298 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "La nota al peu [%s] no té una referència." + +#: transforms/__init__.py:307 +msgid "Footnote [*] is not referenced." +msgstr "No es fa referència a la nota al peu [*]." + +#: transforms/__init__.py:318 +msgid "Footnote [#] is not referenced." +msgstr "La nota al peu [núm.] no té una referència." + +#: 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" -#: domains/std/__init__.py:1124 +#: util/i18n.py:100 #, 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" +msgid "reading error: %s, %s" +msgstr "error de lectura: %s, %s" -#: domains/std/__init__.py:1138 +#: util/i18n.py:113 #, python-format -msgid "the link has no caption: %s" -msgstr "l'enllaç no té cap subtítol: %s" +msgid "writing error: %s, %s" +msgstr "error d'escriptura: %s, %s" -#: domains/std/__init__.py:1153 +#: util/i18n.py:146 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format no vàlid: %s (%r)" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s no existeix" -#: domains/std/__init__.py:1157 +#: util/i18n.py:244 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format no vàlid: %s" +msgid "Invalid Babel locale: %r." +msgstr "La configuració regional «Babel» no és vàlida: %r." -#: domains/std/__init__.py:1453 +#: util/i18n.py:253 #, python-format -msgid "undefined label: %r" -msgstr "etiqueta sense definir: %r" +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" -#: domains/std/__init__.py:1456 +#: util/fileutil.py:76 #, 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" +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ó)." -#: environment/adapters/toctree.py:324 +#: util/fileutil.py:89 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "s'han detectat referències circulars del toctree, s'ignora: %s <- %s" +msgid "Writing evaluated template result to %s" +msgstr "Escriu el resultat de la plantilla avaluada a %s" + +#: util/display.py:82 +msgid "skipped" +msgstr "s'omet" + +#: util/display.py:87 +msgid "failed" +msgstr "ha fallat" -#: environment/adapters/toctree.py:349 +#: util/osutil.py:131 #, 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ç" +"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ó)." -#: environment/adapters/toctree.py:364 +#: util/docfields.py:103 #, 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 "" +"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." -#: environment/adapters/toctree.py:367 +#: util/nodes.py:423 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r està en desús per a les entrades d'índex (des de l'entrada %r). En el seu lloc useu «pair: %s»." -#: environment/adapters/indexentries.py:123 +#: util/nodes.py:490 #, python-format -msgid "see %s" -msgstr "vegeu %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "el toctree conté una referència cap al fitxer %r que no existeix" -#: environment/adapters/indexentries.py:133 +#: util/nodes.py:706 #, python-format -msgid "see also %s" -msgstr "vegeu també %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "excepció mentre només s'avaluava l'expressió directiva: %s" -#: environment/adapters/indexentries.py:141 +#: util/docutils.py:309 #, python-format -msgid "unknown index entry type %r" -msgstr "tipus d'entrada %r amb un índex desconegut" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbols" +msgid "unknown directive name: %s" +msgstr "nom desconegut de la directiva: %s" -#: environment/collectors/asset.py:98 +#: util/docutils.py:345 #, python-format -msgid "image file not readable: %s" -msgstr "el fitxer d'imatge no es pot llegir: %s" +msgid "unknown role name: %s" +msgstr "nom desconegut del rol: %s" -#: environment/collectors/asset.py:126 +#: util/docutils.py:789 #, python-format -msgid "image file %s not readable: %s" -msgstr "el fitxer d'imatge %s no es pot llegir: %s" +msgid "unknown node type: %r" +msgstr "tipus de node desconegut: %r" -#: environment/collectors/asset.py:163 +#: util/rst.py:73 #, python-format -msgid "download file not readable: %s" -msgstr "el fitxer de baixada no es pot llegir: %s" +msgid "default role %s not found" +msgstr "no s'ha trobat el rol predeterminat %s" -#: environment/collectors/toctree.py:259 +#: transforms/post_transforms/images.py:79 #, 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?)" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "S'ha interromput!" - -#: _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 "" - -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" - -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "S'ha desat la traça completa a:" +msgid "Could not fetch remote image: %s [%s]" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%s]" -#: _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!" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%d]" -#: _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." +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Format d'imatge desconegut: %s..." #: transforms/post_transforms/__init__.py:88 msgid "" @@ -3267,333 +2640,658 @@ msgid "" "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:237 +#: 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" -#: transforms/post_transforms/__init__.py:299 +#: 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" -#: transforms/post_transforms/__init__.py:305 +#: 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" -#: transforms/post_transforms/images.py:79 +#: 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" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "pàgina" + +#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Versió" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Ha fallat en obtenir el docname!" + +#: builders/latex/transforms.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "No s'ha pogut recuperar la imatge remota: %s [%s]" +msgid "Failed to get a docname for source %r!" +msgstr "S'ha fallat en obtenir un nom de document per a la font %r!" -#: transforms/post_transforms/images.py:96 +#: builders/latex/transforms.py:487 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "No s'ha pogut recuperar la imatge remota: %s [%d]" +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" + +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r no té la configuració «theme»" + +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r no té la configuració «%s»" + +#: builders/latex/__init__.py:118 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Els fitxers en LaTeX es troben a %(outdir)s." + +#: 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 "\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)." + +#: builders/latex/__init__.py:159 +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" + +#: builders/latex/__init__.py:170 +#, 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" + +#: builders/latex/__init__.py:428 +msgid "copying TeX support files" +msgstr "s'estan copiant els fitxers de suport de TeX" + +#: builders/latex/__init__.py:465 +msgid "copying additional files" +msgstr "s'estan copiant els fitxers addicionals" + +#: builders/html/__init__.py:1424 builders/latex/__init__.py:504 +#, python-format +msgid "logo file %r does not exist" +msgstr "el fitxer de logotip %r no existeix" + +#: builders/latex/__init__.py:536 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Clau de configuració desconeguda: latex_elements[%r], s'ignora." + +#: builders/latex/__init__.py:544 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opció desconeguda de tema: latex_theme_options[%r], s'ignora." + +#: 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)" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." -msgstr "Format d'imatge desconegut: %s..." +#: 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»)" + +#: 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»)" -#: builders/html/__init__.py:113 +#: builders/html/__init__.py:115 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Les pàgines en HTML es troben a %(outdir)s." -#: builders/html/__init__.py:348 +#: builders/html/__init__.py:357 #, python-format msgid "Failed to read build info file: %r" msgstr "Ha fallat en llegir el fitxer d'informació de la construcció: %r" -#: builders/html/__init__.py:364 +#: builders/html/__init__.py:373 msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "build_info no coincideix, s'està copiant .buildinfo a .buildinfo.bak" -#: builders/html/__init__.py:366 +#: builders/html/__init__.py:375 msgid "building [html]: " msgstr "es construeix [html]:" -#: builders/html/__init__.py:383 +#: builders/html/__init__.py:392 #, 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:507 +#: builders/html/__init__.py:522 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índex general" + +#: builders/html/__init__.py:522 msgid "index" msgstr "índex" -#: builders/html/__init__.py:560 +#: builders/html/__init__.py:575 #, python-format msgid "Logo of %s" msgstr "Logotip de %s" -#: builders/html/__init__.py:589 +#: builders/html/__init__.py:604 msgid "next" msgstr "següent" -#: builders/html/__init__.py:598 +#: builders/html/__init__.py:613 msgid "previous" msgstr "anterior" -#: builders/html/__init__.py:696 +#: builders/html/__init__.py:711 msgid "generating indices" msgstr "s'estan generant els índexs" -#: builders/html/__init__.py:711 +#: builders/html/__init__.py:726 msgid "writing additional pages" msgstr "s'estan escrivint les pàgines addicionals" -#: builders/html/__init__.py:794 +#: builders/html/__init__.py:809 #, python-format msgid "cannot copy image file '%s': %s" msgstr "no es pot copiar el fitxer d'imatge «%s»: %s" -#: builders/html/__init__.py:806 +#: builders/html/__init__.py:821 msgid "copying downloadable files... " msgstr "s'estan copiant els fitxers que es poden baixar... " -#: builders/html/__init__.py:818 +#: builders/html/__init__.py:833 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "no s'ha pogut copiar el fitxer que es podia baixar %r: %s" -#: builders/html/__init__.py:864 +#: builders/html/__init__.py:879 #, 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:882 +#: builders/html/__init__.py:897 #, 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" -#: builders/html/__init__.py:917 +#: builders/html/__init__.py:932 msgid "copying static files" msgstr "s'estan copiant els fitxers estàtics" -#: builders/html/__init__.py:934 +#: builders/html/__init__.py:949 #, python-format msgid "cannot copy static file %r" msgstr "no s'ha pogut copiar el fitxer estàtic %r" -#: builders/html/__init__.py:939 +#: builders/html/__init__.py:954 msgid "copying extra files" msgstr "s'estan copiant els fitxers addicionals" -#: builders/html/__init__.py:949 +#: builders/html/__init__.py:964 #, python-format msgid "cannot copy extra file %r" msgstr "no s'ha pogut copiar el fitxer addicional %r" -#: builders/html/__init__.py:955 +#: builders/html/__init__.py:970 #, python-format msgid "Failed to write build info file: %r" msgstr "Ha fallat en escriure el fitxer d'informació de la construcció: %r" -#: builders/html/__init__.py:1005 +#: builders/html/__init__.py:1020 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." -#: builders/html/__init__.py:1052 +#: builders/html/__init__.py:1067 #, 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" -#: builders/html/__init__.py:1216 +#: builders/html/__init__.py:1231 #, 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." -#: builders/html/__init__.py:1224 +#: builders/html/__init__.py:1244 +#, 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" + +#: builders/html/__init__.py:1252 #, 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" -#: builders/html/__init__.py:1257 +#: builders/html/__init__.py:1285 msgid "dumping object inventory" msgstr "s'està bolcant l'inventari d'objectes" -#: builders/html/__init__.py:1265 +#: builders/html/__init__.py:1293 #, python-format msgid "dumping search index in %s" msgstr "s'està bolcant l'índex de cerca a %s" -#: builders/html/__init__.py:1308 +#: builders/html/__init__.py:1336 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file no vàlid: %r, s'ignora" -#: builders/html/__init__.py:1342 +#: builders/html/__init__.py:1370 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." -#: builders/html/__init__.py:1346 +#: builders/html/__init__.py:1374 #, python-format msgid "Unknown math_renderer %r is given." msgstr "S'ha donat un math_renderer %r desconegut." -#: builders/html/__init__.py:1360 +#: builders/html/__init__.py:1388 #, 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" -#: builders/html/__init__.py:1365 +#: builders/html/__init__.py:1393 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "l'entrada html_extra_path %r no existeix" -#: builders/html/__init__.py:1380 +#: builders/html/__init__.py:1408 #, 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" -#: builders/html/__init__.py:1385 +#: builders/html/__init__.py:1413 #, python-format msgid "html_static_path entry %r does not exist" msgstr "l'entrada html_static_path %r no existeix" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "el fitxer de logotip %r no existeix" - -#: builders/html/__init__.py:1407 +#: builders/html/__init__.py:1435 #, python-format msgid "favicon file %r does not exist" msgstr "el fitxer icona de web %r no existeix" -#: builders/html/__init__.py:1420 +#: builders/html/__init__.py:1448 #, 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»." -#: builders/html/__init__.py:1433 +#: builders/html/__init__.py:1461 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ó)" -#: builders/html/__init__.py:1449 +#: builders/html/__init__.py:1477 #, python-format msgid "%s %s documentation" msgstr "%s %s documentació" -#: 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/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(a %s versió %s)" -#: 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/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(a %s)" -#: 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/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "inventari «%s»: s'han trobat coincidències duplicades per a %s:%s" -#: builders/latex/__init__.py:118 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Els fitxers en LaTeX es troben a %(outdir)s." +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventari «%s»: s'han trobat múltiples coincidències per a %s:%s" + +#: ext/intersphinx/_resolve.py:383 +#, 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" + +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "no es troba l'inventari per a la referència creuada externa: %r" + +#: ext/intersphinx/_resolve.py:403 +#, 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" + +#: ext/intersphinx/_resolve.py:619 +#, 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" + +#: ext/intersphinx/_load.py:60 +#, 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." + +#: ext/intersphinx/_load.py:71 +#, 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/intersphinx/_load.py:82 +#, 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)." + +#: ext/intersphinx/_load.py:93 +#, 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." + +#: ext/intersphinx/_load.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 "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])." + +#: ext/intersphinx/_load.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 "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»." + +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Configuració d'«intersphinx_mapping» no vàlida (1 error)." + +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Configuració d'«intersphinx_mapping» no vàlida (%s errors)." + +#: ext/intersphinx/_load.py:157 +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/intersphinx/_load.py:261 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "s'està carregant l'inventari intersphinx «%s» de %s ..." + +#: ext/intersphinx/_load.py:287 +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:" + +#: ext/intersphinx/_load.py:297 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "s'ha fallat en arribar a cap dels inventaris amb els problemes següents:" + +#: ext/intersphinx/_load.py:361 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "s'ha mogut l'inventari intersphinx: %s -> %s" + +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "S'hauria de crear el fitxer %s." + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "S'ha fallat en eliminar %s: %s" + +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "S'està executant apidoc" + +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" +msgstr "«apidoc_modules» l'element %i ha de ser un diccionari" + +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "«apidoc_modules» l'element %i ha de tenir una clau «path»." + +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "«apidoc_modules» l'element «path» %i ha de ser una cadena" + +#: ext/apidoc/_extension.py:121 +#, 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" + +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "«apidoc_modules» l'element %i ha de tenir una clau «destination»" + +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "«apidoc_modules» l'element «destination» %i ha de ser una cadena" + +#: ext/apidoc/_extension.py:147 +#, 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" + +#: ext/apidoc/_extension.py:157 +#, 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" + +#: ext/apidoc/_extension.py:178 +#, 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" + +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "«apidoc_modules» l'element %i «%s» ha de ser un booleà" + +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "«apidoc_modules» l'element %i té claus inesperades: %s" + +#: ext/apidoc/_extension.py:248 +#, 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" + +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "«apidoc_modules» l'element %i «%s» ha de contenir cadenes" + +#: 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/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "camí cap al mòdul que es documenta" + +#: 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/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "directori per a col·locar tota la sortida" + +#: 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/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "sobreescriu els fitxers existents" + +#: 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/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "executa l'script sense crear els fitxers" + +#: 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" -#: 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 "\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)." +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "inclou «_private» en els mòduls" -#: builders/latex/__init__.py:159 -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/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "nom de fitxer de la taula de contingut (predeterminat: mòduls)" -#: builders/latex/__init__.py:170 -#, 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" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "no crea un fitxer de taula de contingut" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Versió" +#: 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)" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "s'estan copiant els fitxers de suport de TeX" +#: 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" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "s'estan copiant els fitxers addicionals" +#: ext/apidoc/_cli.py:152 +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" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Clau de configuració desconeguda: latex_elements[%r], s'ignora." +#: 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)." -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opció desconeguda de tema: latex_theme_options[%r], s'ignora." +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "sufix del fitxer (predeterminat: rst)" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Ha fallat en obtenir el docname!" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +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" -#: 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!" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "genera un projecte complet amb «sphinx-quickstart»" -#: 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" +#: 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/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r no té la configuració «theme»" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "nom del projecte (predeterminat: nom del mòdul arrel)" -#: builders/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r no té la configuració «%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»" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "ve de la pàgina anterior" +#: 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»" -#: 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" +#: 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»" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "No alfabètic" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "opcions de l'extensió" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" +#: 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:13 -msgid "page" -msgstr "pàgina" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" +msgstr "habilita l'extensió %s, que s'usa quan s'indica «--full»" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Arguments de paraules clau" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s no és cap directori." #: ext/napoleon/docstring.py:176 #, python-format @@ -3623,6 +3321,10 @@ msgstr "Exemple" msgid "Examples" msgstr "Exemples" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Arguments de paraules clau" + #: ext/napoleon/docstring.py:956 msgid "Notes" msgstr "Notes" @@ -3631,6 +3333,11 @@ msgstr "Notes" msgid "Other Parameters" msgstr "Altres paràmetres" +#: domains/c/__init__.py:352 domains/cpp/__init__.py:483 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Paràmetres" + #: ext/napoleon/docstring.py:1001 msgid "Receives" msgstr "Rebudes" @@ -3639,13 +3346,137 @@ msgstr "Rebudes" msgid "References" msgstr "Referències" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Avisos" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Avisos" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "Rendiments" + +#: ext/autodoc/type_comment.py:151 +#, 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/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "Ha fallat en analitzar type_comment per a %r: %s" + +#: ext/autodoc/preserve_defaults.py:195 +#, 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/autodoc/__init__.py:150 +#, 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" + +#: ext/autodoc/__init__.py:158 +#, 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" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "signatura no vàlida per a auto%s (%r)" + +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "error mentre es donava format als arguments per a %s: %s" + +#: ext/autodoc/__init__.py:898 +#, python-format +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" + +#: ext/autodoc/__init__.py:1021 +#, 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)" + +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "S'ha detectat un objecte simulat: %r" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "error mentre es donava format a la signatura per a %s: %s" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "«::» en el nom de l'«automodule» no té sentit" + +#: ext/autodoc/__init__.py:1185 +#, 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/autodoc/__init__.py:1201 +#, python-format +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__-" + +#: ext/autodoc/__init__.py:1278 +#, python-format +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" + +#: 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 "Ha fallat en obtenir una signatura de funció per a %s: %s" + +#: ext/autodoc/__init__.py:1828 +#, 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/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Bases: %s" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "manca l'atribut %s a l'objecte %s" + +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "àlies de %s" + +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "àlies 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 "Ha fallat en obtenir una signatura de mètode per a %s: %s" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "Rendiments" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "S'han trobat __slots__ no vàlids a %s. S'ignora." #: ext/autosummary/__init__.py:284 #, python-format @@ -3766,453 +3597,643 @@ msgstr "document de membres importats (predeterminat: %(default)s)" 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)" +msgstr "documenta exactament els membres en l'atribut __all__ del mòdul (predeterminat: %(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 "Elimina els fitxers existents al directori de sortida que no s'hagin generat" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "S'ha interromput!" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "S'ha fallat en eliminar %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "Error de marcatge en el reStructuredText!" -#: ext/apidoc/_cli.py:28 +#: _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 "" -"\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." +"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:" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "camí cap al mòdul que es documenta" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "S'està iniciant el depurador:" -#: ext/apidoc/_cli.py:50 +#: _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 "" -"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ó" +"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!" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "directori per a col·locar tota la sortida" +#: _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." -#: 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/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Redueix la barra lateral" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "sobreescriu els fitxers existents" +#: 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" -#: ext/apidoc/_cli.py:91 +#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ves a" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Mostra el codi font" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contingut" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Cerca ràpida" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Pàgines d'índex per lletra" + +#: 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/genindex-split.html:17 +msgid "can be huge" +msgstr "pot ser gegant" + +#: themes/basic/search.html:20 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." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Activa JavaScript per a usar la funcionalitat\n de cerca." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "executa l'script sense crear els fitxers" +#: 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." -#: 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/search.html:35 +msgid "search" +msgstr "cerca" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "inclou «_private» en els mòduls" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegació" -#: 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/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Cerca dins de %(docstitle)s" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "no crea un fitxer de taula de contingut" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Quant a aquests documents" -#: ext/apidoc/_cli.py:135 +#: 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 "© %(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 "Darrera actualització el %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format 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)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Creada mitjançant Sphinx %(sphinx_version)s." + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Aquesta pàgina" + +#: 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/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Cercar a %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Vista general" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Us donem la benvinguda! Això és" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "la documentació per a" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "darrera actualització" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Índexs i taules:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Taula de contingut completa" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "llista totes les seccions i subseccions" + +#: domains/std/__init__.py:770 domains/std/__init__.py:783 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Pàgina de cerca" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "cerca aquesta documentació" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Índex global de mòduls" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "accés ràpid a tots els mòduls" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "totes les funcions, classes, termes" -#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "Índex – %(key)s" -#: ext/apidoc/_cli.py:152 -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" +#: 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:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: 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:170 -msgid "file suffix (default: rst)" -msgstr "sufix del fitxer (predeterminat: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Canvis a la biblioteca" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "genera un projecte complet amb «sphinx-quickstart»" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Canvis a l'API de C" -#: 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/versionchanges.html:25 +msgid "Other changes" +msgstr "Altres canvis" -#: 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/static/searchtools.js:123 +msgid "Search Results" +msgstr "Resultats de la cerca" -#: 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/static/searchtools.js:125 +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." -#: 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/static/searchtools.js:129 +#, 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:226 -msgid "extension options" -msgstr "opcions de l'extensió" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "S'està cercant" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "S'està preparant la cerca..." -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", a " -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s no és cap directori." +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Oculta els resultats de cerca" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandeix la barra lateral" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +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:110 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +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:115 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +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:121 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +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:133 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "see %s" +msgstr "vegeu %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "see also %s" +msgstr "vegeu també %s" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "unknown index entry type %r" +msgstr "tipus d'entrada %r amb un índex desconegut" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "image file not readable: %s" +msgstr "el fitxer d'imatge no es pot llegir: %s" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "el fitxer d'imatge %s no es pot llegir: %s" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:163 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "download file not readable: %s" +msgstr "el fitxer de baixada no es pot llegir: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +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:247 +#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +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/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Paràmetres de la plantilla" -#: ext/apidoc/_generate.py:69 +#: domains/cpp/__init__.py:302 #, python-format -msgid "Would create file %s." -msgstr "S'hauria de crear el fitxer %s." +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(a %s versió %s)" +#: domains/c/__init__.py:359 domains/cpp/__init__.py:496 +msgid "Return values" +msgstr "Valors retornats" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(a %s)" +#: domains/c/__init__.py:780 domains/cpp/__init__.py:940 +msgid "union" +msgstr "unió" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "inventari «%s»: s'han trobat coincidències duplicades per a %s:%s" +#: domains/c/__init__.py:775 domains/cpp/__init__.py:942 +msgid "member" +msgstr "membre" -#: ext/intersphinx/_resolve.py:118 -#, 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" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:943 +msgid "type" +msgstr "tipus" -#: ext/intersphinx/_resolve.py:383 -#, 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" +#: domains/cpp/__init__.py:944 +msgid "concept" +msgstr "concepte" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "no es troba l'inventari per a la referència creuada externa: %r" +#: domains/c/__init__.py:781 domains/cpp/__init__.py:945 +msgid "enum" +msgstr "enumera" -#: ext/intersphinx/_resolve.py:403 -#, 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" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:946 +msgid "enumerator" +msgstr "numerador" -#: ext/intersphinx/_resolve.py:619 -#, 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" +#: domains/c/__init__.py:786 domains/cpp/__init__.py:949 +msgid "function parameter" +msgstr "paràmetre de la funció" -#: ext/intersphinx/_load.py:60 -#, 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." +#: domains/cpp/__init__.py:952 +msgid "template parameter" +msgstr "paràmetre de la plantilla" -#: ext/intersphinx/_load.py:71 +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variables" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Llença" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Separador de paràmetres només posicional (PEP 570)" + +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Separador de paràmetres només posicional (PEP 3102)" + +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, 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." +msgid "%s() (in module %s)" +msgstr "%s() (al mòdul %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, 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 "%s (in module %s)" +msgstr "%s (al mòdul %s)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:184 #, 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 "%s (built-in variable)" +msgstr "%s (variable interna)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:219 #, 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 "%s (built-in class)" +msgstr "%s (classe interna)" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:220 #, 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»." +msgid "%s (class in %s)" +msgstr "%s (classe a %s)" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Configuració d'«intersphinx_mapping» no vàlida (1 error)." +#: domains/python/__init__.py:285 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (mètode de classe %s)" -#: ext/intersphinx/_load.py:134 +#: domains/python/__init__.py:287 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Configuració d'«intersphinx_mapping» no vàlida (%s errors)." +msgid "%s() (%s static method)" +msgstr "%s() (mètode estàtic %s)" -#: ext/intersphinx/_load.py:157 -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ó." +#: domains/python/__init__.py:440 +#, python-format +msgid "%s (%s property)" +msgstr "%s (propietat %s)" -#: ext/intersphinx/_load.py:261 +#: domains/python/__init__.py:480 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "s'està carregant l'inventari intersphinx «%s» de %s ..." +msgid "%s (type alias in %s)" +msgstr "%s (escriviu l'àlies a %s)" -#: ext/intersphinx/_load.py:287 -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:" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Índex de mòduls en Python" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "s'ha fallat en arribar a cap dels inventaris amb els problemes següents:" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "mòduls" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "s'ha mogut l'inventari intersphinx: %s -> %s" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Obsolet" -#: ext/autodoc/__init__.py:150 -#, 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" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "excepció" -#: ext/autodoc/__init__.py:158 -#, 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" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "mètode de classe" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "signatura no vàlida per a auto%s (%r)" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "mètode estàtic" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "error mentre es donava format als arguments per a %s: %s" +#: domains/python/__init__.py:744 +msgid "property" +msgstr "propietat" -#: ext/autodoc/__init__.py:898 +#: domains/python/__init__.py:745 +msgid "type alias" +msgstr "escriviu l'àlies" + +#: domains/python/__init__.py:814 #, python-format 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" +"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" -#: ext/autodoc/__init__.py:1021 +#: domains/python/__init__.py:974 #, 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)" +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" -#: ext/autodoc/__init__.py:1080 +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (obsolet)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "A mocked object is detected: %r" -msgstr "S'ha detectat un objecte simulat: %r" +msgid "environment variable; %s" +msgstr "variable d'entorn; %s" -#: ext/autodoc/__init__.py:1103 +#: domains/std/__init__.py:116 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "error mentre es donava format a la signatura per a %s: %s" +msgid "%s; configuration value" +msgstr "%s; valor de configuració" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "«::» en el nom de l'«automodule» no té sentit" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "Tipus" -#: ext/autodoc/__init__.py:1185 -#, 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" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "Predeterminat" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:239 #, python-format 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__-" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Descripció de l'opció amb format incorrecte %r, s'ha de veure com «opt», «-opt args», «--opt args», «/opt args» o «+opt args»" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:316 #, python-format -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" +msgid "%s command line option" +msgstr "opció de la línia d'ordres %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 "Ha fallat en obtenir una signatura de funció per a %s: %s" +#: domains/std/__init__.py:318 +msgid "command line option" +msgstr "opció de la línia d'ordres" -#: ext/autodoc/__init__.py:1828 -#, 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" +#: domains/std/__init__.py:458 +msgid "glossary term must be preceded by empty line" +msgstr "el terme del glossari ha d'estar precedit per una línia buida" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:471 +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:483 domains/std/__init__.py:501 +msgid "glossary seems to be misformatted, check indentation" +msgstr "el glossari sembla estar mal formatat, verifiqueu el sagnat" + +#: domains/std/__init__.py:726 +msgid "glossary term" +msgstr "terme del glossari" + +#: domains/std/__init__.py:727 +msgid "grammar token" +msgstr "gramàtica simbòlica" + +#: domains/std/__init__.py:728 +msgid "reference label" +msgstr "etiqueta de referència" + +#: domains/std/__init__.py:730 +msgid "environment variable" +msgstr "variable d'entorn" + +#: domains/std/__init__.py:731 +msgid "program option" +msgstr "opció del programa" + +#: domains/std/__init__.py:732 +msgid "document" +msgstr "document" + +#: domains/std/__init__.py:769 domains/std/__init__.py:782 +msgid "Module Index" +msgstr "Índex de mòduls" + +#: domains/std/__init__.py:854 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "descripció %s duplicada del %s, una altra instància a %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1110 +msgid "numfig is disabled. :numref: is ignored." +msgstr "«numfig» està desactivat. :numref: s'ignora." + +#: domains/std/__init__.py:1121 #, python-format -msgid "missing attribute %s in object %s" -msgstr "manca l'atribut %s a l'objecte %s" +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" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1135 #, python-format -msgid "alias of %s" -msgstr "àlies de %s" +msgid "the link has no caption: %s" +msgstr "l'enllaç no té cap subtítol: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1150 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "àlies de TypeVar(%s)" +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format no vàlid: %s (%r)" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1154 #, 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" +msgid "invalid numfig_format: %s" +msgstr "numfig_format no vàlid: %s" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1450 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "S'han trobat __slots__ no vàlids a %s. S'ignora." +msgid "undefined label: %r" +msgstr "etiqueta sense definir: %r" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/std/__init__.py:1453 #, 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" +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/autodoc/type_comment.py:151 +#: domains/c/__init__.py:277 domains/c/_symbol.py:569 #, 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" +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/autodoc/type_comment.py:154 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Ha fallat en analitzar type_comment per a %r: %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" + +#: domains/c/__init__.py:776 +msgid "variable" +msgstr "variable" + +#: domains/c/__init__.py:778 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:779 +msgid "struct" +msgstr "estructura" diff --git a/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.mo index d7be7306ce7..e1facb9e19a 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 2909dbbe74a..a7f63ce6067 100644 --- a/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ca@valencia/LC_MESSAGES/sphinx.po @@ -4,14 +4,16 @@ # # Translators: # Adam Turner, 2023 +# Antoni Bella Pérez , 2025 +# FIRST AUTHOR , 2009 # Pau Fernández , 2009 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-15 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Pau Fernández , 2009\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" @@ -20,141 +22,269 @@ msgstr "" "Language: ca@valencia\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, 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:385 +#, 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:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "L'extensió %s és requerida per la configuració de needs_extensions, però esta no està carregada." +"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)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "nombre no vàlid %r del valor de configuració %r, s'ignora" + +#: config.py:410 +#, 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" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuració desconegut %r en substituir, s'ignora" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "Este valor de configuració no existix: %r" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "El valor de configuració %r ja està present" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." -msgstr "Este projecte necessita l'extensió %s almenys en la versió %s i, per tant, no es pot construir amb la versió carregada (%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:588 +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)." + +#: config.py:610 +#, 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:614 +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()»" + +#: config.py:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "No s'ha pogut convertir %r a un recurs congelat" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "S'està convertint «source_suffix = %r» a «source_suffix = %r»." + +#: config.py:676 +#, 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)." + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Secció %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Taula %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Llistat %s" + +#: config.py:809 +#, 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}»." + +#: config.py:840 +#, 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:857 +#, 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:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "no s'ha trobat primary_domain %r, s'ignora." + +#: config.py:889 +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'»." -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "No es pot trobar el directori d'origen (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "El directori d'eixida (%s) no és un directori" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "El directori d'origen i el de destinació no poden ser idèntics" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "S'està executant Sphinx versió %s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Este projecte almenys necessita Sphinx versió %s i, per tant, no es pot crear amb esta versió." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "es crea el directori d'eixida" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:545 #, python-format msgid "while setting up extension %s:" msgstr "mentre es configura l'extensió %s:" -#: application.py:309 +#: application.py:310 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 com es definix actualment a conf.py no és una crida de Python. Modifiqueu la seua definició per a convertir-la en una funció que es puga cridar. Açò és necessari perquè conf.py es comporte com a una extensió de Sphinx." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "s'estan carregant les traduccions [%s]…" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "fet" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "no està disponible per a missatges integrats" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "s'està carregant l'entorn preparat" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "ha fallat: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "No s'ha seleccionat cap constructor, s'utilitza el predeterminat: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "la compilació ha finalitzat amb problemes." -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "la compilació ha tingut èxit." -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "la compilació ha finalitzat amb problemes, 1 avís (amb els avisos tractats com a errors)." -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "la compilació ha finalitzat amb problemes, 1 avís." -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "la compilació ha tingut èxit, 1 avís." -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "la compilació ha acabat amb problemes, %s avisos (amb avisos tractats com a errors)." -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "la compilació ha acabat amb problemes, %s avisos." -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "la compilació ha tingut èxit, %s avisos." -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "la classe del node %r ja està registrada, els seus visitants seran anul·lats" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" -msgstr "" +msgstr "la directiva %r ja està registrada i no serà sobreseguda" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" -msgstr "" +msgstr "el rol %r ja està registrat i no serà sobresegut" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +292,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:1775 +#: application.py:1785 #, 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:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,157 +305,211 @@ 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:1784 +#: application.py:1794 #, 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:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "s'està executant %s en sèrie" -#: config.py:355 +#: extension.py:58 #, 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)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "L'extensió %s és requerida per la configuració de needs_extensions, però esta no està carregada." -#: config.py:366 +#: extension.py:79 +#, python-format 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)." +"This project needs the extension %s at least in version %s and therefore " +"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)." -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +msgid "Event %r already present" +msgstr "L'esdeveniment %r ja està present" -#: config.py:399 +#: events.py:379 #, 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)" +msgid "Unknown event name: %s" +msgstr "Nom desconegut de l'esdeveniment: %s" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nombre no vàlid %r del valor de configuració %r, s'ignora" +msgid "Handler %r for event %r threw an exception" +msgstr "El gestor %r per a l'esdeveniment %r ha retornat una excepció" -#: config.py:419 +#: registry.py:167 #, 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 "Builder class %s has no \"name\" attribute" +msgstr "La classe del constructor %s no té cap atribut «name»" -#: config.py:442 +#: registry.py:171 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuració desconegut %r en substituir, s'ignora" +msgid "Builder %r already exists (in module %s)" +msgstr "El constructor %r ja existix (en el mòdul %s)" -#: config.py:496 +#: registry.py:187 #, python-format -msgid "No such config value: %r" -msgstr "Este valor de configuració no existix: %r" +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" -#: config.py:524 +#: registry.py:197 #, python-format -msgid "Config value %r already present" -msgstr "El valor de configuració %r ja està present" +msgid "Builder name %s not registered" +msgstr "El nom del constructor %s no està registrat" -#: config.py:561 +#: registry.py:204 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "domain %s already registered" +msgstr "el domini %s ja està registrat" -#: config.py:603 +#: registry.py:228 registry.py:249 registry.py:262 #, 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" +msgid "domain %s not yet registered" +msgstr "el domini %s encara no està registrat" -#: config.py:607 -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()»" +#: registry.py:235 +#, python-format +msgid "The %r directive is already registered to domain %s" +msgstr "La directiva %r ja està registrada al domini %s" -#: config.py:615 +#: registry.py:253 #, 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 role is already registered to domain %s" +msgstr "El rol %r ja està registrat al domini %s" -#: config.py:637 +#: registry.py:266 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r index is already registered to domain %s" +msgstr "L'índex %r ja està registrat al domini %s" -#: config.py:655 config.py:663 +#: registry.py:313 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "S'està convertint «source_suffix = %r» a «source_suffix = %r»." +msgid "The %r object_type is already registered" +msgstr "L'object_type %r ja està registrat" -#: config.py:669 +#: registry.py:344 #, 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 crossref_type is already registered" +msgstr "El crossref_type %r ja està registrat" -#: config.py:690 +#: registry.py:353 #, python-format -msgid "Section %s" -msgstr "Secció %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r ja està registrat" -#: config.py:691 +#: registry.py:363 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "source_parser for %r is already registered" +msgstr "source_parser per a %r ja està registrat" -#: config.py:692 +#: registry.py:372 #, python-format -msgid "Table %s" -msgstr "Taula %s" +msgid "Source parser for %s not registered" +msgstr "L'analitzador de fonts per a %s no registrat" -#: config.py:693 +#: registry.py:393 #, python-format -msgid "Listing %s" -msgstr "Llistat %s" +msgid "Translator for %r already exists" +msgstr "El traductor per a %r ja existix" -#: config.py:802 -#, 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}»." +#: registry.py:410 +#, 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" -#: config.py:833 -#, 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}." +#: registry.py:503 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r ja està registrat" -#: config.py:850 -#, 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__}»." +#: registry.py:519 +#, python-format +msgid "math renderer %s is already registered" +msgstr "la representació matemàtica %s ja està registrada" -#: config.py:862 +#: registry.py:536 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "no s'ha trobat primary_domain %r, s'ignora." +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:550 +msgid "Original exception:\n" +msgstr "Excepció original:\n" -#: config.py:882 +#: registry.py:552 +#, python-format +msgid "Could not import extension %s" +msgstr "No s'ha pogut importar l'extensió %s" + +#: registry.py:559 +#, 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 "l'extensió %r no té cap funció setup(). És realment un mòdul d'extensions de Sphinx?" + +#: registry.py:572 +#, 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:584 +#, 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:623 +#, python-format +msgid "`None` is not a valid filetype for %r." +msgstr "«Cap» no és un tipus de fitxer vàlid per a %r." + +#: roles.py:206 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "Vulnerabilitats i exposicions comunes (CVE %s)" + +#: roles.py:229 +#, python-format +msgid "invalid CVE number %s" +msgstr "número %s de CVE no vàlid" + +#: roles.py:251 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "Enumeració de les debilitats comunes (CWE %s)" + +#: roles.py:274 +#, python-format +msgid "invalid CWE number %s" +msgstr "número %s de CWE no vàlid" + +#: roles.py:294 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Propostes de millora a Python (PEP %s)" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "número de PEP no vàlid %s" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "número de RFC no vàlid %s" #: highlighting.py:170 #, python-format @@ -339,1605 +523,742 @@ msgid "" "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:115 +#: project.py:72 +#, python-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ó." + +#: project.py:87 +#, python-format +msgid "Ignored unreadable document %r." +msgstr "S'ha ignorat el document il·legible %r." + +#: theming.py:117 #, 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)." -#: theming.py:120 +#: theming.py:122 #, 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" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "opció de tema no admesa, s'ha donat %r" -#: theming.py:208 +#: theming.py:218 #, 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" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "no s'ha trobat cap tema anomenat %r (falta theme.toml?)" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "El tema %r té una herència circular" -#: theming.py:276 +#: theming.py:286 #, 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" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "El tema %r té massa avantpassats" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "no s'ha trobat cap fitxer de configuració del tema a %r" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "el tema %r no té la taula «theme»" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "La taula del tema %r «[theme]» no és una taula" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "El tema %r ha de definir la configuració «theme.inherit»" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "La taula del tema %r «[options]» no és una taula" -#: theming.py:366 +#: theming.py:376 #, 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»" -#: events.py:77 -#, python-format -msgid "Event %r already present" -msgstr "L'esdeveniment %r ja està present" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "inserix automàticament les docstring des dels mòduls" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Nom desconegut de l'esdeveniment: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "prova automàticament els fragments de codi en els blocs doctest" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "El gestor %r per a l'esdeveniment %r ha retornat una excepció" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "enllaç entre la documentació de Sphinx de projectes diferents" -#: project.py:72 -#, python-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ó." +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "escriu les entrades «todo» que es poden mostrar o ocultar durant la construcció" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "S'ha ignorat el document il·legible %r." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "comprovacions per a la cobertura de la documentació" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "La classe del constructor %s no té cap atribut «name»" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "inclou expressions matemàtiques, mostrades com a imatges PNG o SVG" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "El constructor %r ja existix (en el mòdul %s)" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "inclou expressions matemàtiques, representades en el navegador per MathJax" -#: registry.py:187 -#, 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" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "inclusió condicional de contingut basat en els valors de la configuració" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "El nom del constructor %s no està registrat" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "inclou els enllaços cap al codi font dels objectes documentats en Python" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "el domini %s ja està registrat" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "crea un fitxer .nojekyll per a publicar el document en les pàgines de GitHub" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "el domini %s encara no està registrat" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Introduïu un nom de camí vàlid." -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "La directiva %r ja està registrada al domini %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Introduïu algun text." -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "El rol %r ja està registrat al domini %s" +msgid "Please enter one of %s." +msgstr "Introduïu un dels %s." -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "L'índex %r ja està registrat al domini %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Introduïu qualsevol de «y» o «n»." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "L'object_type %r ja està registrat" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Introduïu un sufix de fitxer, p. ex., «.rst» o «.txt»." -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "El crossref_type %r ja està registrat" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Us donem la benvinguda a la utilitat d'inici ràpid de Sphinx %s." -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r ja està registrat" +#: 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 "Introduïu els valors per a les configuracions següents (només premeu «Retorn»\nper a acceptar un valor predeterminat, si se'n dona un entre parèntesis)." -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser per a %r ja està registrat" +msgid "Selected root path: %s" +msgstr "Camí arrel seleccionat: %s" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "L'analitzador de fonts per a %s no registrat" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Introduïu el camí arrel per a la documentació." -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "El traductor per a %r ja existix" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Camí arrel per a la documentació" -#: 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" +#: cmd/quickstart.py:254 +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." -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r ja està registrat" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "«sphinx-quickstart» no sobreescriurà els projectes de Sphinx existents." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "la representació matemàtica %s ja està registrada" +#: cmd/quickstart.py:262 +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)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 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:543 -msgid "Original exception:\n" -msgstr "Excepció original:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "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." -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "No s'ha pogut importar l'extensió %s" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Separa els directoris «source» i «build» (s/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 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?" +"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." -#: registry.py:565 -#, 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ó." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Prefix de nom per als directoris «templates» i «static»" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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: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." +"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." -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "Vulnerabilitats i exposicions comuns (CVE %s)" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Nom del projecte" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "número %s de CVE no vàlid" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Noms de l'autoria" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "Enumeració de les debilitats comuns (CWE %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 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." -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "número %s de CWE no vàlid" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Versió del projecte" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Propostes de millora a Python; PEP %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Llançament del projecte" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "número de PEP no vàlid %s" +#: 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 "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." -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "número de RFC no vàlid %s" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Idioma del projecte" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[font]" +#: 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 "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." -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "s'està ressaltant el codi del mòdul… " +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Sufix del fitxer font" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[documents]" +#: 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 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." -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Codi del mòdul" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Nom del document mestre (sense sufix)" -#: ext/viewcode.py:353 +#: cmd/quickstart.py:367 #, python-format -msgid "

Source code for %s

" -msgstr "

Codi font per a %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Vista general: codi del mòdul" +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." -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Tots els mòduls per als quals hi ha codi

" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "«sphinx-quickstart» no sobreescriurà el fitxer existent." -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:377 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/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "la secció «%s» s'etiqueta com a «%s»" +"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»" -#: 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" +#: cmd/quickstart.py:385 +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:" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Enllaça amb esta equació" +#: cmd/quickstart.py:396 +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." -#: ext/duration.py:90 +#: cmd/quickstart.py:406 msgid "" -"====================== slowest reading durations =======================" -msgstr "==================== durades de lectura més lentes =====================" +"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»." -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "falta «+» o «-» en l'opció «%s»." +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Voleu crear el Makefile? (s/n)" -#: ext/doctest.py:124 +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Voleu crear el fitxer d'ordres de Windows? (s/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "'%s' is not a valid option." -msgstr "«%s» no és una opció vàlida." +msgid "Creating file %s." +msgstr "S'està creant el fitxer %s." -#: ext/doctest.py:139 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "«%s» no és una opció pyversion vàlida" +msgid "File %s already exists, skipping." +msgstr "El fitxer %s ja existix, se salta." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "tipus de TestCode no vàlid" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Finalitzat: s'ha creat una estructura inicial del directori." -#: ext/doctest.py:297 +#: cmd/quickstart.py:519 #, 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:457 -#, 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" +"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ó. " -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "s'ignora el codi doctest no vàlid: %r" +#: cmd/quickstart.py:526 +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" -#: ext/imgmath.py:162 +#: cmd/quickstart.py:530 #, 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»" +"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" -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:537 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»" +"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." -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "visualització de latex %r: %s" +#: cmd/quickstart.py:572 +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 "\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" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "latex inclòs %r: %s" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "Per a més informació, visiteu ." -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "expressions regulars no vàlides %r a %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "mode silenció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" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "arrel del projecte" -#: 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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "els mòduls següents s'especifiquen en coverage_modules però no estan documentats" - -#: 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 "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/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 configureu 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 "" - -#: 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/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" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, 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:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "No es poden utilitzar ambdues opcions «%s» i «%s»" - -#: directives/code.py:231 -#, 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:235 -#, 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:276 -#, 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: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»" - -#: 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" - -#: 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." - -#: 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:361 -#, 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" - -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "El fitxer de vista general es troba a %(outdir)s." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "no hi ha canvis en la versió %s." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "s'està escrivint el fitxer de vista general…" - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Elements incorporats" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Nivell de mòdul" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "s'estan copiant els fitxers font…" - -#: builders/changes.py:133 -#, 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" - -#: 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." - -#: 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" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "s'està escrivint" - -#: builders/manpage.py:71 -#, 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" - -#: builders/__init__.py:224 -#, 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)" - -#: builders/__init__.py:232 -#, 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" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "s'estan construint [mo]:" - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "s'està escrivint l'eixida…" - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "tots els %d fitxers PO" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "objectius per als %d fitxers PO que s'han especificat" - -#: builders/__init__.py:309 -#, 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:319 -msgid "all source files" -msgstr "tots els fitxers font" - -#: builders/__init__.py:330 -#, 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, " - -#: builders/__init__.py:337 -#, python-format -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" - -#: builders/__init__.py:348 -#, 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" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "%d fitxers font proporcionats en la línia d'ordres" - -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "els objectius per a %d fitxers font que estan desfasats" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "s'està construint [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "s'està buscant per fitxers sense actualitzar… " - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "s'han trobat %d" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "no se n'ha trobat cap" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "s'està preparant l'ambient" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "s'està comprovant la coherència" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "no hi ha cap objectiu desfasat." - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "s'està actualitzant l'entorn: " - -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s afegits, %s canviats, %s eliminats" - -#: 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 "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ó." - -#: builders/__init__.py:540 -#, 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ó." - -#: builders/__init__.py:551 -#, 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." - -#: builders/__init__.py:558 -#, 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." - -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "s'estan llegint les fonts… " - -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "els docname que s'escriuran: %s" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "s'estan preparant els documents" - -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "s'estan copiant els recursos" - -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "caràcters font no codificables, substituint per «?»: %r" - -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "El fitxer ePub es troba a %(outdir)s." - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "s'està escrivint el fitxer nav.xhtml…" - -#: builders/epub3.py:221 -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" - -#: builders/epub3.py:227 -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" - -#: builders/epub3.py:232 -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" - -#: builders/epub3.py:238 -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" - -#: builders/epub3.py:242 -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" - -#: builders/epub3.py:247 -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" - -#: builders/epub3.py:251 -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" - -#: builders/epub3.py:256 -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" - -#: builders/epub3.py:262 -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" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "el valor de configuració «version» no pot estar buit per a EPUB3" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file no vàlid: %r, s'ignora" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Els fitxers en XML es troben a %(outdir)s." - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "s'ha produït un s'ha produït un error mentre s'escrivia al fitxer %s: %s" - -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Els fitxers en pseudo XML es troben a %(outdir)s." - -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Els fitxers de Texinfo es troben a %(outdir)s." - -#: 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 "\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:77 -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:89 -#, 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" - -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "s'està processant %s" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "s'estan resolent les referències…" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (a " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "s'estan copiant les imatges… " - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "no s'ha pogut copiar el fitxer d'imatge %r: %s" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "s'estan copiant els fitxers de suport de Texinfo" - -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "s'ha produït un s'ha produït un error mentre s'escrivia el fitxer Makefile: %s" - -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "s'ha trobat una entrada ToC duplicada: %s" - -#: builders/_epub_base.py:433 -#, 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" - -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "no s'ha pogut escriure el fitxer d'imatge %r: %s" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "No s'ha trobat el Pillow: es copien els fitxers d'imatge" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "s'està escrivint un fitxer de tipus MIME…" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "s'està escrivint el fitxer META-INF/container.xml…" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "s'està escrivint el fitxer content.opf…" - -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "tipus MIME desconegut per a %s, s'ignora" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "el node té un nivell no vàlid" - -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "s'està escrivint el fitxer toc.ncx…" - -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "s'està escrivint el fitxer %s…" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "El constructor fictici no genera cap fitxer." - -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Els catàlegs de missatges es troben a %(outdir)s." - -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "objectius per a %d fitxers de plantilla" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "s'estan llegint les plantilles… " - -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "s'estan escrivint els catàlegs de missatges… " - -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "La pàgina HTML es troba a %(outdir)s." - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "s'està muntant un únic document" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "s'estan escrivint els fitxers addicionals" - -#: builders/linkcheck.py:77 -#, 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" - -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" -msgstr "enllaç trencat: %s (%s)" - -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" -msgstr "No s'ha trobat l'àncora «%s»" - -#: builders/linkcheck.py:758 -#, 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" - -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Els fitxers de text es troben a %(outdir)s." - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, 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}" - -#: transforms/i18n.py:272 -#, 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}" - -#: transforms/i18n.py:322 -#, 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}" - -#: transforms/i18n.py:344 -#, 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/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" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "no s'ha pogut calcular el progrés de la traducció!" - -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "No hi ha cap element traduït!" - -#: transforms/__init__.py:253 -#, 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" - -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "La nota al peu [%s] no té una referència." - -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "No es fa referència en la nota al peu [*]." - -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "La nota al peu [núm.] no té una referència." - -#: _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:" - -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Opcions" - -#: _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/." - -#: _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»" - -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr " Gestiona la documentació amb Sphinx." - -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "Mostra la versió i ix." - -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "Mostra este missatge i ix." - -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "Registre" - -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "Augmenta la verbositat (es pot repetir)" - -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "Imprimix només els errors i els avisos." - -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "Cap eixida en absolut" - -#: _cli/__init__.py:231 -msgid "" -msgstr "" - -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "Vegeu «sphinx --help».\n" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Opcions de l'estructura" -#: environment/__init__.py:86 -msgid "new config" -msgstr "configuració nova" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "Si s'especifica, se separarà el codi font i els directoris de compilació" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "configuració modificada" +#: cmd/quickstart.py:616 +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" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "extensions modificades" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "substitució per a punts a _templates, etc." -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "la versió de l'entorn de compilació no és actual" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Opcions bàsiques del projecte" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "el directori d'origen ha sigut modificat" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "nom del projecte" -#: environment/__init__.py:325 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "La configuració ha sigut canviada (1 opció: %r)" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "noms de l'autoria" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "La configuració ha sigut canviada (%d opcions: %s)" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "versió del projecte" -#: environment/__init__.py:336 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "La configuració ha sigut canviada (%d opcions: %s, «…»)" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "llançament del projecte" -#: environment/__init__.py:379 -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." +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "idioma del document" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "No s'ha pogut escanejar els documents a %s: %r" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "sufix del fitxer font" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" -msgstr "El domini %r no està registrat" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "nom del document mestre" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" -msgstr "el document no està inclòs en cap toctree" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "utilitza epub" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." -msgstr "S'ha trobat un toctree autoreferenciat. S'ignora." +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Opcions de l'extensió" -#: environment/__init__.py:889 +#: cmd/quickstart.py:670 #, 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 "enable %s extension" +msgstr "habilita l'extensió %s" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "s'ha produït un s'ha produït un error mentre es llegia: %s, %s" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "habilita les extensions arbitràries" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "s'ha produït un s'ha produït un error mentre s'escrivia: %s, %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Creeu els fitxers Makefile i de processament per lots" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s no existix" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "es crea el Makefile" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "no es crea el Makefile" -#: util/i18n.py:245 -#, 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" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "es crea el fitxer de processament per lots" -#: 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." +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "no es crea el fitxer de processament per lots" -#: util/nodes.py:423 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r està en desús per a les entrades d'índex (des de l'entrada %r). En el seu lloc utilitzeu «pair: %s»." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "utilitza el mode make per a Makefile/make.bat" -#: util/nodes.py:490 -#, 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:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Plantilles de projecte" -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "excepció mentre només s'avaluava l'expressió directiva: %s" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "directori de plantilles per als fitxers de plantilla" -#: util/display.py:82 -msgid "skipped" -msgstr "s'omet" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "definix una variable de plantilla" -#: util/display.py:87 -msgid "failed" -msgstr "ha fallat" +#: cmd/quickstart.py:766 +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»." -#: util/osutil.py:131 -#, python-format +#: cmd/quickstart.py:785 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/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" -msgstr "" - -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" -msgstr "" - -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "tipus de node desconegut: %r" +"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." -#: util/fileutil.py:76 -#, python-format +#: cmd/quickstart.py:792 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ó)." +"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." -#: util/fileutil.py:89 +#: cmd/quickstart.py:809 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "Escriu el resultat de la plantilla avaluada a %s" +msgid "Invalid template variable: %s" +msgstr "Variable no vàlida de plantilla: %s" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "no s'ha trobat el rol predeterminat %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" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "l'inventari <%s> conté definicions duplicades de %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 la documentació a partir dels fitxers font.\n\nL'eina «sphinx-build» generarà la documentació a partir dels fitxers\na SOURCEDIR i els situarà a OUTPUTDIR. Busqueu el «conf.py» en el\nSOURCEDIR per als paràmetres de configuració. L'eina «sphinx-quickstart» es pot utilitzar per a generar fitxers de plantilla, inclòs el «conf.py».\n\nL'eina «sphinx-build» pot crear documentació en formats diferents. A la\nlínia d'ordres se selecciona un format que especifica el nom del constructor.\nDe manera predeterminada és HTML. Els constructors també poden dur a terme\naltres tasques relacionades amb el processament de la documentació.\n\nDe manera predeterminada, es construïx tot el que està desactualitzat. Es pot\ngenerar l'eixida només per als fitxers seleccionats especificant noms de fitxer\nindividuals.\n" -#: 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" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "camí cap als fitxers font de la documentació" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notes al peu" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "camí cap al directori d'eixida" -#: writers/manpage.py:289 writers/text.py:945 -#, python-format -msgid "[image: %s]" -msgstr "[imatge: %s]" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(opcional) una llista de fitxers específics que s'han de reconstruir. S'ignorarà si s'especifica «--write-all»" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[imatge]" +#: cmd/build.py:114 +msgid "general options" +msgstr "opcions generals" -#: 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 "Índex" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "constructor que s'utilitzarà (predeterminat: «html»)" -#: writers/latex.py:743 writers/texinfo.py:646 +#: cmd/build.py:131 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" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "executa en paral·lel amb N processos, quan siga possible. «auto» uxa el nombre de nuclis de la CPU" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "el subtítol no es troba dins d'una figura." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "escriu tots els fitxers (predeterminat: només escriu els fitxers nous i els que han canviat)" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "tipus de node sense implementar: %r" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "no utilitzar un entorn guardat, llig sempre tots els fitxers" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "%r toplevel_sectioning desconegut per a la classe %r" +#: cmd/build.py:150 +msgid "path options" +msgstr "opcions de camí" -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "no es coneix l'opció de Babel per a l'idioma %r" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "directori per als fitxers doctree i d'entorn (predeterminat: OUTPUT_DIR/.doctrees)" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: massa gran, s'ignora." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "directori per al fitxer de configuració (conf.py) (predeterminat: SOURCE_DIR)" -#: writers/latex.py:591 -#, 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" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "no utilitza cap fitxer de configuració, només utilitza la configuració de les opcions de «-D»" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "el títol del document no és només un node de text" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "superposa una configuració en el fitxer de configuració" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" -msgstr "nivell de capçalera de rúbrica no compatible: %s" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "passa un valor a dins de les plantilles HTML" -#: writers/latex.py:1183 -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:»." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "definix l'etiqueta: inclou blocs «only» amb TAG" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "la unitat de dimensió %s no és vàlida. S'ignora." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "mode primmirat: avisa sobre totes les referències que falten" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "s'ha trobat el tipus d'entrada %s amb un índex desconegut" +#: cmd/build.py:212 +msgid "console output options" +msgstr "opcions d'eixida de la consola" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format no vàlid: %r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "augmenta la loquacitat (es pot repetir)" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Enllaça amb esta definició" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "sense eixida cap a l'eixida estàndard, només avisos a l'eixida d'error estàndard" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format no s'ha definit per a %s" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "sense eixida, ni tan sols els avisos" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Qualsevol ID no assignat per al node %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "emet una eixida amb colors (predeterminada: detecció automàtica)" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Enllaça amb este terme" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "no emetre una eixida amb colors (predeterminada: detecció automàtica)" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Enllaça amb esta capçalera" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "opcions de control d'avís" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Enllaça amb esta taula" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "escriviu els avisos (i errors) al fitxer indicat" -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Enllaça amb este codi" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "convertix els avisos en errors" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Enllaça amb esta imatge" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "mostra la traça completa en excepció" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Enllaça amb este toctree" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "executa Pdb en excepció" -#: 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:»." +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "planteja una excepció sobre els avisos" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "no es pot combinar l'opció -a i els noms de fitxer" -#: domains/math.py:73 +#: cmd/build.py:357 #, 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" +msgid "cannot open warning file '%s': %s" +msgstr "no es pot obrir el fitxer de l'avís «%s»: %s" + +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "l'argument de l'opció «-D» haurà d'estar en la forma «nom=valor»" -#: domains/javascript.py:182 +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "l'argument de l'opció -A haurà d'estar en la forma «nom=valor»" + +#: domains/javascript.py:183 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funció interna)" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format msgid "%s() (%s method)" msgstr "%s() (mètode %s)" -#: domains/javascript.py:185 +#: domains/javascript.py:186 #, python-format msgid "%s() (class)" msgstr "%s() (classe)" -#: domains/javascript.py:187 +#: domains/javascript.py:188 #, python-format msgid "%s (global variable or constant)" msgstr "%s (variable global o constant)" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: domains/javascript.py:273 +#: domains/javascript.py:274 msgid "Arguments" msgstr "Arguments" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 +#: domains/cpp/__init__.py:489 domains/javascript.py:281 msgid "Throws" msgstr "Llançaments" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 +#: domains/c/__init__.py:365 domains/cpp/__init__.py:502 +#: 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:371 domains/javascript.py:294 #: domains/python/_object.py:227 msgid "Return type" msgstr "Tipus de retorn" -#: domains/javascript.py:370 +#: domains/javascript.py:371 #, python-format msgid "%s (module)" msgstr "%s (mòdul)" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 +#: domains/c/__init__.py:777 domains/cpp/__init__.py:941 +#: domains/javascript.py:416 domains/python/__init__.py:736 msgid "function" msgstr "funció" -#: domains/javascript.py:416 domains/python/__init__.py:744 +#: domains/javascript.py:417 domains/python/__init__.py:740 msgid "method" msgstr "mètode" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 +#: domains/cpp/__init__.py:939 domains/javascript.py:418 +#: domains/python/__init__.py:738 msgid "class" msgstr "classe" -#: domains/javascript.py:418 domains/python/__init__.py:741 +#: domains/javascript.py:419 domains/python/__init__.py:737 msgid "data" msgstr "dades" -#: domains/javascript.py:419 domains/python/__init__.py:747 +#: domains/javascript.py:420 domains/python/__init__.py:743 msgid "attribute" msgstr "atribut" -#: domains/javascript.py:420 domains/python/__init__.py:750 +#: domains/javascript.py:421 domains/python/__init__.py:746 msgid "module" msgstr "mòdul" -#: domains/javascript.py:454 +#: domains/javascript.py:455 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "descripció %s duplicada de %s, una altra %s a %s" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + #: domains/changeset.py:26 #, python-format msgid "Added in version %s" @@ -1958,6 +1279,16 @@ msgstr "Obsolet des de la versió %s" msgid "Removed in version %s" msgstr "S'ha eliminat en la versió %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:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format no vàlid: %r" + #: domains/rst.py:131 domains/rst.py:190 #, python-format msgid "%s (directive)" @@ -1990,1274 +1321,1318 @@ msgstr "rol" msgid "duplicate description of %s %s, other instance in %s" msgstr "descripció duplicada del %s %s, una altra instància a %s" -#: 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]." - -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Atenció" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Compte" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Perill" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "S'ha produït un error" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Suggeriment" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "Important" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "Nota" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "Vegeu també" - -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Truc" - -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Avís" - -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "inserix automàticament les docstring des dels mòduls" - -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "prova automàticament els fragments de codi en els blocs doctest" - -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "enllaç entre la documentació de Sphinx de projectes diferents" - -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "escriu les entrades «todo» que es poden mostrar o ocultar durant la construcció" - -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "comprovacions per a la cobertura de la documentació" - -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "inclou expressions matemàtiques, mostrades com a imatges PNG o SVG" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citació duplicada %s, una altra instància a %s" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "inclou expressions matemàtiques, representades en el navegador per MathJax" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "No es fa referència en la citació [%s]." -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "inclusió condicional de contingut basat en els valors de la configuració" +#: environment/__init__.py:87 +msgid "new config" +msgstr "configuració nova" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "inclou els enllaços cap al codi font dels objectes documentats en Python" +#: environment/__init__.py:88 +msgid "config changed" +msgstr "configuració modificada" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "crea un fitxer .nojekyll per a publicar el document en les pàgines de GitHub" +#: environment/__init__.py:89 +msgid "extensions changed" +msgstr "extensions modificades" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Introduïu un nom de camí vàlid." +#: environment/__init__.py:257 +msgid "build environment version not current" +msgstr "la versió de l'entorn de compilació no és actual" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Introduïu algun text." +#: environment/__init__.py:259 +msgid "source directory has changed" +msgstr "el directori d'origen ha sigut modificat" -#: cmd/quickstart.py:133 +#: environment/__init__.py:346 #, python-format -msgid "Please enter one of %s." -msgstr "Introduïu un dels %s." - -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Introduïu qualsevol de «y» o «n»." +msgid "The configuration has changed (1 option: %r)" +msgstr "La configuració ha sigut canviada (1 opció: %r)" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Introduïu un sufix de fitxer, p. ex., «.rst» o «.txt»." +#: environment/__init__.py:351 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "La configuració ha sigut canviada (%d opcions: %s)" -#: cmd/quickstart.py:229 +#: environment/__init__.py:357 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Us donem la benvinguda a la utilitat d'inici ràpid de Sphinx %s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "La configuració ha sigut canviada (%d opcions: %s, «…»)" -#: cmd/quickstart.py:234 +#: environment/__init__.py:400 msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "Introduïu els valors per a les configuracions següents (només premeu «Retorn»\nper a acceptar un valor predeterminat, si se'n dona un entre parèntesis)." +"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." -#: cmd/quickstart.py:241 +#: environment/__init__.py:514 #, python-format -msgid "Selected root path: %s" -msgstr "Camí arrel seleccionat: %s" +msgid "Failed to scan documents in %s: %r" +msgstr "No s'ha pogut escanejar els documents a %s: %r" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Introduïu el camí arrel per a la documentació." +#: environment/__init__.py:679 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "El domini %r no està registrat" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Camí arrel per a la documentació" +#: environment/__init__.py:837 +msgid "document isn't included in any toctree" +msgstr "el document no està inclòs en cap toctree" -#: cmd/quickstart.py:254 -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." +#: environment/__init__.py:883 +msgid "self referenced toctree found. Ignored." +msgstr "S'ha trobat un toctree autoreferenciat. S'ignora." -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "«sphinx-quickstart» no sobreescriurà els projectes de Sphinx existents." +#: environment/__init__.py:913 +#, 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" -#: cmd/quickstart.py:262 -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)" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "Ús:" -#: 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 "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." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPCIONS] []" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Separa els directoris «source» i «build» (s/n)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr " El generador de documentació Sphinx." -#: 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 "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." +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "Ordres:" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Prefix de nom per als directoris «templates» i «static»" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Opcions" -#: cmd/quickstart.py:297 +#: _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/." + +#: _cli/__init__.py:171 +#, python-brace-format 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." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: error: {1}\nPer a informació executeu «{0} --help»" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Nom del projecte" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr " Gestiona la documentació amb Sphinx." -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Noms de l'autoria" +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "Mostra la versió i ix." -#: 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 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." +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "Mostra este missatge i ix." -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Versió del projecte" +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "Registre" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Llançament del projecte" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "Augmenta la verbositat (es pot repetir)" -#: 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 "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." +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "Imprimix només els errors i els avisos." -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Idioma del projecte" +#: _cli/__init__.py:225 +msgid "No output at all" +msgstr "Cap eixida en absolut" -#: 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 "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." +#: _cli/__init__.py:231 +msgid "" +msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Sufix del fitxer font" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "Vegeu «sphinx --help».\n" -#: 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 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." +#: builders/html/__init__.py:501 builders/latex/__init__.py:199 +#: transforms/__init__.py:133 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%-d %b, %Y" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Nom del document mestre (sense sufix)" +#: builders/latex/__init__.py:206 domains/std/__init__.py:768 +#: domains/std/__init__.py:781 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 "Índex" -#: cmd/quickstart.py:367 -#, python-format +#: writers/latex.py:766 writers/texinfo.py:646 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." +"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" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "«sphinx-quickstart» no sobreescriurà el fitxer existent." +#: writers/latex.py:1120 writers/manpage.py:259 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Notes al peu" -#: cmd/quickstart.py:377 -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»" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "el subtítol no es troba dins d'una figura." + +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" +msgstr "tipus de node sense implementar: %r" + +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "Enllaça amb esta definició" -#: cmd/quickstart.py:385 -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:" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format no s'ha definit per a %s" -#: cmd/quickstart.py:396 -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." +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Qualsevol ID no assignat per al node %s" -#: cmd/quickstart.py:406 -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»." +#: writers/html5.py:496 +msgid "Link to this term" +msgstr "Enllaça amb este terme" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Voleu crear el Makefile? (s/n)" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "Enllaça amb esta capçalera" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Voleu crear el fitxer d'ordres de Windows? (s/n)" +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "Enllaça amb esta taula" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Creating file %s." -msgstr "S'està creant el fitxer %s." +msgid "unsupported rubric heading level: %s" +msgstr "nivell de capçalera de rúbrica no compatible: %s" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." -msgstr "El fitxer %s ja existix, se salta." +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "Enllaça amb este codi" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Finalitzat: s'ha creat una estructura inicial del directori." +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "Enllaça amb esta imatge" -#: cmd/quickstart.py:519 -#, 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ó. " +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "Enllaça amb este toctree" -#: cmd/quickstart.py:526 -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" +#: 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:»." -#: cmd/quickstart.py:530 +#: writers/manpage.py:289 writers/text.py:945 #, 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" +msgid "[image: %s]" +msgstr "[imatge: %s]" -#: cmd/quickstart.py:537 -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." +#: writers/manpage.py:290 writers/text.py:946 +msgid "[image]" +msgstr "[imatge]" -#: cmd/quickstart.py:572 -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 "\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" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "%r toplevel_sectioning desconegut per a la classe %r" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "Per a més informació, visiteu ." +#: builders/latex/__init__.py:224 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "no es coneix l'opció de Babel per a l'idioma %r" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "mode silenciós" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: massa gran, s'ignora." -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "arrel del projecte" +#: writers/latex.py:614 +#, 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" -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Opcions de l'estructura" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "el títol del document no és només un node de text" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "Si s'especifica, se separarà el codi font i els directoris de compilació" +#: writers/latex.py:1200 +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:»." -#: cmd/quickstart.py:616 -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" +#: writers/latex.py:1230 +#, 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à." -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "substitució per a punts a _templates, etc." +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "la unitat de dimensió %s no és vàlida. S'ignora." -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Opcions bàsiques del projecte" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "s'ha trobat el tipus d'entrada %s amb un índex desconegut" -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "nom del projecte" +#: 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." -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "noms de l'autoria" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "cap espai en blanc eliminat en disminuir el sagnat" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "versió del projecte" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Subtítol no vàlid: %s" -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "llançament del projecte" +#: 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 "l'especificació del número de línia queda fora de l'interval (1-%d): %r" -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "idioma del document" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "No es poden utilitzar ambdues opcions «%s» i «%s»" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "sufix del fitxer font" +#: directives/code.py:231 +#, 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" -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "nom del document mestre" +#: 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 "La codificació %r emprada per a llegir el fitxer d'inclusió «%s» pareix ser incorrecta, proveu indicant una opció :encoding:" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "utilitza epub" +#: directives/code.py:276 +#, 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" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Opcions de l'extensió" +#: 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»" -#: cmd/quickstart.py:670 +#: directives/code.py:314 #, python-format -msgid "enable %s extension" -msgstr "habilita l'extensió %s" +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" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "habilita les extensions arbitràries" +#: 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" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Creeu els fitxers Makefile i de processament per lots" +#: 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" -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "es crea el Makefile" +#: 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" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "no es crea el Makefile" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "s'ha trobat una entrada duplicada en el toctree: %s" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "es crea el fitxer de processament per lots" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autoria de la secció:" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "no es crea el fitxer de processament per lots" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autoria del mòdul: " -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "utilitza el mode make per a Makefile/make.bat" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autoria del codi: " -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Plantilles de projecte" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autoria: " -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "directori de plantilles per als fitxers de plantilla" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "… el contingut dels reconeixements no és una llista" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "definix una variable de plantilla" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "… el contingut de l'historial no és una llista" -#: cmd/quickstart.py:766 -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»." +#: ext/todo.py:61 +msgid "Todo" +msgstr "Tasca pendent" -#: cmd/quickstart.py:785 -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." +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "S'ha trobat una entrada TODO: %s" -#: cmd/quickstart.py:792 -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." +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: cmd/quickstart.py:809 +#: ext/todo.py:154 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variable no vàlida de plantilla: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(L'<> es troba a %s, línia %d)." -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "el número de treball hauria de ser un nombre positiu" +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada original" -#: 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 la documentació a partir dels fitxers font.\n\nL'eina «sphinx-build» generarà la documentació a partir dels fitxers\na SOURCEDIR i els situarà a OUTPUTDIR. Busqueu el «conf.py» en el\nSOURCEDIR per als paràmetres de configuració. L'eina «sphinx-quickstart» es pot utilitzar per a generar fitxers de plantilla, inclòs el «conf.py».\n\nL'eina «sphinx-build» pot crear documentació en formats diferents. A la\nlínia d'ordres se selecciona un format que especifica el nom del constructor.\nDe manera predeterminada és HTML. Els constructors també poden dur a terme\naltres tasques relacionades amb el processament de la documentació.\n\nDe manera predeterminada, es construïx tot el que està desactualitzat. Es pot\ngenerar l'eixida només per als fitxers seleccionats especificant noms de fitxer\nindividuals.\n" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[font]" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "camí cap als fitxers font de la documentació" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "s'està ressaltant el codi del mòdul… " -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "camí cap al directori d'eixida" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documents]" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "(opcional) una llista de fitxers específics que s'han de reconstruir. S'ignorarà si s'especifica «--write-all»" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Codi del mòdul" -#: cmd/build.py:114 -msgid "general options" -msgstr "opcions generals" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Codi font per a %s

" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "constructor que s'utilitzarà (predeterminat: «html»)" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Vista general: codi del mòdul" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "executa en paral·lel amb N processos, quan siga possible. «auto» uxa el nombre de nuclis de la CPU" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Tots els mòduls per als quals hi ha codi

" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "escriu tots els fitxers (predeterminat: només escriu els fitxers nous i els que han canviat)" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "expressions regulars no vàlides %r a %s" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "no utilitzar un entorn guardat, llig sempre tots els fitxers" +#: 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" -#: cmd/build.py:150 -msgid "path options" -msgstr "opcions de camí" +#: 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" -#: cmd/build.py:157 +#: ext/coverage.py:158 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "directori per als fitxers doctree i d'entorn (predeterminat: OUTPUT_DIR/.doctrees)" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "els mòduls següents s'especifiquen en coverage_modules, però no estan documentats" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "directori per al fitxer de configuració (conf.py) (predeterminat: SOURCE_DIR)" +#: 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»." -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "no utilitza cap fitxer de configuració, només utilitza la configuració de les opcions de «-D»" +#: 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" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "superposa una configuració en el fitxer de configuració" +#: 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" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "passa un valor a dins de les plantilles HTML" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "funció de Python sense documentar: %s :: %s" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "definix l'etiqueta: inclou blocs «only» amb TAG" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "classe de Python sense documentar: %s :: %s" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "mode primmirat: avisa sobre totes les referències que falten" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "mètode de Python sense documentar: %s :: %s :: %s" -#: cmd/build.py:212 -msgid "console output options" -msgstr "opcions d'eixida de la consola" +#: 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»" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "augmenta la loquacitat (es pot repetir)" +#: 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»" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "sense eixida cap a l'eixida estàndard, només avisos a l'eixida d'error estàndard" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "visualització de latex %r: %s" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "sense eixida, ni tan sols els avisos" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "latex inclòs %r: %s" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "emet una eixida amb colors (predeterminada: detecció automàtica)" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Enllaça amb esta equació" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "no emetre una eixida amb colors (predeterminada: detecció automàtica)" +#: 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" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "opcions de control d'aví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" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "escriviu els avisos (i errors) al fitxer indicat" +#: 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/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:830 domains/std/__init__.py:957 +#: ext/autosectionlabel.py:61 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "etiqueta duplicada %s, una altra instància a %s" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "convertix els avisos en errors" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "falta «+» o «-» en l'opció «%s»." -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "mostra la traça completa en excepció" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "«%s» no és una opció vàlida." -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "executa Pdb en excepció" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "«%s» no és una opció pyversion vàlida" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "planteja una excepció sobre els avisos" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "tipus de TestCode no vàlid" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "no es pot combinar l'opció -a i els noms de fitxer" +#: 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." -#: cmd/build.py:357 +#: ext/doctest.py:451 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "no es pot obrir el fitxer de l'avís «%s»: %s" +msgid "no code/output in %s block at %s:%s" +msgstr "no hi ha codi/eixida en el bloc %s a %s:%s" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "l'argument de l'opció «-D» haurà d'estar en la forma «nom=valor»" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "s'ignora el codi doctest no vàlid: %r" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "l'argument de l'opció -A haurà d'estar en la forma «nom=valor»" +#: 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)" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Reduïx la barra lateral" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "==================== durades de lectura més lentes =====================" -#: 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" +#: 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" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Busca" +#: 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" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ves fins a" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "S'està ignorant la directiva «graphviz» sense contingut." -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Mostra el codi font" +#: 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" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contingut" +#: 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»" -#: themes/basic/opensearch.xml:4 +#: ext/graphviz.py:339 #, python-format -msgid "Search %(docstitle)s" -msgstr "Buscar a %(docstitle)s" +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" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Vista general" +#: 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" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Us donem la benvinguda! Açò és" +#: 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" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "la documentació per a" +#: 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" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "última actualització" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[gràfica: %s]" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Índexs i taules:" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gràfica]" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Taula de contingut completa" +#: builders/texinfo.py:45 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Els fitxers de Texinfo es troben a %(outdir)s." -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "llista totes les seccions i subseccions" +#: 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 "\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)." -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Pàgina de busca" +#: builders/texinfo.py:77 +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" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "busca esta documentació" +#: builders/texinfo.py:89 +#, 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" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Índex global de mòduls" +#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#, python-format +msgid "processing %s" +msgstr "s'està processant %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "accés ràpid a tots els mòduls" +#: builders/latex/__init__.py:347 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:119 +msgid "writing" +msgstr "s'està escrivint" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Índex general" +#: builders/latex/__init__.py:405 builders/texinfo.py:172 +msgid "resolving references..." +msgstr "s'estan resolent les referències…" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "totes les funcions, classes, termes" +#: builders/latex/__init__.py:416 builders/texinfo.py:182 +msgid " (in " +msgstr " (a " -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Esta pàgina" +#: builders/_epub_base.py:425 builders/html/__init__.py:794 +#: builders/latex/__init__.py:481 builders/texinfo.py:198 +msgid "copying images... " +msgstr "s'estan copiant les imatges… " -#: themes/basic/genindex-single.html:26 +#: builders/_epub_base.py:447 builders/latex/__init__.py:496 +#: builders/texinfo.py:215 #, python-format -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" +msgid "cannot copy image file %r: %s" +msgstr "no s'ha pogut copiar el fitxer d'imatge %r: %s" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Busca ràpida" +#: builders/texinfo.py:222 +msgid "copying Texinfo support files" +msgstr "s'estan copiant els fitxers de suport de Texinfo" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Pàgines d'índex per lletra" +#: builders/texinfo.py:230 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "s'ha produït un error mentre s'escrivia el fitxer Makefile: %s" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "pot ser gegant" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "s'ha trobat una entrada ToC duplicada: %s" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Tema anterior" +#: builders/_epub_base.py:436 +#, 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" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capítol anterior" +#: 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" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Tema següent" +#: 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" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "capítol següent" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "s'està escrivint un fitxer de tipus MIME…" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navegueu" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "s'està escrivint el fitxer META-INF/container.xml…" -#: themes/basic/layout.html:115 +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "s'està escrivint el fitxer content.opf…" + +#: builders/_epub_base.py:594 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Busca dins de %(docstitle)s" +msgid "unknown mimetype for %s, ignoring" +msgstr "tipus MIME desconegut per a %s, s'ignora" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Quant a estos documents" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "el node té un nivell no vàlid" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "s'està escrivint el fitxer toc.ncx…" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/_epub_base.py:801 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "writing %s file..." +msgstr "s'està escrivint el fitxer %s…" -#: themes/basic/layout.html:201 +#: builders/xml.py:31 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Última actualització el %(last_updated)s." +msgid "The XML files are in %(outdir)s." +msgstr "Els fitxers en XML es troben a %(outdir)s." -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1269 builders/text.py:76 builders/xml.py:90 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Creada mitjançant Sphinx %(sphinx_version)s." +msgid "error writing file %s: %s" +msgstr "s'ha produït un error mentre s'escrivia al fitxer %s: %s" -#: 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/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Els fitxers en pseudo XML es troben a %(outdir)s." -#: 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." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "El fitxer de vista general es troba a %(outdir)s." -#: themes/basic/search.html:35 -msgid "search" -msgstr "busca" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "no hi ha canvis en la versió %s." -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Oculta els resultats de busca" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "s'està escrivint el fitxer de vista general…" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Resultats de la busca" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Elements incorporats" -#: 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 "La vostra busca no ha coincidit amb cap document. Assegureu-vos que s'escriuen correctament totes les paraules i que heu seleccionat prou categories." +#: builders/changes.py:77 +msgid "Module level" +msgstr "Nivell de mòdul" -#: 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] "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/changes.py:129 +msgid "copying source files..." +msgstr "s'estan copiant els fitxers font…" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "S'està buscant" +#: builders/changes.py:138 +#, 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" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "S'està preparant la busca…" +#: 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." -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", a " +#: 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" -#: themes/basic/changes/rstsource.html:5 +#: builders/manpage.py:71 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "El valor de configuració «man_pages» fa referència a un document %s desconegut" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/epub3.py:84 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Canvis en la versió %(version)s — %(docstitle)s" +msgid "The ePub file is in %(outdir)s." +msgstr "El fitxer ePub es troba a %(outdir)s." -#: 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" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "s'està escrivint el fitxer nav.xhtml…" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Canvis a la biblioteca" +#: builders/epub3.py:225 +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" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Canvis a l'API de C" +#: builders/epub3.py:231 +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" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Altres canvis" +#: builders/epub3.py:236 +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" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandix la barra lateral" +#: builders/epub3.py:242 +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" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/epub3.py:246 +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" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: builders/epub3.py:251 +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" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (en el mòdul %s)" +#: builders/epub3.py:255 +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" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (en el mòdul %s)" +#: builders/epub3.py:260 +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" + +#: builders/epub3.py:266 +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" + +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "el valor de configuració «version» no pot estar buit per a EPUB3" -#: domains/python/__init__.py:182 +#: builders/epub3.py:283 builders/html/__init__.py:1319 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (variable interna)" +msgid "invalid css_file: %r, ignored" +msgstr "css_file no vàlid: %r, s'ignora" -#: domains/python/__init__.py:217 +#: builders/gettext.py:243 #, python-format -msgid "%s (built-in class)" -msgstr "%s (classe interna)" +msgid "The message catalogs are in %(outdir)s." +msgstr "Els catàlegs de missatges es troben a %(outdir)s." -#: domains/python/__init__.py:218 +#: builders/__init__.py:406 builders/gettext.py:264 #, python-format -msgid "%s (class in %s)" -msgstr "%s (classe a %s)" +msgid "building [%s]: " +msgstr "s'està construint [%s]: " -#: domains/python/__init__.py:283 +#: builders/gettext.py:265 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (mètode de classe %s)" +msgid "targets for %d template files" +msgstr "objectius per a %d fitxers de plantilla" -#: domains/python/__init__.py:285 +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "s'estan llegint les plantilles… " + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "s'estan escrivint els catàlegs de missatges… " + +#: builders/text.py:29 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (mètode estàtic %s)" +msgid "The text files are in %(outdir)s." +msgstr "Els fitxers de text es troben a %(outdir)s." -#: domains/python/__init__.py:438 +#: builders/__init__.py:235 #, python-format -msgid "%s (%s property)" -msgstr "%s (propietat %s)" +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)" -#: domains/python/__init__.py:478 +#: builders/__init__.py:243 #, python-format -msgid "%s (type alias in %s)" -msgstr "%s (escriviu l'àlies a %s)" +msgid "a suitable image for %s builder not found: %s" +msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Índex de mòduls en Python" +#: builders/__init__.py:266 +msgid "building [mo]: " +msgstr "s'estan construint [mo]:" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "mòduls" +#: builders/__init__.py:269 builders/__init__.py:776 builders/__init__.py:800 +msgid "writing output... " +msgstr "s'està escrivint l'eixida…" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Obsolet" +#: builders/__init__.py:286 +#, python-format +msgid "all of %d po files" +msgstr "tots els %d fitxers PO" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "excepció" +#: builders/__init__.py:308 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "objectius per als %d fitxers PO que s'han especificat" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "mètode de classe" +#: builders/__init__.py:320 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "objectius per als %d fitxers PO que estan desfasats" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "mètode estàtic" +#: builders/__init__.py:330 +msgid "all source files" +msgstr "tots els fitxers font" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "propietat" +#: builders/__init__.py:341 +#, 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, " + +#: builders/__init__.py:348 +#, python-format +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" + +#: builders/__init__.py:359 +#, 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" -#: domains/python/__init__.py:749 -msgid "type alias" -msgstr "escriviu l'àlies" +#: builders/__init__.py:372 +#, python-format +msgid "%d source files given on command line" +msgstr "%d fitxers font proporcionats en la línia d'ordres" -#: domains/python/__init__.py:818 +#: builders/__init__.py:388 #, 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" +msgid "targets for %d source files that are out of date" +msgstr "els objectius per a %d fitxers font que estan desfasats" -#: domains/python/__init__.py:978 +#: builders/__init__.py:417 +msgid "looking for now-outdated files... " +msgstr "s'està buscant per fitxers sense actualitzar… " + +#: builders/__init__.py:421 #, 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" +msgid "%d found" +msgstr "s'han trobat %d" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (obsolet)" +#: builders/__init__.py:423 +msgid "none found" +msgstr "no se n'ha trobat cap" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Paràmetres" +#: builders/__init__.py:430 +msgid "pickling environment" +msgstr "s'està preparant l'ambient" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variables" +#: builders/__init__.py:437 +msgid "checking consistency" +msgstr "s'està comprovant la coherència" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Llença" +#: builders/__init__.py:441 +msgid "no targets are out of date." +msgstr "no hi ha cap objectiu desfasat." -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Paràmetres de la plantilla" +#: builders/__init__.py:480 +msgid "updating environment: " +msgstr "s'està actualitzant l'entorn: " -#: domains/cpp/__init__.py:302 +#: builders/__init__.py:505 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s added, %s changed, %s removed" +msgstr "%s afegits, %s canviats, %s eliminats" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/__init__.py:542 #, 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/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "Valors retornats" +"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ó." -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "unió" +#: builders/__init__.py:551 +#, 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ó." -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "membre" +#: builders/__init__.py:562 +#, 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." -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tipus" +#: builders/__init__.py:569 +#, 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." -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "concepte" +#: builders/__init__.py:587 builders/__init__.py:604 +msgid "reading sources... " +msgstr "s'estan llegint les fonts… " -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enumera" +#: builders/__init__.py:730 +#, python-format +msgid "docnames to write: %s" +msgstr "els docname que s'escriuran: %s" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "numerador" +#: builders/__init__.py:732 +msgid "no docnames to write!" +msgstr "no hi ha cap docname per a escriure!" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "paràmetre de la funció" +#: builders/__init__.py:745 +msgid "preparing documents" +msgstr "s'estan preparant els documents" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "paràmetre de la plantilla" +#: builders/__init__.py:748 +msgid "copying assets" +msgstr "s'estan copiant els recursos" -#: domains/c/__init__.py:211 +#: builders/__init__.py:910 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "caràcters font no codificables, substituint per «?»: %r" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/singlehtml.py:35 #, 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»." +msgid "The HTML page is in %(outdir)s." +msgstr "La pàgina HTML es troba a %(outdir)s." -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variable" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "s'està muntant un únic document" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "s'estan escrivint els fitxers addicionals" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "estructura" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "El constructor fictici no genera cap fitxer." -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/linkcheck.py:78 #, python-format -msgid "environment variable; %s" -msgstr "variable d'entorn; %s" +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" -#: domains/std/__init__.py:119 +#: builders/linkcheck.py:150 #, python-format -msgid "%s; configuration value" -msgstr "%s; valor de configuració" +msgid "broken link: %s (%s)" +msgstr "enllaç trencat: %s (%s)" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "Tipus" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "No s'ha trobat l'àncora «%s»" -#: domains/std/__init__.py:185 -msgid "Default" -msgstr "Predeterminat" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. S'esperava un diccionari." -#: domains/std/__init__.py:242 +#: builders/linkcheck.py:768 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "Descripció de l'opció amb format incorrecte %r, s'ha de veure com «opt», «-opt args», «--opt args», «/opt args» o «+opt args»" +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" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "opció de la línia d'ordres %s" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenció" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "opció de la línia d'ordres" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Compte" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "el terme del glossari ha d'estar precedit per una línia buida" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perill" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "els termes del glossari no han d'estar separats per línies buides" +#: locale/__init__.py:232 +msgid "Error" +msgstr "S'ha produït un error" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "el glossari pareix estar mal formatat, verifiqueu el sagnat" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Suggeriment" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "terme del glossari" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "gramàtica simbòlica" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "etiqueta de referència" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vegeu també" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "variable d'entorn" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Truc" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opció del programa" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Avís" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "document" +#: transforms/i18n.py:260 transforms/i18n.py:335 +#, 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}" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Índex de mòduls" +#: transforms/i18n.py:305 +#, 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}" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "descripció %s duplicada del %s, una altra instància a %s" +#: transforms/i18n.py:355 +#, 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}" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "«numfig» està desactivat. :numref: s'ignora." +#: transforms/i18n.py:377 +#, 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}" + +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "no s'ha pogut calcular el progrés de la traducció!" + +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "No hi ha cap element traduït!" -#: domains/std/__init__.py:1124 +#: transforms/__init__.py:257 #, 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" +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" + +#: transforms/__init__.py:298 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "La nota al peu [%s] no té una referència." + +#: transforms/__init__.py:307 +msgid "Footnote [*] is not referenced." +msgstr "No es fa referència en la nota al peu [*]." + +#: transforms/__init__.py:318 +msgid "Footnote [#] is not referenced." +msgstr "La nota al peu [núm.] no té una referència." -#: domains/std/__init__.py:1138 +#: util/inventory.py:147 #, python-format -msgid "the link has no caption: %s" -msgstr "l'enllaç no té cap subtítol: %s" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "l'inventari <%s> conté definicions duplicades de %s" -#: domains/std/__init__.py:1153 +#: util/inventory.py:166 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format no vàlid: %s (%r)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "l'inventari <%s> conté múltiples definicions per a %s" -#: domains/std/__init__.py:1157 +#: util/i18n.py:100 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format no vàlid: %s" +msgid "reading error: %s, %s" +msgstr "s'ha produït un error mentre es llegia: %s, %s" -#: domains/std/__init__.py:1453 +#: util/i18n.py:113 #, python-format -msgid "undefined label: %r" -msgstr "etiqueta sense definir: %r" +msgid "writing error: %s, %s" +msgstr "s'ha produït un error mentre s'escrivia: %s, %s" -#: domains/std/__init__.py:1456 +#: util/i18n.py:146 #, 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" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s no existix" -#: environment/adapters/toctree.py:324 +#: util/i18n.py:244 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "s'han detectat referències circulars del toctree, s'ignora: %s <- %s" +msgid "Invalid Babel locale: %r." +msgstr "La configuració regional «Babel» no és vàlida: %r." -#: environment/adapters/toctree.py:349 +#: util/i18n.py:253 #, 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ç" +"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" -#: environment/adapters/toctree.py:364 +#: util/fileutil.py:76 #, 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 "" +"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ó)." -#: environment/adapters/toctree.py:367 +#: util/fileutil.py:89 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "" +msgid "Writing evaluated template result to %s" +msgstr "Escriu el resultat de la plantilla avaluada a %s" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" -msgstr "vegeu %s" +#: util/display.py:82 +msgid "skipped" +msgstr "s'omet" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" -msgstr "vegeu també %s" +#: util/display.py:87 +msgid "failed" +msgstr "ha fallat" -#: environment/adapters/indexentries.py:141 +#: util/osutil.py:131 #, python-format -msgid "unknown index entry type %r" -msgstr "tipus d'entrada %r amb un índex desconegut" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbols" +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ó)." -#: environment/collectors/asset.py:98 +#: util/docfields.py:103 #, python-format -msgid "image file not readable: %s" -msgstr "el fitxer d'imatge no es pot llegir: %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 domini %s: se suposa que el camp utilitza el rol «%s», però no es troba en el domini." -#: environment/collectors/asset.py:126 +#: util/nodes.py:423 #, python-format -msgid "image file %s not readable: %s" -msgstr "el fitxer d'imatge %s no es pot llegir: %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r està en desús per a les entrades d'índex (des de l'entrada %r). En el seu lloc utilitzeu «pair: %s»." -#: environment/collectors/asset.py:163 +#: util/nodes.py:490 #, python-format -msgid "download file not readable: %s" -msgstr "el fitxer de baixada no es pot llegir: %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "el toctree conté una referència cap al fitxer %r que no existix" -#: environment/collectors/toctree.py:259 +#: util/nodes.py:706 #, 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?)" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "S'ha interromput!" - -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +msgid "exception while evaluating only directive expression: %s" +msgstr "excepció mentre només s'avaluava l'expressió directiva: %s" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: util/docutils.py:309 +#, python-format +msgid "unknown directive name: %s" +msgstr "nom desconegut de la directiva: %s" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: util/docutils.py:345 +#, python-format +msgid "unknown role name: %s" +msgstr "nom desconegut del rol: %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 "" +#: util/docutils.py:789 +#, python-format +msgid "unknown node type: %r" +msgstr "tipus de node desconegut: %r" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "no s'ha trobat el rol predeterminat %s" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "S'ha guardat la traça completa a:" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%s]" -#: _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!" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%d]" -#: _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." +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Format d'imatge desconegut: %s…" #: transforms/post_transforms/__init__.py:88 msgid "" @@ -3265,333 +2640,658 @@ msgid "" "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:237 +#: 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" -#: transforms/post_transforms/__init__.py:299 +#: 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" -#: transforms/post_transforms/__init__.py:305 +#: 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" -#: transforms/post_transforms/images.py:79 +#: 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" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "pàgina" + +#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Versió" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "No s'ha pogut obtindre el docname!" + +#: builders/latex/transforms.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "No s'ha pogut recuperar la imatge remota: %s [%s]" +msgid "Failed to get a docname for source %r!" +msgstr "S'ha fallat en obtindre un nom de document per a la font %r!" -#: transforms/post_transforms/images.py:96 +#: builders/latex/transforms.py:487 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "No s'ha pogut recuperar la imatge remota: %s [%d]" +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" + +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r no té la configuració «theme»" + +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r no té la configuració «%s»" + +#: builders/latex/__init__.py:118 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Els fitxers en LaTeX es troben a %(outdir)s." + +#: 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 "\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)." + +#: builders/latex/__init__.py:159 +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" + +#: builders/latex/__init__.py:170 +#, 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" + +#: builders/latex/__init__.py:428 +msgid "copying TeX support files" +msgstr "s'estan copiant els fitxers de suport de TeX" + +#: builders/latex/__init__.py:465 +msgid "copying additional files" +msgstr "s'estan copiant els fitxers addicionals" + +#: builders/html/__init__.py:1424 builders/latex/__init__.py:504 +#, python-format +msgid "logo file %r does not exist" +msgstr "el fitxer de logotip %r no existix" + +#: builders/latex/__init__.py:536 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Clau de configuració desconeguda: latex_elements[%r], s'ignora." + +#: builders/latex/__init__.py:544 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opció desconeguda de tema: latex_theme_options[%r], s'ignora." + +#: 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)" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." -msgstr "Format d'imatge desconegut: %s…" +#: 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»)" -#: builders/html/__init__.py:113 +#: 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»)" + +#: builders/html/__init__.py:115 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Les pàgines en HTML es troben a %(outdir)s." -#: builders/html/__init__.py:348 +#: builders/html/__init__.py:357 #, python-format msgid "Failed to read build info file: %r" msgstr "No s'ha pogut llegir el fitxer d'informació de la construcció: %r" -#: builders/html/__init__.py:364 +#: builders/html/__init__.py:373 msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "build_info no coincidix, s'està copiant .buildinfo a .buildinfo.bak" -#: builders/html/__init__.py:366 +#: builders/html/__init__.py:375 msgid "building [html]: " msgstr "es construïx [html]:" -#: builders/html/__init__.py:383 +#: builders/html/__init__.py:392 #, 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:507 +#: builders/html/__init__.py:522 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índex general" + +#: builders/html/__init__.py:522 msgid "index" msgstr "índex" -#: builders/html/__init__.py:560 +#: builders/html/__init__.py:575 #, python-format msgid "Logo of %s" msgstr "Logotip de %s" -#: builders/html/__init__.py:589 +#: builders/html/__init__.py:604 msgid "next" msgstr "següent" -#: builders/html/__init__.py:598 +#: builders/html/__init__.py:613 msgid "previous" msgstr "anterior" -#: builders/html/__init__.py:696 +#: builders/html/__init__.py:711 msgid "generating indices" msgstr "s'estan generant els índexs" -#: builders/html/__init__.py:711 +#: builders/html/__init__.py:726 msgid "writing additional pages" msgstr "s'estan escrivint les pàgines addicionals" -#: builders/html/__init__.py:794 +#: builders/html/__init__.py:809 #, python-format msgid "cannot copy image file '%s': %s" msgstr "no es pot copiar el fitxer d'imatge «%s»: %s" -#: builders/html/__init__.py:806 +#: builders/html/__init__.py:821 msgid "copying downloadable files... " msgstr "s'estan copiant els fitxers que es poden baixar… " -#: builders/html/__init__.py:818 +#: builders/html/__init__.py:833 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "no s'ha pogut copiar el fitxer que es podia baixar %r: %s" -#: builders/html/__init__.py:864 +#: builders/html/__init__.py:879 #, 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:882 +#: builders/html/__init__.py:897 #, 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" -#: builders/html/__init__.py:917 +#: builders/html/__init__.py:932 msgid "copying static files" msgstr "s'estan copiant els fitxers estàtics" -#: builders/html/__init__.py:934 +#: builders/html/__init__.py:949 #, python-format msgid "cannot copy static file %r" msgstr "no s'ha pogut copiar el fitxer estàtic %r" -#: builders/html/__init__.py:939 +#: builders/html/__init__.py:954 msgid "copying extra files" msgstr "s'estan copiant els fitxers addicionals" -#: builders/html/__init__.py:949 +#: builders/html/__init__.py:964 #, python-format msgid "cannot copy extra file %r" msgstr "no s'ha pogut copiar el fitxer addicional %r" -#: builders/html/__init__.py:955 +#: builders/html/__init__.py:970 #, python-format msgid "Failed to write build info file: %r" msgstr "No s'ha pogut escriure el fitxer d'informació de la construcció: %r" -#: builders/html/__init__.py:1005 +#: builders/html/__init__.py:1020 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." -#: builders/html/__init__.py:1052 +#: builders/html/__init__.py:1067 #, 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" -#: builders/html/__init__.py:1216 +#: builders/html/__init__.py:1231 #, 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." -#: builders/html/__init__.py:1224 +#: builders/html/__init__.py:1244 +#, 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" + +#: builders/html/__init__.py:1252 #, 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" -#: builders/html/__init__.py:1257 +#: builders/html/__init__.py:1285 msgid "dumping object inventory" msgstr "s'està bolcant l'inventari d'objectes" -#: builders/html/__init__.py:1265 +#: builders/html/__init__.py:1293 #, python-format msgid "dumping search index in %s" msgstr "s'està bolcant l'índex de busca a %s" -#: builders/html/__init__.py:1308 +#: builders/html/__init__.py:1336 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file no vàlid: %r, s'ignora" -#: builders/html/__init__.py:1342 +#: builders/html/__init__.py:1370 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." -#: builders/html/__init__.py:1346 +#: builders/html/__init__.py:1374 #, python-format msgid "Unknown math_renderer %r is given." msgstr "S'ha donat un math_renderer %r desconegut." -#: builders/html/__init__.py:1360 +#: builders/html/__init__.py:1388 #, 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" -#: builders/html/__init__.py:1365 +#: builders/html/__init__.py:1393 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "l'entrada html_extra_path %r no existix" -#: builders/html/__init__.py:1380 +#: builders/html/__init__.py:1408 #, 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" -#: builders/html/__init__.py:1385 +#: builders/html/__init__.py:1413 #, python-format msgid "html_static_path entry %r does not exist" msgstr "l'entrada html_static_path %r no existix" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "el fitxer de logotip %r no existix" - -#: builders/html/__init__.py:1407 +#: builders/html/__init__.py:1435 #, python-format msgid "favicon file %r does not exist" msgstr "el fitxer icona de web %r no existix" -#: builders/html/__init__.py:1420 +#: builders/html/__init__.py:1448 #, 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»." -#: builders/html/__init__.py:1433 +#: builders/html/__init__.py:1461 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ó)" -#: builders/html/__init__.py:1449 +#: builders/html/__init__.py:1477 #, python-format msgid "%s %s documentation" msgstr "%s %s documentació" -#: 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/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(a %s versió %s)" -#: 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/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(a %s)" -#: 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/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "inventari «%s»: s'han trobat coincidències duplicades per a %s:%s" -#: builders/latex/__init__.py:118 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Els fitxers en LaTeX es troben a %(outdir)s." +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventari «%s»: s'han trobat múltiples coincidències per a %s:%s" + +#: ext/intersphinx/_resolve.py:383 +#, 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" + +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "no es troba l'inventari per a la referència creuada externa: %r" + +#: ext/intersphinx/_resolve.py:403 +#, 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" + +#: ext/intersphinx/_resolve.py:619 +#, 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" + +#: ext/intersphinx/_load.py:60 +#, 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." + +#: ext/intersphinx/_load.py:71 +#, 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/intersphinx/_load.py:82 +#, 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)." + +#: ext/intersphinx/_load.py:93 +#, 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." + +#: ext/intersphinx/_load.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 "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])." + +#: ext/intersphinx/_load.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 "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»." + +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Configureu «intersphinx_mapping» no vàlida (1 error)." + +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Configureu «intersphinx_mapping» no vàlida (%s errors)." + +#: ext/intersphinx/_load.py:157 +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/intersphinx/_load.py:261 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "s'està carregant l'inventari intersphinx «%s» de %s …" + +#: ext/intersphinx/_load.py:287 +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:" + +#: ext/intersphinx/_load.py:297 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "s'ha fallat en arribar fins a cap dels inventaris amb els problemes següents:" + +#: ext/intersphinx/_load.py:361 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "s'ha mogut l'inventari intersphinx: %s -> %s" + +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "S'hauria de crear el fitxer %s." + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "S'ha fallat en eliminar %s: %s" + +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "S'està executant apidoc" + +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" +msgstr "«apidoc_modules» l'element %i ha de ser un diccionari" + +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "«apidoc_modules» l'element %i ha de tindre una clau «path»." + +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "«apidoc_modules» l'element «path» %i ha de ser una cadena" + +#: ext/apidoc/_extension.py:121 +#, 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" + +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "«apidoc_modules» l'element %i ha de tindre una clau «destination»" + +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "«apidoc_modules» l'element «destination» %i ha de ser una cadena" + +#: ext/apidoc/_extension.py:147 +#, 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" + +#: ext/apidoc/_extension.py:157 +#, 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" + +#: ext/apidoc/_extension.py:178 +#, 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" + +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "«apidoc_modules» l'element %i «%s» ha de ser un booleà" + +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "«apidoc_modules» l'element %i té claus inesperades: %s" + +#: ext/apidoc/_extension.py:248 +#, 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" + +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "«apidoc_modules» l'element %i «%s» ha de contindre cadenes" + +#: 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/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "camí cap al mòdul que es documenta" + +#: 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/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "directori per a col·locar tota l'eixida" + +#: 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/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "sobreescriu els fitxers existents" + +#: 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/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "executa l'script sense crear els fitxers" + +#: 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" -#: 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 "\nExecuteu l'ordre «make» en este directori per a executar-les\nmitjançant (pdf)latex (utilitzeu l'ordre «make latexpdf» per a fer-ho\nautomàticament)." +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "inclou «_private» en els mòduls" -#: builders/latex/__init__.py:159 -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/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "nom de fitxer de la taula de contingut (predeterminat: mòduls)" -#: builders/latex/__init__.py:170 -#, 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" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "no crea un fitxer de taula de contingut" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Versió" +#: 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)" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "s'estan copiant els fitxers de suport de TeX" +#: 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" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "s'estan copiant els fitxers addicionals" +#: ext/apidoc/_cli.py:152 +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" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Clau de configuració desconeguda: latex_elements[%r], s'ignora." +#: 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)." -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opció desconeguda de tema: latex_theme_options[%r], s'ignora." +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "sufix del fitxer (predeterminat: rst)" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "No s'ha pogut obtindre el docname!" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +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" -#: 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!" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "genera un projecte complet amb «sphinx-quickstart»" -#: 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" +#: 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/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r no té la configuració «theme»" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "nom del projecte (predeterminat: nom del mòdul arrel)" -#: builders/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r no té la configuració «%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»" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "ve de la pàgina anterior" +#: 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»" -#: 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" +#: 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»" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "No alfabètic" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "opcions de l'extensió" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" +#: 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:13 -msgid "page" -msgstr "pàgina" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" +msgstr "habilita l'extensió %s, que s'utilitza quan s'indica «--full»" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Arguments de paraules clau" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s no és cap directori." #: ext/napoleon/docstring.py:176 #, python-format @@ -3621,6 +3321,10 @@ msgstr "Exemple" msgid "Examples" msgstr "Exemples" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Arguments de paraules clau" + #: ext/napoleon/docstring.py:956 msgid "Notes" msgstr "Notes" @@ -3629,6 +3333,11 @@ msgstr "Notes" msgid "Other Parameters" msgstr "Altres paràmetres" +#: domains/c/__init__.py:352 domains/cpp/__init__.py:483 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Paràmetres" + #: ext/napoleon/docstring.py:1001 msgid "Receives" msgstr "Rebudes" @@ -3637,13 +3346,137 @@ msgstr "Rebudes" msgid "References" msgstr "Referències" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Avisos" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Avisos" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "Rendiments" + +#: ext/autodoc/type_comment.py:151 +#, 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/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "No s'ha pogut analitzar type_comment per a %r: %s" + +#: ext/autodoc/preserve_defaults.py:195 +#, 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/autodoc/__init__.py:150 +#, 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" + +#: ext/autodoc/__init__.py:158 +#, 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" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "signatura no vàlida per a auto%s (%r)" + +#: ext/autodoc/__init__.py:579 +#, 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/autodoc/__init__.py:898 +#, python-format +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" + +#: ext/autodoc/__init__.py:1021 +#, 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)" + +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "S'ha detectat un objecte simulat: %r" + +#: ext/autodoc/__init__.py:1103 +#, 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" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "«::» en el nom de l'«automodule» no té sentit" + +#: ext/autodoc/__init__.py:1185 +#, 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/autodoc/__init__.py:1201 +#, python-format +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__-" + +#: ext/autodoc/__init__.py:1278 +#, python-format +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" + +#: 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 "No s'ha pogut obtindre una signatura de funció per a %s: %s" + +#: ext/autodoc/__init__.py:1828 +#, 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/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Bases: %s" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "falta l'atribut %s en l'objecte %s" + +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "àlies de %s" + +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "àlies 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 "No s'ha pogut obtindre una signatura de mètode per a %s: %s" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "Rendiments" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "S'han trobat __slots__ no vàlids a %s. S'ignora." #: ext/autosummary/__init__.py:284 #, python-format @@ -3764,453 +3597,643 @@ msgstr "document de membres importats (predeterminat: %(default)s)" 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)" +msgstr "documenta exactament els membres en l'atribut __all__ del mòdul (predeterminat: %(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 "Elimina els fitxers existents en el directori d'eixida que no s'hagen generat" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "S'ha interromput!" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "S'ha fallat en eliminar %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "S'ha produït un error de marcatge en el reStructuredText!" -#: ext/apidoc/_cli.py:28 +#: _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 "" -"\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." +"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:" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "camí cap al mòdul que es documenta" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "S'està iniciant el depurador:" -#: ext/apidoc/_cli.py:50 +#: _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 "" -"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ó" +"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!" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "directori per a col·locar tota l'eixida" +#: _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." -#: 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/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Reduïx la barra lateral" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "sobreescriu els fitxers existents" +#: 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" -#: ext/apidoc/_cli.py:91 +#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ves fins a" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Mostra el codi font" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contingut" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Busca ràpida" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Pàgines d'índex per lletra" + +#: 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/genindex-split.html:17 +msgid "can be huge" +msgstr "pot ser gegant" + +#: themes/basic/search.html:20 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." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Activa JavaScript per a utilitzar la funcionalitat\n de busca." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "executa l'script sense crear els fitxers" +#: 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." -#: 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/search.html:35 +msgid "search" +msgstr "busca" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "inclou «_private» en els mòduls" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegueu" -#: 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/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Busca dins de %(docstitle)s" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "no crea un fitxer de taula de contingut" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Quant a estos documents" -#: ext/apidoc/_cli.py:135 +#: 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 "© %(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 "Última actualització el %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format 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)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Creada mitjançant Sphinx %(sphinx_version)s." + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Esta pàgina" + +#: 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/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Buscar a %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Vista general" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Us donem la benvinguda! Açò és" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "la documentació per a" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "última actualització" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Índexs i taules:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Taula de contingut completa" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "llista totes les seccions i subseccions" + +#: domains/std/__init__.py:770 domains/std/__init__.py:783 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Pàgina de busca" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "busca esta documentació" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Índex global de mòduls" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "accés ràpid a tots els mòduls" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "totes les funcions, classes, termes" -#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "Índex – %(key)s" -#: ext/apidoc/_cli.py:152 -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" +#: 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:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: 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:170 -msgid "file suffix (default: rst)" -msgstr "sufix del fitxer (predeterminat: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Canvis a la biblioteca" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "genera un projecte complet amb «sphinx-quickstart»" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Canvis a l'API de C" -#: 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/versionchanges.html:25 +msgid "Other changes" +msgstr "Altres canvis" -#: 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/static/searchtools.js:123 +msgid "Search Results" +msgstr "Resultats de la busca" -#: 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/static/searchtools.js:125 +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." -#: 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/static/searchtools.js:129 +#, 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:226 -msgid "extension options" -msgstr "opcions de l'extensió" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "S'està buscant" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "S'està preparant la busca…" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", a " -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s no és cap directori." +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Oculta els resultats de busca" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandix la barra lateral" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +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:110 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +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:115 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +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:121 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +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:133 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "see %s" +msgstr "vegeu %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "see also %s" +msgstr "vegeu també %s" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "unknown index entry type %r" +msgstr "tipus d'entrada %r amb un índex desconegut" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "image file not readable: %s" +msgstr "el fitxer d'imatge no es pot llegir: %s" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "el fitxer d'imatge %s no es pot llegir: %s" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:163 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "download file not readable: %s" +msgstr "el fitxer de baixada no es pot llegir: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +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:247 +#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +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/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Paràmetres de la plantilla" -#: ext/apidoc/_generate.py:69 +#: domains/cpp/__init__.py:302 #, python-format -msgid "Would create file %s." -msgstr "S'hauria de crear el fitxer %s." +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(a %s versió %s)" +#: domains/c/__init__.py:359 domains/cpp/__init__.py:496 +msgid "Return values" +msgstr "Valors retornats" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(a %s)" +#: domains/c/__init__.py:780 domains/cpp/__init__.py:940 +msgid "union" +msgstr "unió" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "inventari «%s»: s'han trobat coincidències duplicades per a %s:%s" +#: domains/c/__init__.py:775 domains/cpp/__init__.py:942 +msgid "member" +msgstr "membre" -#: ext/intersphinx/_resolve.py:118 -#, 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" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:943 +msgid "type" +msgstr "tipus" -#: ext/intersphinx/_resolve.py:383 -#, 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" +#: domains/cpp/__init__.py:944 +msgid "concept" +msgstr "concepte" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "no es troba l'inventari per a la referència creuada externa: %r" +#: domains/c/__init__.py:781 domains/cpp/__init__.py:945 +msgid "enum" +msgstr "enumera" -#: ext/intersphinx/_resolve.py:403 -#, 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" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:946 +msgid "enumerator" +msgstr "numerador" -#: ext/intersphinx/_resolve.py:619 -#, 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" +#: domains/c/__init__.py:786 domains/cpp/__init__.py:949 +msgid "function parameter" +msgstr "paràmetre de la funció" -#: ext/intersphinx/_load.py:60 -#, 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." +#: domains/cpp/__init__.py:952 +msgid "template parameter" +msgstr "paràmetre de la plantilla" -#: ext/intersphinx/_load.py:71 +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variables" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Llença" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Separador de paràmetres només posicional (PEP 570)" + +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Separador de paràmetres només posicional (PEP 3102)" + +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, 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." +msgid "%s() (in module %s)" +msgstr "%s() (en el mòdul %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, 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 "%s (in module %s)" +msgstr "%s (en el mòdul %s)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:184 #, 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 "%s (built-in variable)" +msgstr "%s (variable interna)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:219 #, 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 "%s (built-in class)" +msgstr "%s (classe interna)" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:220 #, 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»." +msgid "%s (class in %s)" +msgstr "%s (classe a %s)" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Configureu «intersphinx_mapping» no vàlida (1 error)." +#: domains/python/__init__.py:285 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (mètode de classe %s)" -#: ext/intersphinx/_load.py:134 +#: domains/python/__init__.py:287 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Configureu «intersphinx_mapping» no vàlida (%s errors)." +msgid "%s() (%s static method)" +msgstr "%s() (mètode estàtic %s)" -#: ext/intersphinx/_load.py:157 -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ó." +#: domains/python/__init__.py:440 +#, python-format +msgid "%s (%s property)" +msgstr "%s (propietat %s)" -#: ext/intersphinx/_load.py:261 +#: domains/python/__init__.py:480 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "s'està carregant l'inventari intersphinx «%s» de %s …" +msgid "%s (type alias in %s)" +msgstr "%s (escriviu l'àlies a %s)" -#: ext/intersphinx/_load.py:287 -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:" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Índex de mòduls en Python" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "s'ha fallat en arribar fins a cap dels inventaris amb els problemes següents:" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "mòduls" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "s'ha mogut l'inventari intersphinx: %s -> %s" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Obsolet" -#: ext/autodoc/__init__.py:150 -#, 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" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "excepció" -#: ext/autodoc/__init__.py:158 -#, 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" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "mètode de classe" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "signatura no vàlida per a auto%s (%r)" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "mètode estàtic" -#: ext/autodoc/__init__.py:579 -#, 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" +#: domains/python/__init__.py:744 +msgid "property" +msgstr "propietat" -#: ext/autodoc/__init__.py:898 +#: domains/python/__init__.py:745 +msgid "type alias" +msgstr "escriviu l'àlies" + +#: domains/python/__init__.py:814 #, python-format 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" +"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" -#: ext/autodoc/__init__.py:1021 +#: domains/python/__init__.py:974 #, 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)" +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" -#: ext/autodoc/__init__.py:1080 +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (obsolet)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "A mocked object is detected: %r" -msgstr "S'ha detectat un objecte simulat: %r" +msgid "environment variable; %s" +msgstr "variable d'entorn; %s" -#: ext/autodoc/__init__.py:1103 +#: domains/std/__init__.py:116 #, 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 "%s; configuration value" +msgstr "%s; valor de configuració" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "«::» en el nom de l'«automodule» no té sentit" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "Tipus" -#: ext/autodoc/__init__.py:1185 -#, 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" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "Predeterminat" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:239 #, python-format 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__-" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Descripció de l'opció amb format incorrecte %r, s'ha de veure com «opt», «-opt args», «--opt args», «/opt args» o «+opt args»" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:316 #, python-format -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" +msgid "%s command line option" +msgstr "opció de la línia d'ordres %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 "No s'ha pogut obtindre una signatura de funció per a %s: %s" +#: domains/std/__init__.py:318 +msgid "command line option" +msgstr "opció de la línia d'ordres" -#: ext/autodoc/__init__.py:1828 -#, 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" +#: domains/std/__init__.py:458 +msgid "glossary term must be preceded by empty line" +msgstr "el terme del glossari ha d'estar precedit per una línia buida" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:471 +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:483 domains/std/__init__.py:501 +msgid "glossary seems to be misformatted, check indentation" +msgstr "el glossari pareix estar mal formatat, verifiqueu el sagnat" + +#: domains/std/__init__.py:726 +msgid "glossary term" +msgstr "terme del glossari" + +#: domains/std/__init__.py:727 +msgid "grammar token" +msgstr "gramàtica simbòlica" + +#: domains/std/__init__.py:728 +msgid "reference label" +msgstr "etiqueta de referència" + +#: domains/std/__init__.py:730 +msgid "environment variable" +msgstr "variable d'entorn" + +#: domains/std/__init__.py:731 +msgid "program option" +msgstr "opció del programa" + +#: domains/std/__init__.py:732 +msgid "document" +msgstr "document" + +#: domains/std/__init__.py:769 domains/std/__init__.py:782 +msgid "Module Index" +msgstr "Índex de mòduls" + +#: domains/std/__init__.py:854 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "descripció %s duplicada del %s, una altra instància a %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1110 +msgid "numfig is disabled. :numref: is ignored." +msgstr "«numfig» està desactivat. :numref: s'ignora." + +#: domains/std/__init__.py:1121 #, python-format -msgid "missing attribute %s in object %s" -msgstr "falta l'atribut %s en l'objecte %s" +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" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1135 #, python-format -msgid "alias of %s" -msgstr "àlies de %s" +msgid "the link has no caption: %s" +msgstr "l'enllaç no té cap subtítol: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1150 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "àlies de TypeVar(%s)" +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format no vàlid: %s (%r)" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1154 #, 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" +msgid "invalid numfig_format: %s" +msgstr "numfig_format no vàlid: %s" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1450 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "S'han trobat __slots__ no vàlids a %s. S'ignora." +msgid "undefined label: %r" +msgstr "etiqueta sense definir: %r" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/std/__init__.py:1453 #, 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" +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/autodoc/type_comment.py:151 +#: domains/c/__init__.py:277 domains/c/_symbol.py:569 #, 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" +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/autodoc/type_comment.py:154 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "No s'ha pogut analitzar type_comment per a %r: %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" + +#: domains/c/__init__.py:776 +msgid "variable" +msgstr "variable" + +#: domains/c/__init__.py:778 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:779 +msgid "struct" +msgstr "estructura" diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo index 7b1521c4231..410a56c37ac 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 f09a9bb52b5..bab7f46e122 100644 --- a/sphinx/locale/cak/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-15 22:41+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" @@ -19,141 +19,269 @@ msgstr "" "Language: cak\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Ruwachib'äl %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Kik'ajtz'ïk %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:545 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "xk'isïk" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "sachoj: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +289,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,257 +302,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:167 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:171 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:187 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:197 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:204 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:228 registry.py:249 registry.py:262 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:235 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:253 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:266 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:313 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:344 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:353 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:363 #, python-format -msgid "Fig. %s" -msgstr "Ruwachib'äl %s" +msgid "source_parser for %r is already registered" +msgstr "" -#: config.py:692 +#: registry.py:372 #, python-format -msgid "Table %s" -msgstr "Kik'ajtz'ïk %s" +msgid "Source parser for %s not registered" +msgstr "" -#: config.py:693 +#: registry.py:393 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:410 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:503 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:519 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:536 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:550 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:552 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:559 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:572 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:584 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:623 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: theming.py:335 theming.py:388 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: theming.py:339 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: theming.py:343 theming.py:391 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "invalid PEP number %s" msgstr "" -#: events.py:77 +#: roles.py:355 #, python-format -msgid "Event %r already present" +msgid "invalid RFC number %s" msgstr "" -#: events.py:370 +#: highlighting.py:170 #, python-format -msgid "Unknown event name: %s" +msgid "Pygments lexer name %r is not known" msgstr "" -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -439,1047 +532,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Ütz apetïk pa rokisanem runuk'ik Sphinx %s." -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Rub'i' samäj" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Kib'i' ajtz'ib'anel(a')" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Rujalwäch samäj" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Ruch'ab'äl samaj" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +"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/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:349 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:344 +#: cmd/quickstart.py:367 #, python-format -msgid "display latex %r: %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:396 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:406 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"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 "" -#: 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/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:452 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/coverage.py:492 +#: cmd/quickstart.py:519 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:526 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" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:530 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Chi tiqib'ana'" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Ri <> k'o chupam %s, pa juch' %d.)" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: cmd/quickstart.py:670 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "enable %s extension" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" 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" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" 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." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: 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:292 -msgid ".. hlist content is not a list" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "tajin nutz'ib'aj" - -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:494 +#: domains/javascript.py:183 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "%s() (built-in function)" msgstr "" -#: builders/__init__.py:531 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, 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 "%s() (%s method)" msgstr "" -#: builders/__init__.py:540 +#: domains/javascript.py:186 #, 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 "%s() (class)" msgstr "" -#: builders/__init__.py:551 +#: domains/javascript.py:188 #, 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 "%s (global variable or constant)" msgstr "" -#: builders/__init__.py:558 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, 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:576 builders/__init__.py:592 -msgid "reading sources... " +msgid "%s (%s attribute)" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: domains/cpp/__init__.py:489 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: domains/c/__init__.py:365 domains/cpp/__init__.py:502 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: domains/c/__init__.py:371 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/__init__.py:883 +#: domains/javascript.py:371 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "%s (module)" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: domains/c/__init__.py:777 domains/cpp/__init__.py:941 +#: domains/javascript.py:416 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: domains/javascript.py:417 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:939 domains/javascript.py:418 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "Ruwäch" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: domains/javascript.py:419 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: domains/javascript.py:420 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: domains/javascript.py:421 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" - -#: builders/xml.py:31 +#: domains/javascript.py:455 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/__init__.py:322 #, python-format -msgid "error writing file %s: %s" +msgid "%s %s" msgstr "" -#: builders/xml.py:101 +#: domains/changeset.py:26 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:45 +#: domains/changeset.py:27 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgid "Changed in version %s" msgstr "" -#: builders/texinfo.py:89 +#: domains/changeset.py:28 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "Deprecated since version %s" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:29 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "(chupam" - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/math.py:73 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file Makefile: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:223 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%s (directive)" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid "%s (role)" msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/_epub_base.py:794 +#: domains/rst.py:262 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: environment/__init__.py:87 +msgid "new config" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:88 +msgid "config changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:89 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:257 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:259 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:346 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:351 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:357 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:400 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:514 #, python-format -msgid "%b %d, %Y" -msgstr "" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:679 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:837 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:883 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:913 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1550,2098 +1460,2019 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:501 builders/latex/__init__.py:199 +#: transforms/__init__.py:133 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:206 domains/std/__init__.py:768 +#: domains/std/__init__.py:781 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 "Cholwuj" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:259 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "rusachoj rusik'inïk: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "rusachoj rutz'ib'axïk: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:245 +#: writers/manpage.py:289 writers/text.py:945 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" +msgid "[image: %s]" +msgstr "[wachib'äl: %s]" -#: util/docfields.py:103 +#: writers/manpage.py:290 writers/text.py:946 +msgid "[image]" +msgstr "[wachib'äl]" + +#: writers/latex.py:384 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/nodes.py:423 +#: builders/latex/__init__.py:224 writers/latex.py:434 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "no Babel option known for language %r" msgstr "" -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:614 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: writers/latex.py:730 +msgid "document title is not a single Text node" msgstr "" -#: util/display.py:87 -msgid "failed" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/osutil.py:131 +#: writers/latex.py:1230 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"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 "" -#: util/docutils.py:309 +#: writers/latex.py:1626 #, python-format -msgid "unknown directive name: %s" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/docutils.py:345 +#: writers/latex.py:1986 #, python-format -msgid "unknown role name: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %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 "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:87 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Invalid caption: %s" msgstr "" -#: util/rst.py:73 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "default role %s not found" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/inventory.py:147 +#: directives/code.py:216 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/inventory.py:166 +#: directives/code.py:231 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: 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 "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/code.py:276 #, python-format -msgid "[image: %s]" -msgstr "[wachib'äl: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[wachib'äl]" - -#: 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 "Cholwuj" - -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "Object named %r not found in include file %r" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: writers/texinfo.py:1303 +#: directives/code.py:314 #, python-format -msgid "unimplemented node type: %r" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: writers/latex.py:361 +#: directives/other.py:119 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "no Babel option known for language %r" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/latex.py:591 +#: directives/other.py:169 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: ext/todo.py:61 +msgid "Todo" +msgstr "Chi tiqib'ana'" -#: writers/html5.py:431 +#: ext/todo.py:94 #, python-format -msgid "numfig_format is not defined for %s" +msgid "TODO entry found: %s" msgstr "" -#: writers/html5.py:441 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "Any IDs not assigned for %s node" +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 "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: domains/__init__.py:322 +#: ext/coverage.py:48 #, python-format -msgid "%s %s" +msgid "invalid regex %r in %s" msgstr "" -#: domains/math.py:73 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "module %s could not be imported: %s" msgstr "" -#: domains/javascript.py:182 +#: ext/coverage.py:148 #, python-format -msgid "%s() (built-in function)" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 -#, python-format -msgid "%s() (%s method)" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: domains/javascript.py:185 -#, python-format -msgid "%s() (class)" +#: 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 "" -#: domains/javascript.py:187 +#: ext/coverage.py:187 #, python-format -msgid "%s (global variable or constant)" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/coverage.py:260 #, python-format -msgid "%s (%s attribute)" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: domains/javascript.py:370 +#: ext/imgmath.py:167 #, python-format -msgid "%s (module)" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "Ruwäch" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: 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 "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:454 +#: ext/autosectionlabel.py:52 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/changeset.py:26 +#: domains/std/__init__.py:830 domains/std/__init__.py:957 +#: ext/autosectionlabel.py:61 #, python-format -msgid "Added in version %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/changeset.py:27 +#: ext/doctest.py:118 #, python-format -msgid "Changed in version %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/changeset.py:28 +#: ext/doctest.py:124 #, python-format -msgid "Deprecated since version %s" +msgid "'%s' is not a valid option." msgstr "" -#: domains/changeset.py:29 +#: ext/doctest.py:139 #, python-format -msgid "Removed in version %s" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:297 #, python-format -msgid "%s (directive)" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/doctest.py:451 #, python-format -msgid ":%s: (directive option)" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/rst.py:224 +#: ext/doctest.py:568 #, python-format -msgid "%s (role)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/rst.py:262 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/citation.py:75 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/citation.py:92 +#: ext/graphviz.py:328 #, python-format -msgid "Citation [%s] is not referenced." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: 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 "Caution" +#: 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 "Danger" +#: 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 "Error" -msgstr "Sachoj" +#: 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 "Hint" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/texinfo.py:45 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Tatz'u chuqa'" +#: 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 "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/texinfo.py:77 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/texinfo.py:89 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#, python-format +msgid "processing %s" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/latex/__init__.py:347 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:119 +msgid "writing" +msgstr "tajin nutz'ib'aj" + +#: builders/latex/__init__.py:405 builders/texinfo.py:172 +msgid "resolving references..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/latex/__init__.py:416 builders/texinfo.py:182 +msgid " (in " +msgstr "(chupam" + +#: builders/_epub_base.py:425 builders/html/__init__.py:794 +#: builders/latex/__init__.py:481 builders/texinfo.py:198 +msgid "copying images... " msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:447 builders/latex/__init__.py:496 +#: builders/texinfo.py:215 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/texinfo.py:222 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/texinfo.py:230 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" + +#: builders/_epub_base.py:594 #, python-format -msgid "Please enter one of %s." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:229 +#: builders/_epub_base.py:801 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Ütz apetïk pa rokisanem runuk'ik Sphinx %s." +msgid "writing %s file..." +msgstr "" -#: 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)." +#: builders/xml.py:31 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 +#: builders/html/__init__.py:1269 builders/text.py:76 builders/xml.py:90 #, python-format -msgid "Selected root path: %s" +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: 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." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: 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." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Rub'i' samäj" - -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Kib'i' ajtz'ib'anel(a')" - -#: 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." +#: builders/manpage.py:71 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Rujalwäch samäj" - -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Ruch'ab'äl samaj" - -#: 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." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:367 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/epub3.py:283 builders/html/__init__.py:1319 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:406 builders/gettext.py:264 #, python-format -msgid "Creating file %s." +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/gettext.py:265 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/text.py:29 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:235 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:243 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:266 +msgid "building [mo]: " msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:269 builders/__init__.py:776 builders/__init__.py:800 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:286 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:308 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:320 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:330 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:341 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:348 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:359 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:372 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:388 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:417 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/__init__.py:421 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/__init__.py:423 +msgid "none found" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:430 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:437 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:441 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:480 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:505 #, python-format -msgid "enable %s extension" +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/__init__.py:542 +#, 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:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:551 +#, 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:686 -msgid "create makefile" +#: builders/__init__.py:562 +#, 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:692 -msgid "do not create makefile" +#: builders/__init__.py:569 +#, 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:699 -msgid "create batchfile" +#: builders/__init__.py:587 builders/__init__.py:604 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/__init__.py:730 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/__init__.py:732 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/__init__.py:745 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:748 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/__init__.py:910 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" 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" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Sachoj" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Tatz'u chuqa'" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: transforms/i18n.py:260 transforms/i18n.py:335 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: transforms/i18n.py:305 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: transforms/i18n.py:355 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: transforms/i18n.py:377 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: transforms/__init__.py:257 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: transforms/__init__.py:298 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: transforms/__init__.py:307 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: transforms/__init__.py:318 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "rusachoj rusik'inïk: %s, %s" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "rusachoj rutz'ib'axïk: %s, %s" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:357 +#: util/i18n.py:253 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: 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:383 -msgid "-A option argument must be in the form name=value" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: util/display.py:82 +msgid "skipped" 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" +#: util/display.py:87 +msgid "failed" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: 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 "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: util/nodes.py:423 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: themes/basic/opensearch.xml:4 +#: util/nodes.py:490 #, python-format -msgid "Search %(docstitle)s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: util/nodes.py:706 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: 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" +#: util/docutils.py:309 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: util/docutils.py:345 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: util/docutils.py:789 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Konojel cholwuj" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Ruxaq wuj re'" - -#: themes/basic/genindex-single.html:26 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "Index – %(key)s" +msgid "%s:%s reference target not 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" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Ajilanïk" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: 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 "" - -#: themes/basic/layout.html:124 -msgid "About these documents" +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/theming.py:87 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/theming.py:90 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:118 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/search.html:20 +#: builders/latex/__init__.py:121 msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/latex/__init__.py:159 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/latex/__init__.py:170 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/latex/__init__.py:428 +msgid "copying TeX support files" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/latex/__init__.py:465 +msgid "copying additional files" msgstr "" -#: 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." +#: builders/html/__init__.py:1424 builders/latex/__init__.py:504 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: 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/latex/__init__.py:536 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/latex/__init__.py:544 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", pa" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:115 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:357 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:373 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:375 +msgid "building [html]: " msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:392 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "" +#: builders/html/__init__.py:522 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Konojel cholwuj" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:522 +msgid "index" +msgstr "cholwuj" + +#: builders/html/__init__.py:575 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:604 +msgid "next" +msgstr "jun chïk" + +#: builders/html/__init__.py:613 +msgid "previous" +msgstr "chi rij kan" + +#: builders/html/__init__.py:711 +msgid "generating indices" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" +#: builders/html/__init__.py:726 +msgid "writing additional pages" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:809 #, python-format -msgid "%s (in module %s)" +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" +#: builders/html/__init__.py:821 +msgid "copying downloadable files... " msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:833 #, python-format -msgid "%s (built-in class)" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:879 #, python-format -msgid "%s (class in %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:897 #, python-format -msgid "%s() (%s class method)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/python/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" +#: builders/html/__init__.py:932 +msgid "copying static files" msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:949 #, python-format -msgid "%s (%s property)" +msgid "cannot copy static file %r" msgstr "" -#: domains/python/__init__.py:478 -#, python-format -msgid "%s (type alias in %s)" +#: builders/html/__init__.py:954 +msgid "copying extra files" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: builders/html/__init__.py:964 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: builders/html/__init__.py:970 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: builders/html/__init__.py:1020 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: builders/html/__init__.py:1067 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: builders/html/__init__.py:1231 +#, 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 "" -#: domains/python/__init__.py:746 -msgid "static method" +#: builders/html/__init__.py:1244 +#, 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/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:1252 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:1285 +msgid "dumping object inventory" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:1293 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "dumping search index in %s" msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:1336 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: builders/html/__init__.py:1370 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Jalajöj" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Retal jalöj" - -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/__init__.py:1374 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:1388 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:1393 #, python-format -msgid "%s (C++ %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:1408 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: builders/html/__init__.py:1413 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:1435 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: builders/html/__init__.py:1448 +#, 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/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: builders/html/__init__.py:1461 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:1477 +#, python-format +msgid "%s %s documentation" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(chupam %s)" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/c/__init__.py:211 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "%s (C %s)" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "retal jalöj" - -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "environment variable; %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:119 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "%s; configuration value" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:242 +#: ext/intersphinx/_load.py:102 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: domains/std/__init__.py:319 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s command line option" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_load.py:261 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/intersphinx/_load.py:287 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/intersphinx/_load.py:297 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/intersphinx/_load.py:361 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "wuj" - -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:857 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:1124 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "see %s" -msgstr "tatz'u %s" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" -msgstr "tatz'u chuqa' %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 "" -#: environment/adapters/indexentries.py:141 -#, python-format -msgid "unknown index entry type %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: environment/collectors/asset.py:163 -#, python-format -msgid "download file not readable: %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" 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.:" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: _cli/util/errors.py:240 +#: ext/apidoc/_cli.py:152 msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: _cli/util/errors.py:246 +#: ext/apidoc/_cli.py:160 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: transforms/post_transforms/__init__.py:237 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: transforms/post_transforms/__init__.py:299 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: transforms/post_transforms/__init__.py:305 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:113 -#, python-format -msgid "The HTML pages are in %(outdir)s." +#: 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 "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "Failed to read build info file: %r" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "cholwuj" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "" -#: builders/html/__init__.py:560 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "Logo of %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "jun chïk" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "Tz'etb'äl" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "chi rij kan" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Tz'etb'äl" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "Jalajöj chïk" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "" +#: domains/c/__init__.py:352 domains/cpp/__init__.py:483 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Jalajöj" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "cannot copy static file %r" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "cannot copy extra file %r" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Failed to write build info file: %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autodoc/__init__.py:579 #, 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 "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autodoc/__init__.py:898 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: builders/html/__init__.py:1265 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "dumping search index in %s" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" - -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" - -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "" - -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "" - -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "" - -#: builders/html/__init__.py:1407 -#, python-format -msgid "favicon file %r does not exist" -msgstr "" - -#: 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 "" - -#: builders/html/__init__.py:1433 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" - -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" -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)" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" - -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "" - -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "" - -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" - -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Bases: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:1985 #, python-format -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 "" - -#: 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 "" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Ajilanïk" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "Tz'etb'äl" - -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Tz'etb'äl" - -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "" - -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "Jalajöj chïk" - -#: ext/napoleon/docstring.py:1001 -msgid "Receives" -msgstr "" - -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "" - -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "" - -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3765,451 +3596,641 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" 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." +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:207 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"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 "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: ext/apidoc/_cli.py:91 +#: _cli/util/errors.py:246 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: 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/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" 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/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: ext/apidoc/_cli.py:152 +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/genindex-split.html:17 +msgid "can be huge" +msgstr "" + +#: themes/basic/search.html:20 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/apidoc/_cli.py:160 +#: themes/basic/search.html:28 msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ruxaq wuj re'" + +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: ext/apidoc/_cli.py:240 +#: 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/opensearch.xml:4 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Search %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "" + +#: 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 "" + +#: 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:770 domains/std/__init__.py:783 +#: 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 "" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s is not a directory." +msgid "Index – %(key)s" +msgstr "" + +#: 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/versionchanges.html:17 +#, 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/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "" + +#: themes/basic/static/searchtools.js:125 +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:129 +#, 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:267 +msgid "Searching" +msgstr "" + +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "" + +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", pa" + +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +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 "" +"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 "" + +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" +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" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" +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:163 +#, python-format +msgid "download file not readable: %s" +msgstr "" + +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" + +#: domains/cpp/__init__.py:392 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:359 domains/cpp/__init__.py:496 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:780 domains/cpp/__init__.py:940 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/c/__init__.py:775 domains/cpp/__init__.py:942 +msgid "member" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:943 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/cpp/__init__.py:944 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:781 domains/cpp/__init__.py:945 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:946 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/c/__init__.py:786 domains/cpp/__init__.py:949 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/cpp/__init__.py:952 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Retal jalöj" + +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:220 #, python-format -msgid "Would create file %s." +msgid "%s (class in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:285 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s)" -msgstr "(chupam %s)" +msgid "%s() (%s static method)" +msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:440 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:974 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:1048 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:316 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:318 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:458 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:471 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:483 domains/std/__init__.py:501 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:726 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:727 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:728 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:730 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:731 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:732 +msgid "document" +msgstr "wuj" + +#: domains/std/__init__.py:769 domains/std/__init__.py:782 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:854 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: 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" +#: domains/std/__init__.py:1110 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1121 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1135 #, python-format -msgid "Bases: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1150 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1154 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1450 #, python-format -msgid "alias of TypeVar(%s)" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:277 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:776 +msgid "variable" +msgstr "retal jalöj" + +#: domains/c/__init__.py:778 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:779 +msgid "struct" msgstr "" diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo index b91950c4d80..2ec17c38fab 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 cce6e31673c..2eda3855da6 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-15 22:41+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" @@ -20,141 +20,269 @@ msgstr "" "Language: cs\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Obr. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabulka %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Výpis %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:545 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +290,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,257 +303,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:167 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:171 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:187 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:197 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:204 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:228 registry.py:249 registry.py:262 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:235 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:253 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:266 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:313 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:344 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:353 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:363 #, python-format -msgid "Fig. %s" -msgstr "Obr. %s" +msgid "source_parser for %r is already registered" +msgstr "" -#: config.py:692 +#: registry.py:372 #, python-format -msgid "Table %s" -msgstr "Tabulka %s" +msgid "Source parser for %s not registered" +msgstr "" -#: config.py:693 +#: registry.py:393 #, python-format -msgid "Listing %s" -msgstr "Výpis %s" - -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +msgid "Translator for %r already exists" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:410 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:503 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:862 +#: registry.py:519 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "math renderer %s is already registered" msgstr "" -#: config.py:882 +#: registry.py:536 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: highlighting.py:170 -#, python-format -msgid "Pygments lexer name %r is not known" +#: registry.py:550 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:209 +#: registry.py:552 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Could not import extension %s" msgstr "" -#: theming.py:115 +#: registry.py:559 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:120 +#: registry.py:572 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:135 +#: registry.py:584 #, python-format -msgid "unsupported theme option %r given" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:208 +#: registry.py:623 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:228 +#: roles.py:206 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:268 +#: roles.py:229 #, python-format -msgid "The %r theme has circular inheritance" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:276 +#: roles.py:251 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:282 +#: roles.py:274 #, python-format -msgid "The %r theme has too many ancestors" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:310 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: theming.py:335 theming.py:388 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: theming.py:339 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: theming.py:343 theming.py:391 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 +#: roles.py:294 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:366 +#: roles.py:317 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "invalid PEP number %s" msgstr "" -#: events.py:77 +#: roles.py:355 #, python-format -msgid "Event %r already present" +msgid "invalid RFC number %s" msgstr "" -#: events.py:370 +#: highlighting.py:170 #, python-format -msgid "Unknown event name: %s" +msgid "Pygments lexer name %r is not known" msgstr "" -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -440,1047 +533,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[zdroj]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[dokumentace]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Kód modulu" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Zdrojový kód pro %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Přehled: kód modulu" - -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Všechny moduly s dostupným kódem

" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." 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:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:273 msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +"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/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:297 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"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/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: 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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"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/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:349 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:367 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:328 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/quickstart.py:526 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/graphviz.py:344 +#: cmd/quickstart.py:530 #, python-format msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:572 +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 "" -#: 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]" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "původní záznam" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." 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" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:630 +msgid "author names" 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" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:654 +msgid "source file suffix" 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." +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/other.py:156 +#: cmd/quickstart.py:670 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "enable %s extension" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" 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" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Vestavěné funkce" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Úroveň modulu" - -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:232 +#: cmd/quickstart.py:809 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: 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 "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/build.py:131 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: 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." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/javascript.py:183 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (vestavěná funkce)" -#: builders/xml.py:31 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (metoda %s)" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/javascript.py:186 #, python-format -msgid "error writing file %s: %s" -msgstr "" +msgid "%s() (class)" +msgstr "%s() (třída)" -#: builders/xml.py:101 +#: domains/javascript.py:188 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (globální proměnná nebo konstanta)" -#: builders/texinfo.py:45 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: 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 "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenty" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/cpp/__init__.py:489 domains/javascript.py:281 +msgid "Throws" +msgstr "Vyvolá" -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +#: domains/c/__init__.py:365 domains/cpp/__init__.py:502 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Vrací" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/c/__init__.py:371 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Typ návratové hodnoty" + +#: domains/javascript.py:371 #, python-format -msgid "processing %s" -msgstr "" +msgid "%s (module)" +msgstr "%s (modul)" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:941 +#: domains/javascript.py:416 domains/python/__init__.py:736 +msgid "function" +msgstr "funkce" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (v " +#: domains/javascript.py:417 domains/python/__init__.py:740 +msgid "method" +msgstr "metoda" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" +#: domains/cpp/__init__.py:939 domains/javascript.py:418 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "třída" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "" +#: domains/javascript.py:419 domains/python/__init__.py:737 +msgid "data" +msgstr "data" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atribut" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" +#: domains/javascript.py:421 domains/python/__init__.py:746 +msgid "module" +msgstr "modul" -#: builders/_epub_base.py:223 +#: domains/javascript.py:455 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:433 +#: domains/__init__.py:322 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/_epub_base.py:464 +#: domains/changeset.py:26 #, python-format -msgid "cannot write image file %r: %s" +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "Změněno ve verzi %s" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "Zastaralé od verze %s" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktiva)" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:794 +#: domains/rst.py:224 #, python-format -msgid "writing %s file..." -msgstr "" +msgid "%s (role)" +msgstr "%s (role)" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktiva" -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "role" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/singlehtml.py:35 +#: domains/citation.py:92 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:87 +msgid "new config" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:88 +msgid "config changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:89 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:257 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:259 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:346 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:351 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:357 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:400 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:514 #, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:679 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:837 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:883 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:913 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1551,2100 +1461,2019 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:501 builders/latex/__init__.py:199 +#: transforms/__init__.py:133 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%d.%m.%Y" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:206 domains/std/__init__.py:768 +#: domains/std/__init__.py:781 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 "Rejstřík" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:259 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Poznámky pod čarou" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" +msgstr "" + +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "" + +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:289 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" -msgstr "" +msgid "[image: %s]" +msgstr "[obrázek: %s]" -#: util/i18n.py:146 +#: writers/manpage.py:290 writers/text.py:946 +msgid "[image]" +msgstr "[obrázek]" + +#: writers/latex.py:384 #, python-format -msgid "locale_dir %s does not exist" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:236 +#: builders/latex/__init__.py:224 writers/latex.py:434 #, python-format -msgid "Invalid Babel locale: %r." +msgid "no Babel option known for language %r" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Poznámky pod čarou" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" -msgstr "[obrázek: %s]" +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[obrázek]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor sekce: " -#: 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 "Rejstřík" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor modulu: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor kódu:" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "no Babel option known for language %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:591 +#: ext/todo.py:154 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "" +#: ext/todo.py:166 +msgid "original entry" +msgstr "původní záznam" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[zdroj]" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:1580 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumentace]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kód modulu" + +#: ext/viewcode.py:359 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgid "

Source code for %s

" +msgstr "

Zdrojový kód pro %s

" + +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Přehled: kód modulu" -#: writers/latex.py:1939 +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Všechny moduly s dostupným kódem

" + +#: ext/coverage.py:48 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in %s" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" +#: 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/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: domains/__init__.py:322 +#: ext/imgmath.py:326 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "display latex %r: %s" +msgstr "" -#: domains/math.py:73 +#: ext/imgmath.py:362 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "inline latex %r: %s" msgstr "" -#: domains/javascript.py:182 +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" + +#: ext/imgconverter.py:44 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (vestavěná funkce)" +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 "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (metoda %s)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/javascript.py:185 +#: ext/imgconverter.py:83 #, python-format -msgid "%s() (class)" -msgstr "%s() (třída)" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" -#: domains/javascript.py:187 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globální proměnná nebo konstanta)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: domains/std/__init__.py:830 domains/std/__init__.py:957 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumenty" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Vyvolá" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Vrací" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Typ návratové hodnoty" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:297 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funkce" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "metoda" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "třída" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "data" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atribut" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modul" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "Added in version %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:328 #, python-format -msgid "Changed in version %s" -msgstr "Změněno ve verzi %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "Zastaralé od verze %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" -msgstr "%s (direktiva)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "%s (role)" +msgid "[graph: %s]" +msgstr "[graf: %s]" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktiva" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graf]" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:45 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "role" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:77 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:89 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:325 builders/texinfo.py:113 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Výstraha" +#: builders/latex/__init__.py:347 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:119 +msgid "writing" +msgstr "" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Upozornění" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Nebezpečí" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "Chyba" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Rada" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "Důležité" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "Poznámka" +#: builders/latex/__init__.py:405 builders/texinfo.py:172 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Viz také" +#: builders/latex/__init__.py:416 builders/texinfo.py:182 +msgid " (in " +msgstr " (v " -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Tip" +#: builders/_epub_base.py:425 builders/html/__init__.py:794 +#: builders/latex/__init__.py:481 builders/texinfo.py:198 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Varování" +#: builders/_epub_base.py:447 builders/latex/__init__.py:496 +#: builders/texinfo.py:215 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/texinfo.py:222 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/texinfo.py:230 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/_epub_base.py:801 #, python-format -msgid "Please enter one of %s." +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/xml.py:31 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/html/__init__.py:1269 builders/text.py:76 builders/xml.py:90 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:229 +#: builders/xml.py:101 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: 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)." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 +#: builders/changes.py:61 #, python-format -msgid "Selected root path: %s" +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Vestavěné funkce" + +#: builders/changes.py:77 +msgid "Module level" +msgstr "Úroveň modulu" + +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: 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." +#: builders/manpage.py:71 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:283 builders/html/__init__.py:1319 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: 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." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:406 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:367 +#: builders/gettext.py:265 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/text.py:29 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:235 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:243 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:266 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:269 builders/__init__.py:776 builders/__init__.py:800 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:286 #, python-format -msgid "Creating file %s." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:308 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:320 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:330 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:341 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:526 +#: builders/__init__.py:348 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:359 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:372 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:388 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:417 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:421 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:423 +msgid "none found" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:430 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:437 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:441 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:480 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:505 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:542 +#, 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:630 -msgid "author names" +#: builders/__init__.py:551 +#, 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:637 -msgid "version of project" +#: builders/__init__.py:562 +#, 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:644 -msgid "release of project" +#: builders/__init__.py:569 +#, 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:651 -msgid "document language" +#: builders/__init__.py:587 builders/__init__.py:604 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:730 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:732 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:745 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:748 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:910 #, python-format -msgid "enable %s extension" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Výstraha" + +#: 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í" + +#: transforms/i18n.py:260 transforms/i18n.py:335 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: transforms/i18n.py:305 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/quickstart.py:785 +#: transforms/i18n.py:355 +#, python-brace-format msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:377 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:74 +#: transforms/__init__.py:257 +#, 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" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:298 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:307 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: transforms/__init__.py:318 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:157 +#: util/i18n.py:253 +#, python-format msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: 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:175 -msgid "use no configuration file, only use settings from -D options" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: 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 "" -#: cmd/build.py:212 -msgid "console output options" +#: util/nodes.py:423 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/nodes.py:490 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/nodes.py:706 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/docutils.py:309 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/docutils.py:345 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:789 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "%r reference target not found: %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: 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 "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Sbalit boční lištu" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboly" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" 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í" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "OK" +#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Vydání" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Ukázat zdroj" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Obsah" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/latex/transforms.py:487 #, python-format -msgid "Search %(docstitle)s" -msgstr "Prohledat %(docstitle)s" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Přehled" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Vítejte! Toto je" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentace pro" +#: builders/latex/__init__.py:118 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "naposledy aktualizováno" +#: 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 "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Rejstříky a tabulky:" +#: builders/latex/__init__.py:159 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Celkový obsah" +#: builders/latex/__init__.py:170 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "seznam všech sekcí a podsekcí" +#: builders/latex/__init__.py:428 +msgid "copying TeX support files" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Vyhledávací stránka" +#: builders/latex/__init__.py:465 +msgid "copying additional files" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "prohledat tuto dokumentaci" +#: builders/html/__init__.py:1424 builders/latex/__init__.py:504 +#, python-format +msgid "logo file %r does not exist" +msgstr "" -#: 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:507 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/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Tato stránka" - -#: themes/basic/genindex-single.html:26 +#: builders/latex/__init__.py:536 #, python-format -msgid "Index – %(key)s" +msgid "Unknown configure key: latex_elements[%r], 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 "Celý rejstřík na jedné stránce" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Rychlé vyhledávání" - -#: 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/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/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigace" - -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Prohledat %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "O těchto dokumentech" - -#: 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 +#: builders/latex/__init__.py:544 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Aktualizováno dne %(last_updated)s." - -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: 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." +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "hledat" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skrýt výsledky vyhledávání" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Výsledky vyhledávání" - -#: 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 "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: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] "" -msgstr[2] "" -msgstr[3] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Probíhá vyhledání" - -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Vyhledávání se připravuje..." - -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", v " - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:115 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:357 #, 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" - -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:373 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (v modulu %s)" - -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (v modulu %s)" - -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (vestavěná proměnná)" - -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (vestavěná třída)" - -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (třída v %s)" - -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (třídní metoda %s)" - -#: domains/python/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statická metoda %s)" - -#: domains/python/__init__.py:438 -#, python-format -msgid "%s (%s property)" +#: builders/html/__init__.py:375 +msgid "building [html]: " msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:392 #, python-format -msgid "%s (type alias in %s)" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Rejstřík modulů Pythonu" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "moduly" +#: builders/html/__init__.py:522 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Obecný rejstřík" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Zastaralé" +#: builders/html/__init__.py:522 +msgid "index" +msgstr "rejstřík" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "výjimka" +#: builders/html/__init__.py:575 +#, python-format +msgid "Logo of %s" +msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "třídní metoda" +#: builders/html/__init__.py:604 +msgid "next" +msgstr "další" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "statická metoda" +#: builders/html/__init__.py:613 +msgid "previous" +msgstr "předchozí" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:711 +msgid "generating indices" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:726 +msgid "writing additional pages" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:809 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/python/__init__.py:978 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: builders/html/__init__.py:821 +msgid "copying downloadable files... " msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (zastaralé)" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametry" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Proměnné" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Vyvolá" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:833 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:879 #, python-format -msgid "%s (C++ %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:897 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: builders/html/__init__.py:932 +msgid "copying static files" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:949 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "člen" - -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "typ" - -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:954 +msgid "copying extra files" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:964 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:970 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:1020 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:1067 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s (C %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 "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:1244 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"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/c/__init__.py:750 -msgid "variable" -msgstr "proměnná" - -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "makro" +#: builders/html/__init__.py:1252 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:1285 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:1293 #, python-format -msgid "environment variable; %s" -msgstr "proměnná prostředí; %s" +msgid "dumping search index in %s" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:1336 #, python-format -msgid "%s; configuration value" +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1370 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1374 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1388 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1393 #, python-format -msgid "%s command line option" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: builders/html/__init__.py:1408 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1413 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1435 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1448 +#, 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/std/__init__.py:729 -msgid "glossary term" -msgstr "termín v glosáři" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "token gramatiky" - -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "referenční návěstí" - -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "proměnná prostředí" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "volba programu" - -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1461 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Rejstřík modulů" - -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1477 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" +msgid "%s %s documentation" +msgstr "Dokumentace pro %s %s" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(v %s v%s)" -#: domains/std/__init__.py:1124 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "(in %s)" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "the link has no caption: %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "invalid numfig_format: %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "undefined label: %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_load.py:60 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "see %s" -msgstr "viz %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "see also %s" -msgstr "viz také %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboly" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "image file not readable: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:261 #, python-format -msgid "download file not readable: %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/intersphinx/_load.py:287 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:297 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:361 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %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.:" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" 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." +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: 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 "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:50 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "rejstřík" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "další" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "předchozí" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1216 -#, 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/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "logo file %r does not exist" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "favicon file %r does not exist" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:197 #, 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:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" -msgstr "Dokumentace pro %s %s" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: 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 "" +#: domains/c/__init__.py:352 domains/cpp/__init__.py:483 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametry" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Vydání" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "error while formatting arguments for %s: %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" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:895 -msgid "Example" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3756,463 +3585,655 @@ msgstr "" msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/autosummary/generate.py:890 -#, python-format -msgid "document imported members (default: %(default)s)" -msgstr "" +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Sbalit boční lištu" + +#: 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/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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "OK" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Ukázat zdroj" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Obsah" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Rychlé vyhledávání" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Rejstřík podle písmene" + +#: 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/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." +msgstr "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "hledat" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigace" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Prohledat %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "O těchto dokumentech" + +#: 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 "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Aktualizováno dne %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Tato stránka" + +#: 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/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Prohledat %(docstitle)s" + +#: 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" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "naposledy aktualizováno" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Rejstříky a tabulky:" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Celkový obsah" -#: 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:17 +msgid "lists all sections and subsections" +msgstr "seznam všech sekcí a podsekcí" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: domains/std/__init__.py:770 domains/std/__init__.py:783 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Vyhledávací stránka" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "prohledat tuto dokumentaci" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Celkový rejstřík modulů" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "rychlý přístup ke všem modulům" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "všechny funkce, třídy, termíny" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: 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" -msgstr "" +#: 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" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Změny v knihovnách" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Změny API" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ostatní změny" -#: 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/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Výsledky vyhledávání" -#: ext/apidoc/_cli.py:152 +#: themes/basic/static/searchtools.js:125 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 "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:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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)" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Probíhá vyhledání" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Vyhledávání se připravuje..." -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", v " -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Skrýt výsledky vyhledávání" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Rozbalit boční lištu" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: 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:226 -msgid "extension options" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, 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:240 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +msgid "see %s" +msgstr "viz %s" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "see also %s" +msgstr "viz také %s" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/collectors/asset.py:163 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:133 +#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:147 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/c/__init__.py:359 domains/cpp/__init__.py:496 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/c/__init__.py:780 domains/cpp/__init__.py:940 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/c/__init__.py:775 domains/cpp/__init__.py:942 +msgid "member" +msgstr "člen" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:943 +msgid "type" +msgstr "typ" + +#: domains/cpp/__init__.py:944 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +#: domains/c/__init__.py:781 domains/cpp/__init__.py:945 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:946 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/c/__init__.py:786 domains/cpp/__init__.py:949 +msgid "function parameter" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: domains/cpp/__init__.py:952 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(v %s v%s)" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Proměnné" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Vyvolá" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (v modulu %s)" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (v modulu %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:184 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (vestavěná proměnná)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:219 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (vestavěná třída)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (třída v %s)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (třídní metoda %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (statická metoda %s)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:480 #, 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 "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.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 "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Rejstřík modulů Pythonu" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moduly" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Zastaralé" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "výjimka" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "třídní metoda" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statická metoda" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:974 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (zastaralé)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "proměnná prostředí; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:316 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:318 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:458 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:471 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:483 domains/std/__init__.py:501 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:726 +msgid "glossary term" +msgstr "termín v glosáři" + +#: domains/std/__init__.py:727 +msgid "grammar token" +msgstr "token gramatiky" + +#: domains/std/__init__.py:728 +msgid "reference label" +msgstr "referenční návěstí" + +#: domains/std/__init__.py:730 +msgid "environment variable" +msgstr "proměnná prostředí" + +#: domains/std/__init__.py:731 +msgid "program option" +msgstr "volba programu" + +#: domains/std/__init__.py:732 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:769 domains/std/__init__.py:782 +msgid "Module Index" +msgstr "Rejstřík modulů" + +#: domains/std/__init__.py:854 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1110 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1121 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1135 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1150 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1154 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1450 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:277 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:776 +msgid "variable" +msgstr "proměnná" + +#: domains/c/__init__.py:778 +msgid "macro" +msgstr "makro" + +#: domains/c/__init__.py:779 +msgid "struct" msgstr "" diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.mo b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo index 31232b73332..3e80e8b295f 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 b613158d446..67fec4b7615 100644 --- a/sphinx/locale/cy/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cy/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-15 22:41+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" @@ -20,141 +20,269 @@ msgstr "" "Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Ffig. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabl %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Listing %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:545 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +290,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,257 +303,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:167 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:171 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:187 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:197 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:204 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:228 registry.py:249 registry.py:262 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:235 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:253 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:266 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:313 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:344 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:353 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:363 #, python-format -msgid "Fig. %s" -msgstr "Ffig. %s" +msgid "source_parser for %r is already registered" +msgstr "" -#: config.py:692 +#: registry.py:372 #, python-format -msgid "Table %s" -msgstr "Tabl %s" +msgid "Source parser for %s not registered" +msgstr "" -#: config.py:693 +#: registry.py:393 #, python-format -msgid "Listing %s" -msgstr "Listing %s" - -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +msgid "Translator for %r already exists" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:410 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:503 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:862 +#: registry.py:519 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "math renderer %s is already registered" msgstr "" -#: config.py:882 +#: registry.py:536 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: highlighting.py:170 -#, python-format -msgid "Pygments lexer name %r is not known" +#: registry.py:550 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:209 +#: registry.py:552 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Could not import extension %s" msgstr "" -#: theming.py:115 +#: registry.py:559 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:120 +#: registry.py:572 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:135 +#: registry.py:584 #, python-format -msgid "unsupported theme option %r given" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:208 +#: registry.py:623 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:228 +#: roles.py:206 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:268 +#: roles.py:229 #, python-format -msgid "The %r theme has circular inheritance" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:276 +#: roles.py:251 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:282 +#: roles.py:274 #, python-format -msgid "The %r theme has too many ancestors" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:310 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: theming.py:335 theming.py:388 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: theming.py:339 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: theming.py:343 theming.py:391 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 +#: roles.py:294 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:366 +#: roles.py:317 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "invalid PEP number %s" msgstr "" -#: events.py:77 +#: roles.py:355 #, python-format -msgid "Event %r already present" +msgid "invalid RFC number %s" msgstr "" -#: events.py:370 +#: highlighting.py:170 #, python-format -msgid "Unknown event name: %s" +msgid "Pygments lexer name %r is not known" msgstr "" -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -440,1047 +533,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[ffynhonnell]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[docs]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Cod y modiwl" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Cod ffynhonnell ar gyfer %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Trosolwg: cod y modiwl" - -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Holl fodiwlau lle mae'r cod ar gael

" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." 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:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:273 msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +"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/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:297 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"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/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: 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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"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/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:349 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:367 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:328 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/quickstart.py:526 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/graphviz.py:344 +#: cmd/quickstart.py:530 #, python-format msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:572 +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 "" -#: 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/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "eitem wreiddiol" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." 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" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:630 +msgid "author names" 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" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:654 +msgid "source file suffix" 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." +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/other.py:156 +#: cmd/quickstart.py:670 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "enable %s extension" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" 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" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/changes.py:72 -msgid "Module level" -msgstr "Lefel modiwl" - -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:224 +#: cmd/quickstart.py:809 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: 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 "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: 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." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:84 +#: cmd/build.py:357 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (newidyn byd-eang neu cysonyn)" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: domains/cpp/__init__.py:489 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: domains/c/__init__.py:365 domains/cpp/__init__.py:502 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: domains/c/__init__.py:371 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/javascript.py:371 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "%s (module)" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:941 +#: domains/javascript.py:416 domains/python/__init__.py:736 +msgid "function" +msgstr "ffwythiant" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" +#: domains/javascript.py:417 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: domains/cpp/__init__.py:939 domains/javascript.py:418 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." +#: domains/javascript.py:419 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: 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)." +#: domains/javascript.py:420 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/javascript.py:421 domains/python/__init__.py:746 +msgid "module" +msgstr "modiwl" -#: builders/texinfo.py:89 +#: domains/javascript.py:455 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/__init__.py:322 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (yn " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/changeset.py:26 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/changeset.py:27 #, python-format -msgid "error writing file Makefile: %s" -msgstr "" +msgid "Changed in version %s" +msgstr "Wedi newid yn fersiwn %s" -#: builders/_epub_base.py:223 +#: domains/changeset.py:28 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Dibrisiwyd ers fersiwn %s" -#: builders/_epub_base.py:433 +#: domains/changeset.py:29 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:464 +#: domains/math.py:73 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: builders/_epub_base.py:591 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/gettext.py:244 +#: domains/rst.py:262 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:75 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/singlehtml.py:35 +#: domains/citation.py:92 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:87 +msgid "new config" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:88 +msgid "config changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:89 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:257 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:259 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:346 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:351 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:357 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:400 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:514 #, python-format -msgid "%b %d, %Y" -msgstr "" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:679 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:837 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:883 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:913 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1551,2668 +1461,2779 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:501 builders/latex/__init__.py:199 +#: transforms/__init__.py:133 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:206 domains/std/__init__.py:768 +#: domains/std/__init__.py:781 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 "Indecs" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:259 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Troednodiadau" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: 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 "" -#: util/i18n.py:236 +#: writers/manpage.py:289 writers/text.py:945 #, python-format -msgid "Invalid Babel locale: %r." +msgid "[image: %s]" +msgstr "[delwedd: %s]" + +#: writers/manpage.py:290 writers/text.py:946 +msgid "[image]" +msgstr "[delwedd]" + +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:224 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Troednodiadau" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" -msgstr "[delwedd: %s]" +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[delwedd]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Awdur yr adran:" -#: 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 "Indecs" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Awdur y fodiwl:" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: 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 "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:154 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:166 +msgid "original entry" +msgstr "eitem wreiddiol" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[ffynhonnell]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:591 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Cod y modiwl" + +#: ext/viewcode.py:359 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "

Source code for %s

" +msgstr "

Cod ffynhonnell ar gyfer %s

" + +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Trosolwg: cod y modiwl" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Holl fodiwlau lle mae'r cod ar gael

" + +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 +#: 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 "dimension unit %s is invalid. Ignored." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/latex.py:1939 +#: ext/coverage.py:260 #, python-format -msgid "unknown index entry type %s found" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:452 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:492 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/imgmath.py:148 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" - -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "" - -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:830 domains/std/__init__.py:957 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (newidyn byd-eang neu cysonyn)" +msgid "'%s' is not a valid option." +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "ffwythiant" - -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modiwl" - -#: domains/javascript.py:454 +#: ext/graphviz.py:287 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:328 #, python-format -msgid "Added in version %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Changed in version %s" -msgstr "Wedi newid yn fersiwn %s" - -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "Dibrisiwyd ers fersiwn %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "" +msgid "[graph: %s]" +msgstr "[graff: %s]" -#: domains/rst.py:234 -msgid "directive" -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graff]" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:45 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:77 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:89 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:325 builders/texinfo.py:113 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Sylw" +#: builders/latex/__init__.py:347 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:119 +msgid "writing" +msgstr "" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Gofal" +#: builders/latex/__init__.py:405 builders/texinfo.py:172 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Perygl" +#: builders/latex/__init__.py:416 builders/texinfo.py:182 +msgid " (in " +msgstr " (yn " -#: locale/__init__.py:231 -msgid "Error" -msgstr "Gwall" +#: builders/_epub_base.py:425 builders/html/__init__.py:794 +#: builders/latex/__init__.py:481 builders/texinfo.py:198 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Awgrym" +#: builders/_epub_base.py:447 builders/latex/__init__.py:496 +#: builders/texinfo.py:215 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Pwysig" +#: builders/texinfo.py:222 +msgid "copying Texinfo support files" +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Nodyn" +#: builders/texinfo.py:230 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Gweler hefyd" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Awgrym" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Rhybudd" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/xml.py:31 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/html/__init__.py:1269 builders/text.py:76 builders/xml.py:90 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:61 #, python-format -msgid "Please enter one of %s." +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:229 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Lefel modiwl" -#: 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)." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:241 +#: builders/changes.py:138 #, python-format -msgid "Selected root path: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/manpage.py:71 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: 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." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:283 builders/html/__init__.py:1319 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:406 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: 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." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:367 +#: builders/text.py:29 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:235 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:243 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:266 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:269 builders/__init__.py:776 builders/__init__.py:800 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:286 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:308 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:320 #, python-format -msgid "Creating file %s." +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." +#: builders/__init__.py:330 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:341 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:348 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:359 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:372 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:388 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:417 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:421 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:423 +msgid "none found" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:430 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:437 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:441 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:480 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:505 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:542 +#, 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:627 -msgid "project name" +#: builders/__init__.py:551 +#, 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:630 -msgid "author names" +#: builders/__init__.py:562 +#, 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:637 -msgid "version of project" +#: builders/__init__.py:569 +#, 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:644 -msgid "release of project" +#: builders/__init__.py:587 builders/__init__.py:604 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/__init__.py:730 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:732 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:745 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:748 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:910 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: cmd/quickstart.py:670 +#: builders/singlehtml.py:35 #, python-format -msgid "enable %s extension" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Sylw" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Gofal" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perygl" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Gwall" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Awgrym" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Pwysig" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nodyn" -#: cmd/build.py:74 +#: 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" + +#: transforms/i18n.py:260 transforms/i18n.py:335 +#, python-brace-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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/i18n.py:305 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/i18n.py:355 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:109 +#: transforms/i18n.py:377 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:131 +#: transforms/__init__.py:257 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: transforms/__init__.py:298 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: transforms/__init__.py:307 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: transforms/__init__.py:318 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: 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/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: 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 "" -#: cmd/build.py:212 -msgid "console output options" +#: 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:219 -msgid "increase verbosity (can be repeated)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: 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 "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/nodes.py:423 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/nodes.py:490 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/nodes.py:706 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/docutils.py:309 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/docutils.py:345 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/docutils.py:789 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Cyfangu'r bar ochr" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." 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" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ewch" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Dangos Ffynhonell" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Cynnwys" - -#: themes/basic/opensearch.xml:4 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "Search %(docstitle)s" -msgstr "Chwilio %(docstitle)s" - -#: 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" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indecsau a tablau:" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Tabl Cynnwys Llawn" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "rhestru holl adrannau ac isadrannau" +#: 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" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Tudalen Chwilio" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "chwiliwch y ddogfennaeth" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Indecs Modiwl Byd-Eang" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symbolau" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "mynediad cloi i bob modiwl" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indecs cyffredinol" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "holl ffwythiannau, dosbarthau a thermau" +#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Rhyddhad" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Y Dudalen Hon" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/transforms.py:121 #, python-format -msgid "Index – %(key)s" +msgid "Failed to get a docname for source %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/searchbox.html:4 -msgid "Quick search" -msgstr "Chwilio cyflym" - -#: 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" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Pwnc blaenorol" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "pennod blaenorol" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Pwnc nesaf" +#: builders/latex/__init__.py:118 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "pennod nesaf" +#: 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 "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Llywio" +#: builders/latex/__init__.py:159 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/latex/__init__.py:170 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Chwilio o fewn %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Ynglŷn â'r dogfennau hyn" +#: builders/latex/__init__.py:428 +msgid "copying TeX support files" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Hawlfraint" +#: builders/latex/__init__.py:465 +msgid "copying additional files" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:1424 builders/latex/__init__.py:504 #, 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:536 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Diweddarwyd yn ddiwethaf ar %(last_updated)s." +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:544 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/search.html:20 -msgid "" -"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." +#: 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 "chwilio" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Cuddio Canlyniadau Chwilio" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Canlyniadau chwilio" - -#: 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 "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." +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: 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] "" -msgstr[2] "" -msgstr[3] "" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Yn chwilio" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Paratoi chwilio..." +#: builders/html/__init__.py:357 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", yn " +#: builders/html/__init__.py:373 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: builders/html/__init__.py:375 +msgid "building [html]: " msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:392 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" 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" +#: builders/html/__init__.py:522 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indecs cyffredinol" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Newidiadau i'r llyfrgell" +#: builders/html/__init__.py:522 +msgid "index" +msgstr "indecs" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Newidiadau i'r C-API" +#: builders/html/__init__.py:575 +#, python-format +msgid "Logo of %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Newidiadau arall" +#: builders/html/__init__.py:604 +msgid "next" +msgstr "nesaf" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Ehangu'r bar ochr" +#: builders/html/__init__.py:613 +msgid "previous" +msgstr "blaenorol" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:711 +msgid "generating indices" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:726 +msgid "writing additional pages" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:809 #, python-format -msgid "%s() (in module %s)" +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" +#: builders/html/__init__.py:821 +msgid "copying downloadable files... " msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:833 #, python-format -msgid "%s (built-in variable)" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:879 #, python-format -msgid "%s (built-in class)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:897 #, python-format -msgid "%s (class in %s)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" +#: builders/html/__init__.py:932 +msgid "copying static files" msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:949 #, python-format -msgid "%s() (%s static method)" +msgid "cannot copy static file %r" msgstr "" -#: domains/python/__init__.py:438 -#, python-format -msgid "%s (%s property)" +#: builders/html/__init__.py:954 +msgid "copying extra files" msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:964 #, python-format -msgid "%s (type alias in %s)" +msgid "cannot copy extra file %r" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: builders/html/__init__.py:970 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: builders/html/__init__.py:1020 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: builders/html/__init__.py:1067 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: builders/html/__init__.py:1231 +#, 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 "" -#: domains/python/__init__.py:745 -msgid "class method" +#: builders/html/__init__.py:1244 +#, 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/python/__init__.py:746 -msgid "static method" +#: builders/html/__init__.py:1252 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:1285 +msgid "dumping object inventory" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:1293 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:1336 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/__init__.py:978 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: builders/html/__init__.py:1370 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: builders/html/__init__.py:1374 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Paramedrau" +#: builders/html/__init__.py:1388 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/__init__.py:1393 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/__init__.py:1408 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:1413 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s (C++ %s)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:1448 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %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 "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: builders/html/__init__.py:1461 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "" +#: builders/html/__init__.py:1477 +#, python-format +msgid "%s %s documentation" +msgstr "Dogfennaeth %s %s " -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "aelod" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(yn %s v%s)" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/c/__init__.py:211 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "%s (C %s)" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/intersphinx/_load.py:60 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "environment variable; %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: domains/std/__init__.py:119 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s; configuration value" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:242 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:319 +#: ext/intersphinx/_load.py:261 #, python-format -msgid "%s command line option" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/intersphinx/_load.py:287 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:297 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:361 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Indecs Modiwlau" - -#: domains/std/__init__.py:857 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/std/__init__.py:1124 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: environment/adapters/toctree.py:349 -#, python-format +#: ext/apidoc/_cli.py:28 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"\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 "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" -msgstr "gweler %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" -msgstr "gweler hefyd %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" -#: environment/adapters/indexentries.py:141 -#, python-format -msgid "unknown index entry type %r" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symbolau" +#: 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" +#: 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" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: environment/collectors/asset.py:163 -#, python-format -msgid "download file not readable: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: _cli/util/errors.py:207 +#: ext/apidoc/_cli.py:160 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.:" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: 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: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 "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" 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." +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: transforms/post_transforms/__init__.py:237 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "%r reference target not found: %s" +msgid "%s is not a directory." msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "Unknown image format: %s..." +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:113 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:348 -#, python-format -msgid "Failed to read build info file: %r" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:383 -#, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "indecs" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "nesaf" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "blaenorol" +#: domains/c/__init__.py:352 domains/cpp/__init__.py:483 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Paramedrau" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: builders/html/__init__.py:917 -msgid "copying static files" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: builders/html/__init__.py:939 -msgid "copying extra files" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "cannot copy extra file %r" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Failed to write build info file: %r" -msgstr "" - -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autodoc/__init__.py:898 #, 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." +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +"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 "" -#: builders/html/__init__.py:1265 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "dumping search index in %s" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "logo file %r does not exist" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "favicon file %r does not exist" +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, 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:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "%s %s documentation" -msgstr "Dogfennaeth %s %s " - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/__init__.py:284 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/__init__.py:288 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/latex/__init__.py:170 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Rhyddhad" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "" - -#: builders/latex/__init__.py:465 -msgid "copying additional files" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "failed to parse name %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "failed to import object %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autosummary/__init__.py:730 +#, python-format +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/latex/theming.py:88 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autosummary/generate.py:588 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "[autosummary] generating autosummary for: %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" +#: ext/autosummary/generate.py:592 +#, python-format +msgid "[autosummary] writing to %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autosummary/generate.py:637 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autosummary/generate.py:836 +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 "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autosummary/generate.py:874 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autosummary/generate.py:882 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autosummary/generate.py:890 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autosummary/generate.py:899 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:895 -msgid "Example" +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: _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 "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format +#: _cli/util/errors.py:246 msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Cyfangu'r bar ochr" + +#: 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/autosummary/__init__.py:384 -#, python-format +#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ewch" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Dangos Ffynhonell" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Cynnwys" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Chwilio cyflym" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indecs tudalennau gan lythyren" + +#: 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/genindex-split.html:17 +msgid "can be huge" +msgstr "gall fod yn enfawr" + +#: themes/basic/search.html:20 msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +"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/autosummary/__init__.py:404 +#: themes/basic/search.html:35 +msgid "search" +msgstr "chwilio" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Llywio" + +#: themes/basic/layout.html:115 #, python-format -msgid "failed to parse name %s" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Chwilio o fewn %(docstitle)s" -#: ext/autosummary/__init__.py:412 +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Ynglŷn â'r dogfennau hyn" + +#: 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 import object %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autosummary/__init__.py:730 +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Diweddarwyd yn ddiwethaf ar %(last_updated)s." + +#: themes/basic/layout.html:204 #, python-format msgid "" -"Summarised items should not include the current module. Replace %r with %r." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/autosummary/__init__.py:927 +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Y Dudalen Hon" + +#: 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/opensearch.xml:4 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "Chwilio %(docstitle)s" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" +#: 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" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indecsau a tablau:" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Tabl Cynnwys Llawn" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "rhestru holl adrannau ac isadrannau" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" +#: domains/std/__init__.py:770 domains/std/__init__.py:783 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Tudalen Chwilio" -#: ext/autosummary/generate.py:836 -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 "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "chwiliwch y ddogfennaeth" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Indecs Modiwl Byd-Eang" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "mynediad cloi i bob modiwl" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "holl ffwythiannau, dosbarthau a thermau" -#: ext/autosummary/generate.py:882 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Rhestr o newidiadau yn fersiwn %(version)s wedi'i cynhyrchu'n awtomatig" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Newidiadau i'r llyfrgell" -#: 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:23 +msgid "C API changes" +msgstr "Newidiadau i'r C-API" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Newidiadau arall" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Canlyniadau chwilio" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Yn chwilio" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Paratoi chwilio..." -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", yn " -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Cuddio Canlyniadau Chwilio" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Ehangu'r bar ochr" -#: 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 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "gweler %s" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "gweler hefyd %s" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: environment/collectors/asset.py:163 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:946 +#, python-format +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:359 domains/cpp/__init__.py:496 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:780 domains/cpp/__init__.py:940 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/c/__init__.py:775 domains/cpp/__init__.py:942 +msgid "member" +msgstr "aelod" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:943 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/cpp/__init__.py:944 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:781 domains/cpp/__init__.py:945 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:946 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/c/__init__.py:786 domains/cpp/__init__.py:949 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/cpp/__init__.py:952 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:220 #, python-format -msgid "Would create file %s." +msgid "%s (class in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:285 #, python-format -msgid "(in %s v%s)" -msgstr "(yn %s v%s)" +msgid "%s() (%s class method)" +msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:440 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:974 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:1048 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:316 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:318 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:458 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:471 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:483 domains/std/__init__.py:501 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:726 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:727 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:728 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:730 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:731 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:732 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:769 domains/std/__init__.py:782 +msgid "Module Index" +msgstr "Indecs Modiwlau" + +#: domains/std/__init__.py:854 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: 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" +#: domains/std/__init__.py:1110 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1121 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1135 #, python-format -msgid "Bases: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1150 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1154 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1450 #, python-format -msgid "alias of TypeVar(%s)" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:277 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:776 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:779 +msgid "struct" msgstr "" diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.mo b/sphinx/locale/da/LC_MESSAGES/sphinx.mo index 54521ffb375..6c500a0f39d 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 da61a5e20f6..0c0c019d91a 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-15 22:41+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" @@ -22,141 +22,269 @@ msgstr "" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "konfigurationsmappe indeholder ikke en conf.py-fil (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Konfigurationsværdien %r er allerede til stede" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "figur %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "tabel %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Kildekode %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r blev ikke fundet, ignorerer." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kan ikke finde kildemappen (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Kildemappe og destinationsmappe kan ikke være identiske" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Kører Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Dette projekt kræver mindst Sphinx v%s og kan derfor ikke bygges med denne version." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:545 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "indlæser oversættelser [%s] ..." -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "færdig" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "ikke tilgængelig for indbyggede beskeder" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "fejlede: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -164,12 +292,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -177,3474 +305,3177 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "konfigurationsmappe indeholder ikke en conf.py-fil (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" +msgstr "Ukendt hændelsesnavn: %s" + +#: events.py:424 +#, python-format +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:411 +#: registry.py:167 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:419 +#: registry.py:171 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:442 +#: registry.py:187 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:496 +#: registry.py:197 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered" msgstr "" -#: config.py:524 +#: registry.py:204 #, python-format -msgid "Config value %r already present" -msgstr "Konfigurationsværdien %r er allerede til stede" +msgid "domain %s already registered" +msgstr "domænet %s er allerede registreret" -#: config.py:561 +#: registry.py:228 registry.py:249 registry.py:262 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s not yet registered" msgstr "" -#: config.py:603 +#: registry.py:235 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +#: registry.py:253 +#, python-format +msgid "The %r role is already registered to domain %s" +msgstr "Rollen %r er allerede registreret til domæne %s" -#: config.py:615 +#: registry.py:266 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:313 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r object_type is already registered" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:344 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r crossref_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:353 #, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:690 +#: registry.py:363 #, python-format -msgid "Section %s" +msgid "source_parser for %r is already registered" +msgstr "source_parser for %r er allerede registreret" + +#: registry.py:372 +#, python-format +msgid "Source parser for %s not registered" msgstr "" -#: config.py:691 +#: registry.py:393 #, python-format -msgid "Fig. %s" -msgstr "figur %s" +msgid "Translator for %r already exists" +msgstr "" -#: config.py:692 +#: registry.py:410 #, python-format -msgid "Table %s" -msgstr "tabel %s" +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "" -#: config.py:693 +#: registry.py:503 #, python-format -msgid "Listing %s" -msgstr "Kildekode %s" +msgid "enumerable_node %r already registered" +msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:519 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:833 -#, python-brace-format +#: registry.py:536 +#, python-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:550 +msgid "Original exception:\n" msgstr "" -#: config.py:862 +#: registry.py:552 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r blev ikke fundet, ignorerer." +msgid "Could not import extension %s" +msgstr "Kunne ikke importere udvidelse %s" -#: config.py:882 +#: registry.py:559 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: highlighting.py:170 +#: registry.py:572 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" +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." -#: highlighting.py:209 +#: registry.py:584 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:115 +#: registry.py:623 #, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:120 +#: roles.py:206 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:135 +#: roles.py:229 #, python-format -msgid "unsupported theme option %r given" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:208 +#: roles.py:251 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:228 +#: roles.py:274 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:268 +#: roles.py:294 #, python-format -msgid "The %r theme has circular inheritance" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:276 +#: roles.py:317 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:282 +#: roles.py:355 #, python-format -msgid "The %r theme has too many ancestors" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:310 +#: highlighting.py:170 #, python-format -msgid "no theme configuration file found in %r" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:335 theming.py:388 +#: highlighting.py:209 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:339 +#: project.py:72 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: theming.py:343 theming.py:391 +#: project.py:87 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "Ignored unreadable document %r." msgstr "" -#: theming.py:347 +#: theming.py:117 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: theming.py:366 +#: theming.py:122 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: events.py:77 +#: theming.py:137 #, python-format -msgid "Event %r already present" +msgid "unsupported theme option %r given" msgstr "" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Ukendt hændelsesnavn: %s" - -#: events.py:416 +#: theming.py:218 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: project.py:72 +#: theming.py:238 #, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: project.py:87 +#: theming.py:278 #, python-format -msgid "Ignored unreadable document %r." +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:167 +#: theming.py:286 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:171 +#: theming.py:292 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:187 +#: theming.py:320 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:197 +#: theming.py:345 theming.py:398 #, python-format -msgid "Builder name %s not registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "domænet %s er allerede registreret" - -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:349 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:235 +#: theming.py:353 theming.py:401 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:253 +#: theming.py:357 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "Rollen %r er allerede registreret til domæne %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: registry.py:266 +#: theming.py:376 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:344 -#, python-format -msgid "The %r crossref_type is already registered" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:363 -#, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser for %r er allerede registreret" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "Kunne ikke importere udvidelse %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Indtast venligst noget tekst." -#: registry.py:552 +#: cmd/quickstart.py:133 #, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +msgid "Please enter one of %s." msgstr "" -#: registry.py:565 -#, 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." +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Indtast venligst enten »y« eller »n«." -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" -msgstr "" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Indtast venligt et filsuffiks, f.eks. ».rst« eller ».txt«" -#: registry.py:612 +#: cmd/quickstart.py:229 #, python-format -msgid "`None` is not a valid filetype for %r." +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %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 "" -#: roles.py:229 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid CVE number %s" +msgid "Selected root path: %s" msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" - -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[kilde]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[dok]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Modulkode" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Kildekode for %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Oversigt: modulkode" - -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Alle moduler, der er kode tilgængelig for

" - -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:273 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/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/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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:297 msgid "" -"====================== slowest reading durations =======================" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:315 +msgid "Project version" 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:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: 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 "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %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 "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:48 +#: cmd/quickstart.py:367 #, python-format -msgid "invalid regex %r in %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:377 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:396 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:406 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:452 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:473 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "File %s already exists, skipping." +msgstr "Filen %s findes allerede, udelader." + +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/coverage.py:492 +#: cmd/quickstart.py:519 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:526 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" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:530 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[graf: %s]" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graf]" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "" -#: ext/todo.py:154 -#, python-format -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" - -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "" - -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:654 +msgid "source file suffix" 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" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:670 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "enable %s extension" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:686 +msgid "create makefile" 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 "" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "opret ikke makefile" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Afsnitsforfatter: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Modulforfatter: " +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "skabelonmappe for skabelonfiler" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Kodeforfatter: " +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Forfatter: " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:29 +#: cmd/quickstart.py:809 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "Invalid template variable: %s" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: 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 "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Indbyggede" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "" -#: builders/changes.py:72 -msgid "Module level" -msgstr "Modulniveau" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:494 +#: cmd/build.py:357 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "cannot open warning file '%s': %s" msgstr "" -#: 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." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:551 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" +msgstr "%s() (indbygget funktion)" -#: builders/__init__.py:558 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, 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 "%s() (%s method)" +msgstr "%s() (metode i %s)" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "læser kilder ..." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasse)" -#: builders/__init__.py:713 +#: domains/javascript.py:188 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (global variabel eller konstant)" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (attribut i %s)" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "forbereder dokumenter" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Parametre" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: domains/cpp/__init__.py:489 domains/javascript.py:281 +msgid "Throws" +msgstr "Kaster" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +#: domains/c/__init__.py:365 domains/cpp/__init__.py:502 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Returnerer" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +#: domains/c/__init__.py:371 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Returtype" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/javascript.py:371 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:941 +#: domains/javascript.py:416 domains/python/__init__.py:736 +msgid "function" +msgstr "funktion" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/javascript.py:417 domains/python/__init__.py:740 +msgid "method" +msgstr "metode" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:939 domains/javascript.py:418 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "klasse" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:419 domains/python/__init__.py:737 +msgid "data" +msgstr "data" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "konfigurationsværdien »epub_contributor« bør ikke være tom for EPUB3" +#: domains/javascript.py:420 domains/python/__init__.py:743 +msgid "attribute" +msgstr "attribut" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:421 domains/python/__init__.py:746 +msgid "module" +msgstr "modul" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: domains/javascript.py:455 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "Ændret i version %s" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/changeset.py:28 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "ugyldig css_file: %r, ignoreret" +msgid "Deprecated since version %s" +msgstr "Forældet siden version %s" -#: builders/xml.py:31 +#: domains/changeset.py:29 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Removed in version %s" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/math.py:73 #, python-format -msgid "error writing file %s: %s" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/xml.py:101 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/texinfo.py:45 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s (directive)" +msgstr "%s (direktiv)" + +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: 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)." +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rolle)" + +#: domains/rst.py:234 +msgid "directive" +msgstr "direktiv" + +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: 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 "" -#: builders/texinfo.py:89 +#: domains/citation.py:75 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/citation.py:92 #, python-format -msgid "processing %s" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: environment/__init__.py:87 +msgid "new config" +msgstr "ny konfiguration" + +#: environment/__init__.py:88 +msgid "config changed" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (i " +#: environment/__init__.py:89 +msgid "extensions changed" +msgstr "udvidelser ændret" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: environment/__init__.py:257 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: environment/__init__.py:259 +msgid "source directory has changed" +msgstr "kildemappe er ændret" + +#: environment/__init__.py:346 #, python-format -msgid "cannot copy image file %r: %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: environment/__init__.py:351 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/texinfo.py:230 +#: environment/__init__.py:357 #, python-format -msgid "error writing file Makefile: %s" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: environment/__init__.py:400 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/_epub_base.py:433 +#: environment/__init__.py:514 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/_epub_base.py:464 +#: environment/__init__.py:679 ext/intersphinx/_resolve.py:234 #, python-format -msgid "cannot write image file %r: %s" +msgid "Domain %r is not registered" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: environment/__init__.py:837 +msgid "document isn't included in any toctree" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: environment/__init__.py:883 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:913 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Beskedkatalogerne er i %(outdir)s." +#: _cli/__init__.py:171 +#, python-brace-format +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "læser skabeloner ..." - -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "skriver beskedkataloger ..." - -#: 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 "" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" - -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" - -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: _cli/__init__.py:199 +msgid "Show this message and exit." msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: builders/html/__init__.py:501 builders/latex/__init__.py:199 +#: transforms/__init__.py:133 writers/manpage.py:98 writers/texinfo.py:220 #, python-format msgid "%b %d, %Y" msgstr "%d. %b, %Y" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "" +#: builders/latex/__init__.py:206 domains/std/__init__.py:768 +#: domains/std/__init__.py:781 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 "Indeks" -#: transforms/__init__.py:253 -#, python-format +#: writers/latex.py:766 writers/texinfo.py:646 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:259 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Fodnoter" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: _cli/__init__.py:191 -msgid "Show the version and exit." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: writers/manpage.py:289 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "[billede: %s]" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: writers/manpage.py:290 writers/text.py:946 +msgid "[image]" +msgstr "[billede]" -#: _cli/__init__.py:225 -msgid "No output at all" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: builders/latex/__init__.py:224 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "ny konfiguration" - -#: environment/__init__.py:87 -msgid "config changed" +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "udvidelser ændret" - -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:730 +msgid "document title is not a single Text node" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "kildemappe er ændret" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" -#: environment/__init__.py:325 +#: writers/latex.py:1230 #, python-format -msgid "The configuration has changed (1 option: %r)" +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 "" -#: environment/__init__.py:330 +#: writers/latex.py:1626 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: environment/__init__.py:336 +#: writers/latex.py:1986 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "unknown index entry type %s found" msgstr "" -#: environment/__init__.py:379 +#: directives/patches.py:71 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: directives/code.py:87 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" -msgstr "" - -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +msgid "Invalid caption: %s" msgstr "" -#: environment/__init__.py:889 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/i18n.py:100 +#: directives/code.py:216 #, python-format -msgid "reading error: %s, %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/i18n.py:113 +#: directives/code.py:231 #, python-format -msgid "writing error: %s, %s" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/i18n.py:146 +#: directives/code.py:235 #, python-format -msgid "locale_dir %s does not exist" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/i18n.py:236 +#: directives/code.py:276 #, python-format -msgid "Invalid Babel locale: %r." +msgid "Object named %r not found in include file %r" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: util/docfields.py:103 +#: directives/code.py:314 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/nodes.py:423 +#: directives/other.py:119 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/nodes.py:490 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: util/nodes.py:706 +#: directives/other.py:156 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: util/display.py:87 -msgid "failed" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Afsnitsforfatter: " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Modulforfatter: " + +#: directives/other.py:207 +msgid "Code author: " +msgstr "Kodeforfatter: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Forfatter: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: util/osutil.py:131 +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "TODO entry found: %s" msgstr "" -#: util/docutils.py:309 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "unknown directive name: %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/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[kilde]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: util/docutils.py:345 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dok]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modulkode" + +#: ext/viewcode.py:359 #, python-format -msgid "unknown role name: %s" +msgid "

Source code for %s

" +msgstr "

Kildekode for %s

" + +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Oversigt: modulkode" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Alle moduler, der er kode tilgængelig for

" + +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: util/docutils.py:789 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "unknown node type: %r" +msgid "module %s could not be imported: %s" msgstr "" -#: util/fileutil.py:76 +#: ext/coverage.py:148 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" +#: 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 "" -#: util/inventory.py:147 +#: ext/coverage.py:187 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: util/inventory.py:166 +#: ext/coverage.py:260 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Fodnoter" - -#: writers/manpage.py:289 writers/text.py:945 +#: ext/coverage.py:452 #, python-format -msgid "[image: %s]" -msgstr "[billede: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[billede]" - -#: 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 "Indeks" - -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/texinfo.py:1303 +#: ext/coverage.py:492 #, python-format -msgid "unimplemented node type: %r" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/latex.py:361 +#: ext/imgmath.py:148 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/imgmath.py:167 #, python-format -msgid "no Babel option known for language %r" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/latex.py:591 +#: ext/imgmath.py:362 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "inline latex %r: %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/imgconverter.py:44 #, python-format -msgid "unsupported rubric heading level: %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 "" -#: writers/latex.py:1183 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: writers/latex.py:1580 +#: ext/imgconverter.py:83 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: writers/latex.py:1939 +#: ext/autosectionlabel.py:52 #, python-format -msgid "unknown index entry type %s found" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: domains/std/__init__.py:830 domains/std/__init__.py:957 +#: ext/autosectionlabel.py:61 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: writers/html5.py:431 +#: ext/doctest.py:124 #, python-format -msgid "numfig_format is not defined for %s" +msgid "'%s' is not a valid option." msgstr "" -#: writers/html5.py:441 +#: ext/doctest.py:139 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/__init__.py:322 +#: ext/graphviz.py:153 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:182 +#: ext/graphviz.py:287 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (indbygget funktion)" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/graphviz.py:328 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (metode i %s)" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: domains/javascript.py:185 +#: ext/graphviz.py:339 #, python-format -msgid "%s() (class)" -msgstr "%s() (klasse)" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/javascript.py:187 +#: ext/graphviz.py:344 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variabel eller konstant)" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/graphviz.py:367 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (attribut i %s)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Parametre" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Kaster" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" +msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Returnerer" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graf: %s]" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Returtype" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graf]" -#: domains/javascript.py:370 +#: builders/texinfo.py:45 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" +msgid "The Texinfo files are in %(outdir)s." +msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funktion" +#: 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 "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "metode" +#: builders/texinfo.py:77 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "klasse" +#: builders/texinfo.py:89 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "data" +#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#, python-format +msgid "processing %s" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "attribut" +#: builders/latex/__init__.py:347 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:119 +msgid "writing" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modul" +#: builders/latex/__init__.py:405 builders/texinfo.py:172 +msgid "resolving references..." +msgstr "" -#: domains/javascript.py:454 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: builders/latex/__init__.py:416 builders/texinfo.py:182 +msgid " (in " +msgstr " (i " + +#: builders/_epub_base.py:425 builders/html/__init__.py:794 +#: builders/latex/__init__.py:481 builders/texinfo.py:198 +msgid "copying images... " msgstr "" -#: domains/changeset.py:26 +#: builders/_epub_base.py:447 builders/latex/__init__.py:496 +#: builders/texinfo.py:215 #, python-format -msgid "Added in version %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Changed in version %s" -msgstr "Ændret i version %s" +#: builders/texinfo.py:222 +msgid "copying Texinfo support files" +msgstr "" -#: domains/changeset.py:28 +#: builders/texinfo.py:230 #, python-format -msgid "Deprecated since version %s" -msgstr "Forældet siden version %s" +msgid "error writing file Makefile: %s" +msgstr "" -#: domains/changeset.py:29 +#: builders/_epub_base.py:223 #, python-format -msgid "Removed in version %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: builders/_epub_base.py:436 #, python-format -msgid "%s (directive)" -msgstr "%s (direktiv)" +msgid "cannot read image file %r: copying it instead" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/_epub_base.py:467 #, python-format -msgid ":%s: (directive option)" +msgid "cannot write image file %r: %s" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (rolle)" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktiv" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rolle" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" -#: domains/rst.py:262 +#: builders/_epub_base.py:594 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: domains/citation.py:75 +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "" + +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "" + +#: builders/_epub_base.py:801 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "writing %s file..." msgstr "" -#: domains/citation.py:92 +#: builders/xml.py:31 #, python-format -msgid "Citation [%s] is not referenced." +msgid "The XML files are in %(outdir)s." msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Vær opmærksom" +#: builders/html/__init__.py:1269 builders/text.py:76 builders/xml.py:90 +#, python-format +msgid "error writing file %s: %s" +msgstr "" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Forsigtig" +#: builders/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Fare" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Fejl" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Fif" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Vigtigt" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Indbyggede" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Bemærk" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Modulniveau" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Se også" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Tip" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Advarsel" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/manpage.py:71 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/epub3.py:246 +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:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Indtast venligst noget tekst." +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" -#: cmd/quickstart.py:133 -#, python-format -msgid "Please enter one of %s." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Indtast venligst enten »y« eller »n«." +#: builders/epub3.py:283 builders/html/__init__.py:1319 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "ugyldig css_file: %r, ignoreret" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Indtast venligt et filsuffiks, f.eks. ».rst« eller ».txt«" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Beskedkatalogerne er i %(outdir)s." -#: cmd/quickstart.py:229 +#: builders/__init__.py:406 builders/gettext.py:264 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "building [%s]: " msgstr "" -#: 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)." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:241 +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "læser skabeloner ..." + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "skriver beskedkataloger ..." + +#: builders/text.py:29 #, python-format -msgid "Selected root path: %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/__init__.py:235 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/__init__.py:243 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/__init__.py:266 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/__init__.py:269 builders/__init__.py:776 builders/__init__.py:800 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/__init__.py:286 +#, python-format +msgid "all of %d po files" msgstr "" -#: 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." +#: builders/__init__.py:308 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/__init__.py:320 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: 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." +#: builders/__init__.py:330 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/__init__.py:341 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:297 +#: builders/__init__.py:348 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/__init__.py:359 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/__init__.py:372 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: 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." +#: builders/__init__.py:388 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/__init__.py:417 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/__init__.py:421 +#, python-format +msgid "%d found" msgstr "" -#: 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." +#: builders/__init__.py:423 +msgid "none found" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/__init__.py:430 +msgid "pickling environment" msgstr "" -#: 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." +#: builders/__init__.py:437 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:441 +msgid "no targets are out of date." msgstr "" -#: 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." +#: builders/__init__.py:480 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:505 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:367 +#: builders/__init__.py:542 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +"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:377 +#: builders/__init__.py:551 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "" - -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +"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:396 +#: builders/__init__.py:562 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"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:406 +#: builders/__init__.py:569 +#, 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:411 -msgid "Create Makefile? (y/n)" +"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:415 -msgid "Create Windows command file? (y/n)" -msgstr "" +#: builders/__init__.py:587 builders/__init__.py:604 +msgid "reading sources... " +msgstr "læser kilder ..." -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:730 #, python-format -msgid "Creating file %s." +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." -msgstr "Filen %s findes allerede, udelader." - -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:732 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +#: builders/__init__.py:745 +msgid "preparing documents" +msgstr "forbereder dokumenter" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:748 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:910 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML-siden er i %(outdir)s." -#: cmd/quickstart.py:572 -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" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Vær opmærksom" -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Forsigtig" -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Fare" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Fejl" -#: cmd/quickstart.py:644 -msgid "release of project" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Fif" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Vigtigt" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Bemærk" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Se også" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Advarsel" + +#: transforms/i18n.py:260 transforms/i18n.py:335 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: transforms/i18n.py:305 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: transforms/i18n.py:355 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: transforms/i18n.py:377 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: cmd/quickstart.py:670 +#: transforms/__init__.py:257 #, python-format -msgid "enable %s extension" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: transforms/__init__.py:298 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: transforms/__init__.py:307 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: transforms/__init__.py:318 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "opret ikke makefile" - -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "skabelonmappe for skabelonfiler" - -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/quickstart.py:785 +#: util/i18n.py:253 +#, python-format msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/quickstart.py:792 +#: util/fileutil.py:76 +#, python-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/quickstart.py:809 +#: util/fileutil.py:89 #, python-format -msgid "Invalid template variable: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: util/display.py:82 +msgid "skipped" 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" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: 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 "" -#: cmd/build.py:109 +#: util/nodes.py:423 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: util/nodes.py:490 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: util/nodes.py:706 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: util/docutils.py:309 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/docutils.py:345 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/docutils.py:789 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" 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 "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "fortsat fra forrige side" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -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" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboler" -#: cmd/build.py:252 -msgid "warning control options" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "side" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "" +#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Udgave" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: cmd/build.py:357 +#: builders/latex/theming.py:90 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: builders/latex/__init__.py:118 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: 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 "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Sammenfold sidebjælke" - -#: 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/latex/__init__.py:159 +msgid "no \"latex_documents\" config value found; no documents will be written" 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" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Søg" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Vis kilde" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Indhold" - -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "Søg i %(docstitle)s" - -#: 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" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Søgeside" - -#: 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" - -#: builders/html/__init__.py:507 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" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Denne side" - -#: themes/basic/genindex-single.html:26 +#: builders/latex/__init__.py:170 #, python-format -msgid "Index – %(key)s" +msgid "\"latex_documents\" config value references unknown document %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" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Hurtig søgning" - -#: 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/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/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigation" - -#: 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." +#: builders/latex/__init__.py:428 +msgid "copying TeX support files" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Sidst opdateret %(last_updated)s." - -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +#: builders/latex/__init__.py:465 +msgid "copying additional files" 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." - -#: 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/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skjul søgeresultater" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Søgeresultater" - -#: 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 "Din søgning matchede ikke nogen dokumenter. Sikr dig at alle ord er stavet korrekt og at du har valgt nok kategorier." - -#: 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] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Søger" - -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Forbereder søgning..." - -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", i" - -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1424 builders/latex/__init__.py:504 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "logo file %r does not exist" +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/__init__.py:536 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Ændringer i version %(version)s — %(docstitle)s" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/__init__.py:544 #, 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" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Ændringer i C-API" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Andre ændringer" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Udfold sidebjælke" - -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/python/_annotations.py:540 -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/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (i modulet %s)" - -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (i modulet %s)" - -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (indbygget variabel)" - -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (indbygget klasse)" - -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasse i %s)" - -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (klassemetode i %s)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statisk metode i %s)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:115 #, python-format -msgid "%s (%s property)" -msgstr "" +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML-siderne er i %(outdir)s." -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:357 #, python-format -msgid "%s (type alias in %s)" +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python-modulindeks" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "moduler" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Forældet" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "undtagelse" - -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "klassemetode" - -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "statisk metode" - -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:373 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:375 +msgid "building [html]: " msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:392 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: domains/python/__init__.py:978 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (forældet)" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametre" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variable" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Rejser" +#: builders/html/__init__.py:522 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Generelt indeks" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Template-parametre" +#: builders/html/__init__.py:522 +msgid "index" +msgstr "indeks" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:575 #, python-format -msgid "%s (C++ %s)" +msgid "Logo of %s" msgstr "" -#: 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 "" +#: builders/html/__init__.py:604 +msgid "next" +msgstr "næste" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:613 +msgid "previous" +msgstr "forrige" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:711 +msgid "generating indices" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "medlem" - -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "type" - -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "koncept" - -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "optæl" +#: builders/html/__init__.py:726 +msgid "writing additional pages" +msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "optælling" +#: builders/html/__init__.py:809 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:821 +msgid "copying downloadable files... " msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:833 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:879 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:897 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variabel" +#: builders/html/__init__.py:932 +msgid "copying static files" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "makro" +#: builders/html/__init__.py:949 +#, python-format +msgid "cannot copy static file %r" +msgstr "kan ikke kopiere statisk fil %r" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:954 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:964 #, python-format -msgid "environment variable; %s" -msgstr "miljøvariabel; %s" +msgid "cannot copy extra file %r" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:970 #, python-format -msgid "%s; configuration value" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1020 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1067 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1231 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1244 #, python-format -msgid "%s command line option" +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:321 -msgid "command line option" +#: builders/html/__init__.py:1252 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1285 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1293 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: builders/html/__init__.py:1336 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "udgyldig js_file: %r, ignoreret" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "begreb i ordliste" +#: builders/html/__init__.py:1370 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "grammatisk element" +#: builders/html/__init__.py:1374 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "referenceetiket" +#: builders/html/__init__.py:1388 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "miljøvariabel" +#: builders/html/__init__.py:1393 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programtilvalg" +#: builders/html/__init__.py:1408 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "dokument" +#: builders/html/__init__.py:1413 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Modulindeks" +#: builders/html/__init__.py:1435 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon-filen %r findes ikke" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1448 #, python-format -msgid "duplicate %s description of %s, other instance in %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 "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1461 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1477 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "%s %s documentation" +msgstr "%s %s dokumentation" + +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(i %s v%s)" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "the link has no caption: %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "invalid numfig_format: %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "undefined label: %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_load.py:60 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "see %s" -msgstr "se %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "see also %s" -msgstr "se også %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboler" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "image file not readable: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:261 #, python-format -msgid "download file not readable: %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/intersphinx/_load.py:287 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:297 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:361 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %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.:" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" 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." +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML-siderne er i %(outdir)s." +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: 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 "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:50 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "indeks" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "næste" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "forrige" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "overskriv eksisterende filer" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" -msgstr "kan ikke kopiere statisk fil %r" - -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1216 -#, 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/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "udgyldig js_file: %r, ignoreret" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +msgid "%s is not a directory." +msgstr "%s er ikke en mappe" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "logo file %r does not exist" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "favicon file %r does not exist" -msgstr "favicon-filen %r findes ikke" +msgid "malformed string literal (missing closing quote): %s" +msgstr "" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:197 #, 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:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentation" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Eksempler" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Nøgleordsargumenter" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "Andre parametre" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" +#: domains/c/__init__.py:352 domains/cpp/__init__.py:483 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametre" -#: 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)." +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "Referencer" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Udgave" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "fortsat fra forrige side" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "fortsætter på næste side" - -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "side" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Nøgleordsargumenter" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Eksempler" - -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "Andre parametre" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "Referencer" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3768,451 +3599,641 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" -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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Sammenfold sidebjælke" + +#: 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/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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Søg" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Vis kilde" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Indhold" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hurtig søgning" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indeksér sider efter bogstav" + +#: 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" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "kan være enormt" + +#: 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." + +#: 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/layout.html:18 +msgid "Navigation" +msgstr "Navigation" + +#: 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 "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Sidst opdateret %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Denne side" + +#: 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/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Søg i %(docstitle)s" + +#: 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" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeks og tabeller:" -#: 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:16 +msgid "Complete Table of Contents" +msgstr "Fuldstændig indholdsfortegnelse" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "viser alle afsnit og underafsnit" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: domains/std/__init__.py:770 domains/std/__init__.py:783 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Søgeside" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "søg i denne dokumentation" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globalt modulindeks" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "overskriv eksisterende filer" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "hurtig adgang til alle moduler" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "alle funktioner, klasser, begreber" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -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" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: 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" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Biblioteksændringer" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Ændringer i C-API" -#: 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/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Andre ændringer" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Søgeresultater" -#: ext/apidoc/_cli.py:160 +#: themes/basic/static/searchtools.js:125 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 "" +"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." -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Søger" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Forbereder søgning..." -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", i" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Skjul søgeresultater" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Udfold sidebjælke" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: 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:240 +#: environment/adapters/toctree.py:375 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:378 #, python-format -msgid "%s is not a directory." -msgstr "%s er ikke en mappe" - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +msgid "toctree contains reference to non-existing document %r" 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/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/asset.py:163 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:157 +#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Template-parametre" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/c/__init__.py:359 domains/cpp/__init__.py:496 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +#: domains/c/__init__.py:780 domains/cpp/__init__.py:940 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/c/__init__.py:775 domains/cpp/__init__.py:942 +msgid "member" +msgstr "medlem" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:943 +msgid "type" +msgstr "type" + +#: domains/cpp/__init__.py:944 +msgid "concept" +msgstr "koncept" + +#: domains/c/__init__.py:781 domains/cpp/__init__.py:945 +msgid "enum" +msgstr "optæl" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:946 +msgid "enumerator" +msgstr "optælling" + +#: domains/c/__init__.py:786 domains/cpp/__init__.py:949 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/cpp/__init__.py:952 +msgid "template parameter" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variable" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(i %s v%s)" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Rejser" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (i modulet %s)" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (i modulet %s)" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:184 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (indbygget variabel)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:219 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (indbygget klasse)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:220 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klasse i %s)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (klassemetode i %s)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (statisk metode i %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.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 "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python-modulindeks" -#: ext/intersphinx/_load.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 "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moduler" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Forældet" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "undtagelse" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "klassemetode" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statisk metode" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:974 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (forældet)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "miljøvariabel; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:316 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:318 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:458 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:471 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:483 domains/std/__init__.py:501 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +#: domains/std/__init__.py:726 +msgid "glossary term" +msgstr "begreb i ordliste" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:727 +msgid "grammar token" +msgstr "grammatisk element" + +#: domains/std/__init__.py:728 +msgid "reference label" +msgstr "referenceetiket" + +#: domains/std/__init__.py:730 +msgid "environment variable" +msgstr "miljøvariabel" + +#: domains/std/__init__.py:731 +msgid "program option" +msgstr "programtilvalg" + +#: domains/std/__init__.py:732 +msgid "document" +msgstr "dokument" + +#: domains/std/__init__.py:769 domains/std/__init__.py:782 +msgid "Module Index" +msgstr "Modulindeks" + +#: domains/std/__init__.py:854 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1110 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1121 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1135 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1150 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1154 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1450 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:277 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:776 +msgid "variable" +msgstr "variabel" + +#: domains/c/__init__.py:778 +msgid "macro" +msgstr "makro" + +#: domains/c/__init__.py:779 +msgid "struct" msgstr "" diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.mo b/sphinx/locale/de/LC_MESSAGES/sphinx.mo index 71a0d4ab23b..450a312d295 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 65baa1a991f..19375a306b9 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-15 22:41+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" @@ -22,141 +22,269 @@ msgstr "" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "Konfigurationsverzeichnis enthält keine conf.py Datei (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "Ungültige Nummer %r for Konfiguration %r, wird ignoriert" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Konfigurationswert %r bereits gesetzt" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Abschnitt %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Abb. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tab. %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Quellcode %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nicht gefunden, daher ignoriert." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kann Quellverzeichnis nicht finden (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Quellverzeichnis und Zielverzeichnis können nicht identisch sein" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s in Verwendung" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Dieses Projekt benötigt Version %s oder später und kann daher nicht gebaut werden." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:545 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "Lade Übersetzungen [%s]…" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "erledigt" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "nicht verfügbar für vordefinierte Nachrichten" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "Fehlgeschlagen: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Kein builder ausgewählt, verwende 'html' per default" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -164,12 +292,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:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -177,257 +305,222 @@ 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:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "Konfigurationsverzeichnis enthält keine conf.py Datei (%s)" - -#: config.py:366 msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:399 +#: events.py:81 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" +msgid "Event %r already present" +msgstr "Event %r bereits verfügbar" -#: config.py:411 +#: events.py:379 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "Ungültige Nummer %r for Konfiguration %r, wird ignoriert" +msgid "Unknown event name: %s" +msgstr "Unbekannter Event name: %s" -#: config.py:419 +#: events.py:424 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:442 +#: registry.py:167 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:496 +#: registry.py:171 #, python-format -msgid "No such config value: %r" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:524 +#: registry.py:187 #, python-format -msgid "Config value %r already present" -msgstr "Konfigurationswert %r bereits gesetzt" +msgid "Builder name %s not registered or available through entry point" +msgstr "" -#: config.py:561 +#: registry.py:197 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "Builder name %s not registered" msgstr "" -#: config.py:603 +#: registry.py:204 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s already registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:228 registry.py:249 registry.py:262 +#, python-format +msgid "domain %s not yet registered" msgstr "" -#: config.py:615 +#: registry.py:235 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:253 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:266 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:669 +#: registry.py:313 #, 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 object_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:344 #, python-format -msgid "Section %s" -msgstr "Abschnitt %s" +msgid "The %r crossref_type is already registered" +msgstr "" -#: config.py:691 +#: registry.py:353 #, python-format -msgid "Fig. %s" -msgstr "Abb. %s" +msgid "source_suffix %r is already registered" +msgstr "" -#: config.py:692 +#: registry.py:363 #, python-format -msgid "Table %s" -msgstr "Tab. %s" +msgid "source_parser for %r is already registered" +msgstr "" -#: config.py:693 +#: registry.py:372 #, python-format -msgid "Listing %s" -msgstr "Quellcode %s" +msgid "Source parser for %s not registered" +msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:393 +#, python-format +msgid "Translator for %r already exists" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:410 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:503 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:862 +#: registry.py:519 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nicht gefunden, daher ignoriert." +msgid "math renderer %s is already registered" +msgstr "" -#: config.py:882 +#: registry.py:536 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: highlighting.py:170 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments Lexer Name %r ist unbekannt" +#: registry.py:550 +msgid "Original exception:\n" +msgstr "Ursprüngliche Ausnahme:\n" -#: highlighting.py:209 +#: registry.py:552 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Could not import extension %s" msgstr "" -#: theming.py:115 +#: registry.py:559 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:120 +#: registry.py:572 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:135 +#: registry.py:584 #, python-format -msgid "unsupported theme option %r given" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:208 +#: registry.py:623 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:228 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: theming.py:268 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: theming.py:276 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: theming.py:282 +#: roles.py:206 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:310 +#: roles.py:229 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:251 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:339 +#: roles.py:274 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:343 theming.py:391 +#: roles.py:294 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:347 +#: roles.py:317 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:366 +#: roles.py:355 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "invalid RFC number %s" msgstr "" -#: events.py:77 -#, python-format -msgid "Event %r already present" -msgstr "Event %r bereits verfügbar" - -#: events.py:370 +#: highlighting.py:170 #, python-format -msgid "Unknown event name: %s" -msgstr "Unbekannter Event name: %s" +msgid "Pygments lexer name %r is not known" +msgstr "Pygments Lexer Name %r ist unbekannt" -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -442,1083 +535,900 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" -msgstr "Ursprüngliche Ausnahme:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[Quellcode]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[Doku]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Modul-Quellcode" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Quellcode für %s

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Überblick: Modul-Quellcode" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:273 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/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/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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:297 msgid "" -"====================== slowest reading durations =======================" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:315 +msgid "Project version" 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:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: 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 "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %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 "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:48 +#: cmd/quickstart.py:367 #, python-format -msgid "invalid regex %r in %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:377 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:396 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:406 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:452 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:473 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/imgconverter.py:44 +#: cmd/quickstart.py:519 #, 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:526 msgid "" -"convert exited with error:\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:530 #, 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" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:604 +msgid "Structure 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/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[Diagramm: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[Diagramm]" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Zu tun" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Der <> steht in %s, Zeile %d.)" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "ursprüngliche Eintrag" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:644 +msgid "release of project" 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" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:657 +msgid "master document name" 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" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:276 +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:670 #, python-format -msgid "Object named %r not found in include file %r" +msgid "enable %s extension" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" 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." +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor des Abschnitts: " +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor des Moduls: " +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor des Quellcode: " +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:29 +#: cmd/quickstart.py:809 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "Invalid template variable: %s" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: 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 "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Builtins" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "" -#: builders/changes.py:72 -msgid "Module level" -msgstr "Modulebene" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:494 +#: cmd/build.py:357 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "cannot open warning file '%s': %s" msgstr "" -#: 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." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:551 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" +msgstr "%s() (Standard-Funktion)" -#: builders/__init__.py:558 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, 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:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (Methode von %s)" -#: builders/__init__.py:713 +#: domains/javascript.py:186 #, python-format -msgid "docnames to write: %s" -msgstr "" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "" - -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +msgid "%s() (class)" +msgstr "%s() (Klasse)" -#: builders/__init__.py:883 +#: domains/javascript.py:188 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (globale Variable oder Konstante)" -#: builders/epub3.py:84 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (Attribut von %s)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Parameter" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:489 domains/javascript.py:281 +msgid "Throws" +msgstr "Wirft" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/c/__init__.py:365 domains/cpp/__init__.py:502 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Rückgabe" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:371 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Rückgabetyp" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:371 +#, python-format +msgid "%s (module)" +msgstr "%s (Modul)" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:941 +#: domains/javascript.py:416 domains/python/__init__.py:736 +msgid "function" +msgstr "Funktion" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:417 domains/python/__init__.py:740 +msgid "method" +msgstr "Methode" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:939 domains/javascript.py:418 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "Klasse" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:419 domains/python/__init__.py:737 +msgid "data" +msgstr "Wert" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:743 +msgid "attribute" +msgstr "Attribut" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:421 domains/python/__init__.py:746 +msgid "module" +msgstr "Modul" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/javascript.py:455 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/xml.py:31 +#: domains/__init__.py:322 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +msgid "%s %s" +msgstr "%s-%s" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/changeset.py:26 #, python-format -msgid "error writing file %s: %s" +msgid "Added in version %s" msgstr "" -#: builders/xml.py:101 +#: domains/changeset.py:27 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgid "Changed in version %s" +msgstr "Geändert in Version %s" -#: builders/texinfo.py:45 +#: domains/changeset.py:28 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "Deprecated since version %s" +msgstr "Veraltet ab Version %s" -#: 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)." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/texinfo.py:89 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "processing %s" -msgstr "" +msgid "%s (directive)" +msgstr "%s (Direktive)" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (in " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (Rolle)" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "Direktive" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "Rolle" -#: builders/texinfo.py:230 +#: domains/rst.py:262 #, python-format -msgid "error writing file Makefile: %s" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:223 +#: domains/citation.py:75 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:433 +#: domains/citation.py:92 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: environment/__init__.py:87 +msgid "new config" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: environment/__init__.py:88 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: environment/__init__.py:89 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:257 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: environment/__init__.py:259 +msgid "source directory has changed" msgstr "" -#: builders/_epub_base.py:591 +#: environment/__init__.py:346 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: environment/__init__.py:351 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/_epub_base.py:794 +#: environment/__init__.py:357 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: environment/__init__.py:400 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/gettext.py:244 +#: environment/__init__.py:514 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/gettext.py:266 +#: environment/__init__.py:679 ext/intersphinx/_resolve.py:234 #, python-format -msgid "targets for %d template files" +msgid "Domain %r is not registered" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: environment/__init__.py:837 +msgid "document isn't included in any toctree" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: environment/__init__.py:883 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/singlehtml.py:35 +#: environment/__init__.py:913 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: builders/singlehtml.py:171 -msgid "assembling single document" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 +#: _cli/__init__.py:171 #, python-brace-format msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: 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.%m.%Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "" - -#: transforms/__init__.py:253 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" - -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -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." +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" #: _cli/__init__.py:191 @@ -1553,2098 +1463,2019 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:501 builders/latex/__init__.py:199 +#: transforms/__init__.py:133 writers/manpage.py:98 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "%d.%m.%Y" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:206 domains/std/__init__.py:768 +#: domains/std/__init__.py:781 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 "Stichwortverzeichnis" + +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:1120 writers/manpage.py:259 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Fußnoten" + +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:325 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:336 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:289 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" -msgstr "" +msgid "[image: %s]" +msgstr "[Bild: %s]" -#: util/i18n.py:146 +#: writers/manpage.py:290 writers/text.py:946 +msgid "[image]" +msgstr "[Bild]" + +#: writers/latex.py:384 #, python-format -msgid "locale_dir %s does not exist" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:236 +#: builders/latex/__init__.py:224 writers/latex.py:434 #, python-format -msgid "Invalid Babel locale: %r." +msgid "no Babel option known for language %r" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: util/inventory.py:147 +#: directives/code.py:314 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Fußnoten" - -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "[image: %s]" -msgstr "[Bild: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[Bild]" - -#: 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 "Stichwortverzeichnis" - -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:169 #, python-format -msgid "unimplemented node type: %r" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor des Abschnitts: " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor des Moduls: " + +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor des Quellcode: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:61 +msgid "Todo" +msgstr "Zu tun" + +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:591 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "template %s not found; loading from legacy %s instead" +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/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[Quellcode]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[Doku]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modul-Quellcode" + +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Quellcode für %s

" + +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Überblick: Modul-Quellcode" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" + +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "module %s could not be imported: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:148 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: 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 "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:187 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" -msgstr "%s-%s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (Standard-Funktion)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:830 domains/std/__init__.py:957 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (Methode von %s)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" -msgstr "%s() (Klasse)" +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globale Variable oder Konstante)" +msgid "'%s' is not a valid option." +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (Attribut von %s)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Parameter" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Wirft" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Rückgabe" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Rückgabetyp" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:451 #, python-format -msgid "%s (module)" -msgstr "%s (Modul)" +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "Funktion" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "Methode" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "Klasse" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "Wert" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "Attribut" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "Modul" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:287 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:328 #, python-format -msgid "Added in version %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:339 #, python-format -msgid "Changed in version %s" -msgstr "Geändert in Version %s" - -#: domains/changeset.py:28 -#, python-format -msgid "Deprecated since version %s" -msgstr "Veraltet ab Version %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" -msgstr "%s (Direktive)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "%s (Rolle)" +msgid "[graph: %s]" +msgstr "[Diagramm: %s]" -#: domains/rst.py:234 -msgid "directive" -msgstr "Direktive" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[Diagramm]" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:45 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "Rolle" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:77 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:89 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:325 builders/texinfo.py:113 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Achtung" +#: builders/latex/__init__.py:347 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:119 +msgid "writing" +msgstr "" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Vorsicht" +#: builders/latex/__init__.py:405 builders/texinfo.py:172 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Gefahr" +#: builders/latex/__init__.py:416 builders/texinfo.py:182 +msgid " (in " +msgstr " (in " -#: locale/__init__.py:231 -msgid "Error" -msgstr "Fehler" +#: builders/_epub_base.py:425 builders/html/__init__.py:794 +#: builders/latex/__init__.py:481 builders/texinfo.py:198 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Hinweis" +#: builders/_epub_base.py:447 builders/latex/__init__.py:496 +#: builders/texinfo.py:215 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Wichtig" +#: builders/texinfo.py:222 +msgid "copying Texinfo support files" +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Bemerkung" +#: builders/texinfo.py:230 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Siehe auch" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Tipp" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Warnung" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/xml.py:31 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/html/__init__.py:1269 builders/text.py:76 builders/xml.py:90 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/xml.py:101 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:61 #, python-format -msgid "Please enter one of %s." +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Builtins" + +#: builders/changes.py:77 +msgid "Module level" +msgstr "Modulebene" + +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:229 +#: builders/changes.py:138 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "could not read %r for changelog creation" msgstr "" -#: 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)." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/manpage.py:71 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: 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 "" - -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "" - -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:283 builders/html/__init__.py:1319 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:406 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: 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." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:367 +#: builders/text.py:29 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" - -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:235 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:243 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:266 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:269 builders/__init__.py:776 builders/__init__.py:800 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:286 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:308 #, python-format -msgid "Creating file %s." +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:320 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:330 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:341 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:526 +#: builders/__init__.py:348 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:359 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:372 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:388 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:417 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:421 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:423 +msgid "none found" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:430 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:437 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:441 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:480 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:505 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:542 +#, 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:630 -msgid "author names" +#: builders/__init__.py:551 +#, 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:637 -msgid "version of project" +#: builders/__init__.py:562 +#, 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:644 -msgid "release of project" +#: builders/__init__.py:569 +#, 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:651 -msgid "document language" +#: builders/__init__.py:587 builders/__init__.py:604 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:730 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:732 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:745 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:748 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:910 #, python-format -msgid "enable %s extension" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Achtung" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Vorsicht" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Gefahr" -#: cmd/quickstart.py:792 +#: 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" + +#: transforms/i18n.py:260 transforms/i18n.py:335 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:305 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:355 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:377 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:257 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:298 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:307 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:318 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:423 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:490 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/nodes.py:706 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:309 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:345 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/docutils.py:789 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:357 +#: 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 "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Seitenleiste einklappen" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "Fortsetzung der vorherigen Seite" -#: 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "Fortsetzung auf der nächsten Seite" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Suche" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Los" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Quellcode anzeigen" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Inhalt" - -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "Suche in %(docstitle)s" - -#: 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" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Sonderzeichen" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "schneller Zugriff auf alle Module" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Stichwortverzeichnis" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "Seite" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "alle Funktionen, Klassen, Begriffe" +#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Release" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Diese Seite" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/transforms.py:121 #, python-format -msgid "Index – %(key)s" +msgid "Failed to get a docname for source %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 "Gesamtes Stichwortverzeichnis auf einer Seite" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Schnellsuche" - -#: 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/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/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigation" - -#: themes/basic/layout.html:115 +#: builders/latex/transforms.py:487 #, 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" - -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/theming.py:87 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/theming.py:90 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Zuletzt aktualisiert am %(last_updated)s." +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:118 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: 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 +#: builders/latex/__init__.py:121 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "suchen" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Suchergebnisse ausblenden" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Suchergebnisse" - -#: 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 "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: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] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Suchen" - -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Suche wird vorbereitet..." - -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", in " - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: builders/latex/__init__.py:159 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/__init__.py:170 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: 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" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Seitenleiste ausklappen" - -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/latex/__init__.py:428 +msgid "copying TeX support files" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/latex/__init__.py:465 +msgid "copying additional files" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (im Modul %s)" - -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1424 builders/latex/__init__.py:504 #, python-format -msgid "%s (in module %s)" -msgstr "%s (in Modul %s)" +msgid "logo file %r does not exist" +msgstr "" -#: domains/python/__init__.py:182 +#: builders/latex/__init__.py:536 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (Standard-Variable)" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" -#: domains/python/__init__.py:217 +#: builders/latex/__init__.py:544 #, python-format -msgid "%s (built-in class)" -msgstr "%s (Builtin-Klasse)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (Klasse in %s)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (Klassenmethode von %s)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statische Methode von %s)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:115 #, python-format -msgid "%s (%s property)" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:357 #, python-format -msgid "%s (type alias in %s)" +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python-Modulindex" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "Module" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Veraltet" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "Exception" - -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "Klassenmethode" - -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "statische Methode" - -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:373 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:375 +msgid "building [html]: " msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:392 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/__init__.py:978 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" +#: builders/html/__init__.py:522 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Stichwortverzeichnis" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (veraltet)" +#: builders/html/__init__.py:522 +msgid "index" +msgstr "Index" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parameter" +#: builders/html/__init__.py:575 +#, python-format +msgid "Logo of %s" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variablen" +#: builders/html/__init__.py:604 +msgid "next" +msgstr "weiter" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Verursacht" +#: builders/html/__init__.py:613 +msgid "previous" +msgstr "zurück" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Template Parameter" +#: builders/html/__init__.py:711 +msgid "generating indices" +msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: builders/html/__init__.py:726 +msgid "writing additional pages" msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:809 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: builders/html/__init__.py:821 +msgid "copying downloadable files... " msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:833 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "Member" - -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "Typ" - -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:879 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "Aufzählung" +#: builders/html/__init__.py:897 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "Enumerator" +#: builders/html/__init__.py:932 +msgid "copying static files" +msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:949 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:954 +msgid "copying extra files" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:964 #, python-format -msgid "%s (C %s)" +msgid "cannot copy extra file %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:970 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to write build info file: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "Variable" - -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "Makro" +#: builders/html/__init__.py:1020 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:1067 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:1231 #, python-format -msgid "environment variable; %s" -msgstr "Umgebungsvariable; %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 "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:1244 #, python-format -msgid "%s; configuration value" +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:175 -msgid "Type" +#: builders/html/__init__.py:1252 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1285 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1293 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1336 #, python-format -msgid "%s command line option" +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: builders/html/__init__.py:1370 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1374 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1388 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1393 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "Glossareintrag" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "Grammatik-Token" - -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "Referenz-Label" - -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "Umgebungsvariable" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "Programmoption" +#: builders/html/__init__.py:1408 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1413 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Modulindex" +#: builders/html/__init__.py:1435 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1448 #, python-format -msgid "duplicate %s description of %s, other instance in %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 "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1461 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1477 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "%s %s documentation" +msgstr "%s %s Dokumentation" + +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(in %s v%s)" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "the link has no caption: %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "invalid numfig_format: %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "undefined label: %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_load.py:60 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "see %s" -msgstr "siehe %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "see also %s" -msgstr "siehe auch %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Sonderzeichen" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "image file not readable: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:261 #, python-format -msgid "download file not readable: %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/intersphinx/_load.py:287 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:297 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:361 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %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.:" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" 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." +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: 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 "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:50 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "Index" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "weiter" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "zurück" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1216 -#, 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/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "logo file %r does not exist" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "favicon file %r does not exist" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:197 #, 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:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s Dokumentation" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: 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 "" +#: domains/c/__init__.py:352 domains/cpp/__init__.py:483 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parameter" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Release" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: 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" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "Seite" +#: ext/autodoc/__init__.py:1021 +#, 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/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: 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 "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3761,458 +3592,648 @@ msgstr "" msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Seitenleiste einklappen" + +#: 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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Suche" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Los" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Quellcode anzeigen" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Inhalt" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Schnellsuche" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Stichwortverzeichnis nach Anfangsbuchstabe" + +#: 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/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." +msgstr "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "suchen" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" + +#: themes/basic/layout.html:115 +#, 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" + +#: 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 "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Zuletzt aktualisiert am %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Diese Seite" + +#: 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/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Suche in %(docstitle)s" + +#: 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" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "zuletzt aktualisiert" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Verzeichnisse und Tabellen:" -#: 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:16 +msgid "Complete Table of Contents" +msgstr "Vollständiges Inhaltsverzeichnis" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "Liste aller Kapitel und Unterkapitel" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: domains/std/__init__.py:770 domains/std/__init__.py:783 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Suche" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "durchsuche diese Dokumentation" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globaler Modulindex" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "schneller Zugriff auf alle Module" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "alle Funktionen, Klassen, Begriffe" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" 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" -msgstr "" +#: 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" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Bibliotheks-Änderungen" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API-Änderungen" -#: 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/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Andere Änderungen" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Suchergebnisse" -#: ext/apidoc/_cli.py:160 +#: themes/basic/static/searchtools.js:125 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 "" +"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:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Suchen" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Suche wird vorbereitet..." -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", in " -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Suchergebnisse ausblenden" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Seitenleiste ausklappen" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: 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:240 +#: environment/adapters/toctree.py:375 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:378 #, python-format -msgid "%s is not a directory." +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "siehe %s" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "see also %s" +msgstr "siehe auch %s" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/collectors/asset.py:163 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:147 +#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:157 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Template Parameter" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/c/__init__.py:359 domains/cpp/__init__.py:496 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/c/__init__.py:780 domains/cpp/__init__.py:940 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +#: domains/c/__init__.py:775 domains/cpp/__init__.py:942 +msgid "member" +msgstr "Member" + +#: domains/c/__init__.py:783 domains/cpp/__init__.py:943 +msgid "type" +msgstr "Typ" + +#: domains/cpp/__init__.py:944 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/c/__init__.py:781 domains/cpp/__init__.py:945 +msgid "enum" +msgstr "Aufzählung" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:946 +msgid "enumerator" +msgstr "Enumerator" + +#: domains/c/__init__.py:786 domains/cpp/__init__.py:949 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/cpp/__init__.py:952 +msgid "template parameter" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variablen" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(in %s v%s)" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Verursacht" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (im Modul %s)" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (in Modul %s)" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:184 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (Standard-Variable)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:219 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (Builtin-Klasse)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:220 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (Klasse in %s)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (Klassenmethode von %s)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (statische Methode von %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.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 "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python-Modulindex" -#: ext/intersphinx/_load.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 "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "Module" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Veraltet" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "Exception" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "Klassenmethode" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statische Methode" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:974 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1048 +msgid " (deprecated)" +msgstr " (veraltet)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "Umgebungsvariable; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:316 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:318 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:458 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:471 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:483 domains/std/__init__.py:501 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:726 +msgid "glossary term" +msgstr "Glossareintrag" + +#: domains/std/__init__.py:727 +msgid "grammar token" +msgstr "Grammatik-Token" + +#: domains/std/__init__.py:728 +msgid "reference label" +msgstr "Referenz-Label" + +#: domains/std/__init__.py:730 +msgid "environment variable" +msgstr "Umgebungsvariable" + +#: domains/std/__init__.py:731 +msgid "program option" +msgstr "Programmoption" + +#: domains/std/__init__.py:732 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:769 domains/std/__init__.py:782 +msgid "Module Index" +msgstr "Modulindex" + +#: domains/std/__init__.py:854 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1110 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1121 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1135 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1150 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1154 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1450 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:277 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:776 +msgid "variable" +msgstr "Variable" + +#: domains/c/__init__.py:778 +msgid "macro" +msgstr "Makro" + +#: domains/c/__init__.py:779 +msgid "struct" msgstr "" diff --git a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo index a8e26342d4b..88f852d45af 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 7c1421aa99f..773eb26db21 100644 --- a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:38+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:377 +#: cmd/quickstart.py:809 #, python-format -msgid "targets for %d source files that are out of date" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: 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 "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:551 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: cmd/build.py:357 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/xml.py:101 +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:45 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s() (%s method)" msgstr "" -#: 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)." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/javascript.py:374 #, python-format -msgid "cannot copy image file %r: %s" +msgid "%s (module)" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:244 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:266 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "targets for %d template files" +msgid ":%s: (directive option)" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:77 +#: domains/citation.py:75 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:149 +#: domains/citation.py:92 #, python-format -msgid "broken link: %s (%s)" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:358 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2666 +1466,2779 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +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 "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:344 #, python-format -msgid "Added in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:367 #, python-format -msgid "Changed in version %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Deprecated since version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Removed in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot copy image file %r: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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 "" -#: cmd/quickstart.py:604 -msgid "Structure 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 "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:549 #, python-format -msgid "enable %s extension" +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: 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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: 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" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:386 +#, 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" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:601 +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:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: 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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: 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:941 +msgid "copying extra files" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1054 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1218 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1231 #, python-format -msgid "Automatically generated list of changes in version %(version)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/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s() (in module %s)" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (in module %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (built-in variable)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (built-in class)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (class in %s)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s() (%s class method)" +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/__init__.py:285 +#: 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 static method)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:438 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "%s (%s property)" +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:478 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "%s (type alias in %s)" +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:82 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.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 "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "%s (C++ %s)" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 -#, python-format +#: ext/intersphinx/_load.py:311 msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:242 -#, python-format +#: ext/apidoc/_cli.py:28 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"\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 "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "see also %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autosummary/__init__.py:284 #, 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 "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:384 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:404 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "failed to parse name %s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API 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:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/static/searchtools.js:125 +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:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.mo b/sphinx/locale/el/LC_MESSAGES/sphinx.mo index 5784c90a594..2bac3d9d7f3 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 fc081cce481..c278d993577 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:38+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2021\n" "Language-Team: Greek (http://app.transifex.com/sphinx-doc/sphinx-1/language/el/)\n" @@ -21,141 +21,276 @@ msgstr "" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "ο κατάλογος παραμετροποίησης δεν περιλαμβάνει κανένα αρχείο conf.py (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "Η επέκταση %s απαιτείται από τις ρυθμίσεις needs_extensions, αλλά δεν είναι φορτωμένη." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης καταλόγου %r, θα αγνοηθεί (χρησιμοποιήστε το %r για να καθορίσετε τα επιμέρους στοιχεία)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "ανέγκυρος αριθμός %r για τιμή παραμετροποίησης %r, θα αγνοηθεί" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης %r με τύπο ο οποίος δεν υποστηρίζεται, θα αγνοηθεί" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "άγνωστη τιμή παραμετροποίσης %r στην υπερσκέλιση, θα αγνοηθεί" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Η τιμή παραμετροποίησης %r υφίσταται ήδη." + +#: config.py:552 #, 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)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Υπάρχει ένα συντακτικό λάθος στο αρχείο παραμετροποίησής σας: %s\n" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Το αρχείο παραμετροποίησης (ή ένα από τα στοιχεία που εισάγει) κάλεσε την sys.exit()" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Υπάρχει ένα προγραμματιστικό λάθος στο αρχείο παραμετροποίησής σας:\n\n%s" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Τομέας %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Εικ. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Πίνακας %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Λίστα %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "Η τιμή παραμετροποίησης '{name}' πρέπει να λαμβάνει μία από τις {candidates} αλλά εκχωρήθηκε η '{current}'." + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Η τιμή παραμετροποίησης '{name]' έχει τύπο '[current__name__}'; αναμενόμενη {permitted}." + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Η τιμή παραμετροποίησης '{name}' έχει τύπο '{current__name__}', αρχικοποίηση σε '{default__name__}'." + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "το primary_domain %r δεν βρέθηκε, θα αγνοηθεί." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Δεν είναι δυνατή η εύρεση του καταλόγου πηγής (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Ο κατάλογος πηγής και ο κατάλογος προορισμού δεν είναι δυνατό να είναι ίδιοι" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Εκτέλεση Sphinx έκδοση %s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Αυτό το έργο απαιτεί Sphinx έκδοσης τουλάχιστον %s και επομένως δεν είναι δυνατή η μεταγλωτισση με αυτή την έκδοση." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "δημιουργία καταλόγου εξόδου" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "κατά τον καθορισμό της επέκτασης %s" -#: application.py:309 +#: application.py:310 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "η 'παραμετροποίηση' σύμφωνα με τον τρέχοντα ορισμό στο conf.py δεν αποτελεί καλέσιμο. Παρακαλείσθε να τροποποιήσετε τον ορισμό ώστε να το κάνετε μία καλέσιμη συνάρτηση. Αυτό απαιτείται προκειμένου το conf.py να συμπεριφέρεται ως μία επέκταση Sphinx." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "φόρτωση μεταφράσεων [%s]..." -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "ολοκλήρωση" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "δεν είναι διαθέσιμο για εσωτερικά μηνύματα" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "φόρτωση πακτωμένου περιβάλλοντος" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "αποτυχία: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Δεν επιλέχθηκε μεταγλωττιστής, θα χρησιμοποιηθεί ο προεπιλεγμένος: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "η κλάση κόμβου %r έχει ήδη καταχωρηθεί, οι επισκέπτες της θα υπερσκελιστούν" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -163,12 +298,12 @@ msgid "" "explicit" msgstr "η επέκταση %s δεν καθορίζει αν είναι ασφαλής η παράλληλη ανάγνωση, υποθέτοντας ότι δεν είναι - παρακαλείσθε να ζητήσετε από το δημιουργό της επέκτασης να το ελέγχει και να το κάνει σαφές" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -176,156 +311,210 @@ msgid "" "explicit" msgstr "η επέκταση %s δεν καθορίζει αν είναι ασφαλής η παράλληλη ανάγνωση, υποθέτοντας ότι δεν είναι - παρακαλείσθε να ζητήσετε το δημιουργό της επέκτασης να το ελέγξει και να το κάνει σαφές" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "εκτέλεση σειριακής %s" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "ο κατάλογος παραμετροποίησης δεν περιλαμβάνει κανένα αρχείο conf.py (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "Η επέκταση %s απαιτείται από τις ρυθμίσεις needs_extensions, αλλά δεν είναι φορτωμένη." -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +"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)." -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" +msgstr "Το συμβάν %r υπάρχει ήδη" + +#: events.py:379 +#, python-format +msgid "Unknown event name: %s" +msgstr "Άγνωστο όνομα συμβάντος: %s" + +#: events.py:424 +#, python-format +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:399 +#: registry.py:162 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης καταλόγου %r, θα αγνοηθεί (χρησιμοποιήστε το %r για να καθορίσετε τα επιμέρους στοιχεία)" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Η κλάση μεταγλώττισης %s δεν έχει χαρακτηριστικό \"name\" " -#: config.py:411 +#: registry.py:166 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "ανέγκυρος αριθμός %r για τιμή παραμετροποίησης %r, θα αγνοηθεί" +msgid "Builder %r already exists (in module %s)" +msgstr "Ο μεταγλωττιστής %r υφίσταται ήδη (στο δομοστοιχείο %s)" -#: config.py:419 +#: registry.py:182 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης %r με τύπο ο οποίος δεν υποστηρίζεται, θα αγνοηθεί" +msgid "Builder name %s not registered or available through entry point" +msgstr "Το όνομα μεταγλωττιστή %s δεν είναι καταχωρημένο ή διαθέσιμο δια μέσου του σημείου εισαγωγής" -#: config.py:442 +#: registry.py:192 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "άγνωστη τιμή παραμετροποίσης %r στην υπερσκέλιση, θα αγνοηθεί" +msgid "Builder name %s not registered" +msgstr "Το όνομα μεταγλωττιστή %sδεν είναι καταχορημένο" -#: config.py:496 +#: registry.py:199 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "domain %s already registered" +msgstr "ο τομέας %s είναι ήδη καταχωρημένος" -#: config.py:524 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "Config value %r already present" -msgstr "Η τιμή παραμετροποίησης %r υφίσταται ήδη." +msgid "domain %s not yet registered" +msgstr "ο τομέας %s δεν έχει καταχωρηθεί ακόμη" -#: config.py:561 +#: registry.py:230 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "The %r directive is already registered to domain %s" +msgstr "Η οδηγία %r είναι ήδη καταχωρημένη στον τομέα %s" -#: config.py:603 +#: registry.py:248 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Υπάρχει ένα συντακτικό λάθος στο αρχείο παραμετροποίησής σας: %s\n" +msgid "The %r role is already registered to domain %s" +msgstr "Ο ρόλος %r είναι ήδη καταχωρημένος στον τομέα %s" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Το αρχείο παραμετροποίησης (ή ένα από τα στοιχεία που εισάγει) κάλεσε την sys.exit()" +#: registry.py:261 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "Ο δείκτης %r είναι ήδη καταχωρημένος στον τομέα %s" -#: config.py:615 +#: registry.py:308 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Υπάρχει ένα προγραμματιστικό λάθος στο αρχείο παραμετροποίησής σας:\n\n%s" +msgid "The %r object_type is already registered" +msgstr "Το object_type %r είναι ήδη καταχωρημένο" -#: config.py:637 +#: registry.py:339 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r crossref_type is already registered" +msgstr "Το crossref_type %r είναι ήδη καταχωρημένο" -#: config.py:655 config.py:663 +#: registry.py:348 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "source_suffix %r is already registered" +msgstr "το source_suffix %r είναι ήδη καταχωρημένο" -#: config.py:669 +#: registry.py:358 #, 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 %r is already registered" +msgstr "το source_parser για το %r είναι ήδη καταχωρημένο" -#: config.py:690 +#: registry.py:367 #, python-format -msgid "Section %s" -msgstr "Τομέας %s" +msgid "Source parser for %s not registered" +msgstr "Ο αναλυτής πηγής για το %s δεν είναι καταχωρημένος" -#: config.py:691 +#: registry.py:388 #, python-format -msgid "Fig. %s" -msgstr "Εικ. %s" +msgid "Translator for %r already exists" +msgstr "Ο μεταφραστής για το %r υφίσταται ήδη" -#: config.py:692 +#: registry.py:405 #, python-format -msgid "Table %s" -msgstr "Πίνακας %s" +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "το kwargs για το add_node() πρέπει να είναι μία (visit, depart) συνάρτηση πλειάδας: %r=%r" -#: config.py:693 +#: registry.py:498 #, python-format -msgid "Listing %s" -msgstr "Λίστα %s" +msgid "enumerable_node %r already registered" +msgstr "το enumerable_node %r είναι ήδη καταχωρημένο" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "Η τιμή παραμετροποίησης '{name}' πρέπει να λαμβάνει μία από τις {candidates} αλλά εκχωρήθηκε η '{current}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" +msgstr "" -#: config.py:833 -#, python-brace-format +#: registry.py:531 +#, python-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Η τιμή παραμετροποίησης '{name]' έχει τύπο '[current__name__}'; αναμενόμενη {permitted}." +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "η επέκταση %r συγχωνεύθηκε ήδη με το Sphinx από την έκδοση %s; η επέκταση αυτή θα αγνοηθεί." -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "Η τιμή παραμετροποίησης '{name}' έχει τύπο '{current__name__}', αρχικοποίηση σε '{default__name__}'." +#: registry.py:545 +msgid "Original exception:\n" +msgstr "Αρχική εξαίρεση:\n" -#: config.py:862 +#: registry.py:547 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "το primary_domain %r δεν βρέθηκε, θα αγνοηθεί." +msgid "Could not import extension %s" +msgstr "Δεν ήταν δυνατή η εισαγωγή της επέκτασης %s" -#: config.py:882 +#: registry.py:554 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "η επέκταση %r δεν έχει συνάρτηση setup(); αποτελεί δομοστοιχείο επέκτασης του Sphinx;" + +#: registry.py:567 +#, 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 +#, 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 +#, 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 "Python Enhancement Proposals; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" msgstr "" #: highlighting.py:170 @@ -340,1149 +529,877 @@ msgid "" "Retrying in relaxed mode." msgstr "" -#: theming.py:115 +#: 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 "" + +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "η ρύθμιση %s.%s δεν εμφανίζεται από τις παραμετροποιήσεις θέματος που αναζητήθηκαν" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "δόθηκε μη υποστηριζόμενη επιλογή θέματος %r" -#: theming.py:208 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "το αρχείο %r στο μονοπάτι θέματος δεν αποτελεί ένα έγκυρο zipfile ή δεν περιλαμβάνει ένα θέμα" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:276 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, 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 "Το συμβάν %r υπάρχει ήδη" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "αυτόματη εισαγωγή docstrings από τα δομοστοιχεία" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Άγνωστο όνομα συμβάντος: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "αυτόματα κομμάτια δοκιμαστικού κώδικα σε τμήματα doctest" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "σύνδεσμος μεταξύ τεκμηρίωσης Sphinx διαφόρων έργων" -#: project.py:72 -#, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "γράψτε εγγραφές \"todo\" οι οποίες μπορούν αν εμφανίζονται ή να αποκρύπτονται κατά τη μεταγλώττιση" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "αναζήτηση για κάλυψη βιβλιογραφίας" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Η κλάση μεταγλώττισης %s δεν έχει χαρακτηριστικό \"name\" " +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "να συμπεριληφθεί το math, απεικονισμένο ως εικόνες PNG η SVG" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Ο μεταγλωττιστής %r υφίσταται ήδη (στο δομοστοιχείο %s)" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "να συμπεριληφθεί το math, απεικονισμένο στο φυλλομετρηρή απο το MathJax" -#: registry.py:187 -#, python-format -msgid "Builder name %s not registered or available through entry point" -msgstr "Το όνομα μεταγλωττιστή %s δεν είναι καταχωρημένο ή διαθέσιμο δια μέσου του σημείου εισαγωγής" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "υποθετική εισαγωγή περιεχομένου βασισμένη στις τιμές παραμετροποίησης" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "Το όνομα μεταγλωττιστή %sδεν είναι καταχορημένο" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "να συμπεριληφθούν σύνδεσμοι στον πηγαίο κώδικα των τεκμηριωμένων αντικειμένων Python" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "ο τομέας %s είναι ήδη καταχωρημένος" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "δημιουργία αρχείου .nojekyll για έκδοση του εγγράφου στις σελίδες GitHub " -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "ο τομέας %s δεν έχει καταχωρηθεί ακόμη" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Παρακαλείστε να εισάγετε ένα έγκυρο όνομα μονοπατιού." -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "Η οδηγία %r είναι ήδη καταχωρημένη στον τομέα %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Παρακαλείστε να εισάγετε κάποιο κείμενο." -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "Ο ρόλος %r είναι ήδη καταχωρημένος στον τομέα %s" +msgid "Please enter one of %s." +msgstr "Παρακαλείστε να εισάγετε ένα από τα %s." -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "Ο δείκτης %r είναι ήδη καταχωρημένος στον τομέα %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Παρακαλείστε να εισάγετε είτε 'y' είτε 'n'." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "Το object_type %r είναι ήδη καταχωρημένο" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Παρακαλείστε να εισάγετε μία επέκταση αρχείου, π.χ. '.rst' ή '.txt'." -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "Το crossref_type %r είναι ήδη καταχωρημένο" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Καλώς ήρθατε στο εργαλείο γρήγορης εκκίνησης Sphinx %s." -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "το source_suffix %r είναι ήδη καταχωρημένο" +#: 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 "" -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "το source_parser για το %r είναι ήδη καταχωρημένο" +msgid "Selected root path: %s" +msgstr "" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "Ο αναλυτής πηγής για το %s δεν είναι καταχωρημένος" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "Ο μεταφραστής για το %r υφίσταται ήδη" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Ριζικό μονοπάτι για την τεκμηρίωση" -#: 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" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Σφάλμα: ένα υπάρχον conf.py έχει βρεθεί στοn επιλεγμένο ριζικό κατάλογο." -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "το enumerable_node %r είναι ήδη καταχωρημένο" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα έργα Sphinx." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Παρακαλείστε να εισάγετε ένα νέο ριζικό μονοπάτι (ή απλά πιέστε το Enter για έξοδο)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." -msgstr "η επέκταση %r συγχωνεύθηκε ήδη με το Sphinx από την έκδοση %s; η επέκταση αυτή θα αγνοηθεί." - -#: registry.py:543 -msgid "Original exception:\n" -msgstr "Αρχική εξαίρεση:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "Δεν ήταν δυνατή η εισαγωγή της επέκτασης %s" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Ξεχωριστοί κατάλογοι για πηγή και μεταγλώττιση (y/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" -msgstr "η επέκταση %r δεν έχει συνάρτηση setup(); αποτελεί δομοστοιχείο επέκτασης του Sphinx;" +"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 "" -#: registry.py:565 -#, 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: επομένως δεν είναι δυνατή η μεταγλώττιση με αυτή την έκδοση." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Πρόθεμα ονόματος για πρότυπα και στατικούς καταλόγους" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +"The project name will occur in several places in the built documentation." 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 "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Όνομα έργου" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Όνομα(τα) συγγραφέα" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %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 "" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Έκδοση έργου" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Κυκλοφορία έργου" -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" +#: 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 "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[πηγή]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "επισήμανση κώδικα δομοστοιχείου..." - -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[τεκμηρίωση]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Κώδικας μονάδας" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

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

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Επισκόπηση: κώδικας της μονάδας" - -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Γλώσσα έργου" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +"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/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/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Επέκταση αρχείου πηγής" -#: ext/duration.py:90 +#: cmd/quickstart.py:349 msgid "" -"====================== slowest reading durations =======================" +"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 "" -#: 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 δεν είναι μία έγκυρη επιλογή." +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Όνομα του κυρίους σας εγγράφου (χωρίς επέκταση)" -#: ext/doctest.py:139 +#: cmd/quickstart.py:367 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' δεν αποτελεί μία έγκυρη επιλογή για pyversion" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Σφάλμα: το κύριο αρχείο %s έχει ήδη βρεθεί στο επιλεγμένο ριζικό κατάλογο." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "ανέγκυρος τύπος TestCode" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα αρχεία." -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:377 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:457 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "δεν υπάρχει κώδικας/αποτέλεσμα στο τμήμα %s στο %s:%s" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Παρακαλείσθε να εισάγετε ένα νέο όνομα αρχείου, ή να μεταονομάσετε το υπάρχον αρχείο και να πιέσετε το Enter" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "Ο ανέγκυρος κώδικας doctest θα αγνοηθεί: %r" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Υποδείξτε ποιά απο τις ακόλουθες επεκτάσεις Sphinx πρέπει να ενεργοποιηθούν:" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:396 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "Η εντολή LaTex %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για απεικόνιση μαθηματικών), ελέγξτε τη ρύθμιση imgmath_latex" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Σημείωση: τα imgmath και mathjax δεν είναι δυνατό να ενεργοποιηθούν ταυτόχρονα. Το imgmath έχει αποεπιλεγθεί. " -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s η εντολή %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για μαθηματική απεικόνιση), ελέγξτε τη ρύθμιση imgmath_%s" +"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 "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "απεικόνιση latex %r: %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Δημιουργία Makefile; (y/n)" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "σε σειρά latex %r: %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Δημιουργία αρχείου εντολών Windows; (y/n)" -#: ext/coverage.py:48 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "invalid regex %r in %s" -msgstr "ανέγκυρο regex %r σε %s" +msgid "Creating file %s." +msgstr "Δημιουργία αρχείου %s." -#: ext/coverage.py:140 ext/coverage.py:301 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "module %s could not be imported: %s" -msgstr "το δομοστοιχείο %s δεν ήταν δυνατό να εισαχθεί: %s" +msgid "File %s already exists, skipping." +msgstr "Το αρχείο %s υπάρχει ήδη, παραλείπεται." -#: ext/coverage.py:148 +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Ολοκλήρωση: μία αρχική δομή καταλόγου δημιουργήθηκε." + +#: cmd/quickstart.py:519 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:526 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:530 +#, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "ανέγκυρο regex %r στο coverage_c_regexes" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +#: cmd/quickstart.py:572 +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" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "ήσυχος τρόπος" + +#: cmd/quickstart.py:601 +msgid "project root" 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 "" +#: cmd/quickstart.py:604 +msgid "Structure options" +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 "η μετατροπή ολοκλήρωσε με σφάλμα:[stderr]\n%r\n[stdout]\n%r" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "αν ορίζεται, θα ξεχωρίσουν οι κατάλογοι πηγής και μεταγλώττισης" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: 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 δεν βρέθηκε ή απέτυχε η ανάγνωσή του" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "αντικατάσταση για τελεία σε _templates κλπ." -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Η οδηγία χωρίς περιεχόμενο \"graphviz\" θα αγνοηθεί." +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Βασικές επιλογές έργου" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +#: cmd/quickstart.py:627 +msgid "project name" +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" +#: cmd/quickstart.py:630 +msgid "author names" +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/quickstart.py:637 +msgid "version of project" +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 δεν παρήγαγε κανένα αρχείο εξόδου:\n[stderr]\n%r\n[stdout]\n%r" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "δημοσίευση του έργου" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "γλώσσα εγγράφου" -#: 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:654 +msgid "source file suffix" +msgstr "επέκταση αρχείου πηγής" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[γράφημα: %s]" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "κύριο όνομα εγγράφου" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[γράφημα]" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "χρηση epub" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Εκκρεμότητα" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Επιλογές επέκτασης" -#: ext/todo.py:94 +#: cmd/quickstart.py:670 #, python-format -msgid "TODO entry found: %s" -msgstr "βρέθηκε εγγραφή TODO:%s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +msgid "enable %s extension" +msgstr "ενεργοποίηση της επέκτασης %s" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Το <> βρίσκεται στο %s, γραμή %d.)" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "ενεργοποίηση αυθαίρετων επεκτάσεων" -#: ext/todo.py:166 -msgid "original entry" -msgstr "αρχική εγγραφή" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Δημιουργία Makefile και Batchfile" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "δημιουργία makefile" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Ανέγκυρη λεζάντα: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "να μη δημιουργηθεί makefile" -#: 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 "η προδιαγραφή αριθμού σειράς είναι εκτός e;yroyw (1-%d): %r" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "δημιουργία batchfile" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Δεν είναι δυνατή η ταυτόχρονη χρήση των επιλογών \"%s\" και \"%s\"" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "να μη δημιουργηθεί batchfile" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "χρησιμοποιήστε το make-mode για το Makefile/make.bat" -#: 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 "" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Προτυποποίηση έργου" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "Το αντικείμενο με όνομα %r δεν βρέθηκε στο συμπεριληφθέν αρχείο %r" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "πρότυπος κατάλογος για πρότυπα αρχεία" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Δεν είναι δυνατή η χρήση \"leneno-match\" με ένα κομματιασμένο σετ απο \"lines\"" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "ορίστε μία τιμή προτύπου" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Προσδιορισμός γραμμής %r: δεν ελήφθησαν γραμμές από το συμπεριληφθέν αρχείο %r" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "καθορίστηκε το \"quiet\", αλλά δεν καθορίστηκε είτε το \"project\" είτε το \"author\"." -#: directives/patches.py:71 +#: cmd/quickstart.py:785 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." -msgstr "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Σφάλμα: το καθορισθέν μονοπάτι δεν είναι κατάλογος, ή τα αρχεία sphinx υπάρχουν ήδη." -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "Το sphinx-quickstart δημιουργεί μόνο εντός ενός κενού καταλόγου. Παρακαλείσθε να καθορίσετε ένα νέο ριζικό μονοπάτι." -#: directives/other.py:153 environment/adapters/toctree.py:361 +#: cmd/quickstart.py:809 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "Το toctree περιλαμβάνει αναφορά στο αποκλεισμένο κείμενο %r" +msgid "Invalid template variable: %s" +msgstr "Ανέγκυρη μεταβλητή προτύπου: %s" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "το toctree περιλαμβάνει αναφορά στο μη υπαρκτό έγγραφο %r" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "ο αριθμός εργασίας θα πρέπει να είναι θετικός αριθμός" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %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 "" -#: 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 "Συντάκτης: " +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "μονοπάτι για τα αρχεία πηγής τεκμηρίωσης" -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "μονοπάτι στον κατάλογο εξόδου" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Το αρχείο επισκόπησης είναι σε %(outdir)s." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "καμία αλλαγή στην έκδοση %s." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "εγγραφή αρχείου σύνοψης" - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Ενσωματωμένες λειτουργίες" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Επίπεδο μονάδας λειτουργίας" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "αντιγραφή αρχείων πηγής..." - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "δεν ήταν δυνατή η ανάγνωση %r για τη δημιουργία changelog" - -#: builders/manpage.py:37 -#, 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" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "εγγραφή" - -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "η τιμή παραμετροποίησης \"man_pages\" κάνει αναφορά το άγνωστο κείμενο %s" - -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s (%s)" - -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "μεταγλώττιση [mo]:" - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "εγγραφή εξόδου..." - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "όλα τα αρχεία po του %d" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "στόχοι για τα αρχεία po του %d οι οποίοι έχουν καθοριστεί" - -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "στόχοι για τα αρχεία po του %d τα οποία είναι ξεπερασμένα" - -#: builders/__init__.py:319 -msgid "all source files" -msgstr "όλα τα αρχεία πηγής" +#: cmd/build.py:114 +msgid "general options" +msgstr "γενικές επιλογές" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/build.py:131 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "το αρχείο %r που δόθηκε στη γραμμή εντολής δεν βρίσκεται κάτω από τον κατάλογο πηγής, θα αγνοηθεί" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "τα αρχεία πηγής %d που δόθηκαν στη γραμμή εντολής" - -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "στόχοι για τα αρχεία πηγής %d τα οποία είναι ξεπερασμένα" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "μεταγλώττιση [%s]:" - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "αναζήτηση για νεοξεπερασμένα αρχεία..." - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "βρέθηκε %d" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "δεν βρέθηκε κανένα" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "Περιβάλλον μετατροπής αντικειμένων Python σε ροή bytes" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "έλεγχος συνοχής" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "κανένας στόχος δεν είναι ξεπερασμένος." - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "αναβάθμιση περιβάλλοντος:" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "εγγραφή όλων των αρχείων (προεπιλογή: εγγραφή μόνο νέων και αλλαγμένων αρχείων)" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s προστέθηκε, %s άλλαξε, %s απομακρύνθηκε" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "μην χρησιμοποιείτε ένα αποθηκευμένο περιβάλλον, πάντα να διαβάζετε όλα τα αρχεία" -#: 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:540 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "ανάγνωση πηγών..." +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "παράκαμψη ρύθμισης στο αρχείο παραμετροποίησης" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "docname προς εγγραφή: %s" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "μεταφορά τιμής στα πρότυπα HTML" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: 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 "" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "προετοιμασία κειμένων" +#: cmd/build.py:212 +msgid "console output options" +msgstr "επιλογές εξόδου κονσόλας" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "αυξήστε τον βερμπαλισμό (μπορεί να επαναληφθεί)" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "μη κωδικοποιήσιμοι χαρακτήρες πηγής, θα αντικατασταθούν με \"?\": %r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "καμία έξοδος στο stdout, μόνο προειδοποιήσεις στο stderr" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Το αρχείο ePub βρίσκεται σε %(outdir)s." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "κανένα αποτέλεσμα ούτε προειδοποιήσεις" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "να γίνεται εκπομπή χρωματιστής εξόδου (προεπιλογή: auto-detect)" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_language\" (ή \"language\") δεν πρέπει να είναι κενή για EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "να μην παρουσιάζεται έγχρωμο αποτέλεσμα (προεπιλογή: αυτόματη αναγνώριση)" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_uid\" πρέπει να είναι XML NAME για EPUB3" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "προειδοποιήσεις εγγραφής (και σφάλματα) στο δοθέν αρχείο" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_title\" (ή \"html_title\") δεν πρέπει να είναι κενή για EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "μετατροπή προειδοποιήσεων σε σφάλματα" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_author\" δεν πρέπει να είναι κενή για EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "απεικόνιση πλήρους ιστορικού σε περίπτωση εξαίρεσης" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_contributor\" δεν πρέπει να είναι κενή για EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "εκτέλεση Pdb σε περίπτωση εξαίρεσης" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_description\" δεν πρέπει να είναι κενή για EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_publisher\" δεν πρέπει να είναι κενή για EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "δεν γίνεται συνδιασμός της επιλογής -a και των ονομάτων αρχείων" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_copyright\" (ή \"copyright\") δεν πρέπει να είναι κενή για EPUB3" +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" +msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_identifier\" δεν πρέπει να είναι κενή για EPUB3" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "Το όρισμα -D πρέπει να είναι της μορφής όνομα=τιμέ" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"version\" δεν πρέπει να είναι κενή για EPUB3" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "Το όρισμα -Α πρέπει να είναι της μορφής όνομα=τιμή" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/javascript.py:183 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "ανέγκυρο css_file: %r, θα αγνοηθεί" +msgid "%s() (built-in function)" +msgstr "%s() (ενσωματωμένη συνάρτηση)" -#: builders/xml.py:31 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." +msgid "%s() (%s method)" +msgstr "%s() (μέθοδος της %s)" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/javascript.py:186 #, python-format -msgid "error writing file %s: %s" -msgstr "σφάλμα καταγραφής αρχείου %s: %s" +msgid "%s() (class)" +msgstr "%s() (κλάση)" -#: builders/xml.py:101 +#: domains/javascript.py:188 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." +msgid "%s (global variable or constant)" +msgstr "%s (καθολική μεταβλητή ή σταθερά)" -#: builders/texinfo.py:45 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Τα αρχεία Texinfo βρίσκονται σε %(outdir)s." +msgid "%s (%s attribute)" +msgstr "%s (ιδιότητα της %s)" -#: 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 "\nΕκτελέστε 'make' σε αυτό τον κατάλογο για να εκτελέσετε αυτά μέσω του makeinfo\n(χρησιμοποιήστε το 'make info' εδώ για να το κάνετε αυτόματα)." +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Παράμετροι" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "δεν βρέθηκε τιμή \"texinfo_documents\": δεν θα γίνει εγγραφή κανενός κειμένου" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Προκαλεί" -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "η τιμή παραμετροποίησης \"texninfo_documents\" αναφέρεται σε άγνωστο κείμενο %s" +#: 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 "Επιστρεφόμενος τύπος" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/javascript.py:374 #, python-format -msgid "processing %s" -msgstr "επεξεργασία %s" +msgid "%s (module)" +msgstr "%s (μονάδα)" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "επίλυση αναφορών..." +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "συνάρτηση" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (σε " +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "μέθοδος" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "αντιγραφή εικόνων..." +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "κλάση" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "δεν είναι δυνατή η αντιγραφή αρχείου εικόνας %r: %s" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "δεδομένα" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "αντιγραφή αρχείων υποστήριξης Texinfo" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "ιδιότητα" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "σφάλμα κατά την εγγραφή του αρχείου Makefile: %s" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "μονάδα" -#: builders/_epub_base.py:223 +#: domains/javascript.py:458 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "βρέθηκε διπλότυπη εγγραφή ToC: %s" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" -#: builders/_epub_base.py:433 +#: domains/__init__.py:322 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "δεν είναι δυνατή η ανάγωνση αρχείου εικόνας %r: αντί αυτού θα αντιγραφεί" +msgid "%s %s" +msgstr "%s %s" -#: builders/_epub_base.py:464 +#: domains/changeset.py:26 #, python-format -msgid "cannot write image file %r: %s" -msgstr "δεν είναι δυνατή η εγγραφή αρχείου %r: %s" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "Το pillow δεν βρέθηκε - αντιγραφή αρχείων εικόνας" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "άγνωστο mimetype για %s, θα ανγοηθεί" +msgid "Changed in version %s" +msgstr "Άλλαξε στην έκδοση %s" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "Αποσύρθηκε στην έκδοση %s" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." -msgstr "εγγραφή %s αρχείου..." - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Ο προσωρινός μεταγλωττιστής δεν δημιουργεί αρχεία." +msgid "duplicate label of equation %s, other instance in %s" +msgstr "διπλότυπη ετικέτα της εξίσωσης %s, άλλη εμφάνιση στο %s" -#: builders/gettext.py:244 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Οι κατάλογοι των μηνυμάτων είναι στο %(outdir)s." +msgid "Invalid math_eqref_format: %r" +msgstr "Ανέγκυρο math_eqref_format: %r" -#: builders/gettext.py:266 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "targets for %d template files" -msgstr "στόχοι για %d πρότυπα αρχεία" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "ανάγνωση προτύπων..." +msgid "%s (directive)" +msgstr "%s (οδηγία)" -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "εγγραφή καταλόγων μηνύματος..." +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr "" -#: builders/singlehtml.py:35 +#: domains/rst.py:224 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Η σελίδα HTML είναι στο %(outdir)s." +msgid "%s (role)" +msgstr "%s (ρόλος)" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "συναρμολόγηση απλού κειμένου" +#: domains/rst.py:234 +msgid "directive" +msgstr "οδηγία" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "εγγραφή επιπρόσθετων αρχείων" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Αναζητήστε οποιαδήποτε λάθη στο παραπάνω αποτέλεσμα ή σε %(outdir)s/output.txt" +#: domains/rst.py:236 +msgid "role" +msgstr "ρόλος" -#: builders/linkcheck.py:149 +#: domains/rst.py:262 #, python-format -msgid "broken link: %s (%s)" -msgstr "λανθασμένος σύνδεσμος: %s (%s)" +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" -#: builders/linkcheck.py:548 +#: domains/citation.py:75 #, python-format -msgid "Anchor '%s' not found" -msgstr "Δεν βρέθηκε το anchor '%s'" +msgid "duplicate citation %s, other instance in %s" +msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" -#: builders/linkcheck.py:758 +#: domains/citation.py:92 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgid "Citation [%s] is not referenced." +msgstr "Η παραπομπή [%s] δεν αναφέρεται." -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Τα αρχεία κειένου βρίσκονται σε %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" +msgstr "νέα παραμετροποίηση" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "ασυνεπείς αναφορές υποσημείωσης στα μεταφρασμένα μηνύματα. original: {0}, translated: {1}" +#: environment/__init__.py:89 +msgid "config changed" +msgstr "η παραμετροποίηση άλλαξε" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "ασυνεπείς αναφορές στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "αλλαγμένες επεκτάσεις" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "ασυνεπείς αναφορές παραπομπής στο μεταφρασμένο μήνυμα. αρχικό: {0}, μεταφρασμένο: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "η έκδοση του περιβάλλοντος μεταλώττισης δεν είναι η τρέχουσα" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "ασυνεπείς αναφορές όρων στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "ο πηγαίος κατάλογος έχει αλλάξει" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:347 #, python-format -msgid "%b %d, %Y" -msgstr "%d %B %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:358 #, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:401 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "βρέθηκε ευρετήριο βασιζόμενο σε 4 στήλες. Μπορεί να αποτελεί σφάλμα της επέκτασης που χρησιμοποιείτε: %r" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Το περιβάλλον δεν είναι συμβατό με τον επιλεγμένο μεταγλωττιστή, παρακαλείστε να επιλέξετε ένα διαφορετικό κατάλογο toctree." -#: transforms/__init__.py:294 +#: environment/__init__.py:515 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Δεν υπάρχει αναφορά για την υποσημείωση [%s]." +msgid "Failed to scan documents in %s: %r" +msgstr "Αδυναμία σάρωσης εγγράφων σε %s: %r" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "Ο τομέας %r δεν είναι καταχωρημένος" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "Η υποσημείωση [#] δεν αναφέρεται." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "το έγγραφο δεν συμπεριλαμβάνεται σε κανένα toctree" + +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "Βρέθηκε αυτοαναφερόμενο toctree. Θα αγνοηθεί." + +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" #: _cli/__init__.py:73 msgid "Usage:" @@ -1552,2100 +1469,2023 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "νέα παραμετροποίηση" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "η παραμετροποίηση άλλαξε" +#: builders/latex/__init__.py:203 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 "Ευρετήριο" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "αλλαγμένες επεκτάσεις" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "ο ανακαλυφθέν τίτλος κόμβος δεν βρίσκεται σε τομέα, θέμα, πίνακα, προειδοποίηση ή πλαϊνή μπάρα" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "η έκδοση του περιβάλλοντος μεταλώττισης δεν είναι η τρέχουσα" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Σημειώσεις υποσέλιδου" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "ο πηγαίος κατάλογος έχει αλλάξει" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "η λεζάντα δεν βρίσκεται εντός μίας εικόνας." -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" +msgstr "μη υλοποιημένος τύπος κόμβου: %r" + +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" +msgid "numfig_format is not defined for %s" +msgstr "δεν έχει καθοριστεί numfig_format για το %s" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" +msgstr "Κανένα ID δεν έχει ανατεθεί στο κόμβο %s" + +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Το περιβάλλον δεν είναι συμβατό με τον επιλεγμένο μεταγλωττιστή, παρακαλείστε να επιλέξετε ένα διαφορετικό κατάλογο toctree." +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Αδυναμία σάρωσης εγγράφων σε %s: %r" +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" -msgstr "Ο τομέας %r δεν είναι καταχωρημένος" +msgid "unsupported rubric heading level: %s" +msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" -msgstr "το έγγραφο δεν συμπεριλαμβάνεται σε κανένα toctree" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." -msgstr "Βρέθηκε αυτοαναφερόμενο toctree. Θα αγνοηθεί." +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Δεν ήταν δυνατή η λήψη του μεγέθους της εικόνας. Η επιλογή :scale: θα αγνοηθεί." + +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "reading error: %s, %s" -msgstr "σφάλμα ανάγνωσης: %s, %s" +msgid "[image: %s]" +msgstr "[εικόνα: %s]" -#: util/i18n.py:113 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[εικόνα]" + +#: writers/latex.py:384 #, python-format -msgid "writing error: %s, %s" -msgstr "καταγραφή λάθους: %s, %s" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "άγνωστο toplevel_sectioning %r για την κλάσση %r" -#: util/i18n.py:146 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "no Babel option known for language %r" +msgstr "καμία γνωστή επιλογή Babel για τη γλώσσα %r" + +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "πολύ μεγάλο :maxdepth:, θα αγνοηθεί." -#: util/i18n.py:236 +#: writers/latex.py:614 #, python-format -msgid "Invalid Babel locale: %r." +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Ανέγκυρος τύπος ημερομηνίας. Τοποθετείστε στη στοιχειοσειρά μονά εισαγωγικά εάν θέλετε να το εξάγετε απευθείας: %s" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "ο τίτλος του εγγράφου δεν είναι μονός κόμβος κειμένου" -#: util/docfields.py:103 -#, python-format +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "τόσο η επιλογή για tabularcolumns όσο και για :widths: δίνονται. Η επιλογή :widths: θα αγνοηθεί." -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "το toctree περιλαμβάνει αναφορά σε άγνωστο αρχείο %r" +msgid "dimension unit %s is invalid. Ignored." +msgstr "η μονάδα διάστασης %s δεν είναι έγκυρη. Θα αγνοηθεί." -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "εξαίρεση κατά την αξιολόγηση μόνο της έκφρασης οδηγίας: %s" - -#: util/display.py:82 -msgid "skipped" -msgstr "παράβλεψη" - -#: util/display.py:87 -msgid "failed" -msgstr "αποτυχία" +msgid "unknown index entry type %s found" +msgstr "βρέθηκε άγνωστος τύπος εγγραφής ευρετηρίου %s" -#: util/osutil.py:131 -#, python-format +#: directives/patches.py:71 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "άγνωστος τύπος κόμβου: %r" - -#: util/fileutil.py:76 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "Invalid caption: %s" +msgstr "Ανέγκυρη λεζάντα: %s" -#: util/fileutil.py:89 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "line number spec is out of range(1-%d): %r" +msgstr "η προδιαγραφή αριθμού σειράς είναι εκτός e;yroyw (1-%d): %r" -#: util/rst.py:73 +#: directives/code.py:216 #, python-format -msgid "default role %s not found" -msgstr "ο προεπιλεγμένος ρόλος %s δεν βρέθηκε" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Δεν είναι δυνατή η ταυτόχρονη χρήση των επιλογών \"%s\" και \"%s\"" -#: util/inventory.py:147 +#: directives/code.py:231 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/inventory.py:166 +#: directives/code.py:235 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Σημειώσεις υποσέλιδου" - -#: writers/manpage.py:289 writers/text.py:945 +#: directives/code.py:276 #, python-format -msgid "[image: %s]" -msgstr "[εικόνα: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[εικόνα]" - -#: 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 "Ευρετήριο" - -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "ο ανακαλυφθέν τίτλος κόμβος δεν βρίσκεται σε τομέα, θέμα, πίνακα, προειδοποίηση ή πλαϊνή μπάρα" +msgid "Object named %r not found in include file %r" +msgstr "Το αντικείμενο με όνομα %r δεν βρέθηκε στο συμπεριληφθέν αρχείο %r" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "η λεζάντα δεν βρίσκεται εντός μίας εικόνας." +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Δεν είναι δυνατή η χρήση \"leneno-match\" με ένα κομματιασμένο σετ απο \"lines\"" -#: writers/texinfo.py:1303 +#: directives/code.py:314 #, python-format -msgid "unimplemented node type: %r" -msgstr "μη υλοποιημένος τύπος κόμβου: %r" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Προσδιορισμός γραμμής %r: δεν ελήφθησαν γραμμές από το συμπεριληφθέν αρχείο %r" -#: writers/latex.py:361 +#: directives/other.py:119 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "άγνωστο toplevel_sectioning %r για την κλάσση %r" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "no Babel option known for language %r" -msgstr "καμία γνωστή επιλογή Babel για τη γλώσσα %r" +msgid "toctree contains reference to excluded document %r" +msgstr "Το toctree περιλαμβάνει αναφορά στο αποκλεισμένο κείμενο %r" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr "πολύ μεγάλο :maxdepth:, θα αγνοηθεί." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "το toctree περιλαμβάνει αναφορά στο μη υπαρκτό έγγραφο %r" -#: writers/latex.py:591 +#: directives/other.py:169 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "ο τίτλος του εγγράφου δεν είναι μονός κόμβος κειμένου" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Συντάκτης τμήματος: " -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" +#: 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 "" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "τόσο η επιλογή για tabularcolumns όσο και για :widths: δίνονται. Η επιλογή :widths: θα αγνοηθεί." +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "η μονάδα διάστασης %s δεν είναι έγκυρη. Θα αγνοηθεί." +#: ext/todo.py:61 +msgid "Todo" +msgstr "Εκκρεμότητα" -#: writers/latex.py:1939 +#: ext/todo.py:94 #, python-format -msgid "unknown index entry type %s found" -msgstr "βρέθηκε άγνωστος τύπος εγγραφής ευρετηρίου %s" +msgid "TODO entry found: %s" +msgstr "βρέθηκε εγγραφή TODO:%s" + +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/todo.py:154 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Ανέγκυρο math_eqref_format: %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "(Το <> βρίσκεται στο %s, γραμή %d.)" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "" +#: ext/todo.py:166 +msgid "original entry" +msgstr "αρχική εγγραφή" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "δεν έχει καθοριστεί numfig_format για το %s" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[πηγή]" -#: writers/html5.py:441 +#: 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 "Any IDs not assigned for %s node" -msgstr "Κανένα ID δεν έχει ανατεθεί στο κόμβο %s" +msgid "

Source code for %s

" +msgstr "

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

" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Επισκόπηση: κώδικας της μονάδας" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "ανέγκυρο regex %r σε %s" -#: writers/html5.py:636 -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 δεν ήταν δυνατό να εισαχθεί: %s" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/html5.py:766 -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 "" -#: domains/__init__.py:322 +#: ext/coverage.py:187 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "ανέγκυρο regex %r στο coverage_c_regexes" -#: domains/math.py:73 +#: ext/coverage.py:260 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "διπλότυπη ετικέτα της εξίσωσης %s, άλλη εμφάνιση στο %s" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" -#: domains/javascript.py:182 +#: ext/coverage.py:452 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (ενσωματωμένη συνάρτηση)" +msgid "undocumented python function: %s :: %s" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/coverage.py:473 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (μέθοδος της %s)" +msgid "undocumented python class: %s :: %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/coverage.py:492 #, python-format -msgid "%s() (class)" -msgstr "%s() (κλάση)" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" -#: domains/javascript.py:187 +#: ext/imgmath.py:148 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (καθολική μεταβλητή ή σταθερά)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "Η εντολή LaTex %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για απεικόνιση μαθηματικών), ελέγξτε τη ρύθμιση imgmath_latex" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/imgmath.py:167 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (ιδιότητα της %s)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Παράμετροι" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Προκαλεί" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Επιστρέφει" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s η εντολή %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για μαθηματική απεικόνιση), ελέγξτε τη ρύθμιση imgmath_%s" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Επιστρεφόμενος τύπος" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "απεικόνιση latex %r: %s" -#: domains/javascript.py:370 +#: ext/imgmath.py:362 #, python-format -msgid "%s (module)" -msgstr "%s (μονάδα)" +msgid "inline latex %r: %s" +msgstr "σε σειρά latex %r: %s" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "συνάρτηση" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -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 "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -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 "η μετατροπή ολοκλήρωσε με σφάλμα:[stderr]\n%r\n[stdout]\n%r" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "δεδομένα" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "ιδιότητα" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -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" -#: domains/javascript.py:454 +#: ext/doctest.py:118 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" +msgid "missing '+' or '-' in '%s' option." +msgstr "λείπει '+' ή '-' στην επιλογή '%s'." -#: domains/changeset.py:26 +#: ext/doctest.py:124 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "'%s' is not a valid option." +msgstr "Η '%s δεν είναι μία έγκυρη επιλογή." -#: domains/changeset.py:27 +#: ext/doctest.py:139 #, python-format -msgid "Changed in version %s" -msgstr "Άλλαξε στην έκδοση %s" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' δεν αποτελεί μία έγκυρη επιλογή για pyversion" -#: domains/changeset.py:28 +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "ανέγκυρος τύπος TestCode" + +#: ext/doctest.py:297 #, python-format -msgid "Deprecated since version %s" -msgstr "Αποσύρθηκε στην έκδοση %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Ολοκληρώθηκε η δοκιμή των doctests στις πηγές, δείτε τα αποτελέσματα σε %(outdir)s/output.txt." -#: domains/changeset.py:29 +#: ext/doctest.py:451 #, python-format -msgid "Removed in version %s" -msgstr "" +msgid "no code/output in %s block at %s:%s" +msgstr "δεν υπάρχει κώδικας/αποτέλεσμα στο τμήμα %s στο %s:%s" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/doctest.py:568 #, python-format -msgid "%s (directive)" -msgstr "%s (οδηγία)" +msgid "ignoring invalid doctest code: %r" +msgstr "Ο ανέγκυρος κώδικας doctest θα αγνοηθεί: %r" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/extlinks.py:82 #, python-format -msgid ":%s: (directive option)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (ρόλος)" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "οδηγία" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Η οδηγία Graphviz δεν είναι δυνατό να περιλαμβάνει και περιεχόμενο και ένα όρισμα ονόματος αρχείου" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Το εξωτερικό αρχείο Graphviz %r δεν βρέθηκε ή απέτυχε η ανάγνωσή του" -#: domains/rst.py:236 -msgid "role" -msgstr "ρόλος" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Η οδηγία χωρίς περιεχόμενο \"graphviz\" θα αγνοηθεί." -#: domains/rst.py:262 +#: ext/graphviz.py:287 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/citation.py:75 +#: ext/graphviz.py:328 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "η εντολή dot %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για αποτέλεσμα graphviz), ελέγξτε τη ρύθμιση graphviz_dot" -#: domains/citation.py:92 +#: ext/graphviz.py:339 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "Η παραπομπή [%s] δεν αναφέρεται." - -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Προσοχή" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Προσοχή" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Κίνδυνος" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "Σφάλμα" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Συμβουλή" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "Σημαντικό" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "Σημείωση" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "Δείτε επίσης" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "το dot ολοκλήρωσε με σφάλμα:\n[stderr]\n%r\n[stdout]\n%r" -#: locale/__init__.py:236 -msgid "Tip" -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 δεν παρήγαγε κανένα αρχείο εξόδου:\n[stderr]\n%r\n[stdout]\n%r" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Προειδοποίηση" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "αυτόματη εισαγωγή docstrings από τα δομοστοιχεία" +#: 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:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "αυτόματα κομμάτια δοκιμαστικού κώδικα σε τμήματα doctest" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[γράφημα: %s]" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "σύνδεσμος μεταξύ τεκμηρίωσης Sphinx διαφόρων έργων" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[γράφημα]" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "γράψτε εγγραφές \"todo\" οι οποίες μπορούν αν εμφανίζονται ή να αποκρύπτονται κατά τη μεταγλώττιση" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Τα αρχεία Texinfo βρίσκονται σε %(outdir)s." -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -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' σε αυτό τον κατάλογο για να εκτελέσετε αυτά μέσω του makeinfo\n(χρησιμοποιήστε το 'make info' εδώ για να το κάνετε αυτόματα)." -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "να συμπεριληφθεί το math, απεικονισμένο ως εικόνες PNG η SVG" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "δεν βρέθηκε τιμή \"texinfo_documents\": δεν θα γίνει εγγραφή κανενός κειμένου" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "να συμπεριληφθεί το math, απεικονισμένο στο φυλλομετρηρή απο το MathJax" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "η τιμή παραμετροποίησης \"texninfo_documents\" αναφέρεται σε άγνωστο κείμενο %s" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "υποθετική εισαγωγή περιεχομένου βασισμένη στις τιμές παραμετροποίησης" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "επεξεργασία %s" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "να συμπεριληφθούν σύνδεσμοι στον πηγαίο κώδικα των τεκμηριωμένων αντικειμένων Python" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "εγγραφή" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "δημιουργία αρχείου .nojekyll για έκδοση του εγγράφου στις σελίδες GitHub " +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "επίλυση αναφορών..." -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Παρακαλείστε να εισάγετε ένα έγκυρο όνομα μονοπατιού." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (σε " -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Παρακαλείστε να εισάγετε κάποιο κείμενο." +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "αντιγραφή εικόνων..." -#: cmd/quickstart.py:133 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Please enter one of %s." -msgstr "Παρακαλείστε να εισάγετε ένα από τα %s." - -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Παρακαλείστε να εισάγετε είτε 'y' είτε 'n'." +msgid "cannot copy image file %r: %s" +msgstr "δεν είναι δυνατή η αντιγραφή αρχείου εικόνας %r: %s" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Παρακαλείστε να εισάγετε μία επέκταση αρχείου, π.χ. '.rst' ή '.txt'." +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "αντιγραφή αρχείων υποστήριξης Texinfo" -#: cmd/quickstart.py:229 +#: builders/texinfo.py:218 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Καλώς ήρθατε στο εργαλείο γρήγορης εκκίνησης 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 "" +msgid "error writing file Makefile: %s" +msgstr "σφάλμα κατά την εγγραφή του αρχείου Makefile: %s" -#: cmd/quickstart.py:241 +#: builders/_epub_base.py:223 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "" - -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Ριζικό μονοπάτι για την τεκμηρίωση" +msgid "duplicated ToC entry found: %s" +msgstr "βρέθηκε διπλότυπη εγγραφή ToC: %s" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "Σφάλμα: ένα υπάρχον conf.py έχει βρεθεί στοn επιλεγμένο ριζικό κατάλογο." +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "δεν είναι δυνατή η ανάγωνση αρχείου εικόνας %r: αντί αυτού θα αντιγραφεί" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα έργα Sphinx." +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "δεν είναι δυνατή η εγγραφή αρχείου %r: %s" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Παρακαλείστε να εισάγετε ένα νέο ριζικό μονοπάτι (ή απλά πιέστε το Enter για έξοδο)" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Το pillow δεν βρέθηκε - αντιγραφή αρχείων εικόνας" -#: 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." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Ξεχωριστοί κατάλογοι για πηγή και μεταγλώττιση (y/n)" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: 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." +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Πρόθεμα ονόματος για πρότυπα και στατικούς καταλόγους" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "άγνωστο mimetype για %s, θα ανγοηθεί" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Όνομα έργου" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Όνομα(τα) συγγραφέα" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "εγγραφή %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 "" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Έκδοση έργου" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "σφάλμα καταγραφής αρχείου %s: %s" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Κυκλοφορία έργου" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." -#: 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 "" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Το αρχείο επισκόπησης είναι σε %(outdir)s." -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Γλώσσα έργου" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "καμία αλλαγή στην έκδοση %s." -#: 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 "" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "εγγραφή αρχείου σύνοψης" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Επέκταση αρχείου πηγής" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Ενσωματωμένες λειτουργίες" -#: 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 "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Επίπεδο μονάδας λειτουργίας" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Όνομα του κυρίους σας εγγράφου (χωρίς επέκταση)" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "αντιγραφή αρχείων πηγής..." -#: cmd/quickstart.py:367 +#: builders/changes.py:138 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Σφάλμα: το κύριο αρχείο %s έχει ήδη βρεθεί στο επιλεγμένο ριζικό κατάλογο." +msgid "could not read %r for changelog creation" +msgstr "δεν ήταν δυνατή η ανάγνωση %r για τη δημιουργία changelog" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα αρχεία." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Οι σελίδες manual βρίσκονται σε %(outdir)s." -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Παρακαλείσθε να εισάγετε ένα νέο όνομα αρχείου, ή να μεταονομάσετε το υπάρχον αρχείο και να πιέσετε το Enter" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"man_pages\"; δεν θα καταγραφούν manual pages" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Υποδείξτε ποιά απο τις ακόλουθες επεκτάσεις Sphinx πρέπει να ενεργοποιηθούν:" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "η τιμή παραμετροποίησης \"man_pages\" κάνει αναφορά το άγνωστο κείμενο %s" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "Σημείωση: τα imgmath και mathjax δεν είναι δυνατό να ενεργοποιηθούν ταυτόχρονα. Το imgmath έχει αποεπιλεγθεί. " +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Το αρχείο ePub βρίσκεται σε %(outdir)s." -#: cmd/quickstart.py:406 -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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Δημιουργία Makefile; (y/n)" - -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Δημιουργία αρχείου εντολών Windows; (y/n)" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_language\" (ή \"language\") δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." -msgstr "Δημιουργία αρχείου %s." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_uid\" πρέπει να είναι XML NAME για EPUB3" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." -msgstr "Το αρχείο %s υπάρχει ήδη, παραλείπεται." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_title\" (ή \"html_title\") δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Ολοκλήρωση: μία αρχική δομή καταλόγου δημιουργήθηκε." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_author\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_contributor\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_description\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_publisher\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_copyright\" (ή \"copyright\") δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:572 -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/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_identifier\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"version\" δεν πρέπει να είναι κενή για EPUB3" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "ήσυχος τρόπος" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "ανέγκυρο css_file: %r, θα αγνοηθεί" -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Οι κατάλογοι των μηνυμάτων είναι στο %(outdir)s." -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Επιλογές δομής" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "μεταγλώττιση [%s]:" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "αν ορίζεται, θα ξεχωρίσουν οι κατάλογοι πηγής και μεταγλώττισης" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "στόχοι για %d πρότυπα αρχεία" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" -msgstr "" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "ανάγνωση προτύπων..." -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "αντικατάσταση για τελεία σε _templates κλπ." +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "εγγραφή καταλόγων μηνύματος..." -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Βασικές επιλογές έργου" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Τα αρχεία κειένου βρίσκονται σε %(outdir)s." -#: cmd/quickstart.py:627 -msgid "project name" -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:630 -msgid "author names" -msgstr "ονόματα συγγραφέων" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "έκδοση του έργου" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "μεταγλώττιση [mo]:" -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "δημοσίευση του έργου" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "εγγραφή εξόδου..." -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "γλώσσα εγγράφου" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "όλα τα αρχεία po του %d" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "επέκταση αρχείου πηγής" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "στόχοι για τα αρχεία po του %d οι οποίοι έχουν καθοριστεί" -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "κύριο όνομα εγγράφου" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "στόχοι για τα αρχεία po του %d τα οποία είναι ξεπερασμένα" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "χρηση epub" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "όλα τα αρχεία πηγής" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Επιλογές επέκτασης" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:343 #, python-format -msgid "enable %s extension" -msgstr "ενεργοποίηση της επέκτασης %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "το αρχείο %r που δόθηκε στη γραμμή εντολής δεν βρίσκεται κάτω από τον κατάλογο πηγής, θα αγνοηθεί" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "ενεργοποίηση αυθαίρετων επεκτάσεων" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Δημιουργία Makefile και Batchfile" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "τα αρχεία πηγής %d που δόθηκαν στη γραμμή εντολής" -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "δημιουργία makefile" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "στόχοι για τα αρχεία πηγής %d τα οποία είναι ξεπερασμένα" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "να μη δημιουργηθεί makefile" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "αναζήτηση για νεοξεπερασμένα αρχεία..." -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "δημιουργία batchfile" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "βρέθηκε %d" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "να μη δημιουργηθεί batchfile" +#: builders/__init__.py:418 +msgid "none found" +msgstr "δεν βρέθηκε κανένα" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "χρησιμοποιήστε το make-mode για το Makefile/make.bat" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "Περιβάλλον μετατροπής αντικειμένων Python σε ροή bytes" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Προτυποποίηση έργου" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "έλεγχος συνοχής" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "πρότυπος κατάλογος για πρότυπα αρχεία" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "κανένας στόχος δεν είναι ξεπερασμένος." -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "ορίστε μία τιμή προτύπου" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "αναβάθμιση περιβάλλοντος:" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "καθορίστηκε το \"quiet\", αλλά δεν καθορίστηκε είτε το \"project\" είτε το \"author\"." +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s προστέθηκε, %s άλλαξε, %s απομακρύνθηκε" -#: cmd/quickstart.py:785 +#: builders/__init__.py:537 +#, python-format msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -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:792 +#: builders/__init__.py:546 +#, python-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "Το sphinx-quickstart δημιουργεί μόνο εντός ενός κενού καταλόγου. Παρακαλείσθε να καθορίσετε ένα νέο ριζικό μονοπάτι." +"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:809 +#: builders/__init__.py:557 #, python-format -msgid "Invalid template variable: %s" -msgstr "Ανέγκυρη μεταβλητή προτύπου: %s" - -#: cmd/build.py:64 -msgid "job number should be a positive number" -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 "" -#: cmd/build.py:74 +#: builders/__init__.py:564 +#, 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" +"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/build.py:100 -msgid "path to documentation source files" -msgstr "μονοπάτι για τα αρχεία πηγής τεκμηρίωσης" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "ανάγνωση πηγών..." -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "μονοπάτι στον κατάλογο εξόδου" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "docname προς εγγραφή: %s" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/build.py:114 -msgid "general options" -msgstr "γενικές επιλογές" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "προετοιμασία κειμένων" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/build.py:131 +#: builders/__init__.py:915 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "εγγραφή όλων των αρχείων (προεπιλογή: εγγραφή μόνο νέων και αλλαγμένων αρχείων)" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Η σελίδα HTML είναι στο %(outdir)s." -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "μην χρησιμοποιείτε ένα αποθηκευμένο περιβάλλον, πάντα να διαβάζετε όλα τα αρχεία" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "συναρμολόγηση απλού κειμένου" -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "εγγραφή επιπρόσθετων αρχείων" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Ο προσωρινός μεταγλωττιστής δεν δημιουργεί αρχεία." -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Αναζητήστε οποιαδήποτε λάθη στο παραπάνω αποτέλεσμα ή σε %(outdir)s/output.txt" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "λανθασμένος σύνδεσμος: %s (%s)" + +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Δεν βρέθηκε το anchor '%s'" + +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "παράκαμψη ρύθμισης στο αρχείο παραμετροποίησης" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "μεταφορά τιμής στα πρότυπα HTML" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Προσοχή" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "ορίστε ετικέτα: συμπεριλάβατε \"only\" τμήματα με TAG" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Προσοχή" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Κίνδυνος" -#: cmd/build.py:212 -msgid "console output options" -msgstr "επιλογές εξόδου κονσόλας" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Σφάλμα" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "αυξήστε τον βερμπαλισμό (μπορεί να επαναληφθεί)" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Συμβουλή" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "καμία έξοδος στο stdout, μόνο προειδοποιήσεις στο stderr" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Σημαντικό" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "κανένα αποτέλεσμα ούτε προειδοποιήσεις" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Σημείωση" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "να γίνεται εκπομπή χρωματιστής εξόδου (προεπιλογή: auto-detect)" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Δείτε επίσης" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "να μην παρουσιάζεται έγχρωμο αποτέλεσμα (προεπιλογή: αυτόματη αναγνώριση)" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Πρακτική συμβουλή" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Προειδοποίηση" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "προειδοποιήσεις εγγραφής (και σφάλματα) στο δοθέν αρχείο" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "ασυνεπείς αναφορές υποσημείωσης στα μεταφρασμένα μηνύματα. original: {0}, translated: {1}" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "μετατροπή προειδοποιήσεων σε σφάλματα" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "ασυνεπείς αναφορές στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "απεικόνιση πλήρους ιστορικού σε περίπτωση εξαίρεσης" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "ασυνεπείς αναφορές παραπομπής στο μεταφρασμένο μήνυμα. αρχικό: {0}, μεταφρασμένο: {1}" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "εκτέλεση Pdb σε περίπτωση εξαίρεσης" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "ασυνεπείς αναφορές όρων στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "δεν γίνεται συνδιασμός της επιλογής -a και των ονομάτων αρχείων" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: cmd/build.py:357 +#: transforms/__init__.py:258 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "βρέθηκε ευρετήριο βασιζόμενο σε 4 στήλες. Μπορεί να αποτελεί σφάλμα της επέκτασης που χρησιμοποιείτε: %r" + +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Δεν υπάρχει αναφορά για την υποσημείωση [%s]." + +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "Το όρισμα -D πρέπει να είναι της μορφής όνομα=τιμέ" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "Η υποσημείωση [#] δεν αναφέρεται." -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "Το όρισμα -Α πρέπει να είναι της μορφής όνομα=τιμή" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Κλείσιμο πλαϊνής μπάρας" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +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 "Πίνακας περιεχομένων" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "σφάλμα ανάγνωσης: %s, %s" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Αναζήτηση" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "καταγραφή λάθους: %s, %s" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Πάμε" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Προβολή κώδικα" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -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" -#: themes/basic/opensearch.xml:4 +#: util/fileutil.py:76 #, python-format -msgid "Search %(docstitle)s" -msgstr "Αναζήτηση %(docstitle)s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Επισκόπηση" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Καλωσήρθατε! Αυτή είναι" +#: util/display.py:82 +msgid "skipped" +msgstr "παράβλεψη" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "η τεκμηρίωση του" +#: util/display.py:87 +msgid "failed" +msgstr "αποτυχία" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "τελευταία ενημέρωση" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -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 "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Πλήρης Πίνακας Περιεχομένων" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "απαριθμεί όλα τα κεφάλαια και υποκεφάλαια" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "το toctree περιλαμβάνει αναφορά σε άγνωστο αρχείο %r" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Σελίδα αναζήτησης" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "εξαίρεση κατά την αξιολόγηση μόνο της έκφρασης οδηγίας: %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "αναζήτηση αυτής της τεκμηρίωσης" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Καθολικό Ευρετήριο Μονάδων" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "γρήγορη πρόσβαση σε όλες τις μονάδες" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "άγνωστος τύπος κόμβου: %r" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Κεντρικό Ευρετήριοο" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "ο προεπιλεγμένος ρόλος %s δεν βρέθηκε" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "όλες οι συναρτήσεις, κλάσεις, όροι" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%s]" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Αυτή η σελίδα" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%d]" -#: themes/basic/genindex-single.html:26 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Index – %(key)s" -msgstr "" +msgid "Unknown image format: %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 "Πλήρες ευρετήριο σε μία σελίδα" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -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" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Σελίδες ευρετηρίου ανά γράμμα" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "μπορεί να είναι τεράστιο" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Προηγούμενο θέμα" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "συνεχίζεται από την προηγούμενη σελίδα" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "προηγούμενο κεφάλαιο" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "συνέχεια στην επόμενη σελίδα" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Επόμενο θέμα" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "μη-αλφαβιτικά" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "επόμενο κεφάλαιο" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Σύμβολα" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Πλοήγηση" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Αριιθμοί" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Αναζήτηση στο %(docstitle)s" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "σελίδα" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Σχετικά με αυτά τα κείμενα" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Δημοσίευση" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "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." -msgstr "Τελευταία ενημέρωση στις %(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/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Παρακαλώ, ενεργοποιήστε τη JavaScript για να είναι δυνατή η λειτουργία\n αναζήτησης." - -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "αναζήτηση" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Απόκρυψη Ευρεθέντων Αναζητήσεων" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Αποτελέσματα Αναζήτησης" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Τα αρχεία LaTeX βρίσκονται σε %(outdir)s." -#: themes/basic/static/searchtools.js:119 +#: builders/latex/__init__.py:118 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 "Η αναζήτησή σας δεν ταυτοποιήθηκε με κανένα κείμενο. Παρακαλώ, επιβεβαιώστε ότι όλες οι λέξεις έχουν τη σωστή ορθογραφία και ότι έχετε επιλέξεις αρκετές κατηγορίες." +"\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/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/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"latex_documents\": δεν θα πραγματοποιηθεί εγγραφή για κανένα κείμενο" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Εκτελείται η αναζήτηση" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "η τιμή παραμετροποίησης \"latex_documents\" κάνει αναφορά το άγνωστο κείμενο %s" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Προετοιμασία αναζήτησης..." +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "αντιγραφή αρχείων υποστήριξης TeX" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", στο " +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "αντιγραφή επιπρόσθετων αρχείων" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "logo file %r does not exist" +msgstr "το αρχείο logo %r δεν υπάρχει" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/__init__.py:529 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Αλλαγές στην Έκδοση %(version)s —'\n%(docstitle)s" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/__init__.py:537 #, 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 "Άλλες αλλαγές" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Άνοιγμα πλαϊνής μπάρας" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/_annotations.py:529 -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:540 -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/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:115 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (στη μονάδα %s)" +msgid "The HTML pages are in %(outdir)s." +msgstr "Οι σελίδες HTML βρίσκονται σε %(outdir)s." -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:351 #, python-format -msgid "%s (in module %s)" -msgstr "%s (στη μονάδα %s)" +msgid "Failed to read build info file: %r" +msgstr "Αδυναμία ανάγνωσης αρχείου πληροφοριών μεταγλώττισης: %r" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (ενσωματωμένη μεταβλητή)" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (ενσωματωμένη κλάση)" +#: builders/html/__init__.py:369 +msgid "building [html]: " +msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:386 #, python-format -msgid "%s (class in %s)" -msgstr "%s (κλάση σε %s)" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (μέθοδος κλάσης της %s)" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Κεντρικό Ευρετήριοο" -#: domains/python/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (στατική μέθοδος της %s)" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "ευρετήριο" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:563 #, python-format -msgid "%s (%s property)" +msgid "Logo of %s" msgstr "" -#: domains/python/__init__.py:478 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "επόμενο" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Ευρετήριο Μονάδων της Python" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "προηγούμενο" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "μονάδες" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Αποσύρθηκε" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "εξαίρεση" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "μέθοδος της κλάσης" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "αντιγραφή αρχείων μεταφόρτωσης..." -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "στατική μέθοδος" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "δεν είναι δυνατή η αντιγραφή του μεταφορτωμένου αρχείου %r: %s" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/python/__init__.py:818 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:936 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "περισσότεροι από έναν στόχοι βρέθηκα για την παραπομπή %r: %s" +msgid "cannot copy static file %r" +msgstr "δεν είναι δυνατή η αντιγραφή στατικού αρχείου %r" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (αποσύρθηκε)" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Παράμετροι" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" +msgstr "δεν είναι δυνατή η αντιγραφή του επιπλέον αρχείου %r" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Μεταβλητές" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Αδυναμία εγγραφής του αρχείου πληροφοριών μεταγλώττισης: %r" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Προκαλεί" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "ο κατάλογος εύρεσης δεν ήταν δυνατό να φορτωθεί, αλλά δε θα μεταγλωττιστούν όλα τα έγγραφα: ο κατάλογος δε θα είναι πλήρης." -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Παράμετροι Προτύπου" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "η σελιδα %s ταιριάζει δύο σχέδια στo html_sidebars: %r and %r" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:1218 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %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 "ένα σφάλμα Unicode παρουσιάστηκε κατά τη δημιουργία της σελίδας %s. Παρακαλείστε να επιβεβαιώσετε ότι όλες οι τιμές παραμετροποίησης οι οποίες περιλαμβάνουν μη-ASCII περιεχόμενο είναι στοιχειοσειρές Unicode." -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:1231 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"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/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Ένα σφάλμα συνέβη κατά τη σύνθεση της σελίδας %s.\n\nΑιτία %r " + +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "ένωση" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" +msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "μέλος" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "ανέγκυρο js_file: %r, θα αγνοηθεί" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "τύπος" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Πολλά math_renderers έχουν καταγραφεί. Αλλά δεν έχει επιλεγεί κανένα math_renderer." -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "έννοια" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "Δόθηκε άγνωστο math_renderer %r." -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enum" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerator" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "Η εγγραφή html_extra_path %r δεν υπάρχει" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "η εγγραφή html_static_path %r δεν υπάρχει" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (C %s)" -msgstr "" +msgid "favicon file %r does not exist" +msgstr "το αρχείο favicon %r δεν υπάρχει" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:1435 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %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 "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "μεταβλητή" +#: 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:752 -msgid "macro" -msgstr "μακροεντολή" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Τεκμηρίωση του %s - %s" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(στη %s έκδοση %s)" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "environment variable; %s" -msgstr "μεταβλητή περιβάλλοντος; %s" +msgid "(in %s)" +msgstr "(στο %s)" -#: domains/std/__init__.py:119 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "%s; configuration value" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:242 +#: ext/intersphinx/_resolve.py:392 #, 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 "invalid external cross-reference suffix: %r" +msgstr "" -#: domains/std/__init__.py:319 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "%s command line option" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." 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" -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" -msgstr "έγγραφο" - -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Ευρετήριο μονάδων" - -#: domains/std/__init__.py:857 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "το numfig έχει απενεργοποιηθεί. Το :numref: θα ανγοηθεί." - -#: domains/std/__init__.py:1124 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: domains/std/__init__.py:1138 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "the link has no caption: %s" -msgstr "ο σύνδεσμος δεν έχει λεζάντα: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "ανέγκυρο numfig_format: %s (%r)" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "invalid numfig_format: %s" -msgstr "ανέγκυρο numfig_format: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "παρουσιάστηκαν κάποια ζητήματα με μερικά απο τα αποθέματα, αλλά υπήρξαν λειτουργικές εναλλακτικές:" + +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "αδυναμία προσέγγισης οποιασδήποτε αποθήκης με τα ακόλουθα ζητήματα:" + +#: ext/intersphinx/_load.py:400 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "αναγνωρίστηκαν κυκλικές αναφορές toctree, θα αγνοηθούν: %s <- %s" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "το απόθεμα intersphinx έχει μεταφερθεί: %s->%s" -#: environment/adapters/toctree.py:349 +#: ext/apidoc/_generate.py:69 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "το toctree περιλαμβάνει αναφορά στο έγγραφο %r η οποία δεν έχει τίτλο: δεν θα δημιουργηθεί σύνδεσμος" +msgid "Would create file %s." +msgstr "Θα δημιουργούσε το αρχείο %s." -#: environment/adapters/toctree.py:364 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "Failed to remove %s: %s" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "see %s" -msgstr "δείτε %s" +msgid "apidoc_modules item %i must be a dict" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "see also %s" -msgstr "δείτε επίσης %s" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "unknown index entry type %r" -msgstr "άγνωστος τύπος εγγραφής ευρετηρίου %r" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Σύμβολα" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "image file not readable: %s" -msgstr "το αρχείο εικόνας δεν είναι αναγνώσιμο: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "" -#: environment/collectors/asset.py:126 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "image file %s not readable: %s" -msgstr "το αρχείο εικόνας %s δεν είναι αναγνώσιμο: %s" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "" -#: environment/collectors/asset.py:163 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "download file not readable: %s" -msgstr "το μεταφορτωμένο αρχείο δεν είναι αναγνώσιμο: %s" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "στο %s έχουν ήδη ανατεθεί αριθμοί τομέα (εμφωλιασμένο αριθμημένο toctree;)" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" 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.:" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: _cli/util/errors.py:240 +#: ext/apidoc/_cli.py:28 msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -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ένα αρχείο reST με οδηγίες automodule για κάθε πακέτο στο .\n\nΤα μπορεί να αποτελούν αρχεία ή/και σχέδια καταλόγων τα οποία θα \nεκτελεστούν κατά τη δημιουργία.\n\nΣημείωση: από προεπιλογή αυτό το σενάριο δεν θα αντικαταστήσει τα ήδη δημιουργημένα αρχεία." -#: _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 "Παρακαλείστε να το αναφέρετε αν ήταν ένα σφάλμα χρήσης, ώστε ένα καλύτερο μήνυμα σφάλματος να δοθεί την επόμενη φορά." +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "μονοπάτι για το δομοστοιχείο για το έγγραφο" -#: transforms/post_transforms/__init__.py:88 +#: ext/apidoc/_cli.py:50 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "αρχεία fnmatch-style και/ή υποδείγματα καταλόγου που θα εξαιρεθούν από τη δημιουργία" -#: transforms/post_transforms/__init__.py:237 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "περισσότεροι από ένας στόχοι βρέθηκαν για 'οποιαδήποτε' παραπομπή %r: θα μπορούσε να είναι %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "κατάλογο για τοποθέτηση όλων των προϊόντων" -#: transforms/post_transforms/__init__.py:299 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "μέγιστο βάθος από υποδομοστοιχεία για απεικόνιση στο TOC (προεπιλογή: 4)" -#: transforms/post_transforms/__init__.py:305 -#, python-format -msgid "%r reference target not found: %s" -msgstr "" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "αντικατάσταση υπάρχοντων αρχείων" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %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." -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%d]" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "εκτελέστε το σενάριο χωρίς τη δημιουργία αρχείων" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." -msgstr "Άγνωστος τύπος αρχείου: %s..." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "τοποθετήστε βιβλιογραφία για κάθε δομοστοιχείο στη δικής της σελίδα" -#: builders/html/__init__.py:113 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Οι σελίδες HTML βρίσκονται σε %(outdir)s." +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "να συμπεριληφθούν τα δομοστοιχεία \"_private\"" -#: builders/html/__init__.py:348 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "Αδυναμία ανάγνωσης αρχείου πληροφοριών μεταγλώττισης: %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "όνομα αρχείου του πίνακα περιεχομένων (προεπιλογή: δομοστοιχεία)" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "να μη δημιουργηθεί αρχείο με πίνακα περιεχομένων" -#: builders/html/__init__.py:366 -msgid "building [html]: " -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 τα περιλαμβάνουν ήδη)" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "τοποθέτηση βιβλιογραφίας δομοστοιχείου πριν από την βιβλιογραφία υπόδομοστοιχείου" + +#: ext/apidoc/_cli.py:152 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"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 "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "ευρετήριο" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "επέκταση αρχείου (προεπιλογή: rst)" -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -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" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "προηγούμενο" +#: 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:696 -msgid "generating indices" -msgstr "" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "επιλογές επέκτασης" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:794 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "αντιγραφή αρχείων μεταφόρτωσης..." - -#: builders/html/__init__.py:818 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "δεν είναι δυνατή η αντιγραφή του μεταφορτωμένου αρχείου %r: %s" +msgid "%s is not a directory." +msgstr "το %s δεν είναι κατάλογος." -#: builders/html/__init__.py:864 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "cannot copy static file %r" -msgstr "δεν είναι δυνατή η αντιγραφή στατικού αρχείου %r" - -#: builders/html/__init__.py:939 -msgid "copying extra files" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" -msgstr "δεν είναι δυνατή η αντιγραφή του επιπλέον αρχείου %r" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "Παράδειγμα" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "Αδυναμία εγγραφής του αρχείου πληροφοριών μεταγλώττισης: %r" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Παραδείγματα" -#: 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 "ο κατάλογος εύρεσης δεν ήταν δυνατό να φορτωθεί, αλλά δε θα μεταγλωττιστούν όλα τα έγγραφα: ο κατάλογος δε θα είναι πλήρης." +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Ορίσματα λέξης-κλειδί" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "η σελιδα %s ταιριάζει δύο σχέδια στo html_sidebars: %r and %r" +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "Σημειώσεις" -#: builders/html/__init__.py:1216 -#, 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." +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "Άλλες παράμετροι" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Ένα σφάλμα συνέβη κατά τη σύνθεση της σελίδας %s.\n\nΑιτία %r " +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Παράμετροι" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" -msgstr "" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "Αναφορές" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "ανέγκυρο js_file: %r, θα αγνοηθεί" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Προειδοποιήσεις" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Πολλά math_renderers έχουν καταγραφεί. Αλλά δεν έχει επιλεγεί κανένα math_renderer." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "Αποδόσεις" -#: builders/html/__init__.py:1346 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Δόθηκε άγνωστο math_renderer %r." +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "Η εγγραφή html_extra_path %r δεν υπάρχει" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" -#: builders/html/__init__.py:1380 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "η εγγραφή html_static_path %r δεν υπάρχει" +msgid "invalid value for class-doc-from option: %s" +msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "logo file %r does not exist" -msgstr "το αρχείο logo %r δεν υπάρχει" +msgid "invalid signature for auto%s (%r)" +msgstr "ανέγκυρη υπογραφή για αυτόματο %s (%r)" -#: builders/html/__init__.py:1407 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "favicon file %r does not exist" -msgstr "το αρχείο favicon %r δεν υπάρχει" +msgid "error while formatting arguments for %s: %s" +msgstr "σφάλμα κατά τη μορφοποίηση των ορισμάτων για %s:%s" -#: builders/html/__init__.py:1420 +#: ext/autodoc/__init__.py:898 #, 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`." +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autodoc/__init__.py:1021 +#, python-format msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +"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\" στο έγγραφο, ή να δώσετε ένα σαφές όνομα δομοστοιχείου)" -#: builders/html/__init__.py:1449 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "%s %s documentation" -msgstr "Τεκμηρίωση του %s - %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 "A mocked object is detected: %r" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Τα αρχεία LaTeX βρίσκονται σε %(outdir)s." - -#: 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 "\nΕκτελέστε 'make' σε αυτό τον κατάλογο για να εκτελέσετε αυτά μέσω του (pdf)latex\n(χρησιμοποιήστε το 'make latexpdf' εδώ για να το κάνετε αυτόματα)." - -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"latex_documents\": δεν θα πραγματοποιηθεί εγγραφή για κανένα κείμενο" - -#: builders/latex/__init__.py:170 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "η τιμή παραμετροποίησης \"latex_documents\" κάνει αναφορά το άγνωστο κείμενο %s" - -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Δημοσίευση" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "αντιγραφή αρχείων υποστήριξης TeX" +msgid "error while formatting signature for %s: %s" +msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "αντιγραφή επιπρόσθετων αρχείων" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" στο όνομα automodule δεν βγάζει νόημα" -#: builders/latex/__init__.py:536 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "ορίσματα υπογραφής ή επιστροφή σημείωσης η οποία δόθηκε για το automodule %s" -#: builders/latex/__init__.py:544 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ πρέπει να είναι λίστα στοιχειοσειράς, όχι %r (στο δομοστοιχείο %s) -- θα αγνοηθεί το __all__" -#: builders/latex/transforms.py:121 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:1966 #, python-format -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 "συνεχίζεται από την προηγούμενη σελίδα" - -#: 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 "μη-αλφαβιτικά" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Αριιθμοί" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "σελίδα" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Ορίσματα λέξης-κλειδί" +msgid "Bases: %s" +msgstr "Βάσεις: %s" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgid "missing attribute %s in object %s" +msgstr "απουσιάζει το χαρακτηριστικό %s στο αντικείμενο %s" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "Παράδειγμα" - -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Παραδείγματα" - -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "Σημειώσεις" - -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "Άλλες παράμετροι" - -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "Αναφορές" - -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Προειδοποιήσεις" - -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "Αποδόσεις" - #: ext/autosummary/__init__.py:284 #, python-format msgid "autosummary references excluded document %r. Ignored." @@ -3767,451 +3607,641 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/apidoc/_cli.py:28 +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 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Σημείωση: από προεπιλογή αυτό το σενάριο δεν θα αντικαταστήσει τα ήδη δημιουργημένα αρχεία." +"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 "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "μονοπάτι για το δομοστοιχείο για το έγγραφο" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "αρχεία fnmatch-style και/ή υποδείγματα καταλόγου που θα εξαιρεθούν από τη δημιουργία" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -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 "Παρακαλείστε να το αναφέρετε αν ήταν ένα σφάλμα χρήσης, ώστε ένα καλύτερο μήνυμα σφάλματος να δοθεί την επόμενη φορά." -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "μέγιστο βάθος από υποδομοστοιχεία για απεικόνιση στο TOC (προεπιλογή: 4)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Κλείσιμο πλαϊνής μπάρας" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing 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 "Πίνακας περιεχομένων" -#: ext/apidoc/_cli.py:91 +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Αναζήτηση" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Πάμε" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Προβολή κώδικα" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Περιεχόμενα" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Σύντομη αναζήτηση" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/genindex-split.html:17 +msgid "can be huge" +msgstr "μπορεί να είναι τεράστιο" + +#: themes/basic/search.html:20 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ακολουθία συμβολικών συνδέσμων. Ισχυρό όταν συνδυάζεται με το collective.recipe.omelette." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Παρακαλώ, ενεργοποιήστε τη JavaScript για να είναι δυνατή η λειτουργία\n αναζήτησης." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "εκτελέστε το σενάριο χωρίς τη δημιουργία αρχείων" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "τοποθετήστε βιβλιογραφία για κάθε δομοστοιχείο στη δικής της σελίδα" +#: themes/basic/search.html:35 +msgid "search" +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 "Copyright" + +#: 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/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Αναζήτηση %(docstitle)s" + +#: 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 "Πλήρης Πίνακας Περιεχομένων" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "να συμπεριληφθούν τα δομοστοιχεία \"_private\"" +#: 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 "όνομα αρχείου του πίνακα περιεχομένων (προεπιλογή: δομοστοιχεία)" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Σελίδα αναζήτησης" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "να μη δημιουργηθεί αρχείο με πίνακα περιεχομένων" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +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/defindex.html:21 +msgid "Global Module Index" +msgstr "Καθολικό Ευρετήριο Μονάδων" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "τοποθέτηση βιβλιογραφίας δομοστοιχείου πριν από την βιβλιογραφία υπόδομοστοιχείου" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "γρήγορη πρόσβαση σε όλες τις μονάδες" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "ερμηνεία μονοπατιών δομοστοιχείων σύμφωνα με την προδιαγραφή POP-0420 αυτονόητων namespaces" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "όλες οι συναρτήσεις, κλάσεις, όροι" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "επέκταση αρχείου (προεπιλογή: rst)" +#: 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" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "δημιουργία ενός πλήρους έργου με το sphinx-quickstart" +#: 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:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "η προσθήκη του module_path στο sys.path, χρησιμοποιείται όταν δίδεται το --full" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Αλλαγές βιβλιοθήκης" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "όνομα έργου (προεπιλογή: όνομα ριζικού δομοστοιχείου)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Αλλαγές στο API της C" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "συγγραφέας(εις) έργου, χρησιμοποιείται όταν δίδεται το --full" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Άλλες αλλαγές" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "έκδοση έργου, χρησιμοποιείται όταν δίνεται το --full" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "έκδοση έργου, χρησιμοποιείται όταν δίδεται το --full, προεπιλογή σε --doc-version" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Αποτελέσματα Αναζήτησης" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "επιλογές επέκτασης" +#: themes/basic/static/searchtools.js:125 +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:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Εκτελείται η αναζήτηση" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "το %s δεν είναι κατάλογος." +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Προετοιμασία αναζήτησης..." -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", στο " -#: ext/apidoc/_extension.py:102 +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Απόκρυψη Ευρεθέντων Αναζητήσεων" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Άνοιγμα πλαϊνής μπάρας" + +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "αναγνωρίστηκαν κυκλικές αναφορές toctree, θα αγνοηθούν: %s <- %s" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "το toctree περιλαμβάνει αναφορά στο έγγραφο %r η οποία δεν έχει τίτλο: δεν θα δημιουργηθεί σύνδεσμος" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "see %s" +msgstr "δείτε %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "see also %s" +msgstr "δείτε επίσης %s" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "unknown index entry type %r" +msgstr "άγνωστος τύπος εγγραφής ευρετηρίου %r" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "image file not readable: %s" +msgstr "το αρχείο εικόνας δεν είναι αναγνώσιμο: %s" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "το αρχείο εικόνας %s δεν είναι αναγνώσιμο: %s" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "download file not readable: %s" +msgstr "το μεταφορτωμένο αρχείο δεν είναι αναγνώσιμο: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "στο %s έχουν ήδη ανατεθεί αριθμοί τομέα (εμφωλιασμένο αριθμημένο toctree;)" -#: ext/apidoc/_extension.py:247 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Παράμετροι Προτύπου" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Θα δημιουργούσε το αρχείο %s." +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "ένωση" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(στη %s έκδοση %s)" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "μέλος" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(στο %s)" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "τύπος" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: 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 "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Μεταβλητές" + +#: domains/python/_object.py:214 +msgid "Raises" +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 "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (στη μονάδα %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (στη μονάδα %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (ενσωματωμένη μεταβλητή)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (ενσωματωμένη κλάση)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (κλάση σε %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (μέθοδος κλάσης της %s)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (στατική μέθοδος της %s)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Ευρετήριο Μονάδων της Python" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "μονάδες" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Αποσύρθηκε" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "εξαίρεση" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "μέθοδος της κλάσης" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "στατική μέθοδος" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:261 +#: domains/python/__init__.py:814 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "παρουσιάστηκαν κάποια ζητήματα με μερικά απο τα αποθέματα, αλλά υπήρξαν λειτουργικές εναλλακτικές:" +#: domains/python/__init__.py:976 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "περισσότεροι από έναν στόχοι βρέθηκα για την παραπομπή %r: %s" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "αδυναμία προσέγγισης οποιασδήποτε αποθήκης με τα ακόλουθα ζητήματα:" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (αποσύρθηκε)" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "το απόθεμα intersphinx έχει μεταφερθεί: %s->%s" +msgid "environment variable; %s" +msgstr "μεταβλητή περιβάλλοντος; %s" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "ανέγκυρη υπογραφή για αυτόματο %s (%r)" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" -#: ext/autodoc/__init__.py:579 +#: domains/std/__init__.py:239 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "σφάλμα κατά τη μορφοποίηση των ορισμάτων για %s:%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\"" -#: ext/autodoc/__init__.py:898 +#: domains/std/__init__.py:319 #, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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\" στο έγγραφο, ή να δώσετε ένα σαφές όνομα δομοστοιχείου)" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" στο όνομα automodule δεν βγάζει νόημα" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "ορίσματα υπογραφής ή επιστροφή σημείωσης η οποία δόθηκε για το automodule %s" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "γλωσσάρι" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ πρέπει να είναι λίστα στοιχειοσειράς, όχι %r (στο δομοστοιχείο %s) -- θα αγνοηθεί το __all__" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "γραμματική ένδειξη" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "ετικέτα αναφοράς" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: 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" +msgstr "έγγραφο" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Ευρετήριο μονάδων" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "το numfig έχει απενεργοποιηθεί. Το :numref: θα ανγοηθεί." + +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" -msgstr "Βάσεις: %s" +msgid "the link has no caption: %s" +msgstr "ο σύνδεσμος δεν έχει λεζάντα: %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" -msgstr "απουσιάζει το χαρακτηριστικό %s στο αντικείμενο %s" +msgid "invalid numfig_format: %s (%r)" +msgstr "ανέγκυρο numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" -msgstr "" +msgid "invalid numfig_format: %s" +msgstr "ανέγκυρο numfig_format: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "μεταβλητή" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "μακροεντολή" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo index fcd63520b4a..c39e82cb097 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 f5ee08a31ca..532db70d915 100644 --- a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:38+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: en_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:377 +#: cmd/quickstart.py:809 #, python-format -msgid "targets for %d source files that are out of date" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: 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 "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:551 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: cmd/build.py:357 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/xml.py:101 +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:45 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s() (%s method)" msgstr "" -#: 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)." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/javascript.py:374 #, python-format -msgid "cannot copy image file %r: %s" +msgid "%s (module)" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:244 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:266 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "targets for %d template files" +msgid ":%s: (directive option)" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:77 +#: domains/citation.py:75 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:149 +#: domains/citation.py:92 #, python-format -msgid "broken link: %s (%s)" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:358 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2666 +1466,2779 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +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 "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:344 #, python-format -msgid "Added in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:367 #, python-format -msgid "Changed in version %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Deprecated since version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Removed in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot copy image file %r: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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 "" -#: cmd/quickstart.py:604 -msgid "Structure 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 "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:549 #, python-format -msgid "enable %s extension" +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: 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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: 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" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:386 +#, 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" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:601 +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:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: 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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: 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:941 +msgid "copying extra files" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1054 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1218 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1231 #, python-format -msgid "Automatically generated list of changes in version %(version)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/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s() (in module %s)" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (in module %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (built-in variable)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (built-in class)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (class in %s)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s() (%s class method)" +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/__init__.py:285 +#: 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 static method)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:438 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "%s (%s property)" +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:478 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "%s (type alias in %s)" +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:82 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.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 "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "%s (C++ %s)" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 -#, python-format +#: ext/intersphinx/_load.py:311 msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:242 -#, python-format +#: ext/apidoc/_cli.py:28 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"\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 "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "see also %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autosummary/__init__.py:284 #, 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 "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:384 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:404 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "failed to parse name %s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API 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:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/static/searchtools.js:125 +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:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo index 499783922a4..bf87fa0979a 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 4b3157ca9e8..4920e328e8c 100644 --- a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:38+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: en_FR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:377 +#: cmd/quickstart.py:809 #, python-format -msgid "targets for %d source files that are out of date" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: 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 "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:551 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: cmd/build.py:357 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/xml.py:101 +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:45 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s() (%s method)" msgstr "" -#: 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)." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/javascript.py:374 #, python-format -msgid "cannot copy image file %r: %s" +msgid "%s (module)" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:244 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:266 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "targets for %d template files" +msgid ":%s: (directive option)" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:77 +#: domains/citation.py:75 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:149 +#: domains/citation.py:92 #, python-format -msgid "broken link: %s (%s)" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:358 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2666 +1466,2779 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +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 "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:344 #, python-format -msgid "Added in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:367 #, python-format -msgid "Changed in version %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Deprecated since version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Removed in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot copy image file %r: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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 "" -#: cmd/quickstart.py:604 -msgid "Structure 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 "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:549 #, python-format -msgid "enable %s extension" +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: 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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: 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" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:386 +#, 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" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:601 +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:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: 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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: 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:941 +msgid "copying extra files" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1054 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1218 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1231 #, python-format -msgid "Automatically generated list of changes in version %(version)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/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s() (in module %s)" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (in module %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (built-in variable)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (built-in class)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (class in %s)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s() (%s class method)" +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/__init__.py:285 +#: 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 static method)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:438 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "%s (%s property)" +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:478 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "%s (type alias in %s)" +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:82 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.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 "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "%s (C++ %s)" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 -#, python-format +#: ext/intersphinx/_load.py:311 msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:242 -#, python-format +#: ext/apidoc/_cli.py:28 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"\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 "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "see also %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autosummary/__init__.py:284 #, 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 "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:384 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:404 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "failed to parse name %s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API 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:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/static/searchtools.js:125 +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:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo index a75df5fcd53..445e9dc128a 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 2e1e3dfbe96..22d3796f29c 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:38+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -19,141 +19,276 @@ msgstr "" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, 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:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "The %s extension is required by needs_extensions settings, but it is not loaded." +"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)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "invalid number %r for config value %r, ignoring" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "cannot override config setting %r with unsupported type, ignoring" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "unknown config value %r in override, ignoring" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Config value %r already present" + +#: config.py:552 #, 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 "This project needs the extension %s at least in version %s and therefore cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +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:610 +#, 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:614 +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:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Section %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Table %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Listing %s" + +#: config.py:809 +#, 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." + +#: config.py:840 +#, 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:857 +#, 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:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r not found, ignored." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Cannot find source directory (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Output directory (%s) is not a directory" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Source directory and destination directory cannot be identical" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Running Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "This project needs at least Sphinx v%s and therefore cannot be built with this version." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "making output directory" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "while setting up extension %s:" -#: application.py:309 +#: application.py:310 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' 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." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "loading translations [%s]... " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "done" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "not available for built-in messages" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "loading pickled environment" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "failed: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "No builder selected, using default: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "node class %r is already registered, its visitors will be overridden" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +296,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:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "the %s extension is not safe for parallel reading" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,159 +309,213 @@ 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:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "the %s extension is not safe for parallel writing" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "doing serial %s" -#: config.py:355 +#: extension.py:58 #, 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:366 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)." +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "The %s extension is required by needs_extensions settings, but it is not loaded." -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"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)." -#: config.py:399 +#: events.py:81 #, 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)" +msgid "Event %r already present" +msgstr "Event %r already present" -#: config.py:411 +#: events.py:379 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "invalid number %r for config value %r, ignoring" +msgid "Unknown event name: %s" +msgstr "Unknown event name: %s" -#: config.py:419 +#: events.py:424 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "cannot override config setting %r with unsupported type, ignoring" +msgid "Handler %r for event %r threw an exception" +msgstr "Handler %r for event %r threw an exception" -#: config.py:442 +#: registry.py:162 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "unknown config value %r in override, ignoring" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Builder class %s has no \"name\" attribute" -#: config.py:496 +#: registry.py:166 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "Builder %r already exists (in module %s)" +msgstr "Builder %r already exists (in module %s)" -#: config.py:524 +#: registry.py:182 #, python-format -msgid "Config value %r already present" -msgstr "Config value %r already present" +msgid "Builder name %s not registered or available through entry point" +msgstr "Builder name %s not registered or available through entry point" -#: config.py:561 +#: registry.py:192 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "Builder name %s not registered" +msgstr "Builder name %s not registered" -#: config.py:603 +#: registry.py:199 #, 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" +msgid "domain %s already registered" +msgstr "domain %s already registered" -#: config.py:607 -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()" +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "domain %s not yet registered" -#: config.py:615 +#: registry.py:230 #, 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" +msgid "The %r directive is already registered to domain %s" +msgstr "The %r directive is already registered to domain %s" -#: config.py:637 +#: registry.py:248 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r role is already registered to domain %s" +msgstr "The %r role is already registered to domain %s" -#: config.py:655 config.py:663 +#: registry.py:261 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "The %r index is already registered to domain %s" +msgstr "The %r index is already registered to domain %s" -#: config.py:669 +#: registry.py:308 #, 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 object_type is already registered" +msgstr "The %r object_type is already registered" -#: config.py:690 +#: registry.py:339 #, python-format -msgid "Section %s" -msgstr "Section %s" +msgid "The %r crossref_type is already registered" +msgstr "The %r crossref_type is already registered" -#: config.py:691 +#: registry.py:348 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r is already registered" -#: config.py:692 +#: registry.py:358 #, python-format -msgid "Table %s" -msgstr "Table %s" +msgid "source_parser for %r is already registered" +msgstr "source_parser for %r is already registered" -#: config.py:693 +#: registry.py:367 #, python-format -msgid "Listing %s" -msgstr "Listing %s" +msgid "Source parser for %s not registered" +msgstr "Source parser for %s not registered" -#: config.py:802 -#, 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." +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" +msgstr "Translator for %r already exists" -#: config.py:833 -#, 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}." +#: registry.py:405 +#, 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" -#: config.py:850 -#, 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__}'." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r already registered" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r not found, ignored." +msgid "math renderer %s is already registered" +msgstr "maths renderer %s is already registered" -#: config.py:882 +#: registry.py:531 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +"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." -#: highlighting.py:170 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "Original exception:\n" + +#: registry.py:547 +#, python-format +msgid "Could not import extension %s" +msgstr "Could not import extension %s" + +#: registry.py:554 +#, 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 +#, 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 +#, 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 +#, 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 "Python Enhancement Proposals; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "invalid PEP number %s" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "invalid RFC number %s" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments lexer name %r is not known" @@ -338,1605 +527,742 @@ msgid "" "Retrying in relaxed mode." msgstr "" -#: theming.py:115 +#: 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 "" + +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, 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" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "unsupported theme option %r given" -#: theming.py:208 +#: theming.py:218 #, 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" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:276 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, 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 "Event %r already present" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "automatically insert docstrings from modules" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Unknown event name: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "automatically test code snippets in doctest blocks" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "Handler %r for event %r threw an exception" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "link between Sphinx documentation of different projects" -#: project.py:72 -#, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +#: 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" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "checks for documentation coverage" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Builder class %s has no \"name\" attribute" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "include maths, rendered as PNG or SVG images" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Builder %r already exists (in module %s)" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "include maths, rendered in the browser by MathJax" -#: registry.py:187 -#, python-format -msgid "Builder name %s not registered or available through entry point" -msgstr "Builder name %s not registered or available through entry point" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "conditional inclusion of content based on config values" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "Builder name %s not registered" +#: 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" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "domain %s already registered" +#: 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" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "domain %s not yet registered" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Please enter a valid path name." -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "The %r directive is already registered to domain %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Please enter some text." -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "The %r role is already registered to domain %s" +msgid "Please enter one of %s." +msgstr "Please enter one of %s." -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "The %r index is already registered to domain %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Please enter either 'y' or 'n'." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "The %r object_type is already registered" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Please enter a file suffix, e.g. '.rst' or '.txt'." -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "The %r crossref_type is already registered" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Welcome to the Sphinx %s quickstart utility." -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r is already registered" +#: 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 "Please enter values for the following settings (just press Enter to\naccept a default value, if one is given in brackets)." -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser for %r is already registered" +msgid "Selected root path: %s" +msgstr "Selected root path: %s" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "Source parser for %s not registered" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Enter the root path for documentation." -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "Translator for %r already exists" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Root path for the documentation" -#: 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" +#: cmd/quickstart.py:254 +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." -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r already registered" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart will not overwrite existing Sphinx projects." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "maths renderer %s is already registered" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Please enter a new root path (or just Enter to exit)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 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:543 -msgid "Original exception:\n" -msgstr "Original exception:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "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." -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "Could not import extension %s" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Separate source and build directories (y/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 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?" +"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." -#: registry.py:565 -#, 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." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Name prefix for templates and static dir" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "" +"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." -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Project name" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Author name(s)" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: 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 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." -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Project version" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Project release" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "invalid PEP number %s" +#: 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 "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." -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "invalid RFC number %s" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Project language" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[source]" +#: 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 "The file name suffix for source files. Commonly, this is either \".txt\"\nor \".rst\". Only files with this suffix are considered documents." -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "highlighting module code... " +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Source file suffix" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[docs]" +#: 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 "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." -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Module code" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Name of your master document (without suffix)" -#: ext/viewcode.py:353 +#: cmd/quickstart.py:367 #, python-format -msgid "

Source code for %s

" -msgstr "

Source code for %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Overview: module code" +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." -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

All modules for which code is available

" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart will not overwrite the existing file." -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:377 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)" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "section \"%s\" gets labeled as \"%s\"" +"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/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:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Indicate which of the following Sphinx extensions should be enabled:" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:396 +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." -#: ext/duration.py:90 +#: cmd/quickstart.py:406 msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== slowest reading durations =======================" +"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." -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Create Makefile? (y/n)" -#: ext/doctest.py:124 +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Create Windows command file? (y/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' is not a valid option." +msgid "Creating file %s." +msgstr "Creating file %s." -#: ext/doctest.py:139 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' is not a valid pyversion option" +msgid "File %s already exists, skipping." +msgstr "File %s already exists, skipping." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "invalid TestCode type" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Finished: An initial directory structure has been created." -#: ext/doctest.py:297 +#: cmd/quickstart.py:519 #, 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." +"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. " -#: ext/doctest.py:457 -#, 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:526 +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" -#: ext/doctest.py:568 +#: cmd/quickstart.py:530 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignoring invalid doctest code: %r" +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" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:537 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" +"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." -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:572 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" +"\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" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "display latex %r: %s" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "For more information, visit ." -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "inline latex %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "quiet mode" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "invalid regex %r in %s" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "project root" -#: 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" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Structure options" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "if specified, separate source and build dirs" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -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 "invalid regex %r in coverage_c_regexes" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "undocumented c api: %s [%s] in file %s" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "undocumented python function: %s :: %s" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "undocumented python class: %s :: %s" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "undocumented python method: %s :: %s :: %s" - -#: 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 "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" - -#: 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 exited with 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 "convert command %r cannot be run, check the image_converter setting" - -#: 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" - -#: 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" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignoring \"graphviz\" directive without content." - -#: 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 "dot command %r cannot be run (needed for graphviz output), check the graphviz_dot setting" - -#: 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" - -#: 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" - -#: 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 code %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/todo.py:61 -msgid "Todo" -msgstr "Todo" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "TODO entry found: %s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(The <> is located in %s, line %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "original entry" - -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "non-whitespace stripped by dedent" - -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Invalid caption: %s" - -#: 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 "line number spec is out of range(1-%d): %r" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Cannot use both \"%s\" and \"%s\" options" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -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" -msgstr "" - -#: 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" - -#: 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\"" - -#: 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" - -#: 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." - -#: 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" - -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree contains reference to excluded document %r" - -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree contains reference to nonexisting document %r" - -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "duplicated entry found in toctree: %s" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "Section author: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Module author: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Code author: " - -#: directives/other.py:209 -msgid "Author: " -msgstr "Author: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr ".. acks content is not a list" - -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr ".. hlist content is not a list" - -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "The overview file is in %(outdir)s." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "no changes in version %s." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "writing summary file..." - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Builtins" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Module level" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "copying source files..." - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "could not read %r for changelog creation" - -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "The manual pages are in %(outdir)s." - -#: 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" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "writing" - -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" config value references unknown document %s" - -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "a suitable image for %s builder not found: %s (%s)" - -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "a suitable image for %s builder not found: %s" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "building [mo]: " - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "writing output... " - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "all of %d po files" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "targets for %d po files that are specified" - -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "targets for %d po files that are out of date" - -#: builders/__init__.py:319 -msgid "all source files" -msgstr "all source files" - -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "file %r given on command line does not exist, " - -#: builders/__init__.py:337 -#, 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" - -#: builders/__init__.py:348 -#, 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" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "%d source files given on command line" - -#: builders/__init__.py:377 -#, 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:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "building [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "looking for now-outdated files... " - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "%d found" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "none found" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "pickling environment" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "checking consistency" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "no targets are out of date." - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "updating environment: " - -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s added, %s changed, %s removed" - -#: 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 "" - -#: builders/__init__.py:540 -#, 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:551 -#, 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:558 -#, 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:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "reading sources... " - -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "docnames to write: %s" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "preparing documents" - -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "copying assets" - -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "undecodable source characters, replacing with \"?\": %r" - -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "The ePub file is in %(outdir)s." - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "writing nav.xhtml file..." - -#: builders/epub3.py:221 -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" - -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "conf value \"epub_uid\" should be XML NAME for EPUB3" - -#: builders/epub3.py:232 -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" - -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "conf value \"epub_author\" should not be empty for EPUB3" - -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "conf value \"epub_contributor\" should not be empty for EPUB3" - -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "conf value \"epub_description\" should not be empty for EPUB3" - -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "conf value \"epub_publisher\" should not be empty for EPUB3" - -#: builders/epub3.py:256 -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" - -#: builders/epub3.py:262 -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:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "conf value \"version\" should not be empty for EPUB3" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "invalid css_file: %r, ignored" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "The XML files are in %(outdir)s." - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "error writing file %s: %s" - -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "The pseudo-XML files are in %(outdir)s." - -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "The Texinfo files are in %(outdir)s." - -#: 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 "\nRun 'make' in that directory to run these through makeinfo\n(use 'make info' here to do that automatically)." - -#: builders/texinfo.py:77 -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/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" config value references unknown document %s" - -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "processing %s" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "resolving references..." - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (in " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "copying images... " - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "cannot copy image file %r: %s" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "copying Texinfo support files" - -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "error writing file Makefile: %s" - -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "duplicated ToC entry found: %s" - -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "cannot read image file %r: copying it instead" - -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "cannot write image file %r: %s" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "Pillow not found - copying image files" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "writing mimetype file..." - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "writing META-INF/container.xml file..." - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "writing content.opf file..." - -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "unknown mimetype for %s, ignoring" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" - -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "writing toc.ncx file..." - -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "writing %s file..." - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "The dummy builder generates no files." - -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "The message catalogues are in %(outdir)s." - -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "targets for %d template files" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "reading templates... " - -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "writing message catalogues... " - -#: builders/singlehtml.py:35 -#, 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" - -#: builders/linkcheck.py:77 -#, 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" - -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" -msgstr "broken link: %s (%s)" - -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Anchor '%s' not found" - -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Failed to compile regex in linkcheck_allowed_redirects: %r %s" - -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "The text files are in %(outdir)s." - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, 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}" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "inconsistent references in translated message. original: {0}, translated: {1}" - -#: transforms/i18n.py:322 -#, 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}" - -#: transforms/i18n.py:344 -#, 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/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 "%b %d, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "" - -#: transforms/__init__.py:253 -#, 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" - -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Footnote [%s] is not referenced." - -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" - -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "Footnote [#] is not referenced." - -#: _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 "" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "if specified, create build dir under source dir" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "replacement for dot in _templates etc." -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Project basic options" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "project name" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "author names" -#: environment/__init__.py:86 -msgid "new config" -msgstr "new config" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "version of project" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "config changed" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "release of project" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "extensions changed" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "document language" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "build environment version not current" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "source file suffix" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "source directory has changed" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "master document name" -#: environment/__init__.py:325 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "use epub" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Extension options" -#: environment/__init__.py:336 +#: cmd/quickstart.py:670 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" +msgid "enable %s extension" +msgstr "enable %s extension" -#: environment/__init__.py:379 -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." +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "enable arbitrary extensions" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Makefile and Batchfile creation" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" -msgstr "Domain %r is not registered" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "create makefile" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" -msgstr "document isn't included in any toctree" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "do not create makefile" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." -msgstr "self referenced toctree found. Ignored." +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "create batchfile" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "do not create batchfile" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "reading error: %s, %s" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "use make-mode for Makefile/make.bat" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "writing error: %s, %s" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Project templating" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "template directory for template files" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "define a template variable" -#: util/i18n.py:245 -#, 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" +#: cmd/quickstart.py:766 +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." -#: util/docfields.py:103 -#, python-format +#: cmd/quickstart.py:785 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." +"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." -#: util/nodes.py:423 -#, python-format +#: cmd/quickstart.py:792 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." - -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree contains ref to nonexisting file %r" +"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." -#: util/nodes.py:706 +#: cmd/quickstart.py:809 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "exception while evaluating only directive expression: %s" - -#: util/display.py:82 -msgid "skipped" -msgstr "skipped" +msgid "Invalid template variable: %s" +msgstr "Invalid template variable: %s" -#: util/display.py:87 -msgid "failed" -msgstr "failed" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "job number should be a positive number" -#: util/osutil.py:131 -#, python-format +#: cmd/build.py:74 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" -msgstr "" +"\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" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" -msgstr "" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "path to documentation source files" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "unknown node type: %r" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "path to output directory" -#: util/fileutil.py:76 -#, python-format +#: cmd/build.py:109 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" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "default role %s not found" - -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: cmd/build.py:114 +msgid "general options" +msgstr "general options" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Footnotes" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 -#, python-format -msgid "[image: %s]" -msgstr "[image: %s]" +#: 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)" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[image]" +#: 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" -#: 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 "Index" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 +#: cmd/build.py:157 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "encountered title node not in section, topic, table, admonition or sidebar" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "caption not inside a figure." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "unimplemented node type: %r" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "unknown %r toplevel_sectioning for class %r" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "override a setting in configuration file" -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "no Babel option known for language %r" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "pass a value into HTML templates" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr "too large :maxdepth:, ignored." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "define tag: include \"only\" blocks with TAG" -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "document title is not a single Text node" +#: cmd/build.py:212 +msgid "console output options" +msgstr "console output options" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "increase verbosity (can be repeated)" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "both tabularcolumns and :widths: option are given. :widths: is ignored." +#: 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" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "dimension unit %s is invalid. Ignored." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "no output at all, not even warnings" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "unknown index entry type %s found" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "do emit colored output (default: auto-detect)" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Invalid math_eqref_format: %r" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "do not emit coloured output (default: auto-detect)" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format is not defined for %s" - -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Any IDs not assigned for %s node" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "write warnings (and errors) to given file" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "turn warnings into errors" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "show full traceback on exception" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "run Pdb on exception" -#: writers/html5.py:636 -msgid "Link to this code" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "cannot combine -a option and filenames" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Could not obtain image size. :scale: option is ignored." - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %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" -#: 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/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" -#: domains/javascript.py:182 +#: domains/javascript.py:183 #, python-format msgid "%s() (built-in function)" msgstr "%s() (built-in function)" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s method)" -#: domains/javascript.py:185 +#: domains/javascript.py:186 #, python-format msgid "%s() (class)" msgstr "%s() (class)" -#: domains/javascript.py:187 +#: domains/javascript.py:188 #, python-format msgid "%s (global variable or constant)" msgstr "%s (global variable or constant)" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s attribute)" -#: domains/javascript.py:273 +#: domains/javascript.py:274 msgid "Arguments" msgstr "Arguments" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 +#: domains/cpp/__init__.py:491 domains/javascript.py:281 msgid "Throws" msgstr "Throws" -#: 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 "Returns" -#: 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 "Return type" -#: domains/javascript.py:370 +#: domains/javascript.py:374 #, python-format msgid "%s (module)" msgstr "%s (module)" -#: 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:736 msgid "function" msgstr "function" -#: domains/javascript.py:416 domains/python/__init__.py:744 +#: domains/javascript.py:420 domains/python/__init__.py:740 msgid "method" msgstr "method" -#: 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:738 msgid "class" msgstr "class" -#: domains/javascript.py:418 domains/python/__init__.py:741 +#: domains/javascript.py:422 domains/python/__init__.py:737 msgid "data" msgstr "data" -#: domains/javascript.py:419 domains/python/__init__.py:747 +#: domains/javascript.py:423 domains/python/__init__.py:743 msgid "attribute" msgstr "attribute" -#: domains/javascript.py:420 domains/python/__init__.py:750 +#: domains/javascript.py:424 domains/python/__init__.py:746 msgid "module" msgstr "module" -#: domains/javascript.py:454 +#: 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" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + #: domains/changeset.py:26 #, python-format msgid "Added in version %s" @@ -1957,6 +1283,16 @@ msgstr "Deprecated since version %s" msgid "Removed in version %s" msgstr "" +#: 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" + +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Invalid math_eqref_format: %r" + #: domains/rst.py:131 domains/rst.py:190 #, python-format msgid "%s (directive)" @@ -1976,1287 +1312,1333 @@ msgstr "%s (role)" msgid "directive" msgstr "directive" -#: 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 "duplicate description of %s %s, other instance in %s" -msgstr "duplicate description of %s %s, other instance in %s" - -#: 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." - -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Attention" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Caution" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Danger" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "Error" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Hint" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "Important" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "Note" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "See also" - -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Tip" - -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Warning" - -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "automatically insert docstrings from modules" - -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "automatically test code snippets in doctest blocks" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "directive-option" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "link between Sphinx documentation of different projects" +#: domains/rst.py:236 +msgid "role" +msgstr "role" -#: 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" +#: 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:56 -msgid "checks for documentation coverage" -msgstr "checks for documentation coverage" +#: 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:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "include maths, rendered as PNG or SVG images" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Citation [%s] is not referenced." -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "include maths, rendered in the browser by MathJax" +#: environment/__init__.py:88 +msgid "new config" +msgstr "new config" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "conditional inclusion of content based on config values" +#: environment/__init__.py:89 +msgid "config changed" +msgstr "config changed" -#: 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" +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "extensions changed" -#: 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" +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "build environment version not current" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Please enter a valid path name." +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "source directory has changed" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Please enter some text." +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: cmd/quickstart.py:133 +#: environment/__init__.py:352 #, python-format -msgid "Please enter one of %s." -msgstr "Please enter one of %s." +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Please enter either 'y' or 'n'." +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: environment/__init__.py:401 +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." -#: cmd/quickstart.py:229 +#: environment/__init__.py:515 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Welcome to the Sphinx %s quickstart utility." +msgid "Failed to scan documents in %s: %r" +msgstr "Failed to scan documents in %s: %r" -#: 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 "Please enter values for the following settings (just press Enter to\naccept a default value, if one is given in brackets)." +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "Domain %r is not registered" -#: cmd/quickstart.py:241 +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "document isn't included in any toctree" + +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "self referenced toctree found. Ignored." + +#: environment/__init__.py:941 #, python-format -msgid "Selected root path: %s" -msgstr "Selected root path: %s" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Enter the root path for documentation." +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Root path for the documentation" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: cmd/quickstart.py:254 -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." +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart will not overwrite existing Sphinx projects." +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Please enter a new root path (or just Enter to exit)" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" -#: cmd/quickstart.py:273 +#: _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 "" -"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." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Separate source and build directories (y/n)" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr "" -#: 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 "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." +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Name prefix for templates and static dir" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "" -#: cmd/quickstart.py:297 -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." +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Project name" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Author name(s)" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "" -#: 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 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." +#: _cli/__init__.py:225 +msgid "No output at all" +msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Project version" +#: _cli/__init__.py:231 +msgid "" +msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Project release" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: 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 "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." +#: builders/html/__init__.py:489 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" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Project language" +#: builders/latex/__init__.py:203 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 "Index" -#: cmd/quickstart.py:339 +#: writers/latex.py:766 writers/texinfo.py:646 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." +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "encountered title node not in section, topic, table, admonition or sidebar" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Source file suffix" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Footnotes" + +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "caption not inside a figure." + +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" +msgstr "unimplemented node type: %r" -#: 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 "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." +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Name of your master document (without suffix)" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format is not defined for %s" -#: cmd/quickstart.py:367 +#: writers/html5.py:441 #, 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 "Any IDs not assigned for %s node" +msgstr "Any IDs not assigned for %s node" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart will not overwrite the existing file." +#: writers/html5.py:496 +msgid "Link to this term" +msgstr "" -#: cmd/quickstart.py:377 -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" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Indicate which of the following Sphinx extensions should be enabled:" +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "" -#: cmd/quickstart.py:396 -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." +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: cmd/quickstart.py:406 -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." +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Create Makefile? (y/n)" +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Create Windows command file? (y/n)" +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." -msgstr "Creating file %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." -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "File %s already exists, skipping." -msgstr "File %s already exists, skipping." +msgid "[image: %s]" +msgstr "[image: %s]" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Finished: An initial directory structure has been created." +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[image]" -#: cmd/quickstart.py:519 +#: writers/latex.py:384 #, 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 "unknown %r toplevel_sectioning for class %r" +msgstr "unknown %r toplevel_sectioning for class %r" -#: cmd/quickstart.py:526 -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" +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "no Babel option known for language %r" -#: cmd/quickstart.py:530 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "too large :maxdepth:, ignored." + +#: writers/latex.py:614 #, 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 "template %s not found; loading from legacy %s instead" +msgstr "" -#: cmd/quickstart.py:537 -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." +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "document title is not a single Text node" -#: cmd/quickstart.py:572 +#: writers/latex.py:1200 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" - -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "For more information, visit ." +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "both tabularcolumns and :widths: option are given. :widths: is ignored." -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "quiet mode" +#: writers/latex.py:1230 +#, 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 "" -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "project root" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "dimension unit %s is invalid. Ignored." -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Structure options" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "unknown index entry type %s found" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" -msgstr "if specified, create build dir under source dir" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "non-whitespace stripped by dedent" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "replacement for dot in _templates etc." +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Invalid caption: %s" -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Project basic options" +#: 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 "line number spec is out of range(1-%d): %r" -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "project name" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Cannot use both \"%s\" and \"%s\" options" -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "author names" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "version of project" +#: 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 "" -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "release of project" +#: 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" -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "document language" +#: 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\"" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "source file suffix" +#: 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" -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "master document name" +#: 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/quickstart.py:660 -msgid "use epub" -msgstr "use epub" +#: 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/quickstart.py:663 -msgid "Extension options" -msgstr "Extension options" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree contains reference to nonexisting document %r" -#: cmd/quickstart.py:670 +#: directives/other.py:169 #, python-format -msgid "enable %s extension" -msgstr "enable %s extension" +msgid "duplicated entry found in toctree: %s" +msgstr "duplicated entry found in toctree: %s" + +#: directives/other.py:203 +msgid "Section author: " +msgstr "Section author: " -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "enable arbitrary extensions" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Module author: " -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Makefile and Batchfile creation" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Code author: " -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "create makefile" +#: directives/other.py:209 +msgid "Author: " +msgstr "Author: " -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "do not create makefile" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. acks content is not a list" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "create batchfile" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist content is not a list" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "do not create batchfile" +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "use make-mode for Makefile/make.bat" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "TODO entry found: %s" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Project templating" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "template directory for template files" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(The <> is located in %s, line %d.)" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "define a template variable" +#: ext/todo.py:166 +msgid "original entry" +msgstr "original entry" -#: cmd/quickstart.py:766 -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." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" -#: cmd/quickstart.py:785 -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." +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "highlighting module code... " -#: cmd/quickstart.py:792 -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." +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: cmd/quickstart.py:809 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Module code" + +#: ext/viewcode.py:359 #, python-format -msgid "Invalid template variable: %s" -msgstr "Invalid template variable: %s" +msgid "

Source code for %s

" +msgstr "

Source code for %s

" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "job number should be a positive number" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Overview: module code" -#: 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" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

All modules for which code is available

" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "path to documentation source files" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "invalid regex %r in %s" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "path to output directory" +#: 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" -#: cmd/build.py:109 +#: ext/coverage.py:148 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: cmd/build.py:114 -msgid "general options" -msgstr "general options" - -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: cmd/build.py:131 +#: ext/coverage.py:172 +#, python-brace-format, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: 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/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "invalid regex %r in coverage_c_regexes" -#: 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" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "undocumented c api: %s [%s] in file %s" -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "undocumented python function: %s :: %s" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "undocumented python class: %s :: %s" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "undocumented python method: %s :: %s :: %s" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D 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 command %r cannot be run (needed for maths display), check the imgmath_latex setting" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "override a setting in configuration file" +#: ext/imgmath.py:167 +#, 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" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "pass a value into HTML templates" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "display latex %r: %s" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "define tag: include \"only\" blocks with TAG" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "inline latex %r: %s" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: cmd/build.py:212 -msgid "console output options" -msgstr "console output options" - -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "increase verbosity (can be repeated)" - -#: 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/build.py:233 -msgid "no output at all, not even warnings" -msgstr "no output at all, not even warnings" +#: 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 "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" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "do emit colored output (default: auto-detect)" +#: 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 exited with error:\n[stderr]\n%r\n[stdout]\n%r" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "do not emit coloured output (default: auto-detect)" +#: 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:252 -msgid "warning control options" -msgstr "" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "section \"%s\" gets labeled as \"%s\"" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "write warnings (and errors) to given file" +#: 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/build.py:265 -msgid "turn warnings into errors" -msgstr "turn warnings into errors" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "missing '+' or '-' in '%s' option." -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "show full traceback on exception" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' is not a valid option." -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "run Pdb on exception" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' is not a valid pyversion option" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "invalid TestCode type" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "cannot combine -a option and filenames" +#: 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/build.py:357 +#: ext/doctest.py:451 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "no code/output in %s block at %s:%s" +msgstr "no code/output in %s block at %s:%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/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "ignoring invalid doctest code: %r" -#: 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/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)" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Collapse sidebar" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== slowest reading durations =======================" -#: 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" +#: 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" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Search" +#: 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" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Go" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignoring \"graphviz\" directive without content." -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Show Source" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contents" +#: ext/graphviz.py:328 +#, python-format +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" -#: themes/basic/opensearch.xml:4 +#: ext/graphviz.py:339 #, python-format -msgid "Search %(docstitle)s" -msgstr "Search %(docstitle)s" +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" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Overview" +#: 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" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Welcome! This is" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "the documentation for" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" +msgstr "dot code %r: %s" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "last updated" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indices and tables:" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Complete Table of Contents" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "The Texinfo files are in %(outdir)s." -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "lists all sections and subsections" +#: 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)." -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Search Page" +#: 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" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "search this documentation" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" config value references unknown document %s" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Global Module Index" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "processing %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "quick access to all modules" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "writing" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "General Index" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "resolving references..." -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "all functions, classes, terms" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (in " -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "This Page" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "copying images... " -#: themes/basic/genindex-single.html:26 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Index – %(key)s" -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "cannot copy image file %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 "Full index on one page" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "copying Texinfo support files" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Quick search" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "error writing file Makefile: %s" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Index pages by letter" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "duplicated ToC entry found: %s" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "can be huge" +#: 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" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Previous topic" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "cannot write image file %r: %s" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "previous chapter" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow not found - copying image files" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Next topic" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "writing mimetype file..." -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "next chapter" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "writing META-INF/container.xml file..." -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigation" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "writing content.opf file..." -#: themes/basic/layout.html:115 +#: builders/_epub_base.py:594 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Search within %(docstitle)s" +msgid "unknown mimetype for %s, ignoring" +msgstr "unknown mimetype for %s, ignoring" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "About these documents" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "writing toc.ncx file..." -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/_epub_base.py:801 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "writing %s file..." +msgstr "writing %s file..." -#: themes/basic/layout.html:201 +#: builders/xml.py:29 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Last updated on %(last_updated)s." +msgid "The XML files are in %(outdir)s." +msgstr "The XML files are in %(outdir)s." -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Created using Sphinx %(sphinx_version)s." +msgid "error writing file %s: %s" +msgstr "error writing file %s: %s" -#: 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." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "The pseudo-XML files are in %(outdir)s." -#: 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." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "The overview file is in %(outdir)s." -#: themes/basic/search.html:35 -msgid "search" -msgstr "search" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "no changes in version %s." -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Hide Search Matches" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "writing summary file..." -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Search Results" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Builtins" -#: 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 "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories." +#: builders/changes.py:77 +msgid "Module level" +msgstr "Module level" -#: 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/changes.py:129 +msgid "copying source files..." +msgstr "copying source files..." -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Searching" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "could not read %r for changelog creation" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Preparing search..." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "The manual pages are in %(outdir)s." -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", in " +#: 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" -#: themes/basic/changes/rstsource.html:5 +#: builders/manpage.py:64 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" config value references unknown document %s" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/epub3.py:84 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Changes in Version %(version)s — %(docstitle)s" +msgid "The ePub file is in %(outdir)s." +msgstr "The ePub file is in %(outdir)s." -#: 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" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "writing nav.xhtml file..." -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Library changes" +#: builders/epub3.py:225 +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" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API changes" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "conf value \"epub_uid\" should be XML NAME for EPUB3" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Other changes" +#: builders/epub3.py:236 +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" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expand sidebar" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "conf value \"epub_author\" should not be empty for EPUB3" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "conf value \"epub_contributor\" should not be empty for EPUB3" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "conf value \"epub_description\" should not be empty for EPUB3" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (in module %s)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "conf value \"epub_publisher\" should not be empty for EPUB3" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (in module %s)" +#: builders/epub3.py:260 +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" + +#: builders/epub3.py:266 +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:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "conf value \"version\" should not be empty for EPUB3" -#: domains/python/__init__.py:182 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (built-in variable)" +msgid "invalid css_file: %r, ignored" +msgstr "invalid css_file: %r, ignored" -#: domains/python/__init__.py:217 +#: builders/gettext.py:243 #, python-format -msgid "%s (built-in class)" -msgstr "%s (built-in class)" +msgid "The message catalogs are in %(outdir)s." +msgstr "The message catalogues are in %(outdir)s." -#: domains/python/__init__.py:218 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "%s (class in %s)" -msgstr "%s (class in %s)" +msgid "building [%s]: " +msgstr "building [%s]: " -#: domains/python/__init__.py:283 +#: builders/gettext.py:265 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s class method)" +msgid "targets for %d template files" +msgstr "targets for %d template files" -#: domains/python/__init__.py:285 +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "reading templates... " + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "writing message catalogues... " + +#: builders/text.py:27 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s static method)" +msgid "The text files are in %(outdir)s." +msgstr "The text files are in %(outdir)s." -#: domains/python/__init__.py:438 +#: builders/__init__.py:230 #, python-format -msgid "%s (%s property)" -msgstr "%s (%s property)" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "a suitable image for %s builder not found: %s (%s)" -#: domains/python/__init__.py:478 +#: builders/__init__.py:238 #, python-format -msgid "%s (type alias in %s)" -msgstr "" +msgid "a suitable image for %s builder not found: %s" +msgstr "a suitable image for %s builder not found: %s" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python Module Index" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "building [mo]: " -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "modules" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "writing output... " -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Deprecated" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "all of %d po files" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "exception" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "targets for %d po files that are specified" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "class method" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "targets for %d po files that are out of date" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "static method" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "all source files" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "property" +#: 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, " + +#: 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" + +#: 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" -#: domains/python/__init__.py:749 -msgid "type alias" -msgstr "" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d source files given on command line" -#: domains/python/__init__.py:818 +#: builders/__init__.py:383 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +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:412 +msgid "looking for now-outdated files... " +msgstr "looking for now-outdated files... " -#: domains/python/__init__.py:978 +#: builders/__init__.py:416 #, 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 "%d found" +msgstr "%d found" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (deprecated)" +#: builders/__init__.py:418 +msgid "none found" +msgstr "none found" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parameters" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "pickling environment" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variables" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "checking consistency" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Raises" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "no targets are out of date." -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Template Parameters" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "updating environment: " -#: domains/cpp/__init__.py:302 +#: builders/__init__.py:500 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s added, %s changed, %s removed" +msgstr "%s added, %s changed, %s removed" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/__init__.py:537 #, 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'." - -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "Return values" +"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 "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "union" +#: 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 "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "member" +#: 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 "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "type" +#: 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 "" -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "concept" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "reading sources... " -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enum" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "docnames to write: %s" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerator" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "function parameter" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "preparing documents" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "template parameter" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "copying assets" -#: domains/c/__init__.py:211 +#: builders/__init__.py:915 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/singlehtml.py:35 #, 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'." +msgid "The HTML page is in %(outdir)s." +msgstr "The HTML page is in %(outdir)s." -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variable" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "assembling single document" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "writing additional files" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "struct" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "The dummy builder generates no files." -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/linkcheck.py:78 #, python-format -msgid "environment variable; %s" -msgstr "environment variable; %s" +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" -#: domains/std/__init__.py:119 +#: builders/linkcheck.py:150 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "broken link: %s (%s)" +msgstr "broken link: %s (%s)" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Anchor '%s' not found" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: domains/std/__init__.py:242 +#: builders/linkcheck.py:768 #, 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 "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "%s command line option" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Attention" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "command line option" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Caution" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "glossary term must be preceded by empty line" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Danger" -#: 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" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Error" -#: 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" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Hint" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "glossary term" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "grammar token" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Note" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "reference label" +#: locale/__init__.py:236 +msgid "See also" +msgstr "See also" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "environment variable" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programme option" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Warning" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "document" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, 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}" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Module Index" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "inconsistent references in translated message. original: {0}, translated: {1}" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "duplicate %s description of %s, other instance in %s" +#: transforms/i18n.py:326 +#, 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}" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig is disabled. :numref: is ignored." +#: transforms/i18n.py:348 +#, 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}" -#: domains/std/__init__.py:1124 -#, 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" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: domains/std/__init__.py:1138 +#: transforms/__init__.py:258 #, python-format -msgid "the link has no caption: %s" -msgstr "the link has no caption: %s" +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" -#: domains/std/__init__.py:1153 +#: transforms/__init__.py:299 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "invalid numfig_format: %s (%r)" +msgid "Footnote [%s] is not referenced." +msgstr "Footnote [%s] is not referenced." -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" -msgstr "invalid numfig_format: %s" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "" -#: domains/std/__init__.py:1453 +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "Footnote [#] is not referenced." + +#: util/inventory.py:147 #, python-format -msgid "undefined label: %r" -msgstr "undefined label: %r" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: domains/std/__init__.py:1456 +#: util/inventory.py:166 #, 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 "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: environment/adapters/toctree.py:324 +#: util/i18n.py:100 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "circular toctree references detected, ignoring: %s <- %s" +msgid "reading error: %s, %s" +msgstr "reading error: %s, %s" -#: environment/adapters/toctree.py:349 +#: util/i18n.py:113 #, 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" +msgid "writing error: %s, %s" +msgstr "writing error: %s, %s" -#: environment/adapters/toctree.py:364 +#: util/i18n.py:146 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree contains reference to non-included document %r" +msgid "locale_dir %s does not exist" +msgstr "" -#: environment/adapters/toctree.py:367 +#: util/i18n.py:244 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "Invalid Babel locale: %r." msgstr "" -#: environment/adapters/indexentries.py:123 +#: util/i18n.py:253 #, python-format -msgid "see %s" -msgstr "see %s" +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" -#: environment/adapters/indexentries.py:133 +#: util/fileutil.py:76 #, python-format -msgid "see also %s" -msgstr "see also %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: environment/adapters/indexentries.py:141 +#: util/fileutil.py:89 #, python-format -msgid "unknown index entry type %r" -msgstr "unknown index entry type %r" +msgid "Writing evaluated template result to %s" +msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symbols" +#: util/display.py:82 +msgid "skipped" +msgstr "skipped" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" -msgstr "image file not readable: %s" +#: util/display.py:87 +msgid "failed" +msgstr "failed" -#: environment/collectors/asset.py:126 +#: util/osutil.py:131 #, python-format -msgid "image file %s not readable: %s" -msgstr "image file %s not readable: %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: environment/collectors/asset.py:163 +#: util/docfields.py:103 #, python-format -msgid "download file not readable: %s" -msgstr "download file not readable: %s" +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." -#: environment/collectors/toctree.py:259 +#: util/nodes.py:454 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Interrupted!" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree contains ref to nonexisting file %r" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "exception while evaluating only directive expression: %s" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %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.:" -msgstr "" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "unknown node type: %r" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "default role %s not found" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "Could not fetch remote image: %s [%s]" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "Could not fetch remote image: %s [%d]" -#: _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." +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Unknown image format: %s..." #: transforms/post_transforms/__init__.py:88 msgid "" @@ -3264,333 +2646,658 @@ msgid "" "bug." msgstr "Could not determine the fallback text for the cross-reference. Might be a bug." -#: transforms/post_transforms/__init__.py:237 +#: 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" -#: transforms/post_transforms/__init__.py:299 +#: transforms/post_transforms/__init__.py:291 #, python-format msgid "%s:%s reference target not found: %s" msgstr "%s:%s reference target not found: %s" -#: transforms/post_transforms/__init__.py:305 +#: transforms/post_transforms/__init__.py:297 #, python-format msgid "%r reference target not found: %s" msgstr "%r reference target not found: %s" -#: transforms/post_transforms/images.py:79 +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continued from previous page" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "continues on next page" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Non-alphabetical" + +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symbols" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Numbers" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "page" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Release" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Failed to get a docname!" + +#: builders/latex/transforms.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Could not fetch remote image: %s [%s]" +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 "No footnote was found for given reference node %r" + +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r doesn't have \"theme\" setting" + +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r doesn't have \"%s\" setting" + +#: builders/latex/__init__.py:115 +#, 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)." + +#: 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" + +#: 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" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "copying TeX support files" + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "copying additional files" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "logo file %r does not exist" + +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Unknown configure key: latex_elements[%r], ignored." + +#: 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." + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Could not fetch remote image: %s [%d]" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." -msgstr "Unknown image format: %s..." +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: builders/html/__init__.py:113 +#: builders/html/__init__.py:115 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "The HTML pages are in %(outdir)s." -#: builders/html/__init__.py:348 +#: builders/html/__init__.py:351 #, python-format msgid "Failed to read build info file: %r" msgstr "Failed to read build info file: %r" -#: builders/html/__init__.py:364 +#: builders/html/__init__.py:367 msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: builders/html/__init__.py:366 +#: builders/html/__init__.py:369 msgid "building [html]: " msgstr "" -#: builders/html/__init__.py:383 +#: builders/html/__init__.py:386 #, python-format msgid "" "template %s has been changed since the previous build, all docs will be " "rebuilt" msgstr "" -#: builders/html/__init__.py:507 +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "General Index" + +#: builders/html/__init__.py:510 msgid "index" msgstr "index" -#: builders/html/__init__.py:560 +#: builders/html/__init__.py:563 #, python-format msgid "Logo of %s" msgstr "" -#: builders/html/__init__.py:589 +#: builders/html/__init__.py:592 msgid "next" msgstr "next" -#: builders/html/__init__.py:598 +#: builders/html/__init__.py:601 msgid "previous" msgstr "previous" -#: builders/html/__init__.py:696 +#: builders/html/__init__.py:698 msgid "generating indices" msgstr "generating indices" -#: builders/html/__init__.py:711 +#: builders/html/__init__.py:713 msgid "writing additional pages" msgstr "writing additional pages" -#: builders/html/__init__.py:794 +#: builders/html/__init__.py:796 #, python-format msgid "cannot copy image file '%s': %s" msgstr "" -#: builders/html/__init__.py:806 +#: builders/html/__init__.py:808 msgid "copying downloadable files... " msgstr "copying downloadable files... " -#: builders/html/__init__.py:818 +#: builders/html/__init__.py:820 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "cannot copy downloadable file %r: %s" -#: builders/html/__init__.py:864 +#: builders/html/__init__.py:866 #, python-format msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:882 +#: builders/html/__init__.py:884 #, 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:917 +#: builders/html/__init__.py:919 msgid "copying static files" msgstr "copying static files" -#: builders/html/__init__.py:934 +#: builders/html/__init__.py:936 #, python-format msgid "cannot copy static file %r" msgstr "cannot copy static file %r" -#: builders/html/__init__.py:939 +#: builders/html/__init__.py:941 msgid "copying extra files" msgstr "copying extra files" -#: builders/html/__init__.py:949 +#: builders/html/__init__.py:951 #, python-format msgid "cannot copy extra file %r" msgstr "cannot copy extra file %r" -#: builders/html/__init__.py:955 +#: builders/html/__init__.py:957 #, python-format msgid "Failed to write build info file: %r" msgstr "Failed to write build info file: %r" -#: builders/html/__init__.py:1005 +#: builders/html/__init__.py:1007 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." -#: builders/html/__init__.py:1052 +#: builders/html/__init__.py:1054 #, 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" -#: builders/html/__init__.py:1216 +#: builders/html/__init__.py:1218 #, 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/html/__init__.py:1224 +#: builders/html/__init__.py:1231 +#, 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:1239 #, 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" -#: builders/html/__init__.py:1257 +#: builders/html/__init__.py:1272 msgid "dumping object inventory" msgstr "dumping object inventory" -#: builders/html/__init__.py:1265 +#: builders/html/__init__.py:1280 #, python-format msgid "dumping search index in %s" msgstr "dumping search index in %s" -#: builders/html/__init__.py:1308 +#: builders/html/__init__.py:1323 #, python-format msgid "invalid js_file: %r, ignored" msgstr "invalid js_file: %r, ignored" -#: builders/html/__init__.py:1342 +#: 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." -#: builders/html/__init__.py:1346 +#: builders/html/__init__.py:1361 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Unknown math_renderer %r is given." -#: builders/html/__init__.py:1360 +#: builders/html/__init__.py:1375 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path entry %r is placed inside outdir" -#: builders/html/__init__.py:1365 +#: builders/html/__init__.py:1380 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path entry %r does not exist" -#: builders/html/__init__.py:1380 +#: 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" -#: builders/html/__init__.py:1385 +#: 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" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "logo file %r does not exist" - -#: builders/html/__init__.py:1407 +#: builders/html/__init__.py:1422 #, python-format msgid "favicon file %r does not exist" msgstr "favicon file %r does not exist" -#: builders/html/__init__.py:1420 +#: 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:1433 +#: builders/html/__init__.py:1448 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)" -#: builders/html/__init__.py:1449 +#: builders/html/__init__.py:1464 #, python-format msgid "%s %s documentation" msgstr "%s %s documentation" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(in %s v%s)" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(in %s)" + +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "The LaTeX files are in %(outdir)s." +msgid "invalid external cross-reference suffix: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "external %s:%s reference target not found: %s" + +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" + +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" + +#: ext/intersphinx/_load.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 "" + +#: ext/intersphinx/_load.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:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" + +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" + +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" + +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" + +#: ext/intersphinx/_load.py:311 +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:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "failed to reach any of the inventories with the following issues:" + +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx inventory has moved: %s -> %s" + +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "Would create file %s." + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" + +#: 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: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/_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" -#: 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 "\nRun 'make' in that directory to run these through (pdf)latex\n(use `make latexpdf' here to do that automatically)." +#: 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" -#: builders/latex/__init__.py:159 -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/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "include \"_private\" modules" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" config value references unknown document %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "filename of table of contents (default: modules)" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Release" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "don't create a table of contents file" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "copying TeX support files" +#: 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)" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "copying additional files" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "put module documentation before submodule documentation" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Unknown configure key: latex_elements[%r], ignored." +#: 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" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Failed to get a docname!" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "file suffix (default: rst)" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %r!" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" -msgstr "No footnote was found for given reference node %r" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "generate a full project with sphinx-quickstart" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r doesn't have \"%s\" setting" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "project name (default: root module name)" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continued from previous page" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "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 "continues on next page" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "project version, used when --full is given" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Non-alphabetical" +#: 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" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Numbers" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "extension options" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "page" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Keyword Arguments" +#: 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/napoleon/docstring.py:176 #, python-format @@ -3620,6 +3327,10 @@ msgstr "Example" msgid "Examples" msgstr "Examples" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Keyword Arguments" + #: ext/napoleon/docstring.py:956 msgid "Notes" msgstr "Notes" @@ -3628,6 +3339,11 @@ msgstr "Notes" msgid "Other Parameters" msgstr "Other Parameters" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parameters" + #: ext/napoleon/docstring.py:1001 msgid "Receives" msgstr "Receives" @@ -3636,13 +3352,137 @@ msgstr "Receives" msgid "References" msgstr "References" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Warns" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Warns" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "Yields" + +#: ext/autodoc/type_comment.py:151 +#, 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/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "Failed to parse type_comment for %r: %s" + +#: ext/autodoc/preserve_defaults.py:195 +#, 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/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "invalid value for member-order option: %s" + +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "invalid value for class-doc-from option: %s" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "invalid signature for auto%s (%r)" + +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "error while formatting arguments for %s: %s" + +#: ext/autodoc/__init__.py:898 +#, python-format +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" + +#: ext/autodoc/__init__.py:1021 +#, 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 "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)" + +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "A mocked object is detected: %r" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "error while formatting signature for %s: %s" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" in automodule name doesn't make sense" + +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "signature arguments or return annotation given for automodule %s" + +#: ext/autodoc/__init__.py:1201 +#, python-format +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__" + +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "missing attribute mentioned in :members: option: module %s, attribute %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 "Failed to get a function signature for %s: %s" + +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Failed to get a constructor signature for %s: %s" + +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Bases: %s" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "missing attribute %s in object %s" + +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "alias of %s" + +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "alias of 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 "Failed to get a method signature for %s: %s" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Invalid __slots__ found on %s. Ignored." #: ext/autosummary/__init__.py:284 #, python-format @@ -3765,451 +3605,641 @@ msgid "" "%(default)s)" msgstr "document exactly the members in module __all__ attribute. (default: %(default)s)" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Interrupted!" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:28 +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 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." +"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 "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "path to module to document" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fnmatch-style file and/or directory patterns to exclude from generation" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "directory to place all output" +#: _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." -#: 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)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Collapse sidebar" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "overwrite existing files" +#: 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" -#: ext/apidoc/_cli.py:91 +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Search" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Go" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Show Source" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contents" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Quick search" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Index pages by letter" + +#: 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/genindex-split.html:17 +msgid "can be huge" +msgstr "can be huge" + +#: themes/basic/search.html:20 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "follow symbolic links. Powerful when combined with collective.recipe.omelette." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Please activate JavaScript to enable the search\n functionality." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "run the script without creating files" +#: 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." -#: 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" +#: themes/basic/search.html:35 +msgid "search" +msgstr "search" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "include \"_private\" modules" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "filename of table of contents (default: modules)" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Search within %(docstitle)s" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "don't create a table of contents file" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "About these documents" -#: ext/apidoc/_cli.py:135 +#: 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 "© %(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 on %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format 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)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Created using Sphinx %(sphinx_version)s." -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "put module documentation before submodule documentation" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "This Page" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Previous topic" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "previous chapter" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Next topic" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "next chapter" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Search %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Overview" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Welcome! This is" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "the documentation for" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "last updated" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indices and tables:" + +#: 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" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Search Page" + +#: 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" -#: 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" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "all functions, classes, terms" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "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 "Changes in Version %(version)s — %(docstitle)s" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "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 "Automatically generated list of changes in version %(version)s" -#: 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" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Library changes" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "project name (default: root module name)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API changes" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "project author(s), used when --full is given" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Other changes" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "project version, used when --full is given" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: 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" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Search Results" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "extension options" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Searching" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s is not a directory." +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Preparing search..." -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", in " -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Hide Search Matches" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expand sidebar" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "circular toctree references detected, ignoring: %s <- %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +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/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree contains reference to non-included document %r" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "see %s" +msgstr "see %s" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "see also %s" +msgstr "see also %s" -#: ext/apidoc/_extension.py:178 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "unknown index entry type %r" +msgstr "unknown index entry type %r" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "image file not readable: %s" +msgstr "image file not readable: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "image file %s not readable: %s" -#: ext/apidoc/_extension.py:247 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "download file not readable: %s" +msgstr "download file not readable: %s" -#: ext/apidoc/_extension.py:256 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s is already assigned section numbers (nested numbered toctree?)" -#: ext/apidoc/_generate.py:69 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "Would create file %s." -msgstr "Would create file %s." +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'." -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(in %s v%s)" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Template Parameters" -#: ext/intersphinx/_resolve.py:51 +#: domains/cpp/__init__.py:302 #, python-format -msgid "(in %s)" -msgstr "(in %s)" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Return values" + +#: 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 "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 "function parameter" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "template parameter" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variables" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Raises" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (in module %s)" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (in module %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:184 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (built-in variable)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:219 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "external %s:%s reference target not found: %s" +msgid "%s (built-in class)" +msgstr "%s (built-in class)" + +#: domains/python/__init__.py:220 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (class in %s)" + +#: domains/python/__init__.py:285 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s class method)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s static method)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (%s property)" +msgstr "%s (%s property)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python Module Index" + +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "modules" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Deprecated" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "exception" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "class method" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "static method" + +#: domains/python/__init__.py:744 +msgid "property" +msgstr "property" + +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "more than one target found for cross-reference %r: %s" +msgstr "more than one target found for cross-reference %r: %s" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (deprecated)" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "environment variable; %s" +msgstr "environment variable; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format 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:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "failed to reach any of the inventories with the following issues:" +"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\"" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:319 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx inventory has moved: %s -> %s" +msgid "%s command line option" +msgstr "%s command line option" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "invalid value for member-order option: %s" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "command line option" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "glossary term must be preceded by empty line" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "invalid signature for auto%s (%r)" +#: 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" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "error while formatting arguments for %s: %s" +#: 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" -#: ext/autodoc/__init__.py:898 -#, python-format -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" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "glossary term" -#: ext/autodoc/__init__.py:1021 -#, 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 "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)" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "grammar token" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "A mocked object is detected: %r" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "reference label" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "error while formatting signature for %s: %s" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "environment variable" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "programme option" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:735 +msgid "document" +msgstr "document" -#: ext/autodoc/__init__.py:1201 -#, python-format -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__" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Module Index" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "duplicate %s description of %s, other instance in %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 "Failed to get a function signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig is disabled. :numref: is ignored." -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Failed to get a constructor signature for %s: %s" +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" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "the link has no caption: %s" +msgstr "the link has no caption: %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" -msgstr "missing attribute %s in object %s" +msgid "invalid numfig_format: %s (%r)" +msgstr "invalid numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" -msgstr "alias of %s" +msgid "invalid numfig_format: %s" +msgstr "invalid numfig_format: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias of TypeVar(%s)" +msgid "undefined label: %r" +msgstr "undefined label: %r" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Failed to get a method signature for %s: %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" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Invalid __slots__ found on %s. Ignored." +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'." -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Failed to parse a default argument value for %r: %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variable" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "struct" diff --git a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo index 8898472d6f4..31ab5304cc2 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 0b6990defe6..2d32c203556 100644 --- a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:38+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: en_HK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:377 +#: cmd/quickstart.py:809 #, python-format -msgid "targets for %d source files that are out of date" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: 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 "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:551 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: cmd/build.py:357 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/xml.py:101 +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:45 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s() (%s method)" msgstr "" -#: 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)." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/javascript.py:374 #, python-format -msgid "cannot copy image file %r: %s" +msgid "%s (module)" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:244 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:266 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "targets for %d template files" +msgid ":%s: (directive option)" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:77 +#: domains/citation.py:75 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:149 +#: domains/citation.py:92 #, python-format -msgid "broken link: %s (%s)" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:358 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2666 +1466,2779 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +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 "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:344 #, python-format -msgid "Added in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:367 #, python-format -msgid "Changed in version %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Deprecated since version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Removed in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot copy image file %r: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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 "" -#: cmd/quickstart.py:604 -msgid "Structure 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 "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:549 #, python-format -msgid "enable %s extension" +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: 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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: 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" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:386 +#, 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" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:601 +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:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: 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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: 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:941 +msgid "copying extra files" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1054 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1218 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1231 #, python-format -msgid "Automatically generated list of changes in version %(version)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/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s() (in module %s)" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (in module %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (built-in variable)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (built-in class)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (class in %s)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s() (%s class method)" +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/__init__.py:285 +#: 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 static method)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:438 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "%s (%s property)" +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:478 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "%s (type alias in %s)" +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:82 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.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 "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "%s (C++ %s)" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 -#, python-format +#: ext/intersphinx/_load.py:311 msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:242 -#, python-format +#: ext/apidoc/_cli.py:28 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"\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 "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "see also %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autosummary/__init__.py:284 #, 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 "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:384 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:404 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "failed to parse name %s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API 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:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/static/searchtools.js:125 +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:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo index 44999ce8fa4..90eb4b6218e 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 7babeec23ea..f664f01a642 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:38+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -20,141 +20,276 @@ msgstr "" "Language: eo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Ne povas trovi fontan dosierujon (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +297,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,257 +310,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -440,1047 +540,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:396 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:406 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"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 "" -#: 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/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:452 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/coverage.py:492 +#: cmd/quickstart.py:519 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:526 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" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:530 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: ext/todo.py:61 -msgid "Todo" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: cmd/quickstart.py:670 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "enable %s extension" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" 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" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" 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." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: directives/other.py:205 -msgid "Module author: " -msgstr "" - -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Aŭtoro:" - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)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 "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:531 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" msgstr "" -#: builders/__init__.py:540 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, 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 "%s() (%s method)" msgstr "" -#: builders/__init__.py:551 +#: domains/javascript.py:186 #, 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 "%s() (class)" +msgstr "%s() (klaso)" -#: builders/__init__.py:558 +#: domains/javascript.py:188 #, 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:576 builders/__init__.py:592 -msgid "reading sources... " +msgid "%s (global variable or constant)" msgstr "" -#: builders/__init__.py:713 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "docnames to write: %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/epub3.py:84 +#: domains/javascript.py:374 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "%s (module)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funkcio" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "klaso" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "datenoj" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atributo" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/changeset.py:29 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "Removed in version %s" msgstr "" -#: builders/xml.py:31 +#: domains/math.py:73 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file %s: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/xml.py:101 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s (directive)" msgstr "" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" - -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" - -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "" - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "" - -#: builders/texinfo.py:230 -#, 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:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid "%s (role)" msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/_epub_base.py:794 +#: domains/rst.py:262 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:347 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:352 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:358 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1551,2135 +1468,2058 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" +msgstr "" + +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: util/inventory.py:147 +#: directives/code.py:314 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:156 #, python-format -msgid "[image: %s]" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: 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" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Aŭtoro:" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: writers/latex.py:591 +#: ext/todo.py:94 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/todo.py:154 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: writers/html5.py:441 +#: ext/viewcode.py:359 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "

Source code for %s

" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: domains/math.py:73 +#: ext/coverage.py:187 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/javascript.py:182 +#: ext/coverage.py:260 #, python-format -msgid "%s() (built-in function)" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/coverage.py:452 #, python-format -msgid "%s() (%s method)" +msgid "undocumented python function: %s :: %s" msgstr "" -#: domains/javascript.py:185 +#: ext/coverage.py:473 #, python-format -msgid "%s() (class)" -msgstr "%s() (klaso)" +msgid "undocumented python class: %s :: %s" +msgstr "" -#: domains/javascript.py:187 +#: ext/coverage.py:492 #, python-format -msgid "%s (global variable or constant)" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/imgmath.py:148 #, python-format -msgid "%s (%s attribute)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: domains/javascript.py:370 +#: ext/imgconverter.py:44 #, python-format -msgid "%s (module)" +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 "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funkcio" - -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "klaso" - -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "datenoj" - -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atributo" - -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:454 +#: ext/autosectionlabel.py:52 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/changeset.py:26 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "Added in version %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/changeset.py:27 +#: ext/doctest.py:118 #, python-format -msgid "Changed in version %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/changeset.py:28 +#: ext/doctest.py:124 #, python-format -msgid "Deprecated since version %s" +msgid "'%s' is not a valid option." msgstr "" -#: domains/changeset.py:29 +#: ext/doctest.py:139 #, python-format -msgid "Removed in version %s" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:297 #, python-format -msgid "%s (directive)" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/doctest.py:451 #, python-format -msgid ":%s: (directive option)" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/rst.py:224 +#: ext/doctest.py:568 #, python-format -msgid "%s (role)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/rst.py:262 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/citation.py:92 +#: ext/graphviz.py:287 #, python-format -msgid "Citation [%s] is not referenced." +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: 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:231 -msgid "Error" -msgstr "Eraro" - -#: locale/__init__.py:232 -msgid "Hint" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Averto" +#: 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 "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:133 +#: builders/_epub_base.py:467 #, python-format -msgid "Please enter one of %s." +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:229 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: 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)." +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:241 +#: builders/_epub_base.py:594 #, python-format -msgid "Selected root path: %s" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: 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." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: 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." +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: 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." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: 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." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:367 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/gettext.py:243 #, python-format -msgid "Creating file %s." +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:519 +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "" + +#: builders/text.py:27 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:238 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:537 #, python-format -msgid "enable %s extension" +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:677 -msgid "enable arbitrary extensions" +#: 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:680 -msgid "Makefile and Batchfile creation" +#: 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:686 -msgid "create 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:692 -msgid "do not create makefile" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:809 +#: builders/linkcheck.py:78 #, python-format -msgid "Invalid template variable: %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%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" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Eraro" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Averto" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: 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 "" -#: cmd/build.py:357 +#: util/fileutil.py:76 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: util/display.py:87 +msgid "failed" 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" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: 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 "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: themes/basic/opensearch.xml:4 +#: util/docutils.py:325 #, python-format -msgid "Search %(docstitle)s" +msgid "unknown directive name: %s" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Universala modjulindico" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indico universala" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" 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 "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simboloj" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" 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" - -#: themes/basic/layout.html:18 -msgid "Navigation" +#: 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 "" - -#: themes/basic/layout.html:124 -msgid "About these documents" +msgid "Failed to get a docname for source %r!" msgstr "" -#: 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 +#: 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/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/search.html:28 +#: builders/latex/__init__.py:118 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" - -#: themes/basic/search.html:35 -msgid "search" -msgstr "serĉu" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: 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." +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: 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] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/latex/__init__.py:529 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/__init__.py:537 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:386 #, python-format -msgid "%s() (in module %s)" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indico universala" + +#: builders/html/__init__.py:510 +msgid "index" +msgstr "indico" + +#: builders/html/__init__.py:563 #, python-format -msgid "%s (in module %s)" +msgid "Logo of %s" msgstr "" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "sekva" + +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "antaŭa" + +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:796 #, python-format -msgid "%s (class in %s)" +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:820 #, python-format -msgid "%s() (%s static method)" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (%s property)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:884 #, python-format -msgid "%s (type alias in %s)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "escepto" - -#: domains/python/__init__.py:745 -msgid "class method" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:1231 #, python-format -msgid "more than one target found for cross-reference %r: %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 "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametroj" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:1361 #, python-format -msgid "%s (C++ %s)" +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:1375 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: 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" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: 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/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: 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:211 +#: builders/html/__init__.py:1464 #, python-format -msgid "%s (C %s)" +msgid "%s %s documentation" +msgstr "%s %s dokumentaro" + +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "(in %s)" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "nomaĵo" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "environment variable; %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:119 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "%s; configuration value" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:242 +#: ext/intersphinx/_load.py:71 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/std/__init__.py:319 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "%s command line option" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.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 "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.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 "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:857 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:1124 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "see %s" -msgstr "vidu %s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "see also %s" -msgstr "vidu ankaŭ %s" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "unknown index entry type %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboloj" +#: 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 "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: environment/collectors/asset.py:163 -#, python-format -msgid "download file not readable: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" 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.:" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: _cli/util/errors.py:240 +#: ext/apidoc/_cli.py:135 msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" 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." +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: transforms/post_transforms/__init__.py:88 +#: ext/apidoc/_cli.py:152 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: transforms/post_transforms/__init__.py:237 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: transforms/post_transforms/__init__.py:299 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: transforms/post_transforms/__init__.py:305 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:113 -#, python-format -msgid "The HTML pages are in %(outdir)s." +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:348 -#, python-format -msgid "Failed to read build info file: %r" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:383 -#, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "indico" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "sekva" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "antaŭa" - -#: builders/html/__init__.py:696 -msgid "generating indices" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:794 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:864 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametroj" + +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Avertoj" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autodoc/type_comment.py:151 #, 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 "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "dumping search index in %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autodoc/__init__.py:1021 #, python-format -msgid "html_extra_path entry %r does not exist" +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 "" -#: builders/html/__init__.py:1380 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "favicon file %r does not exist" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autodoc/__init__.py:1201 #, 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:1433 +#: ext/autodoc/__init__.py:1278 +#, 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:1449 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentaro" - -#: 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 "Failed to get a function signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: 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)." +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/latex/__init__.py:170 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "alias of %s" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autosummary/__init__.py:284 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autosummary/__init__.py:288 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "failed to parse name %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "failed to import object %s" msgstr "" -#: builders/latex/theming.py:91 -#, python-format -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 "" - -#: 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 "" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "" - -#: ext/napoleon/docstring.py:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" - -#: ext/napoleon/docstring.py:183 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" - -#: ext/napoleon/docstring.py:190 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "" - -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "" - -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "" - -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "" - -#: ext/napoleon/docstring.py:1001 -msgid "Receives" -msgstr "" - -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "" - -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Avertoj" - -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "" - -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" - -#: ext/autosummary/__init__.py:384 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: ext/autosummary/__init__.py:404 -#, python-format -msgid "failed to parse name %s" -msgstr "" - -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" -msgstr "" - -#: ext/autosummary/__init__.py:730 +#: ext/autosummary/__init__.py:730 #, python-format msgid "" "Summarised items should not include the current module. Replace %r with %r." @@ -3766,451 +3606,641 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" 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." +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:207 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"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 "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: ext/apidoc/_cli.py:91 +#: _cli/util/errors.py:246 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: 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/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/apidoc/_cli.py:135 +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/genindex-split.html:17 +msgid "can be huge" +msgstr "" + +#: themes/basic/search.html:20 msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/apidoc/_cli.py:152 +#: themes/basic/search.html:35 +msgid "search" +msgstr "serĉu" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "" + +#: 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 "Aŭtora rajto" + +#: 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 "" + +#: themes/basic/layout.html:204 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:160 +#: themes/basic/sourcelink.html:4 +msgid "This Page" +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" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +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 "" + +#: 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 "Universala modjulindico" + +#: 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-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: 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/versionchanges.html:17 +#, 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/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "" + +#: themes/basic/static/searchtools.js:125 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:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: 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:226 -msgid "extension options" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, 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:240 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "see %s" +msgstr "vidu %s" + +#: 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:291 +#: environment/collectors/asset.py:98 #, python-format -msgid "%s is not a directory." +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "download file not readable: %s" +msgstr "" + +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +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 "membro" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipo" + +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:220 #, python-format -msgid "Would create file %s." +msgid "%s (class in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:285 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:440 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "escepto" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:319 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "nomaĵo" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo index b757652751f..95ed0e2f095 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 24ea0cd0247..074927968f4 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:38+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -27,141 +27,276 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: extension.py:58 +#: config.py:362 +#, 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:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "La extensión %s es requerida por la configuración de needs_extensions, pero esta no es cargada." +"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)" -#: extension.py:79 +#: config.py:402 +#, 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" + +#: config.py:410 +#, 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" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuración desconocido %r en anulación, ignorando" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Valor de configuración %r ya presente" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." -msgstr "Este proyecto necesita la extensión %s por lo menos en la versión %s y por lo tanto no puede ser construido con la versión cargada (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +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:610 +#, 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:614 +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:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Sección %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Figura %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabla %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Lista %s" + +#: config.py:809 +#, 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}`." + +#: config.py:840 +#, 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:857 +#, 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:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r no fue encontrado, se ignora." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "No se encuentra directorio fuente (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Directorio de salida (%s) no es un directorio" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Directorio fuente y directorio destino no pueden ser idénticos" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Ejecutando Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Este proyecto necesita al menos Sphinx v%s y por lo tanto no se puede construir con esta versión." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "creando directorio de salida" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "mientras configura la extensión %s:" -#: application.py:309 +#: application.py:310 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' como se define actualmente en el archivo conf.py no es un Python invocable. Por favor, modifique su definición para que sea una función invocable. Esto es necesario para que el archivo conf.py se comporte como una extensión de Sphinx." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "cargando traducciones [%s]... " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "hecho" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "no disponible para mensajes incorporados" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "cargando el ambiente pickled" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "fallo: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Ningún constructor seleccionado, utilizando el valor predeterminado: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "la clase de nodo %r ya está registrada, sus visitantes serán reemplazados" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -169,12 +304,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:1775 +#: application.py:1785 #, 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:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -182,159 +317,213 @@ 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:1784 +#: application.py:1794 #, 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:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "realizando serialmente %s" -#: config.py:355 +#: extension.py:58 #, 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:366 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)." +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "La extensión %s es requerida por la configuración de needs_extensions, pero esta no es cargada." -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "Este proyecto necesita la extensión %s por lo menos en la versión %s y por lo tanto no puede ser construido con la versión cargada (%s)." -#: config.py:399 +#: events.py:81 #, 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)" +msgid "Event %r already present" +msgstr "Evento %r ya presente" -#: config.py:411 +#: events.py:379 #, 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 "Unknown event name: %s" +msgstr "Nombre de evento desconocido: %s" -#: config.py:419 +#: events.py:424 #, 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 "Handler %r for event %r threw an exception" +msgstr "Manipulador %r para el evento %r lanzó una excepción" -#: config.py:442 +#: registry.py:162 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuración desconocido %r en anulación, ignorando" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Constructor clase %s no tiene ningún atributo \"name\"" -#: config.py:496 +#: registry.py:166 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "Builder %r already exists (in module %s)" +msgstr "Constructor %r ya existe (en el módulo %s)" -#: config.py:524 +#: registry.py:182 #, python-format -msgid "Config value %r already present" -msgstr "Valor de configuración %r ya presente" +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" -#: config.py:561 +#: registry.py:192 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "Builder name %s not registered" +msgstr "Nombre de constructor %s no registrado" -#: config.py:603 +#: registry.py:199 #, 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" +msgid "domain %s already registered" +msgstr "dominio %s ya esta registrado" -#: config.py:607 -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()" +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "dominio %s no esta registrado" -#: config.py:615 +#: registry.py:230 #, 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" +msgid "The %r directive is already registered to domain %s" +msgstr "La directiva %r ya fue registrada en el dominio %s" -#: config.py:637 +#: registry.py:248 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r role is already registered to domain %s" +msgstr "El rol %r ya fue registrado en el dominio %s" -#: config.py:655 config.py:663 +#: registry.py:261 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "The %r index is already registered to domain %s" +msgstr "El índice %r ya fue registrado en el dominio %s" -#: config.py:669 +#: registry.py:308 #, 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 object_type is already registered" +msgstr "El %r object_type ya está registrado" -#: config.py:690 +#: registry.py:339 #, python-format -msgid "Section %s" -msgstr "Sección %s" +msgid "The %r crossref_type is already registered" +msgstr "El %r crossref_type ya está registrado" -#: config.py:691 +#: registry.py:348 #, python-format -msgid "Fig. %s" -msgstr "Figura %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r ya está registrado" -#: config.py:692 +#: registry.py:358 #, python-format -msgid "Table %s" -msgstr "Tabla %s" +msgid "source_parser for %r is already registered" +msgstr "source_parser para %r ya está registrado" -#: config.py:693 +#: registry.py:367 #, python-format -msgid "Listing %s" -msgstr "Lista %s" +msgid "Source parser for %s not registered" +msgstr "Analizador de fuentes para %s no registrado" -#: config.py:802 -#, 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}`." +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" +msgstr "Traductor para %r ya existe" -#: config.py:833 -#, 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}." +#: registry.py:405 +#, 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" -#: config.py:850 -#, 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__}'." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r ya esta registrado" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r no fue encontrado, se ignora." +msgid "math renderer %s is already registered" +msgstr "el renderizador matemático %s ya está registrado" -#: config.py:882 +#: registry.py:531 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +"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." -#: highlighting.py:170 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "Excepción original:\n" + +#: registry.py:547 +#, python-format +msgid "Could not import extension %s" +msgstr "No puede importar la extensión %s" + +#: registry.py:554 +#, 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 +#, 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 +#, 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 +#, 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 "Python Enhancement Proposals; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "número de PEP inválido %s" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "número RFC inválido %s" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "El nombre del lexer de pigmentos %r se desconoce" @@ -346,1403 +535,953 @@ msgid "" "Retrying in relaxed mode." msgstr "" -#: theming.py:115 +#: 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 "" + +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, 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" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "opción de tema no soportada %r fue dada" -#: theming.py:208 +#: theming.py:218 #, 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" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:276 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, 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 "Evento %r ya presente" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "insertar automáticamente docstrings de los módulos" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Nombre de evento desconocido: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "probar automáticamente fragmentos de código en bloques doctest" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "Manipulador %r para el evento %r lanzó una excepción" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "enlace entre la documentación de Sphinx de diferentes proyectos" -#: project.py:72 -#, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -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" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "verificación para el cubrimiento de la documentación" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Constructor clase %s no tiene ningún atributo \"name\"" +#: 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" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Constructor %r ya existe (en el módulo %s)" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "incluir matemática, mostrada en el navegador por MathJax" -#: registry.py:187 -#, 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" +#: 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" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "Nombre de constructor %s no registrado" +#: 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" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "dominio %s ya esta registrado" +#: 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" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "dominio %s no esta registrado" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Por favor, ingrese un nombre de ruta válido." -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "La directiva %r ya fue registrada en el dominio %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Por favor, ingrese algún texto." -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "El rol %r ya fue registrado en el dominio %s" +msgid "Please enter one of %s." +msgstr "Por favor, ingrese uno de %s." -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "El índice %r ya fue registrado en el dominio %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Por favor, ingrese cualquiera de 'y' o 'n'." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "El %r object_type ya está registrado" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Por favor, ingrese un archivo de sufijo, por ejemplo, '.rst' o '.txt'." -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "El %r crossref_type ya está registrado" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Bienvenido a la utilidad de inicio rápido de Sphinx %s." -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r ya está registrado" +#: 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 "Ingrese los valores para las siguientes configuraciones (solo presione Entrar para\naceptar un valor predeterminado, si se da uno entre paréntesis)." -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser para %r ya está registrado" +msgid "Selected root path: %s" +msgstr "Ruta raíz seleccionada: %s" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "Analizador de fuentes para %s no registrado" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Ingrese la ruta raíz para la documentación." -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "Traductor para %r ya existe" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Ruta raíz para la documentación" -#: 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" +#: cmd/quickstart.py:254 +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." -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r ya esta registrado" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart no sobreescribirá proyectos existentes de Sphinx." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "el renderizador matemático %s ya está registrado" +#: cmd/quickstart.py:262 +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)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 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:543 -msgid "Original exception:\n" -msgstr "Excepción original:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "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." -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "No puede importar la extensión %s" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Separar directorios fuente y compilado (y/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 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?" +"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." -#: registry.py:565 -#, 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." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Prefijo de nombre para directorios de plantillas y estático" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "" +"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." -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Nombre de proyecto" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Autor(es)" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: 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 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." -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Versión del proyecto" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Liberación del proyecto" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "número de PEP inválido %s" +#: 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 "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." -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "número RFC inválido %s" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Lenguaje del proyecto" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[fuente]" +#: 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 "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." -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "resaltando el código del módulo... " +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Sufijo del archivo fuente" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[documentos]" +#: 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 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:346 -msgid "Module code" -msgstr "Código de módulo" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Nombre del documento maestro (sin sufijo)" -#: ext/viewcode.py:353 +#: cmd/quickstart.py:367 #, python-format -msgid "

Source code for %s

" -msgstr "

Código fuente para %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Resumen: código de modulo" +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." -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart no sobreescribirá el archivo existente." -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:377 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)" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +"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/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:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Indique cuál de las siguientes extensiones de Sphinx deben habilitarse:" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:396 +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." -#: ext/duration.py:90 +#: cmd/quickstart.py:406 msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== duraciones de lectura más lentas =======================" +"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." -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "falta '+' o '-' en la opción '%s'." +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "¿Crear Makefile? (y/n)" -#: ext/doctest.py:124 +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "¿Crear archivo de comandos para Windows? (y/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' no es una opción válida." +msgid "Creating file %s." +msgstr "Creando archivo %s." -#: ext/doctest.py:139 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' no es una opción pyversion válida" +msgid "File %s already exists, skipping." +msgstr "El archivo %s ya existe, omitiendo." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "tipo de TestCode inválido" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Terminado: se ha creado una estructura de directorio inicial." -#: ext/doctest.py:297 +#: cmd/quickstart.py:519 #, 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." +"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. " -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "sin código/salida en el bloque %s en %s:%s" +#: cmd/quickstart.py:526 +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" -#: ext/doctest.py:568 +#: cmd/quickstart.py:530 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignorando el código doctest no válido: %r" +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" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:537 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" +"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." -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:572 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" +"\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" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "visualizar latex %r: %s" +#: 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 más información visite ." -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "en línea latex %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "modo silencioso" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "expresiones regulares inválidas %r en %s" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "raíz del proyecto" -#: 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" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Opciones de estructura" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "si se especifica, separe los directorios de fuentes y de compilación" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -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 "expresiones regulares inválidas %r en coverage_c_regexes" - -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "api c indocumentado: %s [%s] en archivo %s" - -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "función python indocumentada: %s :: %s" - -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "clase python indocumentada: %s :: %s" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "método python indocumentado: %s :: %s :: %s" - -#: 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 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" - -#: 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 salió con 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 "el comando convert %r no puede ejecutar, compruebe el valor de configuración image_converter" - -#: 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" - -#: 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" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorando la directiva \"graphviz\" sin contenido." - -#: 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 "comando dot %r no se puede ejecutar (necesarios para la salida de graphviz), Compruebe la configuración de graphviz_dot" - -#: 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" - -#: 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" - -#: 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 código %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/todo.py:61 -msgid "Todo" -msgstr "Por hacer" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "Marca TODO encontrada: %s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(La <> se encuentra en %s, línea %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "entrada original" - -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "no espacios en blanco eliminados por identado" - -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Subtítulo inválido: %s" - -#: 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 "la especificación del número de línea está fuera de range(1-%d): %r" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "No puede utilizar ambas opciones \"%s\" y \"%s\"" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -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" -msgstr "" - -#: directives/code.py:276 -#, 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\"" - -#: directives/code.py:314 -#, 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" - -#: 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." - -#: 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" - -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree contiene referencia al documento excluido %r" - -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree contiene referencias a documentos inexistentes %r" - -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "entrada duplicada encontrada en toctree: %s" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor de la sección: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor del módulo: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Código del autor: " - -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr ".. contenido de los reconocimientos no es una lista" - -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr ".. hlist contenido no es una lista" - -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "El archivo de resumen está en %(outdir)s." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "no hay cambios en versión %s." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "escribiendo archivo de resumen..." - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Funciones incorporadas" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Nivel de módulo" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "copiando archivos fuente..." - -#: builders/changes.py:133 -#, 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" - -#: 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" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "escribiendo" - -#: builders/manpage.py:71 -#, 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" - -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "una imagen adecuada para %s constructor no encontrado: %s (%s)" - -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "una imagen adecuada para %s constructor no encontrado: %s" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "compilando [mo]: " - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "escribiendo salida... " - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "todos los %d archivos po" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "los objetivos para %d los archivos po que se especifican" - -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "los objetivos para %d los archivos po que estan desactualizados" - -#: builders/__init__.py:319 -msgid "all source files" -msgstr "todos los archivos fuente" - -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "" - -#: builders/__init__.py:337 -#, 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" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "%d archivos fuente dados en la línea de comandos" - -#: builders/__init__.py:377 -#, 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:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "compilando [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "buscando por archivos no actualizados... " - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "%d encontrado" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "no encontrado" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "preparando ambiente" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "verificando consistencia" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "no hay archivos objetivo desactualizados." - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "actualizando ambiente: " +#: cmd/quickstart.py:616 +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:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%sañadido, %s cambiado, %s removido" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "reemplazo para punto en _templates, etc." -#: 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/quickstart.py:625 +msgid "Project basic options" +msgstr "Opciones básicas del proyecto" -#: builders/__init__.py:540 -#, 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:627 +msgid "project name" +msgstr "nombre del proyecto" -#: builders/__init__.py:551 -#, 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:630 +msgid "author names" +msgstr "autores" -#: builders/__init__.py:558 -#, 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:637 +msgid "version of project" +msgstr "versión del proyecto" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "leyendo fuentes... " +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "liberación del proyecto" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "docnames para escribir: %s" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "lenguaje del documento" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "sufijo de archivo fuente" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "preparando documentos" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "nombre de documento maestro" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "usar epub" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "caracteres fuente no codificables, reemplazando con \"?\": %r" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Opciones de extensión" -#: builders/epub3.py:84 +#: cmd/quickstart.py:670 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "El archivo ePub está en %(outdir)s." - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "escribiendo el archivo nav.xhtml..." +msgid "enable %s extension" +msgstr "habilitada extensión %s" -#: builders/epub3.py:221 -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" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "habilitar extensiones arbitrarias" -#: builders/epub3.py:227 -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" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "creación del Makefile y Batchfile" -#: builders/epub3.py:232 -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" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "crear makefile" -#: builders/epub3.py:238 -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" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "no crear makefile" -#: builders/epub3.py:242 -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" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "crear batchfile" -#: builders/epub3.py:247 -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" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "no crear batchfile" -#: builders/epub3.py:251 -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" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "use el modo make para Makefile/make.bat" -#: builders/epub3.py:256 -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" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Plantillas de proyecto" -#: builders/epub3.py:262 -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" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "directorio de plantillas para archivos de plantillas" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "el valor de configuración \"version\" no debe estar vacío para EPUB3" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "definir una variable de proyceto" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file inválido: %r, ignorado" +#: cmd/quickstart.py:766 +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/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Los archivos XML están en %(outdir)s." +#: cmd/quickstart.py:785 +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." -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "error escribiendo archivo %s: %s" +#: cmd/quickstart.py:792 +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." -#: builders/xml.py:101 +#: cmd/quickstart.py:809 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Los archivos pseudo-XML están en %(outdir)s." +msgid "Invalid template variable: %s" +msgstr "Variable de plantilla inválida: %s" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Los archivos Texinfo están en %(outdir)s." +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "número de trabajo debe ser un número positivo" -#: builders/texinfo.py:48 +#: cmd/build.py:74 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)." +"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" -#: builders/texinfo.py:77 -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" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "ruta a los archivos fuente de la documentación" -#: builders/texinfo.py:89 -#, 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" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "ruta al directorio de salida" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "procesando %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "resolviendo referencias..." +#: cmd/build.py:114 +msgid "general options" +msgstr "opciones generales" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (en " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "copiando imágenes... " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "no se puede copiar archivo de imagen %r: %s" +#: 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)" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "copiando archivos de soporte Texinfo" +#: 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" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "error escribiendo archivo Makefile: %s" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "entrada de tabla de contenido duplicada encontrada: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: builders/_epub_base.py:433 -#, 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" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "no se puede escribir archivo de imagen %r: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "Pillow no encontrada - copiando archivos de imágenes" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "sobreescribir un ajuste en el fichero de configuración" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "escribiendo el archivo mimetype..." +#: 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 "" + +#: cmd/build.py:212 +msgid "console output options" +msgstr "opciones de salida de consola" + +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "aumentar la verbosidad (puede repetirse)" + +#: 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" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "escribiendo el archivo META-INF/container.xml..." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "sin salida, ni siquiera advertencias" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "escribiendo el archivo content.opf..." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "emitir salida de color (predeterminado: detección automática)" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "mimetype desconocido para %s, ignorando" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "no emite salida de color (predeterminado: detección automática)" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "escribiendo el archivo toc.ncx..." - -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "escribiendo archivo %s..." +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "escribir avisos (y errores) al fichero indicado" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "El constructor ficticio no genera archivos." +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "convertir advertencias en errores" -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Los catálogos de mensajes están en %(outdir)s." +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "mostrar rastreo completo en excepción" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "objetivos para los archivos de plantillas %d" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "ejecutar Pdb en excepción" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "leyendo plantillas... " +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "escribiendo catálogos de mensajes... " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "no se puede combinar la opción -a y nombres de archivo" -#: builders/singlehtml.py:35 +#: cmd/build.py:357 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Página HTML está en %(outdir)s." +msgid "cannot open warning file '%s': %s" +msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "ensamblando documento sencillo" +#: 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" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "escribiendo archivos adicionales" +#: 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" -#: builders/linkcheck.py:77 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" +msgstr "%s() (función incorporada)" -#: builders/linkcheck.py:149 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "broken link: %s (%s)" -msgstr "enlace roto: %s (%s)" +msgid "%s() (%s method)" +msgstr "%s() (método de %s)" -#: builders/linkcheck.py:548 +#: domains/javascript.py:186 #, python-format -msgid "Anchor '%s' not found" -msgstr "Ancla '%s' no encontrado" +msgid "%s() (class)" +msgstr "%s() (clase)" -#: builders/linkcheck.py:758 +#: domains/javascript.py:188 #, 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 "%s (global variable or constant)" +msgstr "%s (variable global o constante)" -#: builders/text.py:29 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Los archivos de texto están en %(outdir)s." +msgid "%s (%s attribute)" +msgstr "%s (atributo de %s)" -#: 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 pie de página inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumentos" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referencias inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Lanzamientos" -#: transforms/i18n.py:322 -#, 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}" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Devuelve" -#: transforms/i18n.py:344 -#, 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}" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipo del valor devuelto" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: domains/javascript.py:374 #, python-format -msgid "%b %d, %Y" -msgstr "%d de %B de %Y" +msgid "%s (module)" +msgstr "%s (módulo)" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "función" -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "método" -#: transforms/__init__.py:253 -#, 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" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "clase" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Pie de página [%s] no está referenciado." +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "dato" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atributo" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "Pie de página [#] no está referenciado." +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "módulo" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: 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" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "Distinto en la versión %s" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Opciones" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "Obsoleto desde la versión %s" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: 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" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "No válido math_eqref_format: %r" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (directiva)" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (opción directiva)" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "directiva" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "directive-option" -#: _cli/__init__.py:225 -msgid "No output at all" -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" +msgstr "descripción duplicada de %s %s, otra instancia en %s" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citación duplicada %s, otra instancia en %s" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Citación [%s] no está referenciada." -#: environment/__init__.py:86 +#: environment/__init__.py:88 msgid "new config" msgstr "nueva configuración" -#: environment/__init__.py:87 +#: environment/__init__.py:89 msgid "config changed" msgstr "configuración modificada" -#: environment/__init__.py:88 +#: environment/__init__.py:90 msgid "extensions changed" msgstr "extensiones modificadas" -#: environment/__init__.py:253 +#: environment/__init__.py:258 msgid "build environment version not current" msgstr "la versión del entorno de compilación no es actual" -#: environment/__init__.py:255 +#: environment/__init__.py:260 msgid "source directory has changed" msgstr "directorio fuente ha cambiado" -#: environment/__init__.py:325 +#: environment/__init__.py:347 #, python-format msgid "The configuration has changed (1 option: %r)" msgstr "" -#: environment/__init__.py:330 +#: environment/__init__.py:352 #, python-format msgid "The configuration has changed (%d options: %s)" msgstr "" -#: environment/__init__.py:336 +#: environment/__init__.py:358 #, python-format msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: environment/__init__.py:379 +#: environment/__init__.py:401 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." -#: environment/__init__.py:493 +#: environment/__init__.py:515 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "Error al escanear los documentos en %s: %r" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format msgid "Domain %r is not registered" msgstr "Dominio %r no está registrado" -#: environment/__init__.py:813 +#: environment/__init__.py:800 msgid "document isn't included in any toctree" msgstr "documento no está incluido en ningún toctree" -#: environment/__init__.py:859 +#: environment/__init__.py:911 msgid "self referenced toctree found. Ignored." msgstr "toctree auto referenciado encontrado. Ignorado." -#: environment/__init__.py:889 +#: environment/__init__.py:941 #, python-format msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "leyendo error: %s, %s" - -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "escribiendo error: %s, %s" - -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: util/i18n.py:245 -#, 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" - -#: 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 dominio %s: se supone que el campo debe usar el rol '%s', pero ese rol no está en el dominio." - -#: util/nodes.py:423 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree contiene referencia al archivo inexistente %r" - -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "excepción al evaluar solamente la expresión directiva: %s" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "omitido" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Opciones" -#: util/display.py:87 -msgid "failed" -msgstr "fallado" +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: util/osutil.py:131 -#, python-format +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "tipo de nodo desconocido: %r" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "rol por defecto %s no encontrado" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notas a pie de página" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 #, python-format -msgid "[image: %s]" -msgstr "[imagen: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[imagen]" +msgid "%b %d, %Y" +msgstr "%d de %B de %Y" -#: builders/latex/__init__.py:206 domains/std/__init__.py:771 +#: builders/latex/__init__.py:203 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 @@ -1752,11 +1491,15 @@ msgstr "[imagen]" msgid "Index" msgstr "Índice" -#: writers/latex.py:743 writers/texinfo.py:646 +#: writers/latex.py:766 writers/texinfo.py:646 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" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Notas a pie de página" + #: writers/texinfo.py:1217 msgid "caption not inside a figure." msgstr "subtítulo no dentro de una figura." @@ -1766,54 +1509,6 @@ msgstr "subtítulo no dentro de una figura." msgid "unimplemented node type: %r" msgstr "tipo de nodo no implementado: %r" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "desconocida %r toplevel_sectioning para la clase %r" - -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "No se conoce la opción de Babel para el idioma %r" - -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr "demasiado grande :maxdepth:, ignorado." - -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "título del documento no es un nodo de Texto único" - -#: writers/html5.py:572 writers/latex.py:1106 -#, 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 "ambas columnas tabulares y la opción :widths: se dan. La opción :widths: se ignora." - -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "la unidad de dimensión %s no es válida. Ignorado." - -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "tipo de entrada de índice desconocido %s encontrado" - -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "No válido math_eqref_format: %r" - #: writers/html5.py:96 writers/html5.py:105 msgid "Link to this definition" msgstr "" @@ -1840,6 +1535,11 @@ msgstr "" msgid "Link to this table" msgstr "" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" + #: writers/html5.py:636 msgid "Link to this code" msgstr "" @@ -1856,1750 +1556,1756 @@ msgstr "" 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." -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: domains/math.py:73 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "etiqueta duplicada de la ecuación %s, otra instancia en %s" +msgid "[image: %s]" +msgstr "[imagen: %s]" -#: domains/javascript.py:182 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (función incorporada)" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[imagen]" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: writers/latex.py:384 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (método de %s)" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "desconocida %r toplevel_sectioning para la clase %r" -#: domains/javascript.py:185 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "%s() (class)" -msgstr "%s() (clase)" +msgid "no Babel option known for language %r" +msgstr "No se conoce la opción de Babel para el idioma %r" -#: domains/javascript.py:187 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variable global o constante)" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "demasiado grande :maxdepth:, ignorado." -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: writers/latex.py:614 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atributo de %s)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumentos" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Lanzamientos" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "título del documento no es un nodo de Texto único" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Devuelve" +#: writers/latex.py:1200 +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." -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipo del valor devuelto" +#: writers/latex.py:1230 +#, 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 "" -#: domains/javascript.py:370 +#: writers/latex.py:1626 #, python-format -msgid "%s (module)" -msgstr "%s (módulo)" +msgid "dimension unit %s is invalid. Ignored." +msgstr "la unidad de dimensión %s no es válida. Ignorado." -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "función" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "tipo de entrada de índice desconocido %s encontrado" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "método" +#: 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." -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "clase" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "no espacios en blanco eliminados por identado" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "dato" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Subtítulo inválido: %s" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atributo" +#: 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 "la especificación del número de línea está fuera de range(1-%d): %r" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "módulo" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "No puede utilizar ambas opciones \"%s\" y \"%s\"" -#: domains/javascript.py:454 +#: directives/code.py:231 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "duplicada %s descripción de %s, otra %s en %s" +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: domains/changeset.py:26 +#: directives/code.py:235 #, python-format -msgid "Added in version %s" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: domains/changeset.py:27 +#: directives/code.py:276 #, python-format -msgid "Changed in version %s" -msgstr "Distinto en la versión %s" +msgid "Object named %r not found in include file %r" +msgstr "Objeto nombrado %r no encontrado en el archivo incluido %r" -#: domains/changeset.py:28 +#: 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\"" + +#: directives/code.py:314 #, python-format -msgid "Deprecated since version %s" -msgstr "Obsoleto desde la versión %s" +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" -#: domains/changeset.py:29 +#: directives/other.py:119 #, python-format -msgid "Removed in version %s" -msgstr "" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "patrón global toctree %r no coincide con ningún documento" -#: domains/rst.py:131 domains/rst.py:190 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "%s (directive)" -msgstr "%s (directiva)" +msgid "toctree contains reference to excluded document %r" +msgstr "toctree contiene referencia al documento excluido %r" -#: domains/rst.py:191 domains/rst.py:202 +#: directives/other.py:156 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (opción directiva)" +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree contiene referencias a documentos inexistentes %r" -#: domains/rst.py:224 +#: directives/other.py:169 #, python-format -msgid "%s (role)" -msgstr "%s (rol)" +msgid "duplicated entry found in toctree: %s" +msgstr "entrada duplicada encontrada en toctree: %s" -#: domains/rst.py:234 -msgid "directive" -msgstr "directiva" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor de la sección: " -#: domains/rst.py:235 -msgid "directive-option" -msgstr "directive-option" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor del módulo: " -#: domains/rst.py:236 -msgid "role" -msgstr "rol" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Código del autor: " -#: 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" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citación duplicada %s, otra instancia en %s" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. contenido de los reconocimientos no es una lista" -#: domains/citation.py:92 +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist contenido no es una lista" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "Por hacer" + +#: ext/todo.py:94 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "Citación [%s] no está referenciada." +msgid "TODO entry found: %s" +msgstr "Marca TODO encontrada: %s" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Atención" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Prudencia" +#: 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:230 -msgid "Danger" -msgstr "Peligro" +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada original" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Error" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[fuente]" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Consejo" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "resaltando el código del módulo... " -#: locale/__init__.py:233 -msgid "Important" -msgstr "Importante" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documentos]" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Nota" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Código de módulo" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Ver también" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Código fuente para %s

" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Truco" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Resumen: código de modulo" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Advertencia" +#: 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:52 -msgid "automatically insert docstrings from modules" -msgstr "insertar automáticamente docstrings de los módulos" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "expresiones regulares inválidas %r en %s" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "probar automáticamente fragmentos de código en bloques doctest" +#: 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" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "enlace entre la documentación de Sphinx de diferentes proyectos" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +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" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "verificación para el cubrimiento de la documentación" +#: 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 "" -#: 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" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "expresiones regulares inválidas %r en coverage_c_regexes" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "incluir matemática, mostrada en el navegador por MathJax" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "api c indocumentado: %s [%s] en archivo %s" -#: 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" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "función python indocumentada: %s :: %s" -#: 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" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "clase python indocumentada: %s :: %s" -#: 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" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "método python indocumentado: %s :: %s :: %s" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Por favor, ingrese un nombre de ruta válido." +#: 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/quickstart.py:126 -msgid "Please enter some text." -msgstr "Por favor, ingrese algún texto." +#: 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/quickstart.py:133 +#: ext/imgmath.py:326 #, python-format -msgid "Please enter one of %s." -msgstr "Por favor, ingrese uno de %s." +msgid "display latex %r: %s" +msgstr "visualizar latex %r: %s" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Por favor, ingrese cualquiera de 'y' o 'n'." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "en línea latex %r: %s" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Por favor, ingrese un archivo de sufijo, por ejemplo, '.rst' o '.txt'." +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: cmd/quickstart.py:229 +#: ext/imgconverter.py:44 #, 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: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 "Ingrese los valores para las siguientes configuraciones (solo presione Entrar para\naceptar un valor predeterminado, si se da uno entre paréntesis)." +"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" -#: cmd/quickstart.py:241 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Selected root path: %s" -msgstr "Ruta raíz seleccionada: %s" +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" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Ingrese la ruta raíz para la documentación." +#: 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/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Ruta raíz para la documentación" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: cmd/quickstart.py:254 -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/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:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart no sobreescribirá proyectos existentes de Sphinx." +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "falta '+' o '-' en la opción '%s'." -#: cmd/quickstart.py:262 -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)" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' no es una opción válida." -#: 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 "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/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' no es una opción pyversion válida" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Separar directorios fuente y compilado (y/n)" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "tipo de TestCode inválido" -#: cmd/quickstart.py:286 +#: ext/doctest.py:297 +#, 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 "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." - -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Prefijo de nombre para directorios de plantillas y estático" +"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." -#: cmd/quickstart.py:297 -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/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" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Nombre de proyecto" +#: 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:302 -msgid "Author name(s)" -msgstr "Autor(es)" +#: 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)" -#: cmd/quickstart.py:308 +#: ext/duration.py:90 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." +"====================== slowest reading durations =======================" +msgstr "====================== duraciones de lectura más lentas =======================" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Versión del proyecto" +#: 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/quickstart.py:317 -msgid "Project release" -msgstr "Liberación del proyecto" +#: 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/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 "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." +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorando la directiva \"graphviz\" sin contenido." -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Lenguaje del proyecto" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: cmd/quickstart.py:339 +#: ext/graphviz.py:328 +#, 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 "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:343 -msgid "Source file suffix" -msgstr "Sufijo del archivo fuente" +"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" -#: cmd/quickstart.py:349 +#: ext/graphviz.py:339 +#, 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 "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." - -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Nombre del documento maestro (sin sufijo)" +"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/quickstart.py:367 +#: ext/graphviz.py:344 #, 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." - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart no sobreescribirá el archivo existente." +"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/quickstart.py:377 -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" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Indique cuál de las siguientes extensiones de Sphinx deben habilitarse:" +#: 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/quickstart.py:396 -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." +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[gráfica: %s]" -#: cmd/quickstart.py:406 -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." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gráfica]" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "¿Crear Makefile? (y/n)" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Los archivos Texinfo están en %(outdir)s." -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "¿Crear archivo de comandos para Windows? (y/n)" +#: 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 "\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)." -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: 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" + +#: builders/texinfo.py:85 #, python-format -msgid "Creating file %s." -msgstr "Creando archivo %s." +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "El valor de configuración \"texinfo_documents\" hace referencia a un documento desconocido %s" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "File %s already exists, skipping." -msgstr "El archivo %s ya existe, omitiendo." +msgid "processing %s" +msgstr "procesando %s" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Terminado: se ha creado una estructura de directorio inicial." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "escribiendo" -#: cmd/quickstart.py:519 +#: 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:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "copiando imágenes... " + +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, 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 "cannot copy image file %r: %s" +msgstr "no se puede copiar archivo de imagen %r: %s" -#: cmd/quickstart.py:526 -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" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "copiando archivos de soporte Texinfo" -#: cmd/quickstart.py:530 +#: builders/texinfo.py:218 #, 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 "error writing file Makefile: %s" +msgstr "error escribiendo archivo Makefile: %s" -#: cmd/quickstart.py:537 -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/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "entrada de tabla de contenido duplicada encontrada: %s" -#: cmd/quickstart.py:572 -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/_epub_base.py:436 +#, 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" -#: 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 más información visite ." +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "no se puede escribir archivo de imagen %r: %s" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "modo silencioso" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow no encontrada - copiando archivos de imágenes" -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "raíz del proyecto" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "escribiendo el archivo mimetype..." -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Opciones de estructura" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "escribiendo el archivo META-INF/container.xml..." -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "si se especifica, separe los directorios de fuentes y de compilación" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "escribiendo el archivo content.opf..." -#: cmd/quickstart.py:616 -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/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "mimetype desconocido para %s, ignorando" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "reemplazo para punto en _templates, etc." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Opciones básicas del proyecto" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "escribiendo el archivo toc.ncx..." -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "nombre del proyecto" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "escribiendo archivo %s..." -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "autores" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Los archivos XML están en %(outdir)s." -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "versión del proyecto" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "error escribiendo archivo %s: %s" -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "liberación del proyecto" +#: 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." -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "lenguaje del documento" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "El archivo de resumen está en %(outdir)s." -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "sufijo de archivo fuente" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "no hay cambios en versión %s." -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "nombre de documento maestro" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "escribiendo archivo de resumen..." -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "usar epub" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Funciones incorporadas" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Opciones de extensión" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Nivel de módulo" -#: cmd/quickstart.py:670 -#, python-format -msgid "enable %s extension" -msgstr "habilitada extensión %s" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "copiando archivos fuente..." -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "habilitar extensiones arbitrarias" +#: builders/changes.py:138 +#, 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:680 -msgid "Makefile and Batchfile creation" -msgstr "creación del Makefile y Batchfile" +#: 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." -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "crear makefile" +#: 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" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "no crear makefile" +#: builders/manpage.py:64 +#, 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" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "crear batchfile" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "El archivo ePub está en %(outdir)s." -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "no crear batchfile" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "escribiendo el archivo nav.xhtml..." -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "use el modo make para Makefile/make.bat" +#: builders/epub3.py:225 +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" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Plantillas de proyecto" +#: builders/epub3.py:231 +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" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "directorio de plantillas para archivos de plantillas" +#: builders/epub3.py:236 +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" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "definir una variable de proyceto" +#: builders/epub3.py:242 +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" -#: cmd/quickstart.py:766 -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/epub3.py:246 +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" -#: cmd/quickstart.py:785 -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." +#: builders/epub3.py:251 +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" -#: cmd/quickstart.py:792 -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." +#: builders/epub3.py:255 +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" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" -msgstr "Variable de plantilla inválida: %s" +#: builders/epub3.py:260 +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" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "número de trabajo debe ser un número positivo" +#: builders/epub3.py:266 +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" -#: 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" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "el valor de configuración \"version\" no debe estar vacío para EPUB3" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "ruta a los archivos fuente de la documentación" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "css_file inválido: %r, ignorado" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "ruta al directorio de salida" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Los catálogos de mensajes están en %(outdir)s." -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "compilando [%s]: " -#: cmd/build.py:114 -msgid "general options" -msgstr "opciones generales" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "objetivos para los archivos de plantillas %d" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "leyendo plantillas... " -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "escribiendo catálogos de mensajes... " -#: 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)" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Los archivos de texto están en %(outdir)s." -#: 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" +#: 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/build.py:150 -msgid "path options" -msgstr "" +#: 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/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "compilando [mo]: " -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "escribiendo salida... " -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "todos los %d archivos po" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "sobreescribir un ajuste en el fichero de configuración" +#: 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/build.py:193 -msgid "pass a value into HTML templates" -msgstr "pasar un valor a la plantilla HTML" +#: 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/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "define la etiqueta: incluye bloques \"only\" con TAG" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "todos los archivos fuente" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/build.py:212 -msgid "console output options" -msgstr "opciones de salida de consola" +#: 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/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "aumentar la verbosidad (puede repetirse)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: 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" +#: 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/build.py:233 -msgid "no output at all, not even warnings" -msgstr "sin salida, ni siquiera advertencias" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "los objetivos para %d los archivos fuentes que estan desactualizados" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "emitir salida de color (predeterminado: detección automática)" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "buscando por archivos no actualizados... " -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "no emite salida de color (predeterminado: detección automática)" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d encontrado" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: builders/__init__.py:418 +msgid "none found" +msgstr "no encontrado" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "escribir avisos (y errores) al fichero indicado" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "preparando ambiente" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "convertir advertencias en errores" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "verificando consistencia" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "mostrar rastreo completo en excepción" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "no hay archivos objetivo desactualizados." -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "ejecutar Pdb en excepción" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "actualizando ambiente: " -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%sañadido, %s cambiado, %s removido" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "no se puede combinar la opción -a y nombres de archivo" +#: 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/build.py:357 +#: builders/__init__.py:546 #, python-format -msgid "cannot open warning file '%s': %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 "" -#: 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" +#: 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/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" +#: 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 "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Contraer barra lateral" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "leyendo fuentes... " -#: 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" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "docnames para escribir: %s" -#: 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" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ir a" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "preparando documentos" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Mostrar el código" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contenidos" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/singlehtml.py:35 #, python-format -msgid "Search %(docstitle)s" -msgstr "Buscar en %(docstitle)s" +msgid "The HTML page is in %(outdir)s." +msgstr "Página HTML está en %(outdir)s." -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Resumen" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "ensamblando documento sencillo" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "¡Bienvenido! Este es" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "escribiendo archivos adicionales" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "la documentación para" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "El constructor ficticio no genera archivos." -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "actualizado por última vez el" +#: builders/linkcheck.py:78 +#, 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" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Índices y tablas:" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "enlace roto: %s (%s)" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Índice de contenidos completo" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Ancla '%s' no encontrado" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "muestra todas las secciones y subsecciones" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Página de Búsqueda" +#: builders/linkcheck.py:768 +#, 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" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "buscar en esta documentación" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atención" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Índice Global de Módulos" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Prudencia" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "acceso rápido a todos los módulos" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Peligro" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Índice General" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Error" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "todas las funciones, clases, términos" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Consejo" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Esta página" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: 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" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ver también" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Búsqueda rápida" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Truco" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Índice alfabético de páginas" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Advertencia" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "puede ser muy grande" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, 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}" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Tema anterior" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referencias inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capítulo anterior" +#: transforms/i18n.py:326 +#, 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}" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Próximo tema" +#: transforms/i18n.py:348 +#, 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}" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "próximo capítulo" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navegación" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: themes/basic/layout.html:115 +#: transforms/__init__.py:258 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Buscar en %(docstitle)s" +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" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Sobre este documento" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Pie de página [%s] no está referenciado." -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "Pie de página [#] no está referenciado." + +#: util/inventory.py:147 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: themes/basic/layout.html:201 +#: util/inventory.py:166 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Actualizado por última vez en %(last_updated)s." +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: themes/basic/layout.html:204 +#: util/i18n.py:100 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Creado usando Sphinx %(sphinx_version)s." - -#: 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." - -#: 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." +msgid "reading error: %s, %s" +msgstr "leyendo error: %s, %s" -#: themes/basic/search.html:35 -msgid "search" -msgstr "buscar" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "escribiendo error: %s, %s" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Ocultar coincidencias de la búsqueda" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Resultados de la búsqueda" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" -#: themes/basic/static/searchtools.js:119 +#: util/i18n.py:253 +#, 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 "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." +"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" -#: 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] "" -msgstr[2] "" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Buscando" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Preparando búsqueda..." +#: util/display.py:82 +msgid "skipped" +msgstr "omitido" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", en " +#: util/display.py:87 +msgid "failed" +msgstr "fallado" -#: themes/basic/changes/rstsource.html:5 +#: util/osutil.py:131 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: util/docfields.py:103 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Cambios en la versión %(version)s — %(docstitle)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." -#: themes/basic/changes/versionchanges.html:17 +#: util/nodes.py:454 #, 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 "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Otros cambios" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree contiene referencia al archivo inexistente %r" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandir barra lateral" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "excepción al evaluar solamente la expresión directiva: %s" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: util/docutils.py:805 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (en el módulo %s)" +msgid "unknown node type: %r" +msgstr "tipo de nodo desconocido: %r" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: util/rst.py:73 #, python-format -msgid "%s (in module %s)" -msgstr "%s (en el módulo %s)" +msgid "default role %s not found" +msgstr "rol por defecto %s no encontrado" -#: domains/python/__init__.py:182 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (variable incorporada)" +msgid "Could not fetch remote image: %s [%s]" +msgstr "No se pudo recuperar la imagen remota: %s [%s]" -#: domains/python/__init__.py:217 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "%s (built-in class)" -msgstr "%s (clase incorporada)" +msgid "Could not fetch remote image: %s [%d]" +msgstr "No se pudo recuperar la imagen remota: %s [%d]" -#: domains/python/__init__.py:218 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "%s (class in %s)" -msgstr "%s (clase en %s)" +msgid "Unknown image format: %s..." +msgstr "Formato de imagen desconocido: %s..." -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (método de clase de %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:285 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (método estático de %s)" +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" -#: domains/python/__init__.py:438 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "%s (%s property)" -msgstr "%s (%s propiedad)" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s objetivo de referencia no encontrado: %s" -#: domains/python/__init__.py:478 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "%s (type alias in %s)" -msgstr "" +msgid "%r reference target not found: %s" +msgstr "%r objetivo de referencia no encontrado: %s" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Índice de Módulos Python" +#: 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/python/__init__.py:639 -msgid "modules" -msgstr "módulos" +#: 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/python/__init__.py:717 -msgid "Deprecated" -msgstr "Obsoleto" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "No alfabético" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "excepción" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "método de la clase" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "método estático" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "página" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "propiedad" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Versión" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: domains/python/__init__.py:818 +#: builders/latex/transforms.py:121 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "Failed to get a docname for source %r!" msgstr "" -#: domains/python/__init__.py:978 +#: builders/latex/transforms.py:487 #, 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" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (obsoleto)" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r no tiene configuración de \"tema\"" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parámetros" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r no tiene configuración de \"%s\"" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variables" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Los archivos LaTeX están en %(outdir)s." -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Muestra" +#: 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)." -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametros de Plantilla" +#: 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" -#: domains/cpp/__init__.py:302 +#: builders/latex/__init__.py:167 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +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" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "copiando archivos adicionales" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, 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'." +msgid "logo file %r does not exist" +msgstr "archivo de logo %r no existe" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "Valores devueltos" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Clave de configuración desconocida: latex_elements[%r], ignorada." -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "unión" +#: 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." -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "miembro" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tipo" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "concepto" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enum" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Las páginas HTML están en %(outdir)s." -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumeración" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Error al leer la información de compilación del fichero: %r" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "parámetro de función" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "parámetro de plantilla" +#: builders/html/__init__.py:369 +msgid "building [html]: " +msgstr "" + +#: builders/html/__init__.py:386 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" + +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índice General" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "índice" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:563 #, 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'." +msgid "Logo of %s" +msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variable" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "siguiente" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "anterior" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "estructura" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "generando índices" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 -#, python-format -msgid "environment variable; %s" -msgstr "variables de entorno; %s" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "escribiendo páginas adicionales" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:796 #, python-format -msgid "%s; configuration value" +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "copiando archivos descargables... " -#: domains/std/__init__.py:185 -msgid "Default" -msgstr "" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "no se puede copiar archivo descargable %r: %s" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:866 #, 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 "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:884 #, python-format -msgid "%s command line option" -msgstr "opción de línea de comando %s" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Error al copiar un archivo en html_static_file: %s: %r" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "opción de línea de comando" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "copiar archivos estáticos" -#: 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" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "no se puede copiar archivo estático %r" -#: 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" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "copiando archivos extras" -#: 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" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" +msgstr "no se puede copiar archivo extra %r" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "termino de glosario" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Error al escribir el archivo de información de compilación: %r" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "gramática simbólica" +#: builders/html/__init__.py:1007 +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." -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "etiqueta de referencia" +#: builders/html/__init__.py:1054 +#, 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" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "variables de entorno" +#: builders/html/__init__.py:1218 +#, 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." -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opción de programa" +#: builders/html/__init__.py:1231 +#, 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:735 -msgid "document" -msgstr "documento" +#: builders/html/__init__.py:1239 +#, 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" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Índice de Módulos" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "volcar inventario de objetos" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1280 #, 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 "dumping search index in %s" +msgstr "volcar el índice de búsqueda en %s" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1323 #, 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 "invalid js_file: %r, ignored" +msgstr "js_file inválido: %r, ignorado" -#: domains/std/__init__.py:1138 +#: 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." + +#: builders/html/__init__.py:1361 #, python-format -msgid "the link has no caption: %s" -msgstr "el enlace no tiene subtítulo: %s" +msgid "Unknown math_renderer %r is given." +msgstr "Desconocido math_renderer %r es dado." -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:1375 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "inválido numfig_format: %s (%r)" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "entrada html_extra_path %r se coloca dentro de outdir" -#: domains/std/__init__.py:1157 +#: builders/html/__init__.py:1380 #, python-format -msgid "invalid numfig_format: %s" -msgstr "inválido numfig_format: %s" +msgid "html_extra_path entry %r does not exist" +msgstr "entrada html_extra_path %r no existe" -#: domains/std/__init__.py:1453 +#: builders/html/__init__.py:1395 #, python-format -msgid "undefined label: %r" -msgstr "etiqueta indefinida: %r" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "entrada html_static_path %r se coloca dentro de outdir" -#: domains/std/__init__.py:1456 +#: builders/html/__init__.py:1400 #, 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 "html_static_path entry %r does not exist" +msgstr "entrada html_static_path %r no existe" -#: environment/adapters/toctree.py:324 +#: builders/html/__init__.py:1422 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "referencias circulares de toctree detectadas, ignorando: %s <- %s" +msgid "favicon file %r does not exist" +msgstr "el archivo %r usado para el favicon no existe" -#: environment/adapters/toctree.py:349 +#: builders/html/__init__.py:1435 #, 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" +"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 "" -#: environment/adapters/toctree.py:364 +#: builders/html/__init__.py:1464 #, 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" +msgid "%s %s documentation" +msgstr "documentación de %s - %s" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "" +msgid "(in %s v%s)" +msgstr "(en %s versión %s)" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "see %s" -msgstr "ver %s" +msgid "(in %s)" +msgstr "(en %s)" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "see also %s" -msgstr "ver también %s" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "unknown index entry type %r" -msgstr "tipo de entrada de índice desconocido %r" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "image file not readable: %s" -msgstr "archivo de imagen no legible: %s" +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "image file %s not readable: %s" -msgstr "archivo de imagen %s no legible: %s" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "download file not readable: %s" -msgstr "el archivo de descarga no es legible: %s" +msgid "external %s:%s reference target not found: %s" +msgstr "%s externo: destino de referencia %s no encontrado: %s" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:60 #, 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 "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "¡Interrumpido!" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.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 "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:121 +#, 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.:" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." 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." +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: transforms/post_transforms/__init__.py:88 +#: ext/intersphinx/_load.py:311 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." +"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:" -#: transforms/post_transforms/__init__.py:237 -#, 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/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "no se pudo llegar a ninguno de los inventarios con los siguientes problemas:" -#: transforms/post_transforms/__init__.py:299 +#: ext/intersphinx/_load.py:400 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s objetivo de referencia no encontrado: %s" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "el inventario intersphinx se ha movido: %s -> %s" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_generate.py:69 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r objetivo de referencia no encontrado: %s" +msgid "Would create file %s." +msgstr "Debería crear archivo %s." -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "No se pudo recuperar la imagen remota: %s [%s]" +msgid "Failed to remove %s: %s" +msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "No se pudo recuperar la imagen remota: %s [%d]" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "Unknown image format: %s..." -msgstr "Formato de imagen desconocido: %s..." +msgid "apidoc_modules item %i must be a dict" +msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Las páginas HTML están en %(outdir)s." +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:115 #, 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:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "índice" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "siguiente" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "anterior" - -#: builders/html/__init__.py:696 -msgid "generating indices" -msgstr "generando índices" - -#: builders/html/__init__.py:711 -msgid "writing additional pages" -msgstr "escribiendo páginas adicionales" - -#: builders/html/__init__.py:794 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "copiando archivos descargables... " - -#: builders/html/__init__.py:818 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "no se puede copiar archivo descargable %r: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "" -#: builders/html/__init__.py:864 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:882 +#: ext/apidoc/_extension.py:192 #, 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:917 -msgid "copying static files" -msgstr "copiar archivos estáticos" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "" -#: builders/html/__init__.py:934 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "cannot copy static file %r" -msgstr "no se puede copiar archivo estático %r" - -#: builders/html/__init__.py:939 -msgid "copying extra files" -msgstr "copiando archivos extras" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: builders/html/__init__.py:949 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "cannot copy extra file %r" -msgstr "no se puede copiar archivo extra %r" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: builders/html/__init__.py:955 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Error al escribir el archivo de información de compilación: %r" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:28 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:1052 -#, 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" +"\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." -#: builders/html/__init__.py:1216 -#, 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." +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "ruta al módulo al documento" -#: builders/html/__init__.py:1224 -#, python-format +#: ext/apidoc/_cli.py:50 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" +"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" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" -msgstr "volcar inventario de objetos" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "directorio para colocar toda la salida" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" -msgstr "volcar el índice de búsqueda en %s" +#: 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)" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file inválido: %r, ignorado" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "sobreescribir archivos existentes" -#: builders/html/__init__.py:1342 -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/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." -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Desconocido math_renderer %r es dado." +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "ejecutar la rutina sin crear archivos" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "entrada html_extra_path %r se coloca dentro de outdir" +#: 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" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "entrada html_extra_path %r no existe" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "incluir \"_private\" en módulos" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "entrada html_static_path %r se coloca dentro de outdir" +#: 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)" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "entrada html_static_path %r no existe" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "no crear un archivo de tabla de contenido" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "archivo de logo %r no existe" +#: 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)" -#: builders/html/__init__.py:1407 -#, python-format -msgid "favicon file %r does not exist" -msgstr "el archivo %r usado para el favicon no existe" +#: 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" -#: builders/html/__init__.py:1420 -#, python-format +#: ext/apidoc/_cli.py:152 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 "" +"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" -#: builders/html/__init__.py:1433 +#: ext/apidoc/_cli.py:160 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" - -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" -msgstr "documentación de %s - %s" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "sufijo de archivo (por defecto: rst)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Los archivos LaTeX están en %(outdir)s." - -#: 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 "\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:159 -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" - -#: builders/latex/__init__.py:170 -#, 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" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "generar un proyecto completo con sphinx-quickstart" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Versión" +#: 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" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "copiando archivos de soporte TeX" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "nombre del proyecto (predeterminado: nombre del módulo raíz)" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "copiando archivos adicionales" +#: 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" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Clave de configuración desconocida: latex_elements[%r], ignorada." +#: 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" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opción de tema desconocida: latex_theme_options[%r], ignorado." +#: 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" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "opciones de extensión" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %r!" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r no tiene configuración de \"tema\"" - -#: builders/latex/theming.py:91 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r no tiene configuración de \"%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" - -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "No alfabético" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "página" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Argumentos de palabras clave" +msgid "%s is not a directory." +msgstr "%s no es un directorio." #: ext/napoleon/docstring.py:176 #, python-format @@ -3629,6 +3335,10 @@ msgstr "Ejemplo" msgid "Examples" msgstr "Ejemplos" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Argumentos de palabras clave" + #: ext/napoleon/docstring.py:956 msgid "Notes" msgstr "Notas" @@ -3637,6 +3347,11 @@ msgstr "Notas" msgid "Other Parameters" msgstr "Otros parámetros" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parámetros" + #: ext/napoleon/docstring.py:1001 msgid "Receives" msgstr "Recibe" @@ -3645,13 +3360,137 @@ msgstr "Recibe" msgid "References" msgstr "Referencias" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Avisos" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Avisos" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "Campos" + +#: ext/autodoc/type_comment.py:151 +#, 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/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "Error al analizar type_comment para %r: %s" + +#: ext/autodoc/preserve_defaults.py:195 +#, 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/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "valor no válido para la opción de pedido de miembro: %s" + +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "valor no válido para la opción class-doc-from: %s" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "firma inválida para auto%s (%r)" + +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "error al formatear argumentos para %s: %s" + +#: ext/autodoc/__init__.py:898 +#, 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/__init__.py:1021 +#, 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 "no sabe qué módulo importar para el autodocumento %r (intente colocar una directiva \"module\" o \"currentmodule\" en el documento o dar un nombre explícito al módulo)" + +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "Se detecta un objeto simulado: %r" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "error al formatear la firma para %s: %s" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" en el nombre del automodule no tiene sentido" + +#: ext/autodoc/__init__.py:1185 +#, 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" + +#: ext/autodoc/__init__.py:1201 +#, 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__" + +#: ext/autodoc/__init__.py:1278 +#, 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/__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 "Error al obtener una firma de función para %s: %s" + +#: ext/autodoc/__init__.py:1828 +#, 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/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Bases: %s" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "falta el atributo %s en el objeto %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 +#, 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 "Error al obtener una firma de método para %s: %s" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "Campos" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Se encontraron __slots__ no válidas en %s. Ignorado." #: ext/autosummary/__init__.py:284 #, python-format @@ -3774,451 +3613,642 @@ msgid "" "%(default)s)" msgstr "documentar exactamente los miembros en module __all__ attribute. (por defecto: %(default)s)" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "¡Interrumpido!" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:28 +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 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." +"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 "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "ruta al módulo al documento" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 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" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "directorio para colocar toda la salida" +#: _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." -#: 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)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Contraer barra lateral" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "sobreescribir archivos existentes" +#: 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" -#: ext/apidoc/_cli.py:91 +#: 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" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ir a" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Mostrar el código" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contenidos" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Búsqueda rápida" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Índice alfabético de páginas" + +#: 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" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "puede ser muy grande" + +#: themes/basic/search.html:20 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." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Por favor, active JavaScript para habilitar la funcionalidad\n de búsqueda." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "ejecutar la rutina sin crear archivos" +#: 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." -#: 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" +#: themes/basic/search.html:35 +msgid "search" +msgstr "buscar" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "incluir \"_private\" en módulos" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegación" -#: 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)" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Buscar en %(docstitle)s" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "no crear un archivo de tabla de contenido" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Sobre este documento" -#: ext/apidoc/_cli.py:135 +#: 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 "© %(copyright_prefix)s %(copyright)s." +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 "" -"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)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Creado usando Sphinx %(sphinx_version)s." -#: 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" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Esta página" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tema anterior" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capítulo anterior" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Próximo tema" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "próximo capítulo" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Buscar en %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Resumen" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "¡Bienvenido! Este es" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "la documentación para" + +#: 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" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: 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" + +#: 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 "acceso rápido a todos los módulos" -#: 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" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "todas las funciones, clases, términos" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "sufijo de archivo (por defecto: rst)" +#: 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" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "generar un proyecto completo con sphinx-quickstart" +#: 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" -#: 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" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Cambios en la biblioteca" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "nombre del proyecto (predeterminado: nombre del módulo raíz)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Cambios en la API C" -#: 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" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Otros cambios" -#: 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" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: 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" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Resultados de la búsqueda" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "opciones de extensión" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Buscando" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s no es un directorio." +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Preparando búsqueda..." -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", en " -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Ocultar coincidencias de la búsqueda" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandir barra lateral" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "referencias circulares de toctree detectadas, ignorando: %s <- %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +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/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +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/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "see %s" +msgstr "ver %s" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "see also %s" +msgstr "ver también %s" -#: ext/apidoc/_extension.py:178 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "unknown index entry type %r" +msgstr "tipo de entrada de índice desconocido %r" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "image file not readable: %s" +msgstr "archivo de imagen no legible: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "archivo de imagen %s no legible: %s" -#: ext/apidoc/_extension.py:247 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "download file not readable: %s" +msgstr "el archivo de descarga no es legible: %s" -#: ext/apidoc/_extension.py:256 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +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?)" -#: ext/apidoc/_generate.py:69 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "Would create file %s." -msgstr "Debería crear archivo %s." +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'." -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(en %s versión %s)" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametros de Plantilla" -#: ext/intersphinx/_resolve.py:51 +#: domains/cpp/__init__.py:302 #, python-format -msgid "(in %s)" -msgstr "(en %s)" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valores devueltos" + +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "unión" + +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "miembro" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipo" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "concepto" + +#: 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 "enumeración" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "parámetro de función" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parámetro de plantilla" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variables" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Muestra" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (en el módulo %s)" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (en el módulo %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:184 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (variable incorporada)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:219 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "%s externo: destino de referencia %s no encontrado: %s" +msgid "%s (built-in class)" +msgstr "%s (clase incorporada)" + +#: domains/python/__init__.py:220 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (clase en %s)" + +#: domains/python/__init__.py:285 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (método de clase de %s)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (método estático de %s)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (%s property)" +msgstr "%s (%s propiedad)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Índice de Módulos Python" + +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "módulos" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Obsoleto" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "excepción" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "método de la clase" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "método estático" + +#: domains/python/__init__.py:744 +msgid "property" +msgstr "propiedad" + +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +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" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (obsoleto)" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "environment variable; %s" +msgstr "variables de entorno; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format 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:" - -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "no se pudo llegar a ninguno de los inventarios con los siguientes problemas:" +"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\"" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:319 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "el inventario intersphinx se ha movido: %s -> %s" +msgid "%s command line option" +msgstr "opción de línea de comando %s" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "valor no válido para la opción de pedido de miembro: %s" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "opción de línea de comando" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valor no válido para la opción class-doc-from: %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" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "firma inválida para auto%s (%r)" +#: 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" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "error al formatear argumentos para %s: %s" +#: 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" -#: ext/autodoc/__init__.py:898 -#, 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" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "termino de glosario" -#: ext/autodoc/__init__.py:1021 -#, 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 "no sabe qué módulo importar para el autodocumento %r (intente colocar una directiva \"module\" o \"currentmodule\" en el documento o dar un nombre explícito al módulo)" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "gramática simbólica" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "Se detecta un objeto simulado: %r" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "etiqueta de referencia" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "error al formatear la firma para %s: %s" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "variables de entorno" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" en el nombre del automodule no tiene sentido" +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "opción de programa" -#: ext/autodoc/__init__.py:1185 -#, 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" +#: domains/std/__init__.py:735 +msgid "document" +msgstr "documento" -#: ext/autodoc/__init__.py:1201 -#, 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__" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Índice de Módulos" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:857 #, 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" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "duplicada %s descripción de %s, otra instancia en %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 "Error al obtener una firma de función para %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig está deshabilitado. :numref: se ignora." -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Error al obtener una firma de constructor para %s: %s" +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" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "the link has no caption: %s" +msgstr "el enlace no tiene subtítulo: %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" -msgstr "falta el atributo %s en el objeto %s" +msgid "invalid numfig_format: %s (%r)" +msgstr "inválido numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" -msgstr "alias de %s" +msgid "invalid numfig_format: %s" +msgstr "inválido numfig_format: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias de TypeVar(%s)" +msgid "undefined label: %r" +msgstr "etiqueta indefinida: %r" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Error al obtener una firma de método para %s: %s" +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" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Se encontraron __slots__ no válidas en %s. Ignorado." +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'." -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:211 #, 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" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/autodoc/type_comment.py:151 -#, 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" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variable" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Error al analizar type_comment para %r: %s" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "estructura" diff --git a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo index ebade7dade8..2726d97ad01 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 c160295590a..47db67fbd0a 100644 --- a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:38+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: es_CO\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 +#: cmd/quickstart.py:809 #, python-format -msgid "building [%s]: " -msgstr "" - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: 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 "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:531 -#, python-format +#: cmd/build.py:131 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." +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: cmd/build.py:357 #, python-format -msgid "error writing file %s: %s" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: 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)." +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:186 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s() (class)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/javascript.py:188 #, python-format -msgid "processing %s" +msgid "%s (global variable or constant)" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/texinfo.py:230 +#: domains/javascript.py:374 #, python-format -msgid "error writing file Makefile: %s" +msgid "%s (module)" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/__init__.py:322 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/changeset.py:28 #, python-format -msgid "writing %s file..." +msgid "Deprecated since version %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/gettext.py:244 +#: domains/math.py:73 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "targets for %d template files" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: builders/singlehtml.py:35 +#: domains/rst.py:224 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "%s (role)" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/linkcheck.py:149 +#: domains/rst.py:262 #, python-format -msgid "broken link: %s (%s)" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:548 +#: domains/citation.py:75 #, python-format -msgid "Anchor '%s' not found" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:758 +#: domains/citation.py:92 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "" + +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:352 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:515 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:294 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2667 +1466,2780 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" +msgstr "" + +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +msgstr "" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: 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 "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:172 +#, python-brace-format, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: writers/latex.py:1580 +#: ext/coverage.py:187 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/latex.py:1939 +#: ext/coverage.py:260 #, python-format -msgid "unknown index entry type %s found" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:452 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:473 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:492 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: writers/html5.py:496 -msgid "Link to this term" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:344 #, python-format -msgid "Added in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:367 #, python-format -msgid "Changed in version %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Deprecated since version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Removed in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot copy image file %r: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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:604 -msgid "Structure 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 "" + +#: 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:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:549 #, python-format -msgid "enable %s extension" +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: 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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: 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" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:386 +#, 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" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:601 +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:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: 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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: 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] "" -msgstr[2] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1054 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1218 #, python-format -msgid "Automatically generated list of changes in version %(version)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/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1231 +#, 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/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1361 #, python-format -msgid "%s() (in module %s)" +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s (in module %s)" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (built-in variable)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (built-in class)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (class in %s)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s() (%s class method)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s() (%s static method)" +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/__init__.py:438 -#, python-format -msgid "%s (%s property)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:1464 #, python-format -msgid "%s (type alias in %s)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:60 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.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 "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "%s (C++ %s)" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: 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'." +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:242 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:319 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "%s command line option" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: 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 "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %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 "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "unknown index entry type %r" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 -#, 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/autosummary/__init__.py:284 +#, python-format +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:384 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:404 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "failed to parse name %s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API 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:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/static/searchtools.js:125 +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:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.mo b/sphinx/locale/et/LC_MESSAGES/sphinx.mo index d3a3c54a438..6604a8a8846 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 d3fbc7b3d9c..24379950cac 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:38+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -22,141 +22,276 @@ msgstr "" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "seadistuste kataloog (%s) ei sisalda faili conf.py" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "needs_extensions sätted nõuavad laiendust %s, kuid see pole laaditud." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "vigane arv %r seadistuse väärtusele %r, eiratakse" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Seadistuste väärtus %r on juba olemas" + +#: config.py:552 #, 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 "See projekt vajab laiendust %s vähemalt versiooniga %s ja seetõttu pole projekti võimalik laaditud versiooniga (%s) ehitada." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, 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:614 +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:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Sektsioon %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Joonis %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabel %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Nimekiri %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r ei leitud, eiratakse." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Lähtekataloogi (%s) pole võimalik leida" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Väljundkataloog (%s) ei ole kataloog" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Lähtekataloog ja sihtkataloog ei tohi olla identsed" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s käitamine" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "See projekt vajab vähemalt Sphinxi v%s ja seetõttu pole projekti võimalik käesoleva versiooniga ehitada." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "väljundkataloogi loomine" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "tõlgete laadimine [%s]... " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "valmis" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "serialiseeritud keskkonna laadimine" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "tõrge: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Ehitajat pole valitud, kasutatakse vaikimisi ehitajat: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -164,12 +299,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "laiendus %s pole rööbiti lugemiseks turvaline" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -177,257 +312,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "laiendus %s pole rööbiti kirjutamiseks turvaline" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "seadistuste kataloog (%s) ei sisalda faili conf.py" - -#: config.py:366 msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: config.py:394 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "needs_extensions sätted nõuavad laiendust %s, kuid see pole laaditud." -#: config.py:399 +#: extension.py:79 #, python-format msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" +"This project needs the extension %s at least in version %s and therefore " +"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." -#: config.py:411 +#: events.py:81 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "vigane arv %r seadistuse väärtusele %r, eiratakse" +msgid "Event %r already present" +msgstr "Sündmus %r on juba olemas" -#: config.py:419 +#: events.py:379 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" +msgid "Unknown event name: %s" +msgstr "Tundmatu sündmuse nimi: %s" -#: config.py:442 +#: events.py:424 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:496 +#: registry.py:162 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Ehitaja klassil %s puudub atribuut \"name\"" -#: config.py:524 +#: registry.py:166 #, python-format -msgid "Config value %r already present" -msgstr "Seadistuste väärtus %r on juba olemas" +msgid "Builder %r already exists (in module %s)" +msgstr "Ehitaja %r on juba olemas (moodulis %s)" -#: config.py:561 +#: registry.py:182 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:603 +#: registry.py:192 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Sinu seadistusfailis on süntaksi viga: %s\n" +msgid "Builder name %s not registered" +msgstr "Ehitajat nimega %s pole registreeritud" -#: config.py:607 -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()" +#: registry.py:199 +#, python-format +msgid "domain %s already registered" +msgstr "domeen %s on juba registreeritud" -#: config.py:615 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" +msgid "domain %s not yet registered" +msgstr "domeen %s pole veel registreeritud" -#: config.py:637 +#: registry.py:230 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:248 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:669 +#: registry.py:261 #, 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 index is already registered to domain %s" msgstr "" -#: config.py:690 +#: registry.py:308 #, python-format -msgid "Section %s" -msgstr "Sektsioon %s" +msgid "The %r object_type is already registered" +msgstr "" -#: config.py:691 +#: registry.py:339 #, python-format -msgid "Fig. %s" -msgstr "Joonis %s" +msgid "The %r crossref_type is already registered" +msgstr "" -#: config.py:692 +#: registry.py:348 #, python-format -msgid "Table %s" -msgstr "Tabel %s" +msgid "source_suffix %r is already registered" +msgstr "" -#: config.py:693 +#: registry.py:358 #, python-format -msgid "Listing %s" -msgstr "Nimekiri %s" - -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" +msgid "source_parser for %r is already registered" +msgstr "source_parser on %r jaoks juba registreeritud" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" +#: registry.py:367 +#, python-format +msgid "Source parser for %s not registered" +msgstr "Lähtekoodi analüsaatorit pole %s jaoks registreeritud" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" msgstr "" -#: config.py:862 +#: registry.py:405 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r ei leitud, eiratakse." - -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: highlighting.py:170 +#: registry.py:498 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "enumerable_node %r already registered" msgstr "" -#: highlighting.py:209 +#: registry.py:514 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "math renderer %s is already registered" msgstr "" -#: theming.py:115 +#: registry.py:531 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: theming.py:120 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "Algne erind:\n" + +#: registry.py:547 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" +msgid "Could not import extension %s" +msgstr "Laiendust %s pole võimalik importida" -#: theming.py:135 +#: registry.py:554 #, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: theming.py:208 -#, 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" - -#: theming.py:228 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +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?" -#: theming.py:268 +#: registry.py:567 #, python-format -msgid "The %r theme has circular inheritance" +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:276 +#: registry.py:579 #, python-format msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:282 +#: registry.py:605 #, python-format -msgid "The %r theme has too many ancestors" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:310 +#: roles.py:206 #, python-format -msgid "no theme configuration file found in %r" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:229 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:339 +#: roles.py:251 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:343 theming.py:391 +#: roles.py:274 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:347 +#: roles.py:294 #, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Pythoni täiustusettepanekud; PEP %s" -#: theming.py:366 +#: roles.py:317 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "invalid PEP number %s" msgstr "" -#: events.py:77 +#: roles.py:355 #, python-format -msgid "Event %r already present" -msgstr "Sündmus %r on juba olemas" +msgid "invalid RFC number %s" +msgstr "" -#: events.py:370 +#: highlighting.py:170 #, python-format -msgid "Unknown event name: %s" -msgstr "Tundmatu sündmuse nimi: %s" +msgid "Pygments lexer name %r is not known" +msgstr "" -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -442,1302 +542,941 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Ehitaja klassil %s puudub atribuut \"name\"" - -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Ehitaja %r on juba olemas (moodulis %s)" - -#: registry.py:187 +#: theming.py:117 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:197 +#: theming.py:122 #, python-format -msgid "Builder name %s not registered" -msgstr "Ehitajat nimega %s pole registreeritud" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "" -#: registry.py:204 +#: theming.py:137 #, python-format -msgid "domain %s already registered" -msgstr "domeen %s on juba registreeritud" +msgid "unsupported theme option %r given" +msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:218 #, python-format -msgid "domain %s not yet registered" -msgstr "domeen %s pole veel registreeritud" +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" -#: registry.py:235 +#: theming.py:238 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:253 +#: theming.py:278 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:266 +#: theming.py:286 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:313 +#: theming.py:292 #, python-format -msgid "The %r object_type is already registered" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:344 +#: theming.py:320 #, python-format -msgid "The %r crossref_type is already registered" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:353 +#: theming.py:345 theming.py:398 #, python-format -msgid "source_suffix %r is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:363 +#: theming.py:349 #, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser on %r jaoks juba registreeritud" - -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "Lähtekoodi analüsaatorit pole %s jaoks registreeritud" - -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:407 +#: theming.py:353 theming.py:401 #, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:496 +#: theming.py:357 #, python-format -msgid "enumerable_node %r already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:512 +#: theming.py:376 #, python-format -msgid "math renderer %s is already registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." -msgstr "" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "moodulite dokumentatsioonistringide automaatne lisamine" -#: registry.py:543 -msgid "Original exception:\n" -msgstr "Algne erind:\n" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "dokumentatsioonistringides olevate koodijuppide automaattestimine" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "Laiendust %s pole võimalik importida" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "eri projektide Sphinx-dokumentatsiooni omavaheline viitamine" -#: registry.py:552 -#, 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?" +#: 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" -#: registry.py:565 -#, 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 "" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "dokumentatsiooni katvuse kontrollid" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" -msgstr "" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "matemaatika kaasamine, mis renderdatakse PNG- või SVG-kujutisteks" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "matemaatika kaasamine, mis renderdatakse veebisirvikus MathJax-i abil" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "sisu tingimuslik kaasamine seadistusparameetrite alusel" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "dokumenteeritud Python-objektide lähtekoodile viitamise kaasamine" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr ".nojekyll faili loomine dokumentide avaldamiseks GitHub-i lehtedel" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Pythoni täiustusettepanekud; PEP %s" - -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Palun sisesta mingi tekst." -#: roles.py:355 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid RFC number %s" +msgid "Please enter one of %s." msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[lähtekood]" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Palun sisesta kas 'y' või 'n'." -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[dokumentatsioon]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Mooduli kood" - -#: ext/viewcode.py:353 +#: cmd/quickstart.py:229 #, python-format -msgid "

Source code for %s

" -msgstr "

%s lähtekood

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Ülevaade: mooduli kood" - -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Kõik lähtekoodiga moodulid

" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Tere tulemast kasutama Sphinx %s lendstardi utiliiti." -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:234 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +"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)." -#: ext/autosectionlabel.py:52 +#: cmd/quickstart.py:241 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +msgid "Selected root path: %s" +msgstr "Valitud juurkataloog: %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" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/duration.py:90 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Viga: valitud juurkataloogist leiti olemasolev conf.py." -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart ei kirjuta olemasolevaid Sphinx-projekte üle." -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Palun sisesta uus juurkataloog (või vajuta Enter lõpetamiseks)" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" +#: 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 "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." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "vigane TestCode tüüp" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Lähtekoodi ja ehitamise kataloogide eraldamine (y/n)" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:286 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." - -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +"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 "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "vigase doctest koodi eiramine: %r" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Mallide ja staatilise kataloogi nime eesliide" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:297 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Projekti nimi" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Autorite nimed" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %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 "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Projekti versioon" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Projekti väljalase" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %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 "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Projekti keel" + +#: cmd/quickstart.py:339 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"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/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Lähtefaili järelliide" + +#: cmd/quickstart.py:349 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Sinu põhidokumendi nimi (ilma järelliiteta)" -#: ext/coverage.py:260 +#: cmd/quickstart.py:367 #, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Viga: valitud juurkataloogist leiti peafail %s." -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart ei kirjuta olemasolevat faili üle." -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +#: cmd/quickstart.py:377 +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" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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 "" +"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." -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: 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" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Kas luua Makefile? (y/n)" -#: 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" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Kas luua Windowsi käsufail? (y/n)" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, 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" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ilma sisuta \"graphviz\" direktiivi eiramine." +msgid "Creating file %s." +msgstr "Faili %s loomine." -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +msgid "File %s already exists, skipping." +msgstr "Fail %s on juba olemas ja jäetakse vahele." -#: ext/graphviz.py:328 +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Lõpetamine: Algne kataloogistruktuur on loodud." + +#: cmd/quickstart.py:519 #, 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" +"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. " -#: ext/graphviz.py:339 -#, python-format +#: cmd/quickstart.py:526 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Dokumentide ehitamiseks kasuta Makefile, näiteks:\n make ehitaja" -#: ext/graphviz.py:344 +#: cmd/quickstart.py:530 #, python-format msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +"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" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +#: cmd/quickstart.py:537 +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." -#: 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 "[joonis: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[joonis]" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Teha" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "Leitud TEHA kirje: %s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> asub failis %s, real %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "algne kirje" - -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "" - -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Vigane selgitustekst: %s" - -#: 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 "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Suvandeid \"%s\" ja \"%s\" pole võimalik korraga kasutada" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -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" -msgstr "" - -#: directives/code.py:276 -#, 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\"" -msgstr "" - -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" - -#: directives/patches.py:71 +#: cmd/quickstart.py:572 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/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" - -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, 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 "" +"\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" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Sektsiooni autor: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Mooduli autor: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Koodi autor: " - -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "vaikne režiim" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Ülevaatefail asub kataloogis %(outdir)s." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "versioonis %s pole muutusi." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "kokkuvõttefaili kirjutamine..." - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Sisseehitatud" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Mooduli tase" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Struktuuri suvandid" -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "lähtefailide kopeerimine..." +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "kasutamise korral eraldatakse lähtefailide ja ehitamise kataloogid" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Juhendi lehed asuvad kataloogis %(outdir)s." - -#: 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" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "seadistusparameeter \"man_pages\" viitab tundmatule dokumendile %s" - -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Projekti põhisuvandid" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "projekti nimi" -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "ehitamine [mo]: " +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "autorite nimed" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "väljundi kirjutamine... " +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "projekti versioon" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "projekti väljalase" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "%d määratud po-faili sihtfailid" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "dokumendi keel" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d po-faili sihtfailid on aegunud" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "lähtefaili järelliide" -#: builders/__init__.py:319 -msgid "all source files" -msgstr "kõik lähtefailid" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "põhidokumendi nimi" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Laienduste suvandid" -#: builders/__init__.py:348 +#: cmd/quickstart.py:670 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgid "enable %s extension" +msgstr "laienduse %s lubamine" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "suvaliste laienduste määramine" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d lähtefaili sihtfailid on aegunud" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Makefile ja Batchfile loomine" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "ehitamine [%s]: " +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "makefile loomine" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "praeguseks aegunud failide otsimine... " +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "makefile loomata jätmine" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "leitud %d" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "batchfile loomine" -#: builders/__init__.py:412 -msgid "none found" -msgstr "ei leitud" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "batchfile loomata jätmine" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "kooskõla kontrollimine" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "aegunud sihtfaile pole" - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "keskkonna uuendamine:" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Projekti loomine mallist" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "lisatud %s, muudetud %s, eemaldatud %s" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "mallifailide kataloog" -#: 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/quickstart.py:730 +msgid "define a template variable" +msgstr "malli muutuja kirjeldamine" -#: builders/__init__.py:540 -#, 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." +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:551 -#, python-format +#: cmd/quickstart.py:785 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." +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:558 -#, python-format +#: cmd/quickstart.py:792 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:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "lähtefailide lugemine..." - -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "dokumentide ettevalmistamine" - -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" - -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/epub3.py:84 +#: cmd/quickstart.py:809 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "Invalid template variable: %s" +msgstr "Vigane mallimuutuja: %s" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: 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 "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "dokumentatsiooni lähtefailide rada" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "väljundkataloogi rada" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: cmd/build.py:114 +msgid "general options" +msgstr "üldsuvandid" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -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)" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -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" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "vigane css_file: %r, eiratakse" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML-failid asuvad kataloogis %(outdir)s." - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "viga faili %s kirjutamisel: %s" - -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." - -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo failid asuvad kataloogis %(outdir)s." - -#: builders/texinfo.py:48 +#: cmd/build.py:157 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "seadistusparameetrit \"texinfo_documents\" ei leitud, dokumente ei kirjutata" - -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "seadistusparameeter \"texinfo_documents\" viitab tundmatule dokumendile %s" - -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "viidete lahendamine..." - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (pealkirjas " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "kujutiste kopeerimine... " - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "kujutise faili %r pole võimalik kopeerida: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "Texinfo tugifailide kopeerimine" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "seadistusfailis määratud väärtuse asendamine" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "viga faili Makefile kirjutamisel: %s" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "väärtuse edastamine HTML-mallidesse" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "kujutise faili %r pole võimalik kirjutada: %s" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" +#: cmd/build.py:212 +msgid "console output options" +msgstr "konsooliväljundi suvandid" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "faili %s kirjutamine..." +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "hoiatuste (ja vigade) kirjutamine määratud faili" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "hoiatuste muutmine vigadeks" -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Sõnumikataloogid asuvad kataloogis %(outdir)s." +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "erindi korral täieliku tagasijälituse näitamine" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "%d mallifaili sihtfailid" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "erindi korral Pdb käivitamine" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "mallide lugemine... " +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "sõnumikataloogide kirjutamine... " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "suvandit -a ja failinimesid pole võimalik kombineerida" -#: builders/singlehtml.py:35 +#: cmd/build.py:357 #, 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" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "täiendavate failide kirjutamine" +#: 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/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "-A suvandi argument peab olema vormingus nimi=väärtus" -#: builders/linkcheck.py:77 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" +msgstr "%s() (sisseehitatud funktsioon)" -#: builders/linkcheck.py:149 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "broken link: %s (%s)" -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s meetod)" -#: builders/linkcheck.py:548 +#: domains/javascript.py:186 #, python-format -msgid "Anchor '%s' not found" -msgstr "" +msgid "%s() (class)" +msgstr "%s() (klass)" -#: builders/linkcheck.py:758 +#: domains/javascript.py:188 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (globaalmuutuja või konstant)" -#: builders/text.py:29 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Tekstifailid asuvad kataloogis %(outdir)s." +msgid "%s (%s attribute)" +msgstr "%s (%s atribuut)" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumendid" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Tagastab" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tagastustüüp" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: domains/javascript.py:374 #, python-format -msgid "%b %d, %Y" -msgstr "%d. %b %Y" +msgid "%s (module)" +msgstr "%s (moodul)" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funktsioon" -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "meetod" -#: transforms/__init__.py:253 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "klass" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "andmed" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atribuut" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "moodul" -#: _cli/__init__.py:73 -msgid "Usage:" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "Muudetud versioonis %s" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "Iganenud alates versioonist %s" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -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" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Vigane math_eqref_format: %r" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktiiv)" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (roll)" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktiiv" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: _cli/__init__.py:225 -msgid "No output at all" +#: domains/rst.py:236 +msgid "role" +msgstr "roll" + +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: _cli/__init__.py:231 -msgid "" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: environment/__init__.py:86 +#: environment/__init__.py:88 msgid "new config" msgstr "" -#: environment/__init__.py:87 +#: environment/__init__.py:89 msgid "config changed" msgstr "" -#: environment/__init__.py:88 +#: environment/__init__.py:90 msgid "extensions changed" msgstr "" -#: environment/__init__.py:253 +#: environment/__init__.py:258 msgid "build environment version not current" msgstr "" -#: environment/__init__.py:255 +#: environment/__init__.py:260 msgid "source directory has changed" msgstr "" -#: environment/__init__.py:325 +#: environment/__init__.py:347 #, python-format msgid "The configuration has changed (1 option: %r)" msgstr "" -#: environment/__init__.py:330 +#: environment/__init__.py:352 #, python-format msgid "The configuration has changed (%d options: %s)" msgstr "" -#: environment/__init__.py:336 +#: environment/__init__.py:358 #, python-format msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: environment/__init__.py:379 +#: environment/__init__.py:401 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:493 +#: environment/__init__.py:515 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format msgid "Domain %r is not registered" msgstr "" -#: environment/__init__.py:813 +#: environment/__init__.py:800 msgid "document isn't included in any toctree" msgstr "dokument pole ühegi sisukorrapuu osa" -#: environment/__init__.py:859 +#: environment/__init__.py:911 msgid "self referenced toctree found. Ignored." msgstr "" -#: environment/__init__.py:889 +#: environment/__init__.py:941 #, python-format msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "viga lugemisel: %s, %s" - -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "viga kirjutamisel: %s, %s" - -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" - -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %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." +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: util/nodes.py:423 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: util/display.py:87 -msgid "failed" +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: util/osutil.py:131 -#, python-format +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" +#: _cli/__init__.py:199 +msgid "Show this message and exit." msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Joonealused märkused" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 #, python-format -msgid "[image: %s]" -msgstr "[pilt: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[pilt]" +msgid "%b %d, %Y" +msgstr "%d. %b %Y" -#: builders/latex/__init__.py:206 domains/std/__init__.py:771 +#: builders/latex/__init__.py:203 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 @@ -1747,11 +1486,15 @@ msgstr "[pilt]" msgid "Index" msgstr "Indeks" -#: writers/latex.py:743 writers/texinfo.py:646 +#: writers/latex.py:766 writers/texinfo.py:646 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Joonealused märkused" + #: writers/texinfo.py:1217 msgid "caption not inside a figure." msgstr "" @@ -1761,54 +1504,6 @@ msgstr "" msgid "unimplemented node type: %r" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" - -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: on liiga suur ja seda eiratakse." - -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "" - -#: writers/html5.py:572 writers/latex.py:1106 -#, 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 "" - -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" - -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Vigane math_eqref_format: %r" - #: writers/html5.py:96 writers/html5.py:105 msgid "Link to this definition" msgstr "" @@ -1835,6 +1530,11 @@ msgstr "" msgid "Link to this table" msgstr "" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" + #: writers/html5.py:636 msgid "Link to this code" msgstr "" @@ -1851,1800 +1551,1940 @@ msgstr "" msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: domains/math.py:73 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "võrrandil %s on topeltsilt, teine instants on %s" +msgid "[image: %s]" +msgstr "[pilt: %s]" -#: domains/javascript.py:182 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (sisseehitatud funktsioon)" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[pilt]" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: writers/latex.py:384 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s meetod)" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: domains/javascript.py:185 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "%s() (class)" -msgstr "%s() (klass)" +msgid "no Babel option known for language %r" +msgstr "" -#: domains/javascript.py:187 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globaalmuutuja või konstant)" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: on liiga suur ja seda eiratakse." -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: writers/latex.py:614 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atribuut)" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumendid" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Tagastab" +#: writers/latex.py:1230 +#, 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 "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tagastustüüp" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" -#: domains/javascript.py:370 +#: writers/latex.py:1986 #, python-format -msgid "%s (module)" -msgstr "%s (moodul)" +msgid "unknown index entry type %s found" +msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funktsioon" +#: 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 "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "meetod" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "klass" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Vigane selgitustekst: %s" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "andmed" +#: 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 "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atribuut" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Suvandeid \"%s\" ja \"%s\" pole võimalik korraga kasutada" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "moodul" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +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" +msgstr "" -#: domains/javascript.py:454 +#: directives/code.py:276 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: domains/changeset.py:26 -#, python-format -msgid "Added in version %s" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: domains/changeset.py:27 +#: directives/code.py:314 #, python-format -msgid "Changed in version %s" -msgstr "Muudetud versioonis %s" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" -#: domains/changeset.py:28 +#: directives/other.py:119 #, python-format -msgid "Deprecated since version %s" -msgstr "Iganenud alates versioonist %s" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: domains/changeset.py:29 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "Removed in version %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: directives/other.py:156 #, python-format -msgid "%s (directive)" -msgstr "%s (direktiiv)" +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: directives/other.py:169 #, python-format -msgid ":%s: (directive option)" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (roll)" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Sektsiooni autor: " -#: domains/rst.py:234 -msgid "directive" -msgstr "direktiiv" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Mooduli autor: " -#: domains/rst.py:235 -msgid "directive-option" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Koodi autor: " -#: domains/rst.py:236 -msgid "role" -msgstr "roll" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: domains/citation.py:92 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Teha" + +#: ext/todo.py:94 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "" +msgid "TODO entry found: %s" +msgstr "Leitud TEHA kirje: %s" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Tähelepanu" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: locale/__init__.py:229 -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:230 -msgid "Danger" -msgstr "Oht" +#: ext/todo.py:166 +msgid "original entry" +msgstr "algne kirje" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Viga" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[lähtekood]" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Vihje" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Tähtis" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumentatsioon]" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Märkus" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Mooduli kood" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Vaata ka" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s lähtekood

" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Nõuanne" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Ülevaade: mooduli kood" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Hoiatus" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Kõik lähtekoodiga moodulid

" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "moodulite dokumentatsioonistringide automaatne lisamine" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "dokumentatsioonistringides olevate koodijuppide automaattestimine" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "eri projektide Sphinx-dokumentatsiooni omavaheline viitamine" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: 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" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "dokumentatsiooni katvuse kontrollid" +#: 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 "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "matemaatika kaasamine, mis renderdatakse PNG- või SVG-kujutisteks" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "matemaatika kaasamine, mis renderdatakse veebisirvikus MathJax-i abil" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "sisu tingimuslik kaasamine seadistusparameetrite alusel" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "dokumenteeritud Python-objektide lähtekoodile viitamise kaasamine" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr ".nojekyll faili loomine dokumentide avaldamiseks GitHub-i lehtedel" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Palun sisesta mingi tekst." +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: cmd/quickstart.py:133 +#: ext/imgmath.py:326 #, python-format -msgid "Please enter one of %s." +msgid "display latex %r: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Palun sisesta kas 'y' või 'n'." +#: 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/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 "teisendamise käsku %r pole võimalik käivitada, kontrolli image_converter sätteid" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: cmd/quickstart.py:229 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Tere tulemast kasutama Sphinx %s lendstardi utiliiti." - -#: 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 "Palun sisesta väärtused järgnevate sätete jaoks (kandiliste sulgude vahel\nvõib olla vaikeväärtus, millega nõustumiseks vajuta lihtsalt Enter)." +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: cmd/quickstart.py:241 +#: ext/doctest.py:118 #, python-format -msgid "Selected root path: %s" -msgstr "Valitud juurkataloog: %s" - -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: cmd/quickstart.py:254 -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:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart ei kirjuta olemasolevaid Sphinx-projekte üle." +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Palun sisesta uus juurkataloog (või vajuta Enter lõpetamiseks)" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "vigane TestCode tüüp" -#: cmd/quickstart.py:273 +#: ext/doctest.py:297 +#, 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 "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." +"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/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Lähtekoodi ja ehitamise kataloogide eraldamine (y/n)" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: cmd/quickstart.py:286 +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "vigase doctest koodi eiramine: %r" + +#: ext/extlinks.py:82 +#, 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." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Mallide ja staatilise kataloogi nime eesliide" - -#: cmd/quickstart.py:297 +#: ext/duration.py:90 msgid "" -"The project name will occur in several places in the built documentation." +"====================== slowest reading durations =======================" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Projekti nimi" +#: 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" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Autorite nimed" +#: 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" -#: 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 "" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ilma sisuta \"graphviz\" direktiivi eiramine." -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Projekti versioon" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Projekti väljalase" +#: 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" -#: cmd/quickstart.py:323 +#: ext/graphviz.py:339 +#, 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." +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Projekti keel" - -#: cmd/quickstart.py:339 +#: ext/graphviz.py:344 +#, 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." +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Lähtefaili järelliide" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: 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." +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Sinu põhidokumendi nimi (ilma järelliiteta)" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[joonis: %s]" -#: cmd/quickstart.py:367 +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[joonis]" + +#: 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 "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Viga: valitud juurkataloogist leiti peafail %s." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart ei kirjuta olemasolevat faili üle." +#: 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" -#: cmd/quickstart.py:377 -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" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "seadistusparameeter \"texinfo_documents\" viitab tundmatule dokumendile %s" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: cmd/quickstart.py:396 -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:406 -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." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Kas luua Makefile? (y/n)" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "viidete lahendamine..." -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Kas luua Windowsi käsufail? (y/n)" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (pealkirjas " -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." -msgstr "Faili %s loomine." +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "kujutiste kopeerimine... " -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "File %s already exists, skipping." -msgstr "Fail %s on juba olemas ja jäetakse vahele." +msgid "cannot copy image file %r: %s" +msgstr "kujutise faili %r pole võimalik kopeerida: %s" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Lõpetamine: Algne kataloogistruktuur on loodud." +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "Texinfo tugifailide kopeerimine" -#: cmd/quickstart.py:519 +#: builders/texinfo.py:218 #, 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:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "Dokumentide ehitamiseks kasuta Makefile, näiteks:\n make ehitaja" +msgid "error writing file Makefile: %s" +msgstr "viga faili Makefile kirjutamisel: %s" -#: cmd/quickstart.py:530 +#: builders/_epub_base.py:223 #, 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" +msgid "duplicated ToC entry found: %s" +msgstr "" -#: cmd/quickstart.py:537 -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." +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "kujutise faili %r pole võimalik kirjutada: %s" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "vaikne režiim" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Struktuuri suvandid" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "kasutamise korral eraldatakse lähtefailide ja ehitamise kataloogid" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Projekti põhisuvandid" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "faili %s kirjutamine..." -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "projekti nimi" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML-failid asuvad kataloogis %(outdir)s." -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "autorite nimed" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "viga faili %s kirjutamisel: %s" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "projekti versioon" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "projekti väljalase" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Ülevaatefail asub kataloogis %(outdir)s." -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "dokumendi keel" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "versioonis %s pole muutusi." -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "lähtefaili järelliide" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "kokkuvõttefaili kirjutamine..." -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "põhidokumendi nimi" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Sisseehitatud" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Mooduli tase" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Laienduste suvandid" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "lähtefailide kopeerimine..." -#: cmd/quickstart.py:670 +#: builders/changes.py:138 #, python-format -msgid "enable %s extension" -msgstr "laienduse %s lubamine" - -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "suvaliste laienduste määramine" +msgid "could not read %r for changelog creation" +msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Makefile ja Batchfile loomine" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Juhendi lehed asuvad kataloogis %(outdir)s." -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "makefile loomine" +#: 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" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "makefile loomata jätmine" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "seadistusparameeter \"man_pages\" viitab tundmatule dokumendile %s" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "batchfile loomine" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "batchfile loomata jätmine" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Projekti loomine mallist" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "mallifailide kataloog" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "malli muutuja kirjeldamine" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" -msgstr "Vigane mallimuutuja: %s" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" 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" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "dokumentatsiooni lähtefailide rada" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "vigane css_file: %r, eiratakse" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "väljundkataloogi rada" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Sõnumikataloogid asuvad kataloogis %(outdir)s." -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "ehitamine [%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/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Tekstifailid asuvad kataloogis %(outdir)s." + +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/build.py:114 -msgid "general options" -msgstr "üldsuvandid" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "ehitamine [mo]: " + +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "väljundi kirjutamine... " -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "%d määratud po-faili sihtfailid" -#: 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)" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "%d po-faili sihtfailid on aegunud" -#: 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" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "kõik lähtefailid" -#: cmd/build.py:150 -msgid "path options" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/build.py:157 +#: builders/__init__.py:343 +#, python-format msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "seadistusfailis määratud väärtuse asendamine" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "%d lähtefaili sihtfailid on aegunud" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "väärtuse edastamine HTML-mallidesse" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "praeguseks aegunud failide otsimine... " -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "leitud %d" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: builders/__init__.py:418 +msgid "none found" +msgstr "ei leitud" + +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/build.py:212 -msgid "console output options" -msgstr "konsooliväljundi suvandid" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "kooskõla kontrollimine" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "aegunud sihtfaile pole" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "keskkonna uuendamine:" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "lisatud %s, muudetud %s, eemaldatud %s" + +#: 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/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: 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/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: 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/build.py:252 -msgid "warning control 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 "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "hoiatuste (ja vigade) kirjutamine määratud faili" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "lähtefailide lugemine..." -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "hoiatuste muutmine vigadeks" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "erindi korral täieliku tagasijälituse näitamine" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "erindi korral Pdb käivitamine" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "dokumentide ettevalmistamine" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "suvandit -a ja failinimesid pole võimalik kombineerida" - -#: cmd/build.py:357 +#: builders/__init__.py:915 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." 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/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "-A suvandi argument peab olema vormingus nimi=väärtus" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Varja külgriba" - -#: 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/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML-leht asub kataloogis %(outdir)s." -#: 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/singlehtml.py:171 +msgid "assembling single document" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Otsi" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "täiendavate failide kirjutamine" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Näita lähtekoodi" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Sisukord" +#: builders/linkcheck.py:78 +#, 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" -#: themes/basic/opensearch.xml:4 +#: builders/linkcheck.py:150 #, python-format -msgid "Search %(docstitle)s" -msgstr "Otsi %(docstitle)s" +msgid "broken link: %s (%s)" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Ülevaade" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Tervitused! See on" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentatsioon projektile" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "viimati uuendatud" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Tähelepanu" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indeksid ja tabelid:" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Ettevaatust" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Täielik sisukorratabel" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Oht" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "toob välja kõik sektsioonid ja alamsektsioonid" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Viga" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Otsinguleht" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Vihje" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "otsi sellest dokumentatsioonist" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Tähtis" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globaalne moodulite indeks" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Märkus" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "kiire ligipääs kõigile moodulitele" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vaata ka" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Üldindeks" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Nõuanne" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "kõik funktsioonid, klassid ja terminid" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Hoiatus" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Käesolev leht" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" 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" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Kiirotsing" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indeksi leheküljed algustähe kaupa" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "võib olla väga suur" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Eelmine teema" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "eelmine jaotis" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Järgmine teema" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "järgmine jaotis" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigatsioon" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: themes/basic/layout.html:115 +#: util/inventory.py:166 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Otsi %(docstitle)s piires" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Info selle dokumentatsiooni kohta" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "viga lugemisel: %s, %s" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Autoriõigus" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "viga kirjutamisel: %s, %s" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: util/i18n.py:146 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "locale_dir %s does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: util/i18n.py:244 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Viimati uuendatud %(last_updated)s." +msgid "Invalid Babel locale: %r." +msgstr "" -#: themes/basic/layout.html:204 +#: util/i18n.py:253 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: themes/basic/search.html:20 +#: util/fileutil.py:76 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Otsingu võimaldamiseks tuleb aktiveerida JavaScript." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "otsi" +#: util/display.py:82 +msgid "skipped" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Varja otsingu tulemused" +#: util/display.py:87 +msgid "failed" +msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Otsingu tulemused" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: themes/basic/static/searchtools.js:119 +#: util/docfields.py:103 +#, 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 "Sinu otsingule ei vastanud ükski dokument. Palun veendu, et kõik sisestatud sõnad on õigesti kirjutatud ja sa oled valinud piisavalt kategooriaid." +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: 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] "" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Otsimine" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Otsingu ettevalmistamine..." +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: util/docutils.py:361 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s &8212; %(docstitle)s" +msgid "unknown role name: %s" +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: util/docutils.py:805 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Muutused versioonis %(version)s — %(docstitle)s" +msgid "unknown node type: %r" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: util/rst.py:73 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automaatselt genereeritud nimekiri versiooni %(version)s muutustest" +msgid "default role %s not found" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Teegi muutused" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API muutused" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ülejäänud muutused" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Tundmatu pildivorming: %s..." -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Näita külgriba" +#: 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 "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" + +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" + +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %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" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -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" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (moodulis %s)" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Sümbolid" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (moodulis %s)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (sisseehitatud muutuja)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "lehekülg" -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (sisseehitatud klass)" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Redaktsioon" -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klass moodulis %s)" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: domains/python/__init__.py:283 +#: builders/latex/transforms.py:121 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (klassi %s meetod)" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: domains/python/__init__.py:285 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s staatiline meetod)" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/latex/theming.py:87 #, python-format -msgid "%s (%s property)" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: domains/python/__init__.py:478 +#: builders/latex/theming.py:90 #, python-format -msgid "%s (type alias in %s)" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Pythoni moodulite indeks" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "moodulid" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX-failid asuvad kataloogis %(outdir)s." -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Iganenud" +#: 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')." -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "erind" +#: 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" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "klassi meetod" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "staatiline meetod" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "TeX-i tugifailide kopeerimine" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "lisafailide kopeerimine" -#: domains/python/__init__.py:749 -msgid "type alias" -msgstr "" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "logofaili %r pole olemas" -#: domains/python/__init__.py:818 +#: builders/latex/__init__.py:529 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: domains/python/__init__.py:978 +#: builders/latex/__init__.py:537 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (iganenud)" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parameetrid" +#: 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 "Muutujad" +#: 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/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Malli parameetrid" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML-lehed asuvad kataloogis %(outdir)s." -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:351 #, python-format -msgid "%s (C++ %s)" +msgid "Failed to read build info file: %r" +msgstr "Viga ehitamise infofaili lugemisel: %r" + +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:386 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Üldindeks" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "indeks" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "liige" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "järgmine" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tüüp" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "eelmine" -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "indeksite genereerimine" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "täiendavate lehtede kirjutamine" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "loend" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "funktsiooni parameeter" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "allalaaditavate failide kopeerimine..." -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:884 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "muutuja" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "makro" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "staatilist faili %r pole võimalik kopeerida" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "lisafailide kopeerimine" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "keskkonnamuutuja; %s" +msgid "cannot copy extra file %r" +msgstr "lisafaili %r pole võimalik kopeerida" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "Failed to write build info file: %r" +msgstr "Viga ehitamise infofaili kirjutamisel: %r" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -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 "lehe %s renderdamisel tekkis Unicode viga. Palun veendu, et kõik mitte-ASCII sisuga seadistusparameetrid on kirjeldatud Unicode stringidena." -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1231 #, 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:461 -msgid "glossary term must be preceded by empty line" +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:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "sõnastiku termin" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "grammatika märk" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" +msgstr "otsinguindeksi tõmmise kirjutamine keelele %s" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "viite silt" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "vigane js_file: %r, eiratakse" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "keskkonnamuutuja" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programmi suvand" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "dokument" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path kirje %r asub väljaspool väljundkataloogi" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Mooduli indeks" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path kirjet %r pole olemas" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1395 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1422 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgid "favicon file %r does not exist" +msgstr "favicon faili %r pole olemas" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:1435 #, python-format -msgid "the link has no caption: %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 "" -#: domains/std/__init__.py:1153 +#: 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 "invalid numfig_format: %s (%r)" -msgstr "vigane numfig_format: %s (%r)" +msgid "%s %s documentation" +msgstr "%s %s dokumentatsioon" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "invalid numfig_format: %s" -msgstr "vigane numfig_format: %s" +msgid "(in %s v%s)" +msgstr "(projektis %s v%s)" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "undefined label: %r" +msgid "(in %s)" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "see %s" -msgstr "vaata %s" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "see also %s" -msgstr "vaata ka %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Sümbolid" - -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "image file not readable: %s" -msgstr "kujutise fail pole loetav: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "image file %s not readable: %s" -msgstr "kujutise fail %s pole loetav: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "download file not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Katkestatud!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:311 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.:" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %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 "Kui see oli kasutaja viga, siis anna palun sellest teada, et tulevikus oleks võimalik parem veateade väljastada." +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Unknown image format: %s..." -msgstr "Tundmatu pildivorming: %s..." +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML-lehed asuvad kataloogis %(outdir)s." +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Viga ehitamise infofaili lugemisel: %r" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "indeks" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "järgmine" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "eelmine" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" -msgstr "indeksite genereerimine" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" -msgstr "täiendavate lehtede kirjutamine" +#: 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 "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: 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 "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "allalaaditavate failide kopeerimine..." +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" -msgstr "staatilist faili %r pole võimalik kopeerida" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" -msgstr "lisafailide kopeerimine" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" -msgstr "lisafaili %r pole võimalik kopeerida" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "Viga ehitamise infofaili kirjutamisel: %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:135 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:1216 -#, python-format +#: ext/apidoc/_cli.py:152 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." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" -#: builders/html/__init__.py:1224 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" -msgstr "otsinguindeksi tõmmise kirjutamine keelele %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "vigane js_file: %r, eiratakse" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path kirje %r asub väljaspool väljundkataloogi" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path kirjet %r pole olemas" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" +#: 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" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "logo file %r does not exist" -msgstr "logofaili %r pole olemas" +msgid "enable %s extension, used when --full is given" +msgstr "" -#: builders/html/__init__.py:1407 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "favicon file %r does not exist" -msgstr "favicon faili %r pole olemas" +msgid "%s is not a directory." +msgstr "%s pole kataloog." -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:176 #, 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 "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentatsioon" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "Näide" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX-failid asuvad kataloogis %(outdir)s." +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Näited" -#: 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 "\nNende jooksutamiseks läbi (pdf)latex programmi käivita selles kataloogis\n'make' (selle automaatseks tegemiseks kasuta `make latexpdf')." +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Võtmesõnadega argumendid" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "seadistusparameetrit \"latex_documents\" ei leitud, dokumente ei kirjutata" +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "Märkused" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Redaktsioon" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parameetrid" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "TeX-i tugifailide kopeerimine" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "lisafailide kopeerimine" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "" + +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "error while formatting arguments for %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/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%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/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "lehekülg" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Võtmesõnadega argumendid" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "Näide" - -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Näited" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "Märkused" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Põlvnemine: %s" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3768,451 +3608,641 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Katkestatud!" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#: _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 "Kui see oli kasutaja viga, siis anna palun sellest teada, et tulevikus oleks võimalik parem veateade väljastada." + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Varja külgriba" + +#: 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" + +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Otsing" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Otsi" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Näita lähtekoodi" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Sisukord" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Kiirotsing" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indeksi leheküljed algustähe kaupa" + +#: 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" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "võib olla väga suur" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Otsingu võimaldamiseks tuleb aktiveerida 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 "otsi" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigatsioon" + +#: themes/basic/layout.html:115 #, python-format -msgid "Failed to remove %s: %s" +msgid "Search within %(docstitle)s" +msgstr "Otsi %(docstitle)s piires" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Info selle dokumentatsiooni kohta" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Autoriõigus" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Viimati uuendatud %(last_updated)s." + +#: 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/sourcelink.html:4 +msgid "This Page" +msgstr "Käesolev leht" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Eelmine teema" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "eelmine jaotis" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Järgmine teema" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "järgmine jaotis" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Otsi %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Ülevaade" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Tervitused! See on" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentatsioon projektile" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "viimati uuendatud" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeksid ja tabelid:" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Täielik sisukorratabel" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "toob välja kõik sektsioonid ja alamsektsioonid" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Otsinguleht" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "otsi sellest dokumentatsioonist" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globaalne moodulite indeks" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "kiire ligipääs kõigile moodulitele" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "kõik funktsioonid, klassid ja terminid" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Muutused versioonis %(version)s — %(docstitle)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 "" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automaatselt genereeritud nimekiri versiooni %(version)s muutustest" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Teegi muutused" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API muutused" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ülejäänud muutused" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s &8212; %(docstitle)s" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Otsingu tulemused" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Otsimine" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Otsingu ettevalmistamine..." -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "laienduse suvandid" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Varja otsingu tulemused" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Näita külgriba" -#: ext/apidoc/_cli.py:240 +#: environment/adapters/toctree.py:335 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:360 #, python-format -msgid "%s is not a directory." -msgstr "%s pole kataloog." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "see %s" +msgstr "vaata %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 "" +msgid "see also %s" +msgstr "vaata ka %s" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "image file not readable: %s" +msgstr "kujutise fail pole loetav: %s" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "kujutise fail %s pole loetav: %s" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Malli parameetrid" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "liige" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tüüp" + +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(projektis %s v%s)" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "loend" + +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "funktsiooni parameeter" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Muutujad" + +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (moodulis %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (moodulis %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (sisseehitatud muutuja)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (sisseehitatud klass)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klass moodulis %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (klassi %s meetod)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s staatiline meetod)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Pythoni moodulite indeks" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moodulid" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Iganenud" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "erind" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "klassi meetod" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "staatiline meetod" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (iganenud)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "keskkonnamuutuja; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "%s command line option" +msgstr "%s käsureasuvand" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "käsureasuvand" + +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "sõnastiku termin" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "grammatika märk" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "viite silt" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "keskkonnamuutuja" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "programmi suvand" + +#: domains/std/__init__.py:735 +msgid "document" +msgstr "dokument" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Mooduli indeks" + +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" -msgstr "Põlvnemine: %s" +msgid "invalid numfig_format: %s (%r)" +msgstr "vigane numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" -msgstr "" +msgid "invalid numfig_format: %s" +msgstr "vigane numfig_format: %s" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "muutuja" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo index b2fdc51d863..b412703da1d 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 5aced68d7ab..f04dfd457aa 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:38+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -20,141 +20,276 @@ msgstr "" "Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +297,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,257 +310,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Hobekuntza Proposamena; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -440,1047 +540,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Hobekuntza Proposamena; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[iturburua]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[dokumentazioa]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Moduluko kodea" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

%s(r)en iturburu kodea

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Gainbegirada: moduluko kodea" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Kodea eskuragarri duten modulu guztiak

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" 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: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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:286 msgid "" -"====================== slowest reading durations =======================" +"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 "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: 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 "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:148 +#: cmd/quickstart.py:367 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:406 +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 "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" 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/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Creating file %s." msgstr "" -#: ext/imgconverter.py:83 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:519 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/graphviz.py:328 +#: cmd/quickstart.py:530 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:572 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"\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 "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Egitekoa" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "jatorrizko sarrera" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:637 +msgid "version of project" 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" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:654 +msgid "source file suffix" 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" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:314 +#: cmd/quickstart.py:670 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "enable %s extension" 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." +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Atalaren egilea: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Moduluaren egilea: " - -#: 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" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/changes.py:72 -msgid "Module level" -msgstr "Modulu maila" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:133 +#: cmd/quickstart.py:809 #, python-format -msgid "could not read %r for changelog creation" +msgid "Invalid template variable: %s" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: 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 "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: 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." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:713 +#: cmd/build.py:357 #, python-format -msgid "docnames to write: %s" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: builders/__init__.py:883 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s metodoa)" -#: builders/epub3.py:84 +#: domains/javascript.py:186 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s() (class)" +msgstr "%s() (klasea)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (aldagai globala edo konstantea)" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atributua)" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumentuak" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Jaurtitzen du" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -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" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Itzulketa mota" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modulua)" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funtzioa" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "metodoa" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "klasea" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "datuak" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atributua" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modulua" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/javascript.py:458 #, python-format -msgid "error writing file %s: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/xml.py:101 +#: domains/__init__.py:322 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/texinfo.py:45 +#: domains/changeset.py:26 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:89 +#: domains/changeset.py:27 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "Changed in version %s" +msgstr "%s bertsioan aldatuta" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:28 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (hemen: " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" +msgid "Deprecated since version %s" +msgstr "%s bertsiotik aurrera zaharkituta" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/changeset.py:29 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "Removed in version %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:73 #, python-format -msgid "error writing file Makefile: %s" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:223 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%s (directive)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:591 +#: domains/rst.py:224 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +msgid "%s (role)" +msgstr "%s (rola)" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "rola" -#: builders/gettext.py:244 +#: domains/rst.py:262 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:75 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/singlehtml.py:35 +#: domains/citation.py:92 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:347 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:352 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%Y %b %d" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1551,2098 +1468,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "Indizea" + +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Oin-oharrak" + +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:325 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:336 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[irudia]" + +#: writers/latex.py:384 #, python-format -msgid "locale_dir %s does not exist" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:236 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "Invalid Babel locale: %r." +msgid "no Babel option known for language %r" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Oin-oharrak" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[irudia]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Atalaren egilea: " -#: 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 "Indizea" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Moduluaren egilea: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: 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 "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Egitekoa" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:154 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:166 +msgid "original entry" +msgstr "jatorrizko sarrera" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[iturburua]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:591 +#: 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 "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "

Source code for %s

" +msgstr "

%s(r)en iturburu kodea

" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: 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/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "module %s could not be imported: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:148 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: 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 "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:187 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metodoa)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" -msgstr "%s() (klasea)" +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (aldagai globala edo konstantea)" +msgid "'%s' is not a valid option." +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atributua)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumentuak" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Jaurtitzen du" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Itzultzen du" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Itzulketa mota" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:297 #, python-format -msgid "%s (module)" -msgstr "%s (modulua)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funtzioa" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "metodoa" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "klasea" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "datuak" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atributua" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modulua" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "Added in version %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:328 #, python-format -msgid "Changed in version %s" -msgstr "%s bertsioan aldatuta" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "%s bertsiotik aurrera zaharkituta" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "%s (rola)" +msgid "[graph: %s]" +msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rola" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:85 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Adi" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Kontuz" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Arriskua" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "Errorea" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Argibidea" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "Garrantzitsua" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Oharra" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Ikusi baita ere" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (hemen: " -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Iradokizuna" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Kontuz" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/_epub_base.py:801 #, python-format -msgid "Please enter one of %s." +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:229 +#: builders/xml.py:103 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: 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)." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 +#: builders/changes.py:61 #, python-format -msgid "Selected root path: %s" +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:77 +msgid "Module level" +msgstr "Modulu maila" + +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: 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." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:367 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:281 #, python-format -msgid "File %s already exists, skipping." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:315 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:336 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:537 +#: builders/__init__.py:343 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: 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:644 -msgid "release of project" +#: 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:651 -msgid "document language" +#: 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:654 -msgid "source file suffix" +#: 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:657 -msgid "master document name" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:670 -#, python-format -msgid "enable %s extension" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Adi" -#: cmd/quickstart.py:792 +#: 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" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "" - -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Alboko barra tolestu" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %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" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Joan" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Iturburua ikusi" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Edukiak" - -#: themes/basic/opensearch.xml:4 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s bilatu" +msgid "%r reference target not found: %s" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Gainbegirada" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "aurreko orritik jarraitzen du" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: 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" - -#: 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" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indize orokorra" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "funtzio, klase, termino guztiak" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Argitalpena" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Orri hau" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/transforms.py:121 #, python-format -msgid "Index – %(key)s" +msgid "Failed to get a docname for source %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" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Bilaketa azkarra" - -#: 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/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/basic/layout.html:18 -msgid "Navigation" -msgstr "Nabigazioa" - -#: themes/basic/layout.html:115 +#: builders/latex/transforms.py:487 #, 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" - -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/theming.py:87 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/theming.py:90 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Azken aldaketa: %(last_updated)s." +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:115 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: 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 +#: builders/latex/__init__.py:118 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "bilatu" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Bilaketa bat-etortzeak ezkutatu" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Bilaketa emaitzak" - -#: 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." +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: 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] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/__init__.py:529 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/__init__.py:537 #, 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:529 -msgid "Positional-only parameter separator (PEP 570)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/python/_annotations.py:540 -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/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s moduluan)" - -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s moduluan)" - -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:115 #, python-format -msgid "%s (class in %s)" -msgstr "%s (klasea %s-(e)n)" +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:351 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klaseko metodoa)" +msgid "Failed to read build info file: %r" +msgstr "" -#: domains/python/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s metodo estatikoa)" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: domains/python/__init__.py:438 -#, python-format -msgid "%s (%s property)" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:386 #, python-format -msgid "%s (type alias in %s)" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python moduluen indizea" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "moduluak" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Zaharkitua" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indize orokorra" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "salbuespena" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "indizea" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "klaseko metodoa" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" +msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "metodo estatikoa" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "hurrengoa" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "aurrekoa" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/python/__init__.py:818 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:796 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (zaharkitua)" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametroak" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Aldagaiak" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Goratzen du" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:820 #, python-format -msgid "%s (C++ %s)" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:866 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "partaidea" - -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "mota" - -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:1054 #, python-format -msgid "%s (C %s)" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %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 "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "aldagaia" +#: builders/html/__init__.py:1231 +#, 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/c/__init__.py:752 -msgid "macro" -msgstr "makroa" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:1280 #, python-format -msgid "environment variable; %s" -msgstr "inguruneko aldagaia; %s" +msgid "dumping search index in %s" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:1323 #, python-format -msgid "%s; configuration value" +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1375 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s command line option" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: 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/std/__init__.py:729 -msgid "glossary term" -msgstr "glosarioko terminoa" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "gramatikako token-a" - -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "erreferentzia etiketa" - -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "inguruneko aldagaia" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programako aukera" - -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Moduluen indizea" - -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1464 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" +msgid "%s %s documentation" +msgstr "%s %s dokumentazioa" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" msgstr "" -#: domains/std/__init__.py:1124 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "(in %s)" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "the link has no caption: %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "invalid numfig_format: %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "undefined label: %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_load.py:60 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "see %s" -msgstr "%s ikusi" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "see also %s" -msgstr "ikusi %s baita ere" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "image file not readable: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "download file not readable: %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %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.:" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" 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." +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: 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 "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:50 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "indizea" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "hurrengoa" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "aurrekoa" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1216 -#, 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/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "logo file %r does not exist" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "favicon file %r does not exist" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:197 #, 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:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentazioa" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: 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 "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametroak" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Argitalpena" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:460 #, python-format -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 "aurreko orritik jarraitzen du" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1021 +#, 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/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: 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 "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3754,463 +3594,653 @@ msgstr "" msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/autosummary/generate.py:890 +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Alboko barra tolestu" + +#: 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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Bilatu" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Joan" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Iturburua ikusi" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Edukiak" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Bilaketa azkarra" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indize orriak hizkika" + +#: 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/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/basic/layout.html:18 +msgid "Navigation" +msgstr "Nabigazioa" + +#: themes/basic/layout.html:115 +#, 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" + +#: 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 "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Azken aldaketa: %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Orri hau" + +#: 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/basic/opensearch.xml:4 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s bilatu" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Gainbegirada" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %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 "Indizeak eta taulak:" -#: 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 "Eduki taula osoa" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "atal eta azpiatal guztiak zerrendatu" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Bilaketa orria" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "dokumentazio honetan bilatu" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Modulu indize globala" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "modulu guztietara atzipen azkarra" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "funtzio, klase, termino guztiak" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" -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" -#: 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/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Liburutegi aldaketak" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API aldaketak" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Beste aldaketak" -#: 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)" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Bilaketa emaitzak" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/static/searchtools.js:125 +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:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:200 -msgid "project name (default: root module name)" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Bilaketa bat-etortzeak ezkutatu" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Alboko barra luzatu" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/adapters/toctree.py:360 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:375 #, python-format -msgid "%s is not a directory." +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" 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 ikusi" -#: 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 "ikusi %s baita ere" -#: 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/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:157 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "partaidea" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "mota" + +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Aldagaiak" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Goratzen du" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (%s moduluan)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (%s moduluan)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%s (built-in class)" msgstr "" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klasea %s-(e)n)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s klaseko metodoa)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s metodo estatikoa)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python moduluen indizea" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moduluak" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Zaharkitua" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "salbuespena" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "klaseko metodoa" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "metodo estatikoa" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (zaharkitua)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "inguruneko aldagaia; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "glosarioko terminoa" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "gramatikako token-a" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "erreferentzia etiketa" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "inguruneko aldagaia" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "programako aukera" + +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Moduluen indizea" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: 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 "" diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo index d0fe9670331..7c63fcd1014 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 f91dda94f95..165f07c67e1 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.po @@ -1,5 +1,5 @@ # Translations template for Sphinx. -# Copyright (C) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,153 +11,287 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-12-29 22:39+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Hadi F , 2020-2021\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.16.0\n" +"Generated-By: Babel 2.17.0\n" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: events.py:77 +#: config.py:362 #, python-format -msgid "Event %r already present" -msgstr "رویداد %r در حال حاضر موجود است" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "شاخه‌ی پیکربندی(%s)، پرونده‌ی conf.py را ندارد" -#: events.py:370 +#: config.py:385 #, python-format -msgid "Unknown event name: %s" -msgstr "نوع اتفاق نامشخّص است: %s" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: events.py:416 +#: config.py:390 #, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "مدیر %r برای رویداد %r یک باعث ایراد شد" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "امکان لغو تنظیمات پیکربندیdictionary %r ، نادیده گرفته می‌شود (برای تعیین تک تک عناصر %r را به کار ببرید)" + +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "شماره نامعتبر %r برای پیکربندی مقدار %r، نادیده گرفته می‌شود" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "امکان لغو تنظیمات پیکربندی %r با نوع پشتیبانی نشده نبود، نادیده گرفته می‌شود" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "مقدار پیکربندی ناشناخته %r در ابطال، نادیده گرفته شد" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "مقدار پیکربندی %r از قبل موجود است" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "خطای نحوی در پرونده‌ی پیکربندی شما وجود دارد: %s\n" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "پرونده‌ی پیکربندی (یا یکی از ماژول هایی که وارد می کند) sys.exit() را فراخواند" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "یک خطای قابل برنامه ریزی در پرونده‌ی پیکربندی شما وجود دارد:\n\n%s" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "بخش%s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "شکل %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "جدول %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "فهرست %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "مقدار پیکربندی '{name}' باید یکی از {candidates} باشد، اما '{current}' داده شده." + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، ولی انتظار می‌رفت {permitted} می‌بود." + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، حالت پیش‌فرض {permitted} است." + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "دامنه‌ی اصلی %r یافت نشد، نادیده گرفته می‌شوند." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:190 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "شاخه‌ی منبع(%s) پیدا نشد." -#: application.py:194 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "نشانی (%s) شاخه نیست" -#: application.py:198 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "شاخه‌های مبدأ و مقصد نمی توانند یکسان باشند" -#: application.py:228 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "اجرای اسفینکس نگارش %s" -#: application.py:250 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "این پروژه دست که به افینکس نگارش%s نیاز دارد و برای همین با این نسخه قابل ساخت نیست." -#: application.py:266 +#: application.py:298 msgid "making output directory" msgstr "ایجاد پوشه ی برون داد" -#: application.py:271 registry.py:452 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "در حال راه اندازی افزونه‌ی%s:" -#: application.py:277 +#: application.py:310 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' آن طور که در conf.py تعریف شده شیئ قابل فراخوانی پایتون نیست. لطفاً تعریفش را تغییر دهید تا تابع قابل فراخوان پایتون شود. این کار لازمه‌ی conf.py است تا به عنوان افزنه‌ی اسفینکس کار کند." -#: application.py:312 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "بارگذاری ترجمه ها [%s]... " -#: application.py:329 util/display.py:88 +#: application.py:377 util/display.py:89 msgid "done" msgstr "انجام شد" -#: application.py:331 +#: application.py:379 msgid "not available for built-in messages" msgstr "برای پیام‌های داخلی در دسترس نیست" -#: application.py:345 +#: application.py:393 msgid "loading pickled environment" msgstr "بارگذاری محیط pckle شده" -#: application.py:353 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "شکست خورد: %s" -#: application.py:366 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "هیچ سازنده‌ای برگزیده نشده، استفاده از قالب خروجی پیش‌فرض: html" -#: application.py:398 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:400 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:404 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:407 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:409 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:414 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:417 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:419 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:968 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "بست کلاس %r در حال حاضر ثبت نام شده است، بازدیدکنندگان این پیوند نادیده گرفته خواهد شد" -#: application.py:1047 +#: application.py:1128 #, python-format -msgid "directive %r is already registered, it will be overridden" -msgstr "دستور %r از قبل ثبت شده که مقدار قبلی نادیده گرفته خواهد شد" +msgid "directive %r is already registered and will not be overridden" +msgstr "" -#: application.py:1069 application.py:1094 +#: application.py:1154 application.py:1182 #, python-format -msgid "role %r is already registered, it will be overridden" -msgstr "نقش %r از قبل ثبت شده که مقدار قبلی نادیده گرفته خواهد شد" +msgid "role %r is already registered and will not be overridden" +msgstr "" -#: application.py:1644 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -165,12 +299,12 @@ msgid "" "explicit" msgstr "افزونه‌ی %s مشخّص نکرده که آیا برای خواندن موازی امن هست یا نه. که فرض می‌گیریم نیست. لطفاً از نویسنده‌ی افزونه بخواهید این موضوع را بررسی و آن را مشخّص کند" -#: application.py:1648 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "افزونه ی %sبرای خواندن موازی امن نیست" -#: application.py:1651 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -178,3940 +312,3937 @@ msgid "" "explicit" msgstr "افزونه‌ی %s مشخّص نکرده که آیا برای نوشتن موازی امن هست یا نه. که فرض می‌گیریم نیست. لطفاً از نویسنده‌ی افزونه بخواهید این موضوع را بررسی و آن را مشخّص کند" -#: application.py:1655 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "افزونه‌ی %s برای نوشتن موازی امن نیست" -#: application.py:1663 application.py:1667 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "انجام چندباره‌ی %s" -#: roles.py:208 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:231 -#, python-format -msgid "invalid CVE number %s" -msgstr "" - -#: roles.py:253 +#: extension.py:58 #, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "تنظیمات needs_extensions (نیازهای افزونه) افزونه‌ی %s را نیاز دارد، ولی بارگذاری نمی شود." -#: roles.py:276 +#: extension.py:79 #, python-format -msgid "invalid CWE number %s" -msgstr "" +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) ساخته شود." -#: roles.py:296 +#: events.py:81 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Event %r already present" +msgstr "رویداد %r در حال حاضر موجود است" -#: roles.py:319 +#: events.py:379 #, python-format -msgid "invalid PEP number %s" -msgstr "" +msgid "Unknown event name: %s" +msgstr "نوع اتفاق نامشخّص است: %s" -#: roles.py:357 +#: events.py:424 #, python-format -msgid "invalid RFC number %s" -msgstr "" +msgid "Handler %r for event %r threw an exception" +msgstr "مدیر %r برای رویداد %r یک باعث ایراد شد" -#: registry.py:144 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "کلاس سازنده %s هیچ ویژگی‌ای به عنوان \"name\" ندارد" -#: registry.py:146 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "سازنده %r در حال حاضر وجود دارد (در پیمانه‌ی %s)" -#: registry.py:159 +#: registry.py:182 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "نام سازنده %s یا ثبت شده نیست و یا فقط از طریق نقطه ورود در دسترس است" -#: registry.py:166 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" msgstr "نام سازنده %s ثبت نشده است" -#: registry.py:173 +#: registry.py:199 #, python-format msgid "domain %s already registered" msgstr "دامنه ی %sپیش تر ثبت شده" -#: registry.py:196 registry.py:209 registry.py:220 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" msgstr "دامنه %s هنوز ثبت نشده است" -#: registry.py:200 +#: registry.py:230 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "دستورالعمل %r قبلاً برای دامنه %s ثبت شده" -#: registry.py:212 +#: registry.py:248 #, python-format msgid "The %r role is already registered to domain %s" msgstr "نقش %r قبلاً برای دامنه %s ثبت شده" -#: registry.py:223 +#: registry.py:261 #, python-format msgid "The %r index is already registered to domain %s" msgstr "شاخص %r قبلاً برای دامنه %s ثبت شده" -#: registry.py:254 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" msgstr "نوع شیئ (object_type) %r قبلاً برای دامنه ثبت شده" -#: registry.py:280 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" msgstr "ارجاع متقابل (crossref_type) %r قبلاً ثبت شده" -#: registry.py:287 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" msgstr "پسوند (source_suffix) %r قبلاً ثبت شده است" -#: registry.py:296 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" msgstr "تحلیل‌گر منبع (source_parser) %r قبلاً ثبت شده است" -#: registry.py:304 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" msgstr "تجزیه کننده مبدإ برای %s ثبت نشده است" -#: registry.py:320 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" msgstr "در حال حاضر برای %r مترجم وجود دارد" -#: registry.py:336 +#: registry.py:405 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "مؤلّفه‌های کلیدی برای تابع add_node() باید تاپل تابعی (بازدید، خروج) باشند: %r=%r" -#: registry.py:419 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "بست قابل شمارش (enumerable_node) %r قبلاً ثبت شده است" -#: registry.py:431 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "ترسیم‌گر ریاضی %s قبلاً ثبت شده" -#: registry.py:446 +#: registry.py:531 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "افزونه‌ی %r از نسخه‌ی %s اسفینکس به بعد، در آن ادغام شده؛ بنابراین نادیده گرفته می‌شود." -#: registry.py:457 +#: registry.py:545 msgid "Original exception:\n" msgstr "ایراد اصلی:\n" -#: registry.py:458 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "امکان وارد کردن افزونه‌ی %s نبود" -#: registry.py:463 +#: registry.py:554 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "افزونه‌ی %r هیچ تابع setup()ی ندارد؛ آیا این مورد واقعاً یک پیمانه‌ی افزونه‌ی اسفینکس است؟" -#: registry.py:472 +#: registry.py:567 #, 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:480 +#: registry.py:579 #, 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:514 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: project.py:71 +#: roles.py:206 #, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: project.py:87 +#: roles.py:229 #, python-format -msgid "Ignored unreadable document %r." +msgid "invalid CVE number %s" msgstr "" -#: highlighting.py:168 +#: 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 "Python Enhancement Proposals; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "نام رنگ‌مایه خوان %r شناخته شده نیست" -#: highlighting.py:202 +#: highlighting.py:209 #, python-format msgid "" "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " "Retrying in relaxed mode." msgstr "" -#: extension.py:55 +#: project.py:72 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "تنظیمات needs_extensions (نیازهای افزونه) افزونه‌ی %s را نیاز دارد، ولی بارگذاری نمی شود." +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: extension.py:76 +#: project.py:87 #, 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) ساخته شود." +msgid "Ignored unreadable document %r." +msgstr "" -#: theming.py:114 +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "تنظیمات %s. %s در هیچ یک از پیکربندی‌های جستجو شده رخ نمی‌دهد" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "گزینه‌ی پشتیبانی نشده‌ی زمینه %r داده شده" -#: theming.py:207 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "پرونده‌ی %r که مسیر زمینه به آن اشاره دارد یا پرونده زیپ معتبری نیست یا هیچ زمینه‌ای درونش ندارد" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:275 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:309 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "شاخه‌ی پیکربندی(%s)، پرونده‌ی conf.py را ندارد" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "درج خودکار رشته‌مستندات را از پیمانه‌ها" -#: config.py:318 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "آزمایش خودکار تکّه‌کدها در قسمت‌های مختلف پیمانه‌ی doctest" -#: config.py:341 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "امکان لغو تنظیمات پیکربندیdictionary %r ، نادیده گرفته می‌شود (برای تعیین تک تک عناصر %r را به کار ببرید)" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "پیوند بین اسناد Sphinx از پروژه های گوناگون" -#: config.py:350 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "شماره نامعتبر %r برای پیکربندی مقدار %r، نادیده گرفته می‌شود" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "نوشتن مدخل‌های لیست اقدام‌ها (\"todo\")که در ساخت می تواند نشان داده و یا پنهان شوند" -#: config.py:356 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "امکان لغو تنظیمات پیکربندی %r با نوع پشتیبانی نشده نبود، نادیده گرفته می‌شود" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "بررسی برای پوشش اسناد" -#: config.py:377 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "مقدار پیکربندی ناشناخته %r در ابطال، نادیده گرفته شد" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "گنجاندن رابطه‌های ریاضی که در قالب PNG یا SVG به نمایش در آمده" -#: config.py:430 -#, python-format -msgid "No such config value: %r" -msgstr "" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "گنجاندن رابطه‌های ریاضی که MathJax در مرورگر نمایش در آورده" -#: config.py:453 -#, python-format -msgid "Config value %r already present" -msgstr "مقدار پیکربندی %r از قبل موجود است" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "گنجاندن شرطی محتوا بر اساس مقادیر پیکربندی" -#: config.py:489 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "گنجاندن ویندهای کد منبع اشیاء مستند شده‌ی پایتون" -#: config.py:527 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "خطای نحوی در پرونده‌ی پیکربندی شما وجود دارد: %s\n" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "ساخت پرونده‌ی nojekyll برای انتشار سند در صفحات گیت-هاب" -#: config.py:530 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "پرونده‌ی پیکربندی (یا یکی از ماژول هایی که وارد می کند) sys.exit() را فراخواند" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "لطفاً نام مسیر معتبری را وارد کنید." -#: config.py:537 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "یک خطای قابل برنامه ریزی در پرونده‌ی پیکربندی شما وجود دارد:\n\n%s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "لطفاً متنی وارد کنید." -#: config.py:560 +#: cmd/quickstart.py:133 #, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" +msgid "Please enter one of %s." +msgstr "لطفاً یکی از %s وارد کنید." -#: config.py:581 config.py:586 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "لطفاً یا y و یا n وارد کنید." -#: config.py:589 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "لطفاً یک پسوند را وارد کنید، مثل: '.rst' یا '.txt'." -#: config.py:608 +#: cmd/quickstart.py:229 #, python-format -msgid "Section %s" -msgstr "بخش%s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "به ابزار شروع سریع اسفینکس %s خوش آمدید." -#: config.py:609 -#, python-format -msgid "Fig. %s" -msgstr "شکل %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 "لطفاً مقدارهای تنظیمات زیر را وارد کنید\n(اگر مقدار پیش‌گزیده‌ای درون داده کروشه شده بود، برای برای پذیرش آن فقط کلید Enter‌را فشار دهید)." -#: config.py:610 +#: cmd/quickstart.py:241 #, python-format -msgid "Table %s" -msgstr "جدول %s" +msgid "Selected root path: %s" +msgstr "مسیر برگزیده‌ی ریشه‌ی مستندات: %s" -#: config.py:611 -#, python-format -msgid "Listing %s" -msgstr "فهرست %s" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "مسیر ریشه‌ی مستندات را وارد کنید." -#: config.py:718 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "مقدار پیکربندی '{name}' باید یکی از {candidates} باشد، اما '{current}' داده شده." +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "مسیر ریشه‌ی مستندات" -#: config.py:742 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، ولی انتظار می‌رفت {permitted} می‌بود." +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "خطا: در مسیر ریشه‌ی انتخاب شده‌، پرونده‌ی conf.pyی دیگری یپدا شد." -#: config.py:755 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، حالت پیش‌فرض {permitted} است." +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "ابراز شروع سریع اسفینکس روی پروژه‌های از قبل موجود اسفینکس بازنویسی نمی‌کند." -#: config.py:766 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "دامنه‌ی اصلی %r یافت نشد، نادیده گرفته می‌شوند." +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "لطفاً یک مسیر ریشه‌ی جدید وارد کنید (یا برای خروج Enter‌ را بزنید)" -#: config.py:778 +#: cmd/quickstart.py:273 msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "از زمان نسخه‌ی ۲ تا به حال، اسفیکنس به صورت پیش فرض از \"index\" به عنوان ریشه‌ی سند(root_doc) استفاده می‌کند. لطفاً \"root_doc = 'contents'\" را به پرونده conf.py تان اضافه کنید." - -#: domains/rst.py:128 domains/rst.py:185 -#, python-format -msgid "%s (directive)" -msgstr "%s (دستورالمعل)" +"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) جدا کنید." -#: domains/rst.py:186 domains/rst.py:190 -#, python-format -msgid ":%s: (directive option)" -msgstr "%s (گزینه‌ی دستورالمعل)" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "شاخه‌های منبع و ساخت از یکدیگر جدا شوند؟(y/n)" -#: domains/rst.py:214 -#, python-format -msgid "%s (role)" -msgstr "%s (نقش)" +#: 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 "درون شاخه‌ی ریشه، دو شاخه‌ی دیگر ساخته خواهد شد؛\n\"_templates\" برای قالب‌های سفارشی HTML و \"_static\" برای قالب برگه‌ها و بقیّه‌ی پرونده‌های ثابت.\nشما می‌توانید پیشوند دیگری (مانند «.») برای جایگزینی نویسه‌ی خط به کار ببرید." -#: domains/rst.py:224 -msgid "directive" -msgstr "دستورالمعل" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "برای شاخه‌های قالب‌ها (templates) و ثابت‌ها (static) نویسه‌ی پیشوندی را بنویسید" -#: domains/rst.py:225 -msgid "directive-option" -msgstr "گزینه‌ی دستورالمعل" +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "نام پروژه در چندین جا در سند ساخته شده به کار می‌رود." -#: domains/rst.py:226 -msgid "role" -msgstr "نقش" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "نام پروژه" -#: domains/rst.py:248 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "توضیح تکراری از %s %s، مورد دیگر در %s قرار دارد" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "نام نویسنده (ها)" -#: domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%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 "اسفینکس نظریّه‌ای برای یک «نسخه» و یک «نگارش» برای نرم افزار دارد.\nهر نسخه‌ای می تواند چندید نگارش داشته باشد.\n مثلاً برای پایتون نسخه‌ چیزی شبیه به ۲/۵ یا ۳/۰ است،\n در حالی که انتشار چیزیست شبیه به ۲/۵/۱ یا ۳/۰a۱ \n.\nاگر شما نیازی به این ساختار دوگانه ندارید، هر دو را یکی تعیین کنید." -#: domains/javascript.py:166 domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s متد)" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "نسخه انتشار پروژه" -#: domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s (کلاس)" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "انتشار پروژه" -#: domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (متغیّر عمومی یا مقدار ثابت)" +#: 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 "اگر مستندات قرار است با زبانی غیر از انگلیسی نوشته شود،\nمی توانید همین‌جا یک زبان را با انتخاب کد زبانیش انتخاب کنید.\nاسفینکس سپس متن‌هایی را که تولید می‌کند را به آن زبان ترجمه می‌کند.\n\nبرای فهرست زبان‌های پشتیبانی شده، به این نشانی مراجعه کنید\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: domains/javascript.py:172 domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s مشخصه)" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "زبان پروژه" -#: domains/javascript.py:255 -msgid "Arguments" -msgstr "نشانوندها" +#: 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 "پسوند نام پرونده برای پرونده‌های منبع. معمولاً این پسوند یا \".txt\" است و یا \".rst\".\nفقط پرونده‌هایی بای این پسوند به عنوان اسناد در نظر گرفته می‌شوند." -#: domains/cpp/__init__.py:447 domains/javascript.py:258 -msgid "Throws" -msgstr "ایجاد" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "پسوند پرونده‌ی منبع" -#: domains/c/__init__.py:310 domains/cpp/__init__.py:458 -#: domains/javascript.py:261 domains/python/_object.py:176 -msgid "Returns" -msgstr "بازگشت ها" +#: 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 "یک سند از آن جهت خاص است که به عنوان بست بالایی «درختواره‌ی محتوا» در نظر گرفته می‌شود.\nیعنی، این سند ریشه‌ی ساختار سلسله مراتبی اسناد است.\nمعمولاً سند این کار «نمایه» است، ولی اگر سند «نمایه‌»‌ی شما قالب سفارشی است؛ می توانید آن را به نام دیگری تغییر دهید." -#: domains/c/__init__.py:312 domains/javascript.py:263 -#: domains/python/_object.py:178 -msgid "Return type" -msgstr "نوع برگشتی" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "نام سند اصلی شما (بدون پسوند)" -#: domains/javascript.py:334 +#: cmd/quickstart.py:367 #, python-format -msgid "%s (module)" -msgstr "%s (ماژول)" - -#: domains/c/__init__.py:681 domains/cpp/__init__.py:859 -#: domains/javascript.py:371 domains/python/__init__.py:660 -msgid "function" -msgstr "تابع" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "خطا: پرونده‌ی اصلی %s از قبل در مسیر ریشه‌ی برگزیده بوده‌است." -#: domains/javascript.py:372 domains/python/__init__.py:664 -msgid "method" -msgstr "متد" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "ابراز شروع سریع اسفینکس روی پرونده‌های از قبل موجود بازنویسی نمی‌کند." -#: domains/cpp/__init__.py:857 domains/javascript.py:373 -#: domains/python/__init__.py:662 -msgid "class" -msgstr "کلاس" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "لطفاُ یک نام جدید وارد کنید، یا نام پرونده‌ی موجود را تغییر دهید و Enter‌ را فشار دهید" -#: domains/javascript.py:374 domains/python/__init__.py:661 -msgid "data" -msgstr "داده" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "مشخّص کنید کدام یک از این افزونه‌های اسفینکس باید فعّال باشد:" -#: domains/javascript.py:375 domains/python/__init__.py:667 -msgid "attribute" -msgstr "مشخّصه" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "یادداشت: ابزارهای‌ imgmath و mathjax نمی‌توانند در یک زمان فعّال باشند. انتخاب imgmath لغو شد." -#: domains/javascript.py:376 domains/python/__init__.py:670 -msgid "module" -msgstr "ماژول" +#: cmd/quickstart.py:406 +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' را به جای فراخوان مستقیم ابزار ساخت اسفینکس اجرا کنید." -#: domains/javascript.py:407 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "توضیح %s تکراری از %s، مورد دیگر%s در %s قرار دارد" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "آیا پرونده‌ی‌ make ایجاد شود؟ (y/n)" -#: domains/changeset.py:25 -#, python-format -msgid "Added in version %s" -msgstr "" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "آیا پرونده‌ی خط فرمان ویندوز ساخته شود؟ (y/n)ٍ" -#: domains/changeset.py:26 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "Changed in version %s" -msgstr "تغییر داده شده در نسخه %s" +msgid "Creating file %s." +msgstr "ایجاد پرونده‌ی %s." -#: domains/changeset.py:27 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Deprecated since version %s" -msgstr "منسوخ شده از نسخه %s" +msgid "File %s already exists, skipping." +msgstr "پرونده‌ی %s در حال حاضر وجود دارد، رد شدن." -#: domains/changeset.py:28 -#, python-format -msgid "Removed in version %s" -msgstr "" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "پایان یافت: ساختار آغازین شاخه ایجاد شد." -#: domains/__init__.py:299 +#: cmd/quickstart.py:519 #, 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 "شما باید حالا دیگر پرونده‌ی اصلی‌تان %s را جمع آوری کنید\n و بقیّه‌ی پرونده‌های منبع مستندات را ایجاد کنید. " -#: domains/citation.py:73 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "نقل‌قول %s تکراری، مورد دیگر در %s قرار دارد" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "از Makefile برای ساختن مستندات استفاده کنید، مانند این:\n make builder" -#: domains/citation.py:84 +#: cmd/quickstart.py:530 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "نقل [%s] قول ارجاع داده نشده." +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" -#: domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "بر چسب معادله ی %s تکرار است، مورد دیگر در %s قرار دارد" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "که در آن سازنده یکی از سازنده‌های پشتیبانی شده است، مانند html, latex و یا linkcheck." -#: domains/math.py:119 writers/latex.py:2479 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "قالب مرجع معادله‌‌ی ریاضی (math_eqref_format) نامعتبر: %r" - -#: environment/__init__.py:81 -msgid "new config" -msgstr "پیکربندی جدید" - -#: environment/__init__.py:82 -msgid "config changed" -msgstr "پیکربندی تغییر داده شد" - -#: environment/__init__.py:83 -msgid "extensions changed" -msgstr "افزونه‌ها تغییر کردند" - -#: environment/__init__.py:249 -msgid "build environment version not current" -msgstr "نسخه‌ی محیط ساخت به‌روز نیست" - -#: environment/__init__.py:251 -msgid "source directory has changed" -msgstr "شاخه ی منبع تغییر کرد" +#: cmd/quickstart.py:572 +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" -#: environment/__init__.py:313 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "برای اطّلاعات بیشتر به بروید." -#: environment/__init__.py:318 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "حالت سکوت" -#: environment/__init__.py:324 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "ریشه‌ی پروژه" -#: environment/__init__.py:366 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "این محیط با سازنده‌ی انتخاب شده سازگار نیست، لطفاً یک خوشه‌ی اسناد دیگری را انتخاب کنید." +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "گزینه‌های ساختار" -#: environment/__init__.py:473 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "پویش اسناد %s: %r شکست خورد" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "در صورتی مشخّص شدن، شاخه‌های منبع و ساخت از یکدیگر جدا می‌شوند" -#: environment/__init__.py:626 -#, python-format -msgid "Domain %r is not registered" -msgstr "دامنه ی %r ثبت نشده" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "در صورت مشخّص بودن، شاخه‌ی build (ساخت) را درون شاخه‌ی منبع بساز" -#: environment/__init__.py:777 -msgid "document isn't included in any toctree" -msgstr "سند در هیچ درختواره‌ی فهرست مطالبی گنجانده نشده" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "جایگزینی نقطه در _templates (قالب‌ها) و ... ." -#: environment/__init__.py:810 -msgid "self referenced toctree found. Ignored." -msgstr "درختواره‌ی فهرست مطالب با ارجاع به خود پیدا شده. نادیده گرفته می‌شود." +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "گزینه‌های اساسی پروژه" -#: environment/__init__.py:839 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "نام پروژه" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "دقت" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "نام نویسندگان" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "ملاحظه" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "نسخه انتشار پروژه" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "خطر" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "انتشار پروژه" -#: locale/__init__.py:232 -msgid "Error" -msgstr "خطا" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "زبان سند" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "راهنمایی" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "پسوند پرونده‌ی منبع" -#: locale/__init__.py:234 -msgid "Important" -msgstr "مهم" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "نام سند اصلی" -#: locale/__init__.py:235 -msgid "Note" -msgstr "توجه" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "استفاده epub" -#: locale/__init__.py:236 -msgid "See also" -msgstr "همچنین ملاحظه نمائید" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "گزینه‌های افزونه" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "نکته" +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" +msgstr "فعّال‌سازی %s افزونه" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "هشدار" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "فعّال‌سازی افزونه‌های اختیاری" -#: cmd/quickstart.py:43 -msgid "automatically insert docstrings from modules" -msgstr "درج خودکار رشته‌مستندات را از پیمانه‌ها" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "ایجاد Makefile و Batchfile" -#: cmd/quickstart.py:44 -msgid "automatically test code snippets in doctest blocks" -msgstr "آزمایش خودکار تکّه‌کدها در قسمت‌های مختلف پیمانه‌ی doctest" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "ایجاد پرونده‌ی سازنده (makefile)" -#: cmd/quickstart.py:45 -msgid "link between Sphinx documentation of different projects" -msgstr "پیوند بین اسناد Sphinx از پروژه های گوناگون" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "پرونده‌ی سازنده (makefile) را ایجاد نکن" -#: cmd/quickstart.py:46 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "نوشتن مدخل‌های لیست اقدام‌ها (\"todo\")که در ساخت می تواند نشان داده و یا پنهان شوند" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "ایجاد Batchfile" -#: cmd/quickstart.py:47 -msgid "checks for documentation coverage" -msgstr "بررسی برای پوشش اسناد" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "batchfile را ایجاد نکن" -#: cmd/quickstart.py:48 -msgid "include math, rendered as PNG or SVG images" -msgstr "گنجاندن رابطه‌های ریاضی که در قالب PNG یا SVG به نمایش در آمده" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "اسفتاده از حالت ایجاد برای پرونده‌های Makefile/make.bat" -#: cmd/quickstart.py:49 -msgid "include math, rendered in the browser by MathJax" -msgstr "گنجاندن رابطه‌های ریاضی که MathJax در مرورگر نمایش در آورده" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "قالب سازی پروژه" -#: cmd/quickstart.py:50 -msgid "conditional inclusion of content based on config values" -msgstr "گنجاندن شرطی محتوا بر اساس مقادیر پیکربندی" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "شاخه‌ی قالب شامل پرونده‌های قالب" -#: cmd/quickstart.py:51 -msgid "include links to the source code of documented Python objects" -msgstr "گنجاندن ویندهای کد منبع اشیاء مستند شده‌ی پایتون" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "تعریف متغیّر قالب" -#: cmd/quickstart.py:52 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "ساخت پرونده‌ی nojekyll برای انتشار سند در صفحات گیت-هاب" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "حالت «ساکت» تعیین شده، ولی یکی از موارد «پروژه» یا «نویسنده» مشخّص نشده." -#: cmd/quickstart.py:94 -msgid "Please enter a valid path name." -msgstr "لطفاً نام مسیر معتبری را وارد کنید." +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "خطا: مسیر مشخّص شده پوشه نیست، یا از قبل پرونده‌های اسفینکس وجود داشته‌اند." -#: cmd/quickstart.py:110 -msgid "Please enter some text." -msgstr "لطفاً متنی وارد کنید." +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "ابزار شروع سریع اسفینکس فقط یک پوشه‌ی خالی درست می کند. لطفاً یک مسیر ریشه‌ی جدید مشخّص کنید." -#: cmd/quickstart.py:117 +#: cmd/quickstart.py:809 #, python-format -msgid "Please enter one of %s." -msgstr "لطفاً یکی از %s وارد کنید." - -#: cmd/quickstart.py:125 -msgid "Please enter either 'y' or 'n'." -msgstr "لطفاً یا y و یا n وارد کنید." - -#: cmd/quickstart.py:131 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "لطفاً یک پسوند را وارد کنید، مثل: '.rst' یا '.txt'." +msgid "Invalid template variable: %s" +msgstr "متغیرهای نامعتبرقالب؛ %s" -#: cmd/quickstart.py:215 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "به ابزار شروع سریع اسفینکس %s خوش آمدید." +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "شماره‌ی کار باید یک عدد مثبت باشد" -#: cmd/quickstart.py:219 +#: cmd/build.py:74 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:227 -#, python-format -msgid "Selected root path: %s" -msgstr "مسیر برگزیده‌ی ریشه‌ی مستندات: %s" +"\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/quickstart.py:230 -msgid "Enter the root path for documentation." -msgstr "مسیر ریشه‌ی مستندات را وارد کنید." +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "مسیر پرونده‌های مستندات" -#: cmd/quickstart.py:231 -msgid "Root path for the documentation" -msgstr "مسیر ریشه‌ی مستندات" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "مسیری برای شاخه‌ی برون داد" -#: cmd/quickstart.py:239 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "خطا: در مسیر ریشه‌ی انتخاب شده‌، پرونده‌ی conf.pyی دیگری یپدا شد." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: cmd/quickstart.py:245 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "ابراز شروع سریع اسفینکس روی پروژه‌های از قبل موجود اسفینکس بازنویسی نمی‌کند." +#: cmd/build.py:114 +msgid "general options" +msgstr "گزینه‌های کلی" -#: cmd/quickstart.py:248 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "لطفاً یک مسیر ریشه‌ی جدید وارد کنید (یا برای خروج Enter‌ را بزنید)" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: cmd/quickstart.py:258 +#: cmd/build.py:131 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) جدا کنید." +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: cmd/quickstart.py:265 -msgid "Separate source and build directories (y/n)" -msgstr "شاخه‌های منبع و ساخت از یکدیگر جدا شوند؟(y/n)" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "نوشتن همه‌ی پرونده‌ها (پیش‌گزیده: فقط پرونده‌های جدید نو تغییر یافته را بنویس)" -#: cmd/quickstart.py:271 -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/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "از محیط ذخیره شده استفاده نکن، همیشه همه پرونده ها را بخوان" -#: cmd/quickstart.py:277 -msgid "Name prefix for templates and static dir" -msgstr "برای شاخه‌های قالب‌ها (templates) و ثابت‌ها (static) نویسه‌ی پیشوندی را بنویسید" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: cmd/quickstart.py:282 +#: cmd/build.py:157 msgid "" -"The project name will occur in several places in the built documentation." -msgstr "نام پروژه در چندین جا در سند ساخته شده به کار می‌رود." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: cmd/quickstart.py:286 -msgid "Project name" -msgstr "نام پروژه" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: cmd/quickstart.py:288 -msgid "Author name(s)" -msgstr "نام نویسنده (ها)" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: cmd/quickstart.py:293 -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اگر شما نیازی به این ساختار دوگانه ندارید، هر دو را یکی تعیین کنید." +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "نادیده گرفتن تنظیماتی در پرونده‌ی پیکره‌بندی" -#: cmd/quickstart.py:301 -msgid "Project version" -msgstr "نسخه انتشار پروژه" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "مقداری را به قالب‌های HTML بدهید" -#: cmd/quickstart.py:303 -msgid "Project release" -msgstr "انتشار پروژه" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "تعریف برچسب: «فقط» تکّه‌های با برچسب گنجانده شود" -#: cmd/quickstart.py:308 -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." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "" -#: cmd/quickstart.py:317 -msgid "Project language" -msgstr "زبان پروژه" +#: cmd/build.py:212 +msgid "console output options" +msgstr "گزنیه‌های برون‌داد میز فرمان" -#: cmd/quickstart.py:324 -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/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "افزایش ارائه‌ی جزئیّات (می تواند تکرار شود)" -#: cmd/quickstart.py:329 -msgid "Source file suffix" -msgstr "پسوند پرونده‌ی منبع" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "بدون برون‌داد در درگاه خروجی استاندارد(stdout)، فقط هشدارها در درگاه استاندارد خطاها (stderr)" -#: cmd/quickstart.py:334 -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/build.py:233 +msgid "no output at all, not even warnings" +msgstr "بدون هیچ برون‌داد، حتّی بدون هشدار" -#: cmd/quickstart.py:342 -msgid "Name of your master document (without suffix)" -msgstr "نام سند اصلی شما (بدون پسوند)" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "خروجی رنگ شده منتشر شود (پیش‌فرض: تشخیص خودکار)" -#: cmd/quickstart.py:352 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "خطا: پرونده‌ی اصلی %s از قبل در مسیر ریشه‌ی برگزیده بوده‌است." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "خروجی رنگ شده منتشر نشود (پیش‌فرض: تشخیص خودکار)" -#: cmd/quickstart.py:359 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "ابراز شروع سریع اسفینکس روی پرونده‌های از قبل موجود بازنویسی نمی‌کند." +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" -#: cmd/quickstart.py:362 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "لطفاُ یک نام جدید وارد کنید، یا نام پرونده‌ی موجود را تغییر دهید و Enter‌ را فشار دهید" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "نوشتن هشدارها (و خطاها) در پرونده‌ی داده شده" -#: cmd/quickstart.py:371 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "مشخّص کنید کدام یک از این افزونه‌های اسفینکس باید فعّال باشد:" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "تغییر هشدارها به خطاها" -#: cmd/quickstart.py:381 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "یادداشت: ابزارهای‌ imgmath و mathjax نمی‌توانند در یک زمان فعّال باشند. انتخاب imgmath لغو شد." +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "نمایش گزارش کامل ردیابی ایراد" -#: cmd/quickstart.py:391 -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' را به جای فراخوان مستقیم ابزار ساخت اسفینکس اجرا کنید." +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "ایراد در اجرای Pdb" -#: cmd/quickstart.py:397 -msgid "Create Makefile? (y/n)" -msgstr "آیا پرونده‌ی‌ make ایجاد شود؟ (y/n)" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: cmd/quickstart.py:401 -msgid "Create Windows command file? (y/n)" -msgstr "آیا پرونده‌ی خط فرمان ویندوز ساخته شود؟ (y/n)ٍ" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "نمی توان گزینه‌ی -a را با نام پرونده‌ها ترکیب کرد" -#: cmd/quickstart.py:453 ext/apidoc.py:92 +#: cmd/build.py:357 #, python-format -msgid "Creating file %s." -msgstr "ایجاد پرونده‌ی %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- می‌بایست در قالب نام=مقدار (name=value) باشد" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "نشانوند گزینه‌ی A- می‌بایست در قالب نام=مقدار (name=value) باشد" -#: cmd/quickstart.py:458 ext/apidoc.py:89 +#: domains/javascript.py:183 #, python-format -msgid "File %s already exists, skipping." -msgstr "پرونده‌ی %s در حال حاضر وجود دارد، رد شدن." +msgid "%s() (built-in function)" +msgstr "%s() (توابع درونی)" -#: cmd/quickstart.py:501 -msgid "Finished: An initial directory structure has been created." -msgstr "پایان یافت: ساختار آغازین شاخه ایجاد شد." +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s متد)" -#: cmd/quickstart.py:504 +#: domains/javascript.py:186 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "شما باید حالا دیگر پرونده‌ی اصلی‌تان %s را جمع آوری کنید\n و بقیّه‌ی پرونده‌های منبع مستندات را ایجاد کنید. " +msgid "%s() (class)" +msgstr "%s (کلاس)" -#: cmd/quickstart.py:512 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "از Makefile برای ساختن مستندات استفاده کنید، مانند این:\n make builder" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (متغیّر عمومی یا مقدار ثابت)" -#: cmd/quickstart.py:515 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, 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" +msgid "%s (%s attribute)" +msgstr "%s (%s مشخصه)" -#: cmd/quickstart.py:522 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "که در آن سازنده یکی از سازنده‌های پشتیبانی شده است، مانند html, latex و یا linkcheck." +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "نشانوندها" -#: cmd/quickstart.py:557 -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" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "ایجاد" -#: cmd/build.py:153 cmd/quickstart.py:567 ext/apidoc.py:374 -#: ext/autosummary/generate.py:766 -msgid "For more information, visit ." -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:577 -msgid "quiet mode" -msgstr "حالت سکوت" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "نوع برگشتی" -#: cmd/quickstart.py:587 -msgid "project root" -msgstr "ریشه‌ی پروژه" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (ماژول)" -#: cmd/quickstart.py:590 -msgid "Structure options" -msgstr "گزینه‌های ساختار" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "تابع" -#: cmd/quickstart.py:596 -msgid "if specified, separate source and build dirs" -msgstr "در صورتی مشخّص شدن، شاخه‌های منبع و ساخت از یکدیگر جدا می‌شوند" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "متد" -#: cmd/quickstart.py:602 -msgid "if specified, create build dir under source dir" -msgstr "در صورت مشخّص بودن، شاخه‌ی build (ساخت) را درون شاخه‌ی منبع بساز" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "کلاس" -#: cmd/quickstart.py:608 -msgid "replacement for dot in _templates etc." -msgstr "جایگزینی نقطه در _templates (قالب‌ها) و ... ." +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "داده" -#: cmd/quickstart.py:611 -msgid "Project basic options" -msgstr "گزینه‌های اساسی پروژه" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "مشخّصه" -#: cmd/quickstart.py:613 -msgid "project name" -msgstr "نام پروژه" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "ماژول" -#: cmd/quickstart.py:616 -msgid "author names" -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:623 -msgid "version of project" -msgstr "نسخه انتشار پروژه" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:630 -msgid "release of project" -msgstr "انتشار پروژه" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" +msgstr "" -#: cmd/quickstart.py:637 -msgid "document language" -msgstr "زبان سند" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "تغییر داده شده در نسخه %s" -#: cmd/quickstart.py:640 -msgid "source file suffix" -msgstr "پسوند پرونده‌ی منبع" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "منسوخ شده از نسخه %s" -#: cmd/quickstart.py:643 -msgid "master document name" -msgstr "نام سند اصلی" +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" +msgstr "" -#: cmd/quickstart.py:646 -msgid "use epub" -msgstr "استفاده epub" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "بر چسب معادله ی %s تکرار است، مورد دیگر در %s قرار دارد" -#: cmd/quickstart.py:649 -msgid "Extension options" -msgstr "گزینه‌های افزونه" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "قالب مرجع معادله‌‌ی ریاضی (math_eqref_format) نامعتبر: %r" -#: cmd/quickstart.py:656 ext/apidoc.py:578 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "enable %s extension" -msgstr "فعّال‌سازی %s افزونه" +msgid "%s (directive)" +msgstr "%s (دستورالمعل)" -#: cmd/quickstart.py:663 ext/apidoc.py:570 -msgid "enable arbitrary extensions" -msgstr "فعّال‌سازی افزونه‌های اختیاری" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr "%s (گزینه‌ی دستورالمعل)" -#: cmd/quickstart.py:666 -msgid "Makefile and Batchfile creation" -msgstr "ایجاد Makefile و Batchfile" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (نقش)" -#: cmd/quickstart.py:672 -msgid "create makefile" -msgstr "ایجاد پرونده‌ی سازنده (makefile)" +#: domains/rst.py:234 +msgid "directive" +msgstr "دستورالمعل" -#: cmd/quickstart.py:678 -msgid "do not create makefile" -msgstr "پرونده‌ی سازنده (makefile) را ایجاد نکن" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "گزینه‌ی دستورالمعل" -#: cmd/quickstart.py:685 -msgid "create batchfile" -msgstr "ایجاد Batchfile" +#: domains/rst.py:236 +msgid "role" +msgstr "نقش" -#: cmd/quickstart.py:691 -msgid "do not create batchfile" -msgstr "batchfile را ایجاد نکن" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "توضیح تکراری از %s %s، مورد دیگر در %s قرار دارد" -#: cmd/quickstart.py:700 -msgid "use make-mode for Makefile/make.bat" -msgstr "اسفتاده از حالت ایجاد برای پرونده‌های Makefile/make.bat" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "نقل‌قول %s تکراری، مورد دیگر در %s قرار دارد" -#: cmd/quickstart.py:703 ext/apidoc.py:581 -msgid "Project templating" -msgstr "قالب سازی پروژه" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "نقل [%s] قول ارجاع داده نشده." -#: cmd/quickstart.py:709 ext/apidoc.py:587 -msgid "template directory for template files" -msgstr "شاخه‌ی قالب شامل پرونده‌های قالب" +#: environment/__init__.py:88 +msgid "new config" +msgstr "پیکربندی جدید" -#: cmd/quickstart.py:716 -msgid "define a template variable" -msgstr "تعریف متغیّر قالب" +#: environment/__init__.py:89 +msgid "config changed" +msgstr "پیکربندی تغییر داده شد" -#: cmd/quickstart.py:751 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "حالت «ساکت» تعیین شده، ولی یکی از موارد «پروژه» یا «نویسنده» مشخّص نشده." +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "افزونه‌ها تغییر کردند" -#: cmd/quickstart.py:770 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "خطا: مسیر مشخّص شده پوشه نیست، یا از قبل پرونده‌های اسفینکس وجود داشته‌اند." +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "نسخه‌ی محیط ساخت به‌روز نیست" -#: cmd/quickstart.py:777 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "ابزار شروع سریع اسفینکس فقط یک پوشه‌ی خالی درست می کند. لطفاً یک مسیر ریشه‌ی جدید مشخّص کنید." +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "شاخه ی منبع تغییر کرد" -#: cmd/quickstart.py:795 +#: environment/__init__.py:347 #, python-format -msgid "Invalid template variable: %s" -msgstr "متغیرهای نامعتبرقالب؛ %s" +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: cmd/build.py:49 -msgid "Exception occurred while building, starting debugger:" -msgstr "در حین ساخت ایرادی رخ داد، شروع اشکال زدا:" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: _cli/util/errors.py:129 cmd/build.py:65 -msgid "Interrupted!" -msgstr "قطع شد!" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: cmd/build.py:67 -msgid "reST markup error:" -msgstr "خطای نشانه‌گذاری متن بازساختمند (reST)" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "این محیط با سازنده‌ی انتخاب شده سازگار نیست، لطفاً یک خوشه‌ی اسناد دیگری را انتخاب کنید." -#: _cli/util/errors.py:143 cmd/build.py:73 -msgid "Encoding error:" -msgstr "خطای کدگذاری نویسه:" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "پویش اسناد %s: %r شکست خورد" -#: cmd/build.py:78 cmd/build.py:108 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "اگر می‌‌خواهید مشکل را به توسعه‌دهندگان گزارش دهید، ردیابی کامل خطا در %s ذخیره شده است." +msgid "Domain %r is not registered" +msgstr "دامنه ی %r ثبت نشده" -#: _cli/util/errors.py:148 cmd/build.py:90 -msgid "Recursion error:" -msgstr "خطای بازگشتی:" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "سند در هیچ درختواره‌ی فهرست مطالبی گنجانده نشده" -#: _cli/util/errors.py:152 cmd/build.py:94 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1000 in conf.py " -"with e.g.:" -msgstr "این اتّفاق ممکن است برای پرونده‌های بسیار تو در توی منبع بیافتد. شما می‌توانید محدودیّت ۱۰۰۰ تایی مقدار پیش‌فرض اجرای بازگشت پایتون را در conf.py زیاد کنید، مثلاً با:" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "درختواره‌ی فهرست مطالب با ارجاع به خود پیدا شده. نادیده گرفته می‌شود." -#: _cli/util/errors.py:165 cmd/build.py:103 -msgid "Exception occurred:" -msgstr "ایراد رخ داد:" +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: _cli/util/errors.py:178 cmd/build.py:117 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "لطفاً اگر این مورد خطای کاربر بوده، آن را گزارش دهید تا برای بارهای بعدی پیام خطای بهتری بتواند ارائه شود." +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: cmd/build.py:124 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "گزارش اشکال می تواند در ردیاب در مسیر ثبت شود. با سپاس!" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: cmd/build.py:144 -msgid "job number should be a positive number" -msgstr "شماره‌ی کار باید یک عدد مثبت باشد" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: cmd/build.py:154 -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" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: cmd/build.py:180 -msgid "path to documentation source files" -msgstr "مسیر پرونده‌های مستندات" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" -#: cmd/build.py:183 -msgid "path to output directory" -msgstr "مسیری برای شاخه‌ی برون داد" +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: cmd/build.py:188 +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: cmd/build.py:194 -msgid "general options" -msgstr "گزینه‌های کلی" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr "" -#: cmd/build.py:201 -msgid "builder to use (default: 'html')" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: cmd/build.py:210 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: _cli/__init__.py:199 +msgid "Show this message and exit." msgstr "" -#: cmd/build.py:220 -msgid "write all files (default: only write new and changed files)" -msgstr "نوشتن همه‌ی پرونده‌ها (پیش‌گزیده: فقط پرونده‌های جدید نو تغییر یافته را بنویس)" +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "" -#: cmd/build.py:227 -msgid "don't use a saved environment, always read all files" -msgstr "از محیط ذخیره شده استفاده نکن، همیشه همه پرونده ها را بخوان" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: cmd/build.py:230 -msgid "path options" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." msgstr "" -#: cmd/build.py:236 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: cmd/build.py:246 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: cmd/build.py:255 -msgid "use no configuration file, only use settings from -D options" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" msgstr "" -#: cmd/build.py:264 -msgid "override a setting in configuration file" -msgstr "نادیده گرفتن تنظیماتی در پرونده‌ی پیکره‌بندی" +#: builders/html/__init__.py:489 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" -#: cmd/build.py:273 -msgid "pass a value into HTML templates" -msgstr "مقداری را به قالب‌های HTML بدهید" +#: builders/latex/__init__.py:203 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 "فهرست" -#: cmd/build.py:282 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "تعریف برچسب: «فقط» تکّه‌های با برچسب گنجانده شود" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "به بست عنوانی برخورد که در قسمت، موضوع، جدول، اندرز یا نوارکناری نبود" -#: cmd/build.py:289 -msgid "nitpicky mode: warn about all missing references" +#: writers/latex.py:1120 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 +#, python-format +msgid "unimplemented node type: %r" +msgstr "بست به کار نرفته: %r" + +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: cmd/build.py:292 -msgid "console output options" -msgstr "گزنیه‌های برون‌داد میز فرمان" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "قالب عدد شکل برای %s تعریف نشده" -#: cmd/build.py:299 -msgid "increase verbosity (can be repeated)" -msgstr "افزایش ارائه‌ی جزئیّات (می تواند تکرار شود)" +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "هر کدام از شناسه‌هایی که به بست %s اختصاص داده نشده" -#: cmd/build.py:306 ext/apidoc.py:413 -msgid "no output on stdout, just warnings on stderr" -msgstr "بدون برون‌داد در درگاه خروجی استاندارد(stdout)، فقط هشدارها در درگاه استاندارد خطاها (stderr)" +#: writers/html5.py:496 +msgid "Link to this term" +msgstr "" -#: cmd/build.py:313 -msgid "no output at all, not even warnings" -msgstr "بدون هیچ برون‌داد، حتّی بدون هشدار" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" -#: cmd/build.py:321 -msgid "do emit colored output (default: auto-detect)" -msgstr "خروجی رنگ شده منتشر شود (پیش‌فرض: تشخیص خودکار)" +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "" -#: cmd/build.py:329 -msgid "do not emit colored output (default: auto-detect)" -msgstr "خروجی رنگ شده منتشر نشود (پیش‌فرض: تشخیص خودکار)" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: cmd/build.py:332 -msgid "warning control options" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: cmd/build.py:338 -msgid "write warnings (and errors) to given file" -msgstr "نوشتن هشدارها (و خطاها) در پرونده‌ی داده شده" +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "" -#: cmd/build.py:345 -msgid "turn warnings into errors" -msgstr "تغییر هشدارها به خطاها" +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "" -#: cmd/build.py:353 -msgid "show full traceback on exception" -msgstr "نمایش گزارش کامل ردیابی ایراد" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "امکان دست یابی به اندازه‌ی عکس نبود. گزینه‌ی تغییر اندازه :scale: نادیده گرفته می‌شود." -#: cmd/build.py:356 -msgid "run Pdb on exception" -msgstr "ایراد در اجرای Pdb" +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "[تصویر%s]" -#: cmd/build.py:362 -msgid "raise an exception on warnings" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[تصویر]" + +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "قسمت‌بندی رده‌بالای %r ناشناخته برای کلاس %r" + +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "بدون گزینه‌ی Babel شناخته شده برای زبان %r" + +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "مقدار بسیار بزرگ :maxdepth:، نادیده گرفته شد." + +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: cmd/build.py:405 -msgid "cannot combine -a option and filenames" -msgstr "نمی توان گزینه‌ی -a را با نام پرونده‌ها ترکیب کرد" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "عنوان سند یک بست متنی نیست" -#: cmd/build.py:437 +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "هر دو مقدار tabularcolumns و :widths: داده شده، بنابراین :widths: حذف می شود." + +#: writers/latex.py:1230 #, python-format -msgid "cannot open warning file '%s': %s" +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 "" -#: cmd/build.py:456 -msgid "-D option argument must be in the form name=value" -msgstr "نشانوند گزینه‌ی D- می‌بایست در قالب نام=مقدار (name=value) باشد" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "ابعاد واحد %sنامعتبر است و نادیده گرفته شد." -#: cmd/build.py:463 -msgid "-A option argument must be in the form name=value" -msgstr "نشانوند گزینه‌ی A- می‌بایست در قالب نام=مقدار (name=value) باشد" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "نوع ناشناخته مدخل نمایه%s پیدا شد" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -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 "گزینه‌ی \":file:\" برای دستورالمعل جدول داده‌های جداشده با کاما (csv-table) حالا دیگر مسیر ثابت را یک مسیر نسبی از شاخه‌ی منبع در نظر می گیرد. لطفاُ سندتان را به روز رسانی کنید." + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "غیرفاصله‌ در فرآیند حذف فاصله‌ از ابتدای سطر حذف شد" -#: builders/linkcheck.py:75 +#: directives/code.py:87 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "به دنبال هر یک از خطاهای بالا در یا در برون‌داد و یا در %(outdir)s/output.txt بگردید" +msgid "Invalid caption: %s" +msgstr "برچسب نامعتبر:%s" -#: builders/linkcheck.py:146 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "broken link: %s (%s)" -msgstr "پیوند خراب: %s (%s)" +msgid "line number spec is out of range(1-%d): %r" +msgstr "شماره‌ی سطر مشخّص شده خارج از بازه‌ی (1-%d) است: %r" -#: builders/linkcheck.py:540 +#: directives/code.py:216 #, python-format -msgid "Anchor '%s' not found" -msgstr "مهار '%s' پیدا نشد" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "امکان استفاده از هر دوی %sو%s نیست" -#: builders/linkcheck.py:742 +#: directives/code.py:231 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "شکست در گردآوری عبارات باقاعده در linkcheck_allowed_redirects: %r %s" +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: builders/singlehtml.py:37 +#: directives/code.py:235 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "صفحه HTML در %(outdir)s است." - -#: builders/singlehtml.py:173 -msgid "assembling single document" -msgstr "سر جمع کرد تک سند" - -#: builders/latex/__init__.py:346 builders/manpage.py:56 -#: builders/singlehtml.py:178 builders/texinfo.py:121 -msgid "writing" -msgstr "در حال نوشتن" - -#: builders/singlehtml.py:191 -msgid "writing additional files" -msgstr "نوشتن پرونده‌های اضافی" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" -#: builders/manpage.py:39 +#: directives/code.py:276 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "صفحات راهنما در %(outdir)s است." +msgid "Object named %r not found in include file %r" +msgstr "شیئ با نام %r در پرونده‌ی %r پیدا نشد" -#: builders/manpage.py:47 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "هیچ مقداری برای تنظیمات «صفحات راهنما» ا نشد؛ بنابراین هیچ صفحه‌ی راهنمایی نوشته نخواهد شد" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "امکان استفاده‌ی گزینه‌ی «هم‌خوان شماره‌ی سطر» (lineno-match) با مجموعه‌ی سطرهای گسیخته وجود ندارد" -#: builders/manpage.py:73 +#: directives/code.py:314 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "پیکربندی مقدارهای «صفحات راهنما» به سند ناشناخته‌ای ارجاع می‌دهند %s" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "سطر مشخّص شده %r: هیچ سطری از پرونده‌ی گنجانده شده %r بیرون کشیده نشده" -#: builders/text.py:34 +#: directives/other.py:119 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "پرونده‌ی متنی در پوشه‌ی %(outdir)s است." +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: builders/html/__init__.py:1239 builders/text.py:81 builders/xml.py:97 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "error writing file %s: %s" -msgstr "خطای نوشتن پرونده: %s, %s" +msgid "toctree contains reference to excluded document %r" +msgstr "درختواره‌ی فهرست مطالب ارجاعی به سند کنار گذاشته شده %r را دارد" -#: builders/xml.py:38 +#: directives/other.py:156 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "پرونده‌ی XML در پوشه‌ی %(outdir)s است." +msgid "toctree contains reference to nonexisting document %r" +msgstr "فهرست مطالب شامل ارجاع به سند ناموجود %r است" -#: builders/xml.py:110 +#: directives/other.py:169 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "پرونده‌های شبه XML در پوشه‌ی %(outdir)s." +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "پرونده‌ی اطّلاعات متن در پوشه‌ی %(outdir)s است." +#: directives/other.py:203 +msgid "Section author: " +msgstr "نویسنده این بخش: " -#: builders/texinfo.py:49 -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:205 +msgid "Module author: " +msgstr "نویسنده این ماژول: " -#: builders/texinfo.py:78 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -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 "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "در دست انجام" -#: builders/texinfo.py:90 +#: ext/todo.py:94 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "مقدار پیکربندی اطّلاعات متن سندها (texinfo_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" +msgid "TODO entry found: %s" +msgstr "مدخل فهرست اقدام پیدا شد: %s" -#: builders/latex/__init__.py:324 builders/texinfo.py:115 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "processing %s" -msgstr "در حال پردازش %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "( در%s و سطر %d جای گرفته است.)" -#: builders/latex/__init__.py:404 builders/texinfo.py:174 -msgid "resolving references..." -msgstr "حل ارجاع‌ها..." +#: ext/todo.py:166 +msgid "original entry" +msgstr "مدخل اصلی" -#: builders/latex/__init__.py:415 builders/texinfo.py:184 -msgid " (in " -msgstr " (در " +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[منبع]" -#: builders/_epub_base.py:423 builders/html/__init__.py:778 -#: builders/latex/__init__.py:482 builders/texinfo.py:202 -msgid "copying images... " -msgstr "در حال رونوشت از تصاویر... " +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "برجسته کردن کد پیمانه... " -#: builders/_epub_base.py:445 builders/latex/__init__.py:497 -#: builders/texinfo.py:219 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "نمی تواند پرونده‌ی تصویر %r: %s را کپی کند" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[مستندات]" -#: builders/texinfo.py:226 -msgid "copying Texinfo support files" -msgstr "رونوشت از پرونده‌های با پشتیبانی اطلاعات متن" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "کد ماژول" -#: builders/texinfo.py:234 +#: ext/viewcode.py:359 #, python-format -msgid "error writing file Makefile: %s" -msgstr "خطای نوشتن پرونده‌ی ساخت (Makefile) : %s" +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 "

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

" -#: builders/gettext.py:230 +#: ext/coverage.py:48 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "سیاهه‌های پیام‌ها در %(outdir)s است." +msgid "invalid regex %r in %s" +msgstr "عبارت باقاعده‌ی نامعتبر %r در %s" -#: builders/__init__.py:383 builders/gettext.py:251 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "building [%s]: " -msgstr "ساخت [%s]: " +msgid "module %s could not be imported: %s" +msgstr "امکان وارد کردن پیمانه‎ی %s نبود: %s" -#: builders/gettext.py:252 +#: ext/coverage.py:148 #, python-format -msgid "targets for %d template files" -msgstr "مقصد‌های قالب پرونده‌های %d" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: builders/gettext.py:257 -msgid "reading templates... " -msgstr "خواندن قالب‌ها... " +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" -#: builders/gettext.py:292 -msgid "writing message catalogs... " -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/__init__.py:212 +#: ext/coverage.py:187 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s (%s)" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "عبارات باقاعده‌ی نامعتبر %r در پوشش عبارت باقاعده‌ی زبان سی (coverage_c_regexes)" -#: builders/__init__.py:220 +#: ext/coverage.py:260 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "رابط برنامه‌نویسی مستند نشده‌ی C: %s [%s] در پرونده‌ی %s" -#: builders/__init__.py:243 -msgid "building [mo]: " -msgstr "ساخت پرونده‌ی [mo]: " +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "تابع پایتونی بدون مستندات: %s :: %s" -#: builders/__init__.py:246 builders/__init__.py:741 builders/__init__.py:773 -msgid "writing output... " -msgstr "نوشتن برون‌داد... " +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "کلاس مستندسازی نشده‌ی پایتون: %s :: %s" -#: builders/__init__.py:263 +#: ext/coverage.py:492 #, python-format -msgid "all of %d po files" -msgstr "همه‌ی پرونده‌های %d po" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "شگرد مستندسازی نشده‌ی پایتون: %s :: %s :: %s" -#: builders/__init__.py:285 +#: ext/imgmath.py:148 #, python-format -msgid "targets for %d po files that are specified" -msgstr "اهداف برای %d پرونده‌های poی که مشخّص شده" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "فرمان لتکس %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_latex را بررسی کنید" -#: builders/__init__.py:297 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "مقصد‌های %d پرونده‌های poی هستند که منسوخ شده‌اند" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%sفرمان %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_%s را بررسی کنید" -#: builders/__init__.py:307 -msgid "all source files" -msgstr "همه‌ی پرونده‌های منبع" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "نمایش لتکس: %r: %s" -#: builders/__init__.py:319 +#: ext/imgmath.py:362 #, python-format -msgid "file %r given on command line does not exist, " +msgid "inline latex %r: %s" +msgstr "لتکس بین سطری: %r: %s" + +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: builders/__init__.py:325 +#: ext/imgconverter.py:44 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "پرونده‌ی %r که در خط فرمان داده شده، در شاخه‌ی منبع نیست, نادیده گرفته می‌شود" +"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 "" -#: builders/__init__.py:336 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "تبدیل با خطایی از کار افتاد:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:351 +#: ext/imgconverter.py:83 #, python-format -msgid "%d source files given on command line" -msgstr "پرونده‌های منبع %d داده شده در خط فرمان" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "فرمان تبدیل %r را نمی توان اجرا کرد، تنظیمات image_converter را بررسی کنید" -#: builders/__init__.py:366 +#: ext/autosectionlabel.py:52 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "مقصد‌های %d پرونده‌های منبعی هستند که منسوخ شده‌اند" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: builders/__init__.py:394 -msgid "looking for now-outdated 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 قرار دارد" -#: builders/__init__.py:398 +#: ext/doctest.py:118 #, python-format -msgid "%d found" -msgstr "%d تا مورد پیدا شد" +msgid "missing '+' or '-' in '%s' option." +msgstr "فاقد «+» یا «-» در گزینه‌ی '%s'." -#: builders/__init__.py:400 -msgid "none found" -msgstr "چیزی پیدا نشد" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "\"%s\" یک گزینه‌ی معتبر نیست." -#: builders/__init__.py:407 -msgid "pickling environment" -msgstr "بارگذاری محیط pickle شده" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' یک گزینه‌ی معتبر نسخه‌ی پایتون (pyversion) نیست" -#: builders/__init__.py:414 -msgid "checking consistency" -msgstr "بررسی ثبات" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "نوع TestCode نامعتبر" -#: builders/__init__.py:418 -msgid "no targets are out of date." -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 "آزمایش مستندات منابع به پایان رسید، به نتایج در %(outdir)s/output.txt نگاهی بیاندازید." -#: builders/__init__.py:458 -msgid "updating environment: " -msgstr "به روز رسانی محیط: " +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "بدون کد/خروجی در تکّه‌ی %s در %s:%s" -#: builders/__init__.py:483 +#: ext/doctest.py:568 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s اضافه شد، %s تغییر کرد، %s حذف شد" +msgid "ignoring invalid doctest code: %r" +msgstr "نادیده گرفتن کد پیمانه‌ی doctest : %r" -#: builders/__init__.py:519 +#: ext/extlinks.py:82 #, 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." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:528 -#, python-format +#: ext/duration.py:90 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 "" +"====================== slowest reading durations =======================" +msgstr "====================== کند ترین زمان خواندن =======================" + +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "دستورالعمل Graphviz نمی تواند هم نشانوند محتوا را داشته باشد و هم نام پرونده" -#: builders/__init__.py:539 +#: ext/graphviz.py:153 #, 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 "External Graphviz file %r not found or reading it failed" +msgstr "پرونده گنجانده شده‌ی خارجی Graphviz %r یا پیدا نشد و یا خواندنش با شکست رو به رو شد" -#: builders/__init__.py:546 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "نادیده گرفتن دستورالعمل «graphviz» بدون محتوا." + +#: ext/graphviz.py:287 #, 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 "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/__init__.py:565 builders/__init__.py:581 -msgid "reading sources... " -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/__init__.py:698 +#: ext/graphviz.py:339 #, python-format -msgid "docnames to write: %s" -msgstr "نام مستندات برای نوشتن: %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:711 -msgid "preparing documents" -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 هیچ پرونده‌ی برون‌دادی تولید نکرد:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:714 -msgid "copying assets" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/__init__.py:866 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "نویسه‌ی منبع غیرقابل رمزگشایی، جایگزین با «؟» : %r" +msgid "dot code %r: %s" +msgstr "کد دات: %r: %s" -#: builders/epub3.py:83 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "پرونده‌ی ePub در پوشه‌ی %(outdir)s است." +msgid "[graph: %s]" +msgstr "[گراف:%s]" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "نوشتن پرونده‌ی nav.xhtml..." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[گراف:]" -#: builders/epub3.py:220 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "مقدار پیکربندی زبان پرونده epub (\"epub_language\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "پرونده‌ی اطّلاعات متن در پوشه‌ی %(outdir)s است." -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "مقدار پیکربندی شناسه‌ی یکتای انتشار الکترونیکی (\"epub_uid\") باید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) یک XML NAME باشد" +#: 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' را به کار ببرید)." -#: builders/epub3.py:231 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "مقدار پیکربندی عنوان (\"html_title\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "هیچ تنظیماتی برای «صفحات راهنما» پیدا نشد؛ بنابراین هیچ صفحه‌ی راهنمایی نوشته نخواهد شد" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی مؤلّف (\"epub_author\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "مقدار پیکربندی اطّلاعات متن سندها (texinfo_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی حامی (\"epub_contributor\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "در حال پردازش %s" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی توضیحات (\"epub_description\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "در حال نوشتن" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی ناشر (\"epub_publisher\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "حل ارجاع‌ها..." -#: builders/epub3.py:255 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "مقدار پیکربندی حق انتشار (\"epub_copyright\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (در " -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی شناسه (\"epub_identifier\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "در حال رونوشت از تصاویر... " -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی ویراست (\"version\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: 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 را کپی کند" + +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "رونوشت از پرونده‌های با پشتیبانی اطلاعات متن" -#: builders/epub3.py:279 builders/html/__init__.py:1289 +#: builders/texinfo.py:218 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "پرونده‌ی css نامعتبر%r: نادیده گرفته می‌شود" +msgid "error writing file Makefile: %s" +msgstr "خطای نوشتن پرونده‌ی ساخت (Makefile) : %s" -#: builders/_epub_base.py:222 +#: builders/_epub_base.py:223 #, python-format msgid "duplicated ToC entry found: %s" msgstr "عنوان تکراری در فهرست مطالب پیدا شد:%s" -#: builders/_epub_base.py:434 +#: builders/_epub_base.py:436 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "امکان خواندن پرونده‌ی تصویری %r نبود: در عوض کپی می‌شود" -#: builders/_epub_base.py:465 +#: builders/_epub_base.py:467 #, python-format msgid "cannot write image file %r: %s" msgstr "نمی تواند پرونده‌ی تصویری %r: %s را بنویسد" -#: builders/_epub_base.py:477 +#: builders/_epub_base.py:479 msgid "Pillow not found - copying image files" msgstr "Pillow پیدا نشد- رونوشت برداشتن از پرونده‌های تصویری" -#: builders/_epub_base.py:512 +#: builders/_epub_base.py:514 msgid "writing mimetype file..." msgstr "نوشتن پرونده‌های نوع رسانه..." -#: builders/_epub_base.py:521 +#: builders/_epub_base.py:523 msgid "writing META-INF/container.xml file..." msgstr "نوشتن پرونده META-INF/container.xml..." -#: builders/_epub_base.py:558 +#: builders/_epub_base.py:561 msgid "writing content.opf file..." msgstr "نوشتن پرونده‌ی content.opf..." -#: builders/_epub_base.py:590 +#: builders/_epub_base.py:594 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "نوع رسانه‌ی ناشناخته %s، نادیده گرفته شد" -#: builders/_epub_base.py:745 +#: builders/_epub_base.py:748 msgid "node has an invalid level" msgstr "" -#: builders/_epub_base.py:764 +#: builders/_epub_base.py:768 msgid "writing toc.ncx file..." msgstr "نوشتن پرونده‌ی خلاصه toc.ncx..." -#: builders/_epub_base.py:793 +#: builders/_epub_base.py:801 #, python-format msgid "writing %s file..." msgstr "نوشتن پرونده‌ی %s..." -#: builders/changes.py:33 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "پرونده‌ی بازبینی در پوشه‌ی %(outdir)s است." - -#: builders/changes.py:60 -#, python-format -msgid "no changes in version %s." -msgstr "بدون تغییرات در نسخه‌ی %s." - -#: builders/changes.py:62 -msgid "writing summary file..." -msgstr "نوشتن پرونده‌ی خلاصه..." - -#: builders/changes.py:74 -msgid "Builtins" -msgstr "درونی سازی" - -#: builders/changes.py:76 -msgid "Module level" -msgstr "در سطح ماژول" - -#: builders/changes.py:128 -msgid "copying source files..." -msgstr "رونوشت از پرونده‌های مبدأ..." - -#: builders/changes.py:137 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "نمی‌توان %r را برای ایجاد گزارش تغییرات خواند" - -#: util/rst.py:72 -#, python-format -msgid "default role %s not found" -msgstr "نقش پیش‌فرض %s یافت نشد" - -#: util/docfields.py:95 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" - -#: util/osutil.py:130 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/nodes.py:419 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: util/nodes.py:487 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "درختواره‌ی فهرست مطالب شامل ارجاع به پرونده ناموجود %r است" - -#: util/nodes.py:701 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "ایراد در هنگام ارزیابی تنها عبارت دستور العمل: %s" - -#: util/fileutil.py:74 -#, 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/inventory.py:170 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: util/inventory.py:185 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: util/docutils.py:284 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "نام نقش یا دستورالعمل ناشناخته: %s:%s" - -#: util/docutils.py:747 -#, python-format -msgid "unknown node type: %r" -msgstr "بست از نوع ناشناخته: %r" - -#: util/display.py:81 -msgid "skipped" -msgstr "رد شدن و نادیده انگاشتن" - -#: util/display.py:86 -msgid "failed" -msgstr "شکست خورد" - -#: util/i18n.py:103 -#, python-format -msgid "reading error: %s, %s" -msgstr "خطای خواندن: %s, %s" - -#: util/i18n.py:110 -#, python-format -msgid "writing error: %s, %s" -msgstr "خطای نوشتن: %s, %s" - -#: util/i18n.py:138 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: util/i18n.py:230 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "قالب تاریخ ناشناخته. اگر می‌خواهید از رشته‌متن مستقیماً خروجی بگیرید، آن را با نقل قول رشته‌متنی محصور کنید: %s" - -#: 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 "گزینه‌ی \":file:\" برای دستورالمعل جدول داده‌های جداشده با کاما (csv-table) حالا دیگر مسیر ثابت را یک مسیر نسبی از شاخه‌ی منبع در نظر می گیرد. لطفاُ سندتان را به روز رسانی کنید." - -#: 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:132 directives/code.py:297 directives/code.py:484 +#: builders/xml.py:29 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "شماره‌ی سطر مشخّص شده خارج از بازه‌ی (1-%d) است: %r" +msgid "The XML files are in %(outdir)s." +msgstr "پرونده‌ی XML در پوشه‌ی %(outdir)s است." -#: directives/code.py:216 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "امکان استفاده از هر دوی %sو%s نیست" +msgid "error writing file %s: %s" +msgstr "خطای نوشتن پرونده: %s, %s" -#: directives/code.py:231 +#: builders/xml.py:103 #, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "پرونده‌های شبه XML در پوشه‌ی %(outdir)s." -#: directives/code.py:234 +#: 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 "" +msgid "The overview file is in %(outdir)s." +msgstr "پرونده‌ی بازبینی در پوشه‌ی %(outdir)s است." -#: directives/code.py:276 +#: builders/changes.py:61 #, 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 "امکان استفاده‌ی گزینه‌ی «هم‌خوان شماره‌ی سطر» (lineno-match) با مجموعه‌ی سطرهای گسیخته وجود ندارد" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "نوشتن پرونده‌ی خلاصه..." -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "سطر مشخّص شده %r: هیچ سطری از پرونده‌ی گنجانده شده %r بیرون کشیده نشده" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "درونی سازی" + +#: builders/changes.py:77 +msgid "Module level" +msgstr "در سطح ماژول" -#: directives/other.py:122 +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "رونوشت از پرونده‌های مبدأ..." + +#: builders/changes.py:138 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "could not read %r for changelog creation" +msgstr "نمی‌توان %r را برای ایجاد گزارش تغییرات خواند" -#: directives/other.py:155 environment/adapters/toctree.py:355 +#: builders/manpage.py:37 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "درختواره‌ی فهرست مطالب ارجاعی به سند کنار گذاشته شده %r را دارد" +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 "هیچ مقداری برای تنظیمات «صفحات راهنما» ا نشد؛ بنابراین هیچ صفحه‌ی راهنمایی نوشته نخواهد شد" -#: directives/other.py:158 environment/adapters/toctree.py:359 +#: builders/manpage.py:64 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "فهرست مطالب شامل ارجاع به سند ناموجود %r است" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "پیکربندی مقدارهای «صفحات راهنما» به سند ناشناخته‌ای ارجاع می‌دهند %s" -#: directives/other.py:171 +#: builders/epub3.py:84 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +msgid "The ePub file is in %(outdir)s." +msgstr "پرونده‌ی ePub در پوشه‌ی %(outdir)s است." -#: directives/other.py:204 -msgid "Section author: " -msgstr "نویسنده این بخش: " +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "نوشتن پرونده‌ی nav.xhtml..." -#: directives/other.py:206 -msgid "Module author: " -msgstr "نویسنده این ماژول: " +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "مقدار پیکربندی زبان پرونده epub (\"epub_language\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: directives/other.py:208 -msgid "Code author: " -msgstr "نویسنده ی کد: " +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "مقدار پیکربندی شناسه‌ی یکتای انتشار الکترونیکی (\"epub_uid\") باید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) یک XML NAME باشد" -#: directives/other.py:210 -msgid "Author: " -msgstr "نویسنده: " +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "مقدار پیکربندی عنوان (\"html_title\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: directives/other.py:284 -msgid ".. acks content is not a list" -msgstr "" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی مؤلّف (\"epub_author\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: directives/other.py:309 -msgid ".. hlist content is not a list" -msgstr "" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی حامی (\"epub_contributor\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی توضیحات (\"epub_description\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: _cli/__init__.py:75 -msgid "{0} [OPTIONS] []" -msgstr "" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی ناشر (\"epub_publisher\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "مقدار پیکربندی حق انتشار (\"epub_copyright\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی شناسه (\"epub_identifier\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی ویراست (\"version\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: _cli/__init__.py:112 _cli/__init__.py:183 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "پرونده‌ی css نامعتبر%r: نادیده گرفته می‌شود" -#: _cli/__init__.py:172 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "سیاهه‌های پیام‌ها در %(outdir)s است." -#: _cli/__init__.py:182 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "ساخت [%s]: " -#: _cli/__init__.py:194 -msgid "Show the version and exit." -msgstr "" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "مقصد‌های قالب پرونده‌های %d" -#: _cli/__init__.py:202 -msgid "Show this message and exit." -msgstr "" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "خواندن قالب‌ها... " -#: _cli/__init__.py:206 -msgid "Logging" -msgstr "" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "نوشتن سیاهه‌های پیام... " -#: _cli/__init__.py:213 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "پرونده‌ی متنی در پوشه‌ی %(outdir)s است." -#: _cli/__init__.py:221 -msgid "Only print errors and warnings." -msgstr "" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s (%s)" -#: _cli/__init__.py:228 -msgid "No output at all" -msgstr "" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s" -#: _cli/__init__.py:234 -msgid "" -msgstr "" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "ساخت پرونده‌ی [mo]: " -#: _cli/__init__.py:265 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "نوشتن برون‌داد... " -#: builders/html/__init__.py:486 builders/latex/__init__.py:198 -#: transforms/__init__.py:133 writers/manpage.py:102 writers/texinfo.py:219 +#: builders/__init__.py:281 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "all of %d po files" +msgstr "همه‌ی پرونده‌های %d po" -#: transforms/__init__.py:143 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "اهداف برای %d پرونده‌های poی که مشخّص شده" -#: transforms/__init__.py:148 -msgid "no translated elements!" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "مقصد‌های %d پرونده‌های poی هستند که منسوخ شده‌اند" + +#: 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 "" -#: transforms/__init__.py:267 +#: builders/__init__.py:343 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "نمایه‌ای بر پایه‌ی ۴ ستون پیدا شد. شاید یک اشکال برنامه‌نویسی از افزونه‌هایی که استفاده می‌کنید باشد: %r" +"file %r given on command line is not under the source directory, ignoring" +msgstr "پرونده‌ی %r که در خط فرمان داده شده، در شاخه‌ی منبع نیست, نادیده گرفته می‌شود" -#: transforms/__init__.py:313 +#: builders/__init__.py:354 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "پانویس [%s] ارجاع داده نشده است." - -#: transforms/__init__.py:322 -msgid "Footnote [*] is not referenced." +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: transforms/__init__.py:333 -msgid "Footnote [#] is not referenced." -msgstr "پانویس [#] ارجاع داده نشده است." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "پرونده‌های منبع %d داده شده در خط فرمان" -#: transforms/i18n.py:228 transforms/i18n.py:303 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "ارجاعات پانویس ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "مقصد‌های %d پرونده‌های منبعی هستند که منسوخ شده‌اند" -#: transforms/i18n.py:273 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "ارجاعات ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "در پی پرونده‌هایی که الآن منسوخ هستند... " -#: transforms/i18n.py:323 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "ارجاعات نقل قول ادبی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d تا مورد پیدا شد" + +#: builders/__init__.py:418 +msgid "none found" +msgstr "چیزی پیدا نشد" -#: transforms/i18n.py:345 +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "بارگذاری محیط pickle شده" + +#: 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 "%s اضافه شد، %s تغییر کرد، %s حذف شد" + +#: builders/__init__.py:537 +#, python-format msgid "" -"inconsistent term 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 "" -#: ext/linkcode.py:75 ext/viewcode.py:201 -msgid "[source]" -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 "" -#: ext/imgconverter.py:40 +#: builders/__init__.py:557 #, 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" +"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 "" -#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#: builders/__init__.py:564 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "تبدیل با خطایی از کار افتاد:\n[stderr]\n%r\n[stdout]\n%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 "" -#: ext/imgconverter.py:68 +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "خواندن منبع‌ها... " + +#: builders/__init__.py:733 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "فرمان تبدیل %r را نمی توان اجرا کرد، تنظیمات image_converter را بررسی کنید" +msgid "docnames to write: %s" +msgstr "نام مستندات برای نوشتن: %s" -#: ext/viewcode.py:258 -msgid "highlighting module code... " -msgstr "برجسته کردن کد پیمانه... " +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" -#: ext/viewcode.py:286 -msgid "[docs]" -msgstr "[مستندات]" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "آماده سازی اسناد" -#: ext/viewcode.py:306 -msgid "Module code" -msgstr "کد ماژول" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" -#: ext/viewcode.py:312 +#: builders/__init__.py:915 #, python-format -msgid "

Source code for %s

" -msgstr "

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

" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: ext/viewcode.py:338 -msgid "Overview: module code" -msgstr "بررسی اجمالی: کد ماژول" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "صفحه HTML در %(outdir)s است." -#: ext/viewcode.py:339 -msgid "

All modules for which code is available

" -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/coverage.py:47 +#: builders/linkcheck.py:78 #, python-format -msgid "invalid regex %r in %s" -msgstr "عبارت باقاعده‌ی نامعتبر %r در %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "به دنبال هر یک از خطاهای بالا در یا در برون‌داد و یا در %(outdir)s/output.txt بگردید" -#: ext/coverage.py:134 ext/coverage.py:280 +#: builders/linkcheck.py:150 #, python-format -msgid "module %s could not be imported: %s" -msgstr "امکان وارد کردن پیمانه‎ی %s نبود: %s" +msgid "broken link: %s (%s)" +msgstr "پیوند خراب: %s (%s)" -#: ext/coverage.py:141 +#: builders/linkcheck.py:549 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +msgid "Anchor '%s' not found" +msgstr "مهار '%s' پیدا نشد" -#: ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: ext/coverage.py:163 +#: builders/linkcheck.py:768 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -msgstr "آزمودن پوشش منابع پایان یافت، به نتایج در %(outdir)spython.txt نگاهی بیاندازید." +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "شکست در گردآوری عبارات باقاعده در linkcheck_allowed_redirects: %r %s" -#: ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "عبارات باقاعده‌ی نامعتبر %r در پوشش عبارت باقاعده‌ی زبان سی (coverage_c_regexes)" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "دقت" -#: ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "رابط برنامه‌نویسی مستند نشده‌ی C: %s [%s] در پرونده‌ی %s" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "ملاحظه" -#: ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "تابع پایتونی بدون مستندات: %s :: %s" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "خطر" -#: ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "کلاس مستندسازی نشده‌ی پایتون: %s :: %s" +#: locale/__init__.py:232 +msgid "Error" +msgstr "خطا" -#: ext/coverage.py:458 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "شگرد مستندسازی نشده‌ی پایتون: %s :: %s :: %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "راهنمایی" -#: ext/todo.py:71 -msgid "Todo" -msgstr "در دست انجام" +#: locale/__init__.py:234 +msgid "Important" +msgstr "مهم" -#: ext/todo.py:104 -#, python-format -msgid "TODO entry found: %s" -msgstr "مدخل فهرست اقدام پیدا شد: %s" +#: locale/__init__.py:235 +msgid "Note" +msgstr "توجه" -#: ext/todo.py:163 -msgid "<>" -msgstr "<>" +#: locale/__init__.py:236 +msgid "See also" +msgstr "همچنین ملاحظه نمائید" -#: ext/todo.py:165 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "( در%s و سطر %d جای گرفته است.)" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "نکته" -#: ext/todo.py:175 -msgid "original entry" -msgstr "مدخل اصلی" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "هشدار" -#: ext/extlinks.py:82 -#, python-format +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "ارجاعات پانویس ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "فاقد «+» یا «-» در گزینه‌ی '%s'." +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "ارجاعات ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "\"%s\" یک گزینه‌ی معتبر نیست." +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "ارجاعات نقل قول ادبی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' یک گزینه‌ی معتبر نسخه‌ی پایتون (pyversion) نیست" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "ارجاعات اصطلاحی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "نوع TestCode نامعتبر" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: ext/doctest.py:281 +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" + +#: transforms/__init__.py:258 #, python-format msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "آزمایش مستندات منابع به پایان رسید، به نتایج در %(outdir)s/output.txt نگاهی بیاندازید." +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "نمایه‌ای بر پایه‌ی ۴ ستون پیدا شد. شاید یک اشکال برنامه‌نویسی از افزونه‌هایی که استفاده می‌کنید باشد: %r" -#: ext/doctest.py:434 +#: transforms/__init__.py:299 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "بدون کد/خروجی در تکّه‌ی %s در %s:%s" +msgid "Footnote [%s] is not referenced." +msgstr "پانویس [%s] ارجاع داده نشده است." -#: ext/doctest.py:522 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "نادیده گرفتن کد پیمانه‌ی doctest : %r" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "" -#: ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "دستورالعمل Graphviz نمی تواند هم نشانوند محتوا را داشته باشد و هم نام پرونده" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "پانویس [#] ارجاع داده نشده است." -#: ext/graphviz.py:145 +#: util/inventory.py:147 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "پرونده گنجانده شده‌ی خارجی Graphviz %r یا پیدا نشد و یا خواندنش با شکست رو به رو شد" - -#: ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "نادیده گرفتن دستورالعمل «graphviz» بدون محتوا." +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: ext/graphviz.py:268 +#: util/inventory.py:166 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: ext/graphviz.py:303 +#: util/i18n.py:100 #, 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 "reading error: %s, %s" +msgstr "خطای خواندن: %s, %s" -#: ext/graphviz.py:310 +#: util/i18n.py:113 #, 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" +msgid "writing error: %s, %s" +msgstr "خطای نوشتن: %s, %s" -#: ext/graphviz.py:313 +#: util/i18n.py:146 #, 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 "locale_dir %s does not exist" +msgstr "" -#: ext/graphviz.py:329 +#: util/i18n.py:244 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "قالب خروجی graphviz باید یکی از قالب های 'png' یا 'svg' باشد ولی %r است" +msgid "Invalid Babel locale: %r." +msgstr "" -#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#: util/i18n.py:253 #, python-format -msgid "dot code %r: %s" -msgstr "کد دات: %r: %s" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "قالب تاریخ ناشناخته. اگر می‌خواهید از رشته‌متن مستقیماً خروجی بگیرید، آن را با نقل قول رشته‌متنی محصور کنید: %s" -#: ext/graphviz.py:436 ext/graphviz.py:444 +#: util/fileutil.py:76 #, python-format -msgid "[graph: %s]" -msgstr "[گراف:%s]" - -#: ext/graphviz.py:438 ext/graphviz.py:446 -msgid "[graph]" -msgstr "[گراف:]" - -#: ext/imgmath.py:369 ext/mathjax.py:52 -msgid "Link to this equation" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: ext/apidoc.py:85 +#: util/fileutil.py:89 #, python-format -msgid "Would create file %s." -msgstr "پرونده‌ی %s را می سازد." +msgid "Writing evaluated template result to %s" +msgstr "" -#: ext/apidoc.py:375 -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توجّه: به صورت پیش فرض این اسکریپت روی پرونده‌های از پیش ساخته شده دوباره نویسی نمی‌کند." +#: util/display.py:82 +msgid "skipped" +msgstr "رد شدن و نادیده انگاشتن" -#: ext/apidoc.py:392 -msgid "path to module to document" -msgstr "مسیر پیمانه به سند" +#: util/display.py:87 +msgid "failed" +msgstr "شکست خورد" -#: ext/apidoc.py:396 +#: util/osutil.py:131 +#, python-format msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "الگوها‌ی به سبک fnmatch در پرونده و یا شاخه برای کنار گذاشتن از تولید" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: ext/apidoc.py:407 -msgid "directory to place all output" -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 "" -#: ext/apidoc.py:422 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "نهایت عمق زیر پیمانه‌ها برای نشان دادن در فهرست مطالب (پیش‌گزیده: ۴)" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: ext/apidoc.py:429 -msgid "overwrite existing files" -msgstr "بازنویسی پرونده‌های موجود" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "درختواره‌ی فهرست مطالب شامل ارجاع به پرونده ناموجود %r است" -#: ext/apidoc.py:437 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ردگیری پیوند نمادین. وقتی با collective.recipe.omelette ترکیب می‌شود توانمند است." +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "ایراد در هنگام ارزیابی تنها عبارت دستور العمل: %s" -#: ext/apidoc.py:446 -msgid "run the script without creating files" -msgstr "اجرای اسکریپت بدون ساخت پرونده" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: ext/apidoc.py:453 -msgid "put documentation for each module on its own page" -msgstr "قرار دادن مستندات هر پیمانه در صفحه‌ی خودش" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" +msgstr "" -#: ext/apidoc.py:460 -msgid "include \"_private\" modules" -msgstr "در برداشتن پیمانه‌های «خصوصی»(_private)" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "بست از نوع ناشناخته: %r" -#: ext/apidoc.py:467 -msgid "filename of table of contents (default: modules)" -msgstr "نام پرونده فهرست مطالب (پیش‌گزیده: پیمانه‌ها)" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "نقش پیش‌فرض %s یافت نشد" -#: ext/apidoc.py:474 -msgid "don't create a table of contents file" -msgstr "پرونده‌ی فهرست مطالب را ایجاد نکن" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%s]" -#: ext/apidoc.py:481 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "برای بسته‌ها و پیمانه‌ها سربرگ نساز (مثلاً وقتی رشته‌متن‌های مستندات از قبل آن‌ها را داشته باشند)" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%d]" -#: ext/apidoc.py:492 -msgid "put module documentation before submodule documentation" -msgstr "قرار دادن مستندات پیمانه پیش از مستندات پیمانه‌ی زیرمجموعه‌‌اش" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "قالب تصویر ناشناخته: %s..." -#: ext/apidoc.py:498 +#: transforms/post_transforms/__init__.py:88 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "تفسیر مسیرهای پیمانه بر اساس ویژگی‌های ضمنی فضای نام‌ها در PEP -0420" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "امکان تشخیص متن جایگزین برای ارجاع متقابل نبود. شاید یک اشکال برنامه نویسی باشد." -#: ext/apidoc.py:508 -msgid "file suffix (default: rst)" -msgstr "پسوند پرونده ( پیش فرض: rst)" +#: 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.py:515 ext/autosummary/generate.py:839 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s مرجع هدف پیدا نشد: %s" -#: ext/apidoc.py:524 -msgid "generate a full project with sphinx-quickstart" -msgstr "تولید یک پروژه‌ی کامل با ابزار شروع سریع اسفینکس" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "مقصد ارجاع %r پیدا نشد %s" -#: ext/apidoc.py:531 -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.py:538 -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.py:545 -msgid "project author(s), used when --full is given" -msgstr "نویسنده(های) پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "غیر الفبایی" -#: ext/apidoc.py:552 -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.py:559 -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.py:564 -msgid "extension options" -msgstr "گزینه های افزونه" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "صفحه" -#: ext/apidoc.py:638 -#, python-format -msgid "%s is not a directory." -msgstr "%s شاخه نیست." +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "انتشار" -#: ext/apidoc.py:710 ext/autosummary/generate.py:875 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: ext/autosectionlabel.py:48 +#: builders/latex/transforms.py:121 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "Failed to get a docname for source %r!" msgstr "" -#: domains/std/__init__.py:703 domains/std/__init__.py:812 -#: ext/autosectionlabel.py:52 +#: builders/latex/transforms.py:487 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "بر چسب تکراری %s، مورد دیگر در %s قرار دارد" - -#: ext/duration.py:85 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== کند ترین زمان خواندن =======================" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: ext/imgmath.py:159 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "فرمان لتکس %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_latex را بررسی کنید" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r فاقد تنظیمات زمینه است" -#: ext/imgmath.py:174 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%sفرمان %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_%s را بررسی کنید" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r فاقد تنظیمات \"%s\" است" -#: ext/imgmath.py:328 +#: builders/latex/__init__.py:115 #, python-format -msgid "display latex %r: %s" -msgstr "نمایش لتکس: %r: %s" +msgid "The LaTeX files are in %(outdir)s." +msgstr "پرونده‌ی LaTeX در پوشه‌ی %(outdir)s است." -#: ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "لتکس بین سطری: %r: %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' را به کار ببرید)." -#: writers/latex.py:1090 writers/manpage.py:263 writers/texinfo.py:662 -msgid "Footnotes" -msgstr "پانویس ها" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "هیچ مقدار پیکربندی اسناد لتکسی (latex_documents) پیدا نشد؛ بنابراین هیچ سندی نوشته نخواهد شد" -#: writers/manpage.py:309 writers/text.py:936 +#: builders/latex/__init__.py:167 #, python-format -msgid "[image: %s]" -msgstr "[تصویر%s]" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "مقدار پیکربندی سندهای لتکس (latex_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" -#: writers/manpage.py:310 writers/text.py:937 -msgid "[image]" -msgstr "[تصویر]" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "رونوشت از پرونده‌های پشتیبانی لتکس" -#: writers/html5.py:99 writers/html5.py:108 -msgid "Link to this definition" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "رونوشت برداری از پرونده‌های اضافی" -#: writers/html5.py:415 +#: 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:427 +#: builders/latex/__init__.py:529 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "هر کدام از شناسه‌هایی که به بست %s اختصاص داده نشده" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "کلید پیکربندی ناشناخته: latex_elements[%r]، نادیده گرفته می‌شود." -#: writers/html5.py:482 -msgid "Link to this term" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "کلید زمینه‌ی ناشناخته: latex_theme_options[%r]، نادیده گرفته می‌شود." + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: writers/html5.py:525 writers/html5.py:530 -msgid "Link to this heading" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: writers/html5.py:535 -msgid "Link to this table" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: writers/html5.py:549 writers/latex.py:1099 +#: builders/html/__init__.py:115 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "The HTML pages are in %(outdir)s." +msgstr "صفحات HTML در %(outdir)s است." -#: writers/html5.py:613 -msgid "Link to this code" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "شکست در خواندن پرونده‌ی اطّلاعات ساخت: %r" + +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: writers/html5.py:615 -msgid "Link to this image" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: writers/html5.py:617 -msgid "Link to this toctree" +#: builders/html/__init__.py:386 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: writers/html5.py:758 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "امکان دست یابی به اندازه‌ی عکس نبود. گزینه‌ی تغییر اندازه :scale: نادیده گرفته می‌شود." +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "فهرست کلی" -#: builders/latex/__init__.py:205 domains/std/__init__.py:646 -#: domains/std/__init__.py:658 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:513 -msgid "Index" +#: builders/html/__init__.py:510 +msgid "index" msgstr "فهرست" -#: writers/latex.py:743 writers/texinfo.py:644 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "به بست عنوانی برخورد که در قسمت، موضوع، جدول، اندرز یا نوارکناری نبود" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" +msgstr "" -#: writers/texinfo.py:1216 -msgid "caption not inside a figure." -msgstr "عنوان درون شکل نیست." +#: builders/html/__init__.py:592 +msgid "next" +msgstr "بعدی" -#: writers/texinfo.py:1302 -#, python-format -msgid "unimplemented node type: %r" -msgstr "بست به کار نرفته: %r" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "قبلی" + +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "تولید نمایه‌ها" + +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "نوشتن صفحات اضافی" -#: writers/latex.py:360 +#: builders/html/__init__.py:796 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "قسمت‌بندی رده‌بالای %r ناشناخته برای کلاس %r" +msgid "cannot copy image file '%s': %s" +msgstr "" + +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "رونوشت از پرونده‌های قابل دریافت... " -#: builders/latex/__init__.py:223 writers/latex.py:410 +#: builders/html/__init__.py:820 #, python-format -msgid "no Babel option known for language %r" -msgstr "بدون گزینه‌ی Babel شناخته شده برای زبان %r" - -#: writers/latex.py:428 -msgid "too large :maxdepth:, ignored." -msgstr "مقدار بسیار بزرگ :maxdepth:، نادیده گرفته شد." +msgid "cannot copy downloadable file %r: %s" +msgstr "نمی تواند از پرونده‌ی قابل دریافت %r: %s رونوشت بگیرد" -#: writers/latex.py:590 +#: builders/html/__init__.py:866 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: writers/latex.py:708 -msgid "document title is not a single Text node" -msgstr "عنوان سند یک بست متنی نیست" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "شکست در رونوشت یک پرونده‌ی به html_static_file: %s: %r" -#: writers/latex.py:1175 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "هر دو مقدار tabularcolumns و :widths: داده شده، بنابراین :widths: حذف می شود." +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "رونوشت از پرونده‌های ثابت" -#: writers/latex.py:1573 +#: builders/html/__init__.py:936 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "ابعاد واحد %sنامعتبر است و نادیده گرفته شد." +msgid "cannot copy static file %r" +msgstr "نمی تواند از پرونده‌ی ثابت %r رونوشت بگیرد" -#: writers/latex.py:1931 -#, python-format -msgid "unknown index entry type %s found" -msgstr "نوع ناشناخته مدخل نمایه%s پیدا شد" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "رونوشت برداری از پرونده‌های اضافی" -#: domains/std/__init__.py:87 domains/std/__init__.py:104 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "متغیرهای عمومی؛ %s" +msgid "cannot copy extra file %r" +msgstr "نمی تواند از پرونده‌ی اضافه‌ی %r رونوشت بگیرد" -#: domains/std/__init__.py:112 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "Failed to write build info file: %r" +msgstr "شکست در نوشتن پرونده‌ی اطّلاعات ساخت: %r" -#: domains/std/__init__.py:166 -msgid "Type" -msgstr "" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "نمایه‌ی جستجو نمی‌تواند بارگزاری شود، ولی برای همه‌ی مستندات ساخته‌ نمی‌شود: نمایه‌ ناقص خواهد بود." -#: domains/std/__init__.py:176 -msgid "Default" -msgstr "" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "صفحه‌ی %s با دو الگو در نوار کناری صفحه (html_sidebars) هم‌خوانی دارد: %r و%r" -#: domains/std/__init__.py:235 +#: builders/html/__init__.py:1218 #, 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\"" +"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 خطای یونیکد رخ داد. لطفاً اطمینان حاصل کنید که تمام مقدارهای پیکربندی‌ها دارای محتوای غیر اَسکی، رشته‌متن‌های یونکد هستند." -#: domains/std/__init__.py:306 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s command line option" -msgstr "%s گزینه‌ی خط فرمان" - -#: domains/std/__init__.py:308 -msgid "command line option" -msgstr "گزینه خط فرمان" +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:430 -msgid "glossary term must be preceded by empty line" -msgstr "یک خط خالی باید پیش از اصطلاح واژه‌نامه باشد" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "خطایی در نمایش صفحه‌ی %s رخ داد.\nعلّت: %r" -#: domains/std/__init__.py:438 -msgid "glossary terms must not be separated by empty lines" -msgstr "اصطلاحات واژه‌نامه نباید با خطوط خالی از هم جدا شوند" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "خالی کردن فهرست اشیاء" -#: domains/std/__init__.py:444 domains/std/__init__.py:457 -msgid "glossary seems to be misformatted, check indentation" -msgstr "به نظر می رسد واژه‌نامه اشتباه شکل داده شده است، فاصله‌گذاری از ابتدای سطر را بررسی کنید" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" +msgstr "خالی کردن نمایه‌ی جستجو در %s" -#: domains/std/__init__.py:602 -msgid "glossary term" -msgstr "اصطلاح واژه‌نامه" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "پرونده‌ی js نامعتبر%r: نادیده گرفته می‌شود" -#: domains/std/__init__.py:603 -msgid "grammar token" -msgstr "نشانه ی گرامری" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "ارا‌ئه کننده‌های ریاضی زیادی ثبت شده‌اند، ولی هیچ کدام انتخاب نشده." -#: domains/std/__init__.py:604 -msgid "reference label" -msgstr "برچسب ارجاع" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "نمایش‌دهنده‌ی ریاضی نامشخّص %r داده شده." -#: domains/std/__init__.py:607 -msgid "environment variable" -msgstr "متغیّر عمومی" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "مدخل مسیر اضافی (html_extra_path) %r درون شاخه‌ی خارجی قرار دارد" -#: domains/std/__init__.py:608 -msgid "program option" -msgstr "اختیارات برنامه" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "مدخل مسیر اضافی (html_extra_path) %r وجود ندارد" -#: domains/std/__init__.py:609 -msgid "document" -msgstr "سند" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "مدخل مسیر ثابت (html_static_path) %r درون شاخه‌ی خارجی قرار دارد" -#: domains/std/__init__.py:647 domains/std/__init__.py:659 -msgid "Module Index" -msgstr "فهرست ماژول ها" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "مدخل مسیر ثابت (html_static_path) %r وجود ندارد" -#: domains/std/__init__.py:648 domains/std/__init__.py:660 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "صفحه جستجو" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "پرونده‌ی آیکون مورد علاقه %r وجود ندارد" -#: domains/std/__init__.py:722 +#: builders/html/__init__.py:1435 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "تکرار توضیح %s از %s، مورد دیگر در%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 "" -#: domains/std/__init__.py:932 -msgid "numfig is disabled. :numref: is ignored." -msgstr "شماره‌ی شکل غیر فعّال است. گزینه‌ی :numref: نادیده گرفته می‌شود." +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: domains/std/__init__.py:940 +#: builders/html/__init__.py:1464 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "شکست در ایجاد ارجاع متقابل. هیچ شماره انتساب داده نشده: %s" +msgid "%s %s documentation" +msgstr "مستندات %s%s" -#: domains/std/__init__.py:952 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "the link has no caption: %s" -msgstr "پیوند هیچ برچسبی ندارد: %s" +msgid "(in %s v%s)" +msgstr "(در %s v%s)" -#: domains/std/__init__.py:966 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "قالب شماره‌ی شکل نامعتبر: %s (%r)" +msgid "(in %s)" +msgstr "(در %s )" -#: domains/std/__init__.py:969 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "invalid numfig_format: %s" -msgstr "قالب شماره‌ی شکل نامعتبر: %s" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: domains/std/__init__.py:1200 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "undefined label: %r" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1202 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (در ماژول %s)" +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: domains/python/__init__.py:167 domains/python/__init__.py:334 -#: domains/python/__init__.py:385 domains/python/__init__.py:424 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "%s (in module %s)" -msgstr "%s (در ماژول %s)" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: domains/python/__init__.py:169 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (متغیر درونی)" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: domains/python/__init__.py:194 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "%s (built-in class)" -msgstr "%s (کلاس درونی)" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" -#: domains/python/__init__.py:195 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "%s (class in %s)" -msgstr "%s (کلاس در %s)" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: domains/python/__init__.py:249 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s شگرد کلاس)" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: domains/python/__init__.py:251 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s متد استاتیک)" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: domains/python/__init__.py:389 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "%s (%s property)" -msgstr "%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 "" -#: domains/python/__init__.py:428 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s (type alias in %s)" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: domains/python/__init__.py:559 -msgid "Python Module Index" -msgstr "نمایه ی ماژول های پایتون" - -#: domains/python/__init__.py:560 -msgid "modules" -msgstr "ماژول ها" - -#: domains/python/__init__.py:637 -msgid "Deprecated" -msgstr "منسوخ شده" - -#: domains/python/__init__.py:663 -msgid "exception" -msgstr "ایراد" - -#: domains/python/__init__.py:665 -msgid "class method" -msgstr "class method" - -#: domains/python/__init__.py:666 -msgid "static method" -msgstr "متد استاتیک" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: domains/python/__init__.py:668 -msgid "property" -msgstr "ویژگی" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" -#: domains/python/__init__.py:669 -msgid "type alias" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/python/__init__.py:729 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/python/__init__.py:858 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "برای ارجاع متقابل %r بیش از یک هدف پیدا شد: %s" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "مشکلاتی در برخی از سیاهه‌ها به وجود آمد،ولی این مشکلات راه‌های جایگزین های داشته‌اند:" -#: domains/python/__init__.py:920 -msgid " (deprecated)" -msgstr " (منسوخ)" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "شکست در رسیدن به یکی از سیاهه‌ها به خاطر مشکلات زیر:" -#: domains/c/__init__.py:304 domains/cpp/__init__.py:441 -#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 -msgid "Parameters" -msgstr "پارامترها" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "سیاهه‌ی بین اسفینکس جا به جایی را انجام داد: %s -> %s" -#: domains/python/_object.py:169 -msgid "Variables" -msgstr "متغیر ها" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "پرونده‌ی %s را می سازد." -#: domains/python/_object.py:173 -msgid "Raises" -msgstr "برانگیختن" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" + +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" -#: domains/c/__init__.py:199 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "apidoc_modules item %i must be a dict" +msgstr "" -#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#: ext/apidoc/_extension.py:110 #, 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/c/__init__.py:307 domains/cpp/__init__.py:454 -msgid "Return values" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/c/__init__.py:679 domains/cpp/__init__.py:860 -msgid "member" -msgstr "عضو" - -#: domains/c/__init__.py:680 -msgid "variable" -msgstr "متغیّر" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" -#: domains/c/__init__.py:682 -msgid "macro" -msgstr "ماکرو" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "" -#: domains/c/__init__.py:683 -msgid "struct" -msgstr "ساختار" +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "" -#: domains/c/__init__.py:684 domains/cpp/__init__.py:858 -msgid "union" -msgstr "اجتماع" +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "" -#: domains/c/__init__.py:685 domains/cpp/__init__.py:863 -msgid "enum" -msgstr "شمارش" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "" -#: domains/c/__init__.py:686 domains/cpp/__init__.py:864 -msgid "enumerator" -msgstr "شمارنده" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "" -#: domains/c/__init__.py:687 domains/cpp/__init__.py:861 -msgid "type" -msgstr "گونه" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "" -#: domains/c/__init__.py:689 domains/cpp/__init__.py:866 -msgid "function parameter" -msgstr "مؤلّفه‌ی تابع" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "" -#: domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "پارامترهای قالب" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: domains/cpp/__init__.py:277 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#: ext/apidoc/_extension.py:257 #, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" + +#: ext/apidoc/_cli.py:28 msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "اعلان ++C تکراری، که در %s:%s هم تعریف شده.\nاعلان '.. cpp:%s:: %s' است." +"\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توجّه: به صورت پیش فرض این اسکریپت روی پرونده‌های از پیش ساخته شده دوباره نویسی نمی‌کند." -#: domains/cpp/__init__.py:862 -msgid "concept" -msgstr "کانسپت" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "مسیر پیمانه به سند" -#: domains/cpp/__init__.py:867 -msgid "template parameter" -msgstr "مؤلّفه‌ی قالب" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "الگوها‌ی به سبک fnmatch در پرونده و یا شاخه برای کنار گذاشتن از تولید" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "محتوا ها" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +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/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +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/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "بازنویسی پرونده‌های موجود" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "برو" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "ردگیری پیوند نمادین. وقتی با collective.recipe.omelette ترکیب می‌شود توانمند است." -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "نمایش سورس" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "اجرای اسکریپت بدون ساخت پرونده" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "تا کردن نوار کناره" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "قرار دادن مستندات هر پیمانه در صفحه‌ی خودش" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "ناوبری" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "در برداشتن پیمانه‌های «خصوصی»(_private)" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "جستجو در %(docstitle)s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "نام پرونده فهرست مطالب (پیش‌گزیده: پیمانه‌ها)" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "درباره این مستندات" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "پرونده‌ی فهرست مطالب را ایجاد نکن" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -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/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "قرار دادن مستندات پیمانه پیش از مستندات پیمانه‌ی زیرمجموعه‌‌اش" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "آخرین بروز رسانی در %(last_updated)s ." +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "تفسیر مسیرهای پیمانه بر اساس ویژگی‌های ضمنی فضای نام‌ها در PEP -0420" -#: themes/basic/layout.html:204 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "ایجاد شده باSphinx %(sphinx_version)s." +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "پسوند پرونده ( پیش فرض: rst)" + +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" 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/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "تولید یک پروژه‌ی کامل با ابزار شروع سریع اسفینکس" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "فهرست صفحات بر اساس حروف" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "پیوست مسیر پیمانه (module_path) به مسیر سیستم (sys.path)، هنگامی به کار می‌رود که گزینه‌ی full-- داده شود" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "ممکن است سترگ باشد" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "نام پروژه (پیش‌گزیده: نام پیمانه‌ی ریشه)" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "جستجو %(docstitle)s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "نویسنده(های) پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "صفحه فعلی" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "نسخه‌ی پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "بررسی اجمالی" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "نگارش پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود، پیش‌گزیده همان شماره‌ی نسخه (--doc-version) است" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "خوش آمدید! این" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "گزینه های افزونه" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "مستندات برای" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "آخرین بروزرسانی" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "ایندکس ها و جداول:" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s شاخه نیست." -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "فهرست کامل مطالب" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "مقدار نامعتبر تعیین شده (بدون کمانک انتهایی): %s" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "فهرست تمامی بخش ها و زیر مجموعه ها" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "مقدار نامعتبر تعیین شده (بدون کمانک ابتدایی): %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "جستجو در این اسناد" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول انتهایی): %s" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "فهرست کلی ماژول ها" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" +msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول ابتدایی): %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "دسترسی سریع به تمامی متدها" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "مثال" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "فهرست کلی" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "نمونه‎ها" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "تمامی توابع ، کلاس ها ، اصطلاحات" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "نشانوندهای کلیدی" + +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "یادداشت‌ها" + +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "مؤلّفه‌های دیگر" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "جستجو سریع" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "پارامترها" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "لطفاً برای فعّال کردن کارکرد جستجو\nجاوا اسکریپت را فعّال کنید." +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "دریافت‌ها" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "در حال جستجو برای چندین واژه. فقط واژگانی را نشان می‌دهد که شامل این موارد باشد:\n همه‌ی کلمه‌ها." +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "منابع" -#: themes/basic/search.html:35 -msgid "search" -msgstr "جستجو" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "هشدارها" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "موضوع قبلی" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "فرآورده" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "فصل قبلی" +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "شکست در به روز رسانی امضا برای %r: مؤلّفه پیدا نشد: %s" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "موضوع بعدی" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "شکست در تحلیل نوع یادداشت برای %r: %s" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "فصل بعدی" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "شکست در تحلیل مقدار پیش‌گزیده‌‌ی نشانوند برای %r: %s" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "گسترش نوار کناره" +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "مقدار نامعتبر برای گزینه‌ی ترتیب اعضا (member-order): %s" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "تغییرات در نسخه %(version)s — %(docstitle)s" +msgid "invalid value for class-doc-from option: %s" +msgstr "مقدار نامعتبر برای گزینه‌ی «از مستندات کلاس» class-doc-from:%s" -#: themes/basic/changes/versionchanges.html:17 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "لیست تولید شده خودکار از تغییرات در نسخه %(version)s" +msgid "invalid signature for auto%s (%r)" +msgstr "امضای ناشناخته‌ برای %s (%r)" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "تغییرات کتابخانه ایی" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "خطا در قالب بندی نشانوند برای %s: %s" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API تغییرات" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "دگر تغییرات" +#: ext/autodoc/__init__.py:1021 +#, 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» را در سند قرار دهید، یا یک نام واضح برای پیمانه ارائه دهید)" -#: themes/basic/changes/rstsource.html:5 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "A mocked object is detected: %r" +msgstr "شیئ ساختگی شناسایی شد: %r" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "عدم نمایش نتایج یافت شده" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "خطا در قالب بندی امضا برای %s: %s" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "نتایج جستجو" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" در پیمانه‌ی خودکار معنی نمی‌دهد" + +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "نشانوند‌های امضا یا یادداشت مقدار برگشتی داده شده برای پیمانه‌ی خودکار %s" -#: themes/basic/static/searchtools.js:119 +#: ext/autodoc/__init__.py:1201 +#, 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 "جستجوی شما با هیچ سندی هم خوانی نداشت. لطفاً اطمینان حاصل کنید که همه ی واژه ها املای درستی دارند و دسته بندی های کافی را انتخاب کرده اید." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ باید لیستی از رشته‌متن ها باشد، نه %r (در پیمانه‌ی %s) -- __all__ نادیده گرفته می‌شود" -#: themes/basic/static/searchtools.js:123 -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/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "ویژگی نایاب در گزینه‌ی :members: قید شده: پیمانه‌ی:%s، ویژگی %s" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "در حال جست و جو" +#: 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 "شکست در دریافت امضای تابع برای %s: مؤلّفه پیدا نشد: %s" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "آماده سازی جست و جو..." +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "شکست در دریافت امضای سازنده‌ی شیئ برای %s: مؤلّفه پیدا نشد: %s" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr "، در " +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "پایه ها:%s" -#: environment/collectors/asset.py:96 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "image file not readable: %s" -msgstr "پرونده‌ی تصویر خوانا نیست: %s" +msgid "missing attribute %s in object %s" +msgstr "ویژگی ناموجود %s در شیئ %s" -#: environment/collectors/asset.py:124 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "image file %s not readable: %s" -msgstr "پرونده‌ی عکس %s خوانا نیست: %s" +msgid "alias of %s" +msgstr "نام جانشین %s" -#: environment/collectors/asset.py:161 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "download file not readable: %s" -msgstr "پرونده‌ی دریافت شده خوانا نیست: %s" +msgid "alias of TypeVar(%s)" +msgstr "نام جانشین نوع متغیر(%s)" -#: environment/collectors/toctree.py:258 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "شماره‌ی قسمت‌ها پیش‌تر به %s نسبت داده شده ( آیا درختواره‌ی فهرست مطالب شماره‌گذاری تو در تو دارد؟)" +msgid "Failed to get a method signature for %s: %s" +msgstr "شکست در دریافت امضای شگرد برای %s: مؤلّفه پیدا نشد: %s" -#: environment/adapters/toctree.py:318 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "دور تسلسل در درختواره‌ی ارجاعات فهرست مطالب تشخیص داده شده، نادیده گرفته می‌شوند: %s <- %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "__slots__ نامعتبر در %sیدا شد و نادیده گرفته شد." + +#: ext/autosummary/__init__.py:284 +#, python-format +msgid "autosummary references excluded document %r. Ignored." +msgstr "ارجاعات خلاصه‌ی خودکار سند %r حذف کنار گذاشته. نادیده گرفته می‌شود." -#: environment/adapters/toctree.py:342 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "فهرست مطالب دارای ارجاع به سند %r است که عنوانی ندارد: هیچ پیوندی تولید نخواهد شد" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "خلاصه‌ی خودکار: خرده‌پرونده‌ی %r پیدا نشد. تنظیمات تولید خلاصه‌ی خودکار(autosummary_generate) را بررسی کنید." -#: environment/adapters/toctree.py:357 +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "خلاصه‌ی خودکار عنوان‌ٔار نیازمند گزینه‌ی :toctree: است، نادیده گرفته می‌شود." + +#: ext/autosummary/__init__.py:384 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: environment/adapters/indexentries.py:126 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "see %s" -msgstr "%s را ببینید" +msgid "failed to parse name %s" +msgstr "شکست در تجزیه تحلیل نام %s" -#: environment/adapters/indexentries.py:136 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "see also %s" -msgstr "%s را هم ببینید" +msgid "failed to import object %s" +msgstr "شکست در وارد کردن شیئ %s" -#: environment/adapters/indexentries.py:144 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "unknown index entry type %r" -msgstr "نوع ناشناخته مدخل نمایه %r" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "" -#: environment/adapters/indexentries.py:270 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "نماد ها" +#: ext/autosummary/__init__.py:927 +#, python-format +msgid "autosummary_generate: file not found: %s" +msgstr "تولید خلاصه خودکار: پرونده پیدا نشد: %s" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 +#, python-format +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "خلاصه‌ی خودکار: شکست در تشخیص %r برای مستندسازی، این ایراد به وجود آمد:\n%s" + +#: ext/autosummary/generate.py:588 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[خلاصه‌ی خودکار] تولید خلاصه‌ی خودکار برای: %s" + +#: ext/autosummary/generate.py:592 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[خلاصه‌ی خودکار] نوشتن در %s" + +#: ext/autosummary/generate.py:637 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:836 +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تولید ReStructuredText با استفاده از دستورالعمل‌های خلاصه‌ی خودکار.\n\nخودکارساز اسفینکس رابط کابر پسندی برای sphinx.ext.autosummary.generate (پیمانه‌ی افزونه‌ی خلاصه‌ساز اسفنیکس) است.\nاین افزونه پرونده های متن reStructuredText را از دستورالعمل‌های خلاصه‌ی خودکاری تولید می‌کند که در پرونده‌های درون‌داد مشخّص شده قرار دارد.\n\nقالب دستورالعمل خلاصه‌ی خودکار درپیمانه‌ی افزونه‌ی خلاصه‌ی خودکار اسفنیکس (sphinx.ext.autosummary) مستند سازی شده می توان آن را با دستور زیر خواند::\n\n pydoc sphinx.ext.autosummary\n" + +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" +msgstr "پرونده‌های منبع برای تولید پرونده‌های rST" + +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "پوشه‌ای برای قرار دادن همه‌ی برون دادها در آن" + +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "پسوند پیش فرض برای پرونده‌ها (پیش‌فرض: %(default)s)" + +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "شاخه‌ی سفارشی قالب (پیش‌گزیده: %(default)s)" + +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "اجزای فراخوان شده‌ی سند (پیش‌گزیده: %(default)s)" + +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/html/__init__.py:113 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "صفحات HTML در %(outdir)s است." +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "قطع شد!" -#: builders/html/__init__.py:348 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "شکست در خواندن پرونده‌ی اطّلاعات ساخت: %r" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "" -#: builders/html/__init__.py:363 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/html/__init__.py:382 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"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:507 -msgid "index" -msgstr "فهرست" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "بعدی" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "قبلی" - -#: builders/html/__init__.py:695 -msgid "generating indices" -msgstr "تولید نمایه‌ها" - -#: builders/html/__init__.py:710 -msgid "writing additional pages" -msgstr "نوشتن صفحات اضافی" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" -#: builders/html/__init__.py:793 -#, python-format -msgid "cannot copy image file '%s': %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/html/__init__.py:805 -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." +msgstr "لطفاً اگر این مورد خطای کاربر بوده، آن را گزارش دهید تا برای بارهای بعدی پیام خطای بهتری بتواند ارائه شود." -#: builders/html/__init__.py:817 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "نمی تواند از پرونده‌ی قابل دریافت %r: %s رونوشت بگیرد" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "تا کردن نوار کناره" -#: builders/html/__init__.py:863 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %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 "فهرست عناوین" -#: builders/html/__init__.py:881 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "شکست در رونوشت یک پرونده‌ی به html_static_file: %s: %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/html/__init__.py:916 -msgid "copying static files" -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 "نمی تواند از پرونده‌ی ثابت %r رونوشت بگیرد" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "نمایش سورس" -#: builders/html/__init__.py:938 -msgid "copying extra files" -msgstr "رونوشت برداری از پرونده‌های اضافی" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "محتوا ها" -#: builders/html/__init__.py:948 -#, python-format -msgid "cannot copy extra file %r" -msgstr "نمی تواند از پرونده‌ی اضافه‌ی %r رونوشت بگیرد" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "جستجو سریع" -#: builders/html/__init__.py:954 -#, python-format -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:1003 -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: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:1051 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "صفحه‌ی %s با دو الگو در نوار کناری صفحه (html_sidebars) هم‌خوانی دارد: %r و%r" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "ممکن است سترگ باشد" -#: builders/html/__init__.py:1213 -#, python-format +#: themes/basic/search.html:20 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 خطای یونیکد رخ داد. لطفاً اطمینان حاصل کنید که تمام مقدارهای پیکربندی‌ها دارای محتوای غیر اَسکی، رشته‌متن‌های یونکد هستند." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "لطفاً برای فعّال کردن کارکرد جستجو\nجاوا اسکریپت را فعّال کنید." -#: builders/html/__init__.py:1222 -#, python-format +#: themes/basic/search.html:28 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "خطایی در نمایش صفحه‌ی %s رخ داد.\nعلّت: %r" - -#: builders/html/__init__.py:1255 -msgid "dumping object inventory" -msgstr "خالی کردن فهرست اشیاء" - -#: builders/html/__init__.py:1263 -#, python-format -msgid "dumping search index in %s" -msgstr "خالی کردن نمایه‌ی جستجو در %s" - -#: builders/html/__init__.py:1306 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "پرونده‌ی js نامعتبر%r: نادیده گرفته می‌شود" - -#: builders/html/__init__.py:1339 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "ارا‌ئه کننده‌های ریاضی زیادی ثبت شده‌اند، ولی هیچ کدام انتخاب نشده." +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "در حال جستجو برای چندین واژه. فقط واژگانی را نشان می‌دهد که شامل این موارد باشد:\n همه‌ی کلمه‌ها." -#: builders/html/__init__.py:1344 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "نمایش‌دهنده‌ی ریاضی نامشخّص %r داده شده." +#: themes/basic/search.html:35 +msgid "search" +msgstr "جستجو" -#: builders/html/__init__.py:1358 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "مدخل مسیر اضافی (html_extra_path) %r درون شاخه‌ی خارجی قرار دارد" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "ناوبری" -#: builders/html/__init__.py:1363 +#: themes/basic/layout.html:115 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "مدخل مسیر اضافی (html_extra_path) %r وجود ندارد" +msgid "Search within %(docstitle)s" +msgstr "جستجو در %(docstitle)s" -#: builders/html/__init__.py:1378 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "مدخل مسیر ثابت (html_static_path) %r درون شاخه‌ی خارجی قرار دارد" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "درباره این مستندات" -#: builders/html/__init__.py:1383 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "مدخل مسیر ثابت (html_static_path) %r وجود ندارد" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "کپی رایت" -#: builders/html/__init__.py:1394 builders/latex/__init__.py:504 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "logo file %r does not exist" -msgstr "پرونده‌ی آرم %r وجود ندارد" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: builders/html/__init__.py:1405 +#: themes/basic/layout.html:201 #, python-format -msgid "favicon file %r does not exist" -msgstr "پرونده‌ی آیکون مورد علاقه %r وجود ندارد" +msgid "Last updated on %(last_updated)s." +msgstr "آخرین بروز رسانی در %(last_updated)s ." -#: builders/html/__init__.py:1417 +#: themes/basic/layout.html:204 #, 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:1430 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" - -#: builders/html/__init__.py:1447 -#, python-format -msgid "%s %s documentation" -msgstr "مستندات %s%s" - -#: builders/latex/transforms.py:118 -msgid "Failed to get a docname!" -msgstr "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "ایجاد شده باSphinx %(sphinx_version)s." -#: builders/latex/transforms.py:119 -#, python-format -msgid "Failed to get a docname for source %r!" -msgstr "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "صفحه فعلی" -#: builders/latex/transforms.py:485 -#, python-format -msgid "No footnote was found for given reference node %r" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "موضوع قبلی" -#: builders/latex/__init__.py:117 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "پرونده‌ی LaTeX در پوشه‌ی %(outdir)s است." +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "فصل قبلی" -#: builders/latex/__init__.py:119 -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' را به کار ببرید)." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "موضوع بعدی" -#: builders/latex/__init__.py:157 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "هیچ مقدار پیکربندی اسناد لتکسی (latex_documents) پیدا نشد؛ بنابراین هیچ سندی نوشته نخواهد شد" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "فصل بعدی" -#: builders/latex/__init__.py:169 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "مقدار پیکربندی سندهای لتکس (latex_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" +msgid "Search %(docstitle)s" +msgstr "جستجو %(docstitle)s" -#: builders/latex/__init__.py:208 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "انتشار" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "بررسی اجمالی" -#: builders/latex/__init__.py:429 -msgid "copying TeX support files" -msgstr "رونوشت از پرونده‌های پشتیبانی لتکس" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "خوش آمدید! این" -#: builders/latex/__init__.py:466 -msgid "copying additional files" -msgstr "رونوشت برداری از پرونده‌های اضافی" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "مستندات برای" -#: builders/latex/__init__.py:540 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "کلید پیکربندی ناشناخته: latex_elements[%r]، نادیده گرفته می‌شود." +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "آخرین بروزرسانی" -#: builders/latex/__init__.py:548 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "کلید زمینه‌ی ناشناخته: latex_theme_options[%r]، نادیده گرفته می‌شود." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "ایندکس ها و جداول:" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r فاقد تنظیمات زمینه است" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "فهرست کامل مطالب" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r فاقد تنظیمات \"%s\" است" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "فهرست تمامی بخش ها و زیر مجموعه ها" -#: _cli/util/errors.py:124 -msgid "Exception occurred, starting debugger:" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "صفحه جستجو" -#: _cli/util/errors.py:133 -msgid "reStructuredText markup error:" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "جستجو در این اسناد" -#: _cli/util/errors.py:168 -msgid "The full traceback has been saved in:" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "فهرست کلی ماژول ها" -#: _cli/util/errors.py:172 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "دسترسی سریع به تمامی متدها" -#: transforms/post_transforms/__init__.py:125 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "امکان تشخیص متن جایگزین برای ارجاع متقابل نبود. شاید یک اشکال برنامه نویسی باشد." +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "تمامی توابع ، کلاس ها ، اصطلاحات" -#: transforms/post_transforms/__init__.py:185 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "برای «هر» ارجاع متقابل بیشتر از یک هفد پیدا شد: %r شاید %s باشد" +msgid "Index – %(key)s" +msgstr "" -#: transforms/post_transforms/__init__.py:251 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s مرجع هدف پیدا نشد: %s" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "تغییرات در نسخه %(version)s — %(docstitle)s" -#: transforms/post_transforms/__init__.py:257 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%r reference target not found: %s" -msgstr "مقصد ارجاع %r پیدا نشد %s" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "لیست تولید شده خودکار از تغییرات در نسخه %(version)s" -#: transforms/post_transforms/images.py:77 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%s]" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "تغییرات کتابخانه ایی" -#: transforms/post_transforms/images.py:94 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%d]" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API تغییرات" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "دگر تغییرات" -#: transforms/post_transforms/images.py:141 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "Unknown image format: %s..." -msgstr "قالب تصویر ناشناخته: %s..." +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/napoleon/docstring.py:707 -msgid "Example" -msgstr "مثال" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "نتایج جستجو" -#: ext/napoleon/docstring.py:708 -msgid "Examples" -msgstr "نمونه‎ها" +#: themes/basic/static/searchtools.js:125 +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/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 -msgid "Keyword Arguments" -msgstr "نشانوندهای کلیدی" +#: themes/basic/static/searchtools.js:129 +#, 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/napoleon/docstring.py:768 -msgid "Notes" -msgstr "یادداشت‌ها" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "در حال جست و جو" -#: ext/napoleon/docstring.py:777 -msgid "Other Parameters" -msgstr "مؤلّفه‌های دیگر" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "آماده سازی جست و جو..." -#: ext/napoleon/docstring.py:813 -msgid "Receives" -msgstr "دریافت‌ها" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr "، در " -#: ext/napoleon/docstring.py:817 -msgid "References" -msgstr "منابع" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "عدم نمایش نتایج یافت شده" -#: ext/napoleon/docstring.py:849 -msgid "Warns" -msgstr "هشدارها" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "گسترش نوار کناره" -#: ext/napoleon/docstring.py:853 -msgid "Yields" -msgstr "فرآورده" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "دور تسلسل در درختواره‌ی ارجاعات فهرست مطالب تشخیص داده شده، نادیده گرفته می‌شوند: %s <- %s" -#: ext/napoleon/docstring.py:1015 +#: environment/adapters/toctree.py:360 #, python-format -msgid "invalid value set (missing closing brace): %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:1022 +#: environment/adapters/toctree.py:375 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "مقدار نامعتبر تعیین شده (بدون کمانک ابتدایی): %s" +msgid "toctree contains reference to non-included document %r" +msgstr "" -#: ext/napoleon/docstring.py:1029 +#: environment/adapters/toctree.py:378 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول انتهایی): %s" +msgid "toctree contains reference to non-existing document %r" +msgstr "" -#: ext/napoleon/docstring.py:1036 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول ابتدایی): %s" +msgid "see %s" +msgstr "%s را ببینید" -#: ext/autosummary/__init__.py:256 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "ارجاعات خلاصه‌ی خودکار سند %r حذف کنار گذاشته. نادیده گرفته می‌شود." +msgid "see also %s" +msgstr "%s را هم ببینید" -#: ext/autosummary/__init__.py:258 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "خلاصه‌ی خودکار: خرده‌پرونده‌ی %r پیدا نشد. تنظیمات تولید خلاصه‌ی خودکار(autosummary_generate) را بررسی کنید." +msgid "unknown index entry type %r" +msgstr "نوع ناشناخته مدخل نمایه %r" -#: ext/autosummary/__init__.py:277 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "خلاصه‌ی خودکار عنوان‌ٔار نیازمند گزینه‌ی :toctree: است، نادیده گرفته می‌شود." +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" +msgstr "پرونده‌ی تصویر خوانا نیست: %s" -#: ext/autosummary/__init__.py:330 +#: environment/collectors/asset.py:126 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "پرونده‌ی عکس %s خوانا نیست: %s" -#: ext/autosummary/__init__.py:344 +#: environment/collectors/asset.py:165 #, python-format -msgid "failed to parse name %s" -msgstr "شکست در تجزیه تحلیل نام %s" +msgid "download file not readable: %s" +msgstr "پرونده‌ی دریافت شده خوانا نیست: %s" -#: ext/autosummary/__init__.py:349 +#: environment/collectors/toctree.py:259 #, python-format -msgid "failed to import object %s" -msgstr "شکست در وارد کردن شیئ %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "شماره‌ی قسمت‌ها پیش‌تر به %s نسبت داده شده ( آیا درختواره‌ی فهرست مطالب شماره‌گذاری تو در تو دارد؟)" -#: ext/autosummary/__init__.py:648 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" +"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 "پارامترهای قالب" -#: ext/autosummary/__init__.py:819 +#: domains/cpp/__init__.py:302 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "تولید خلاصه خودکار: پرونده پیدا نشد: %s" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/autosummary/__init__.py:827 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/autosummary/generate.py:215 ext/autosummary/generate.py:391 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "خلاصه‌ی خودکار: شکست در تشخیص %r برای مستندسازی، این ایراد به وجود آمد:\n%s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "اجتماع" -#: ext/autosummary/generate.py:526 -#, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[خلاصه‌ی خودکار] تولید خلاصه‌ی خودکار برای: %s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "عضو" -#: ext/autosummary/generate.py:530 -#, python-format -msgid "[autosummary] writing to %s" -msgstr "[خلاصه‌ی خودکار] نوشتن در %s" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "گونه" -#: ext/autosummary/generate.py:572 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "کانسپت" -#: ext/autosummary/generate.py:767 -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تولید ReStructuredText با استفاده از دستورالعمل‌های خلاصه‌ی خودکار.\n\nخودکارساز اسفینکس رابط کابر پسندی برای sphinx.ext.autosummary.generate (پیمانه‌ی افزونه‌ی خلاصه‌ساز اسفنیکس) است.\nاین افزونه پرونده های متن reStructuredText را از دستورالعمل‌های خلاصه‌ی خودکاری تولید می‌کند که در پرونده‌های درون‌داد مشخّص شده قرار دارد.\n\nقالب دستورالعمل خلاصه‌ی خودکار درپیمانه‌ی افزونه‌ی خلاصه‌ی خودکار اسفنیکس (sphinx.ext.autosummary) مستند سازی شده می توان آن را با دستور زیر خواند::\n\n pydoc sphinx.ext.autosummary\n" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "شمارش" -#: ext/autosummary/generate.py:789 -msgid "source files to generate rST files for" -msgstr "پرونده‌های منبع برای تولید پرونده‌های rST" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "شمارنده" -#: ext/autosummary/generate.py:797 -msgid "directory to place all output in" -msgstr "پوشه‌ای برای قرار دادن همه‌ی برون دادها در آن" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "مؤلّفه‌ی تابع" -#: ext/autosummary/generate.py:805 -#, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "پسوند پیش فرض برای پرونده‌ها (پیش‌فرض: %(default)s)" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "مؤلّفه‌ی قالب" -#: ext/autosummary/generate.py:813 -#, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "شاخه‌ی سفارشی قالب (پیش‌گزیده: %(default)s)" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "متغیر ها" -#: ext/autosummary/generate.py:821 -#, python-format -msgid "document imported members (default: %(default)s)" -msgstr "اجزای فراخوان شده‌ی سند (پیش‌گزیده: %(default)s)" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "برانگیختن" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "" -#: ext/autosummary/generate.py:829 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:47 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "(in %s v%s)" -msgstr "(در %s v%s)" +msgid "%s() (in module %s)" +msgstr "%s() (در ماژول %s)" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "(in %s)" -msgstr "(در %s )" +msgid "%s (in module %s)" +msgstr "%s (در ماژول %s)" -#: ext/intersphinx/_resolve.py:103 +#: domains/python/__init__.py:184 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (متغیر درونی)" -#: ext/intersphinx/_resolve.py:113 +#: domains/python/__init__.py:219 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (کلاس درونی)" -#: ext/intersphinx/_resolve.py:359 +#: domains/python/__init__.py:220 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (کلاس در %s)" -#: ext/intersphinx/_resolve.py:367 +#: domains/python/__init__.py:285 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s شگرد کلاس)" -#: ext/intersphinx/_resolve.py:378 +#: domains/python/__init__.py:287 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s متد استاتیک)" -#: ext/intersphinx/_resolve.py:585 +#: domains/python/__init__.py:440 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (%s property)" +msgstr "%s(%sویژگی)" -#: ext/intersphinx/_load.py:59 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "نمایه ی ماژول های پایتون" -#: ext/intersphinx/_load.py:81 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "ماژول ها" -#: ext/intersphinx/_load.py:92 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "منسوخ شده" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "ایراد" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "class method" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "متد استاتیک" + +#: domains/python/__init__.py:744 +msgid "property" +msgstr "ویژگی" + +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:101 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:120 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "more than one target found for cross-reference %r: %s" +msgstr "برای ارجاع متقابل %r بیش از یک هدف پیدا شد: %s" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (منسوخ)" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:155 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "environment variable; %s" +msgstr "متغیرهای عمومی؛ %s" -#: ext/intersphinx/_load.py:240 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:265 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "مشکلاتی در برخی از سیاهه‌ها به وجود آمد،ولی این مشکلات راه‌های جایگزین های داشته‌اند:" - -#: ext/intersphinx/_load.py:275 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "شکست در رسیدن به یکی از سیاهه‌ها به خاطر مشکلات زیر:" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" -#: ext/intersphinx/_load.py:319 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "سیاهه‌ی بین اسفینکس جا به جایی را انجام داد: %s -> %s" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" -#: ext/autodoc/type_comment.py:132 +#: domains/std/__init__.py:239 #, python-format -msgid "Failed to update signature for %r: parameter 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\"" -#: ext/autodoc/type_comment.py:135 +#: domains/std/__init__.py:319 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "شکست در تحلیل نوع یادداشت برای %r: %s" +msgid "%s command line option" +msgstr "%s گزینه‌ی خط فرمان" -#: ext/autodoc/__init__.py:142 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "مقدار نامعتبر برای گزینه‌ی ترتیب اعضا (member-order): %s" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "گزینه خط فرمان" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "مقدار نامعتبر برای گزینه‌ی «از مستندات کلاس» class-doc-from:%s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "یک خط خالی باید پیش از اصطلاح واژه‌نامه باشد" -#: ext/autodoc/__init__.py:415 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "امضای ناشناخته‌ برای %s (%r)" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" +msgstr "اصطلاحات واژه‌نامه نباید با خطوط خالی از هم جدا شوند" -#: ext/autodoc/__init__.py:532 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "خطا در قالب بندی نشانوند برای %s: %s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" +msgstr "به نظر می رسد واژه‌نامه اشتباه شکل داده شده است، فاصله‌گذاری از ابتدای سطر را بررسی کنید" -#: ext/autodoc/__init__.py:807 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "اصطلاح واژه‌نامه" -#: ext/autodoc/__init__.py:902 -#, 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» را در سند قرار دهید، یا یک نام واضح برای پیمانه ارائه دهید)" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "نشانه ی گرامری" -#: ext/autodoc/__init__.py:946 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "شیئ ساختگی شناسایی شد: %r" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "برچسب ارجاع" -#: ext/autodoc/__init__.py:965 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "خطا در قالب بندی امضا برای %s: %s" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "متغیّر عمومی" -#: ext/autodoc/__init__.py:1028 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" در پیمانه‌ی خودکار معنی نمی‌دهد" +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "اختیارات برنامه" -#: ext/autodoc/__init__.py:1035 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "نشانوند‌های امضا یا یادداشت مقدار برگشتی داده شده برای پیمانه‌ی خودکار %s" +#: domains/std/__init__.py:735 +msgid "document" +msgstr "سند" -#: ext/autodoc/__init__.py:1048 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ باید لیستی از رشته‌متن ها باشد، نه %r (در پیمانه‌ی %s) -- __all__ نادیده گرفته می‌شود" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "فهرست ماژول ها" -#: ext/autodoc/__init__.py:1114 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "ویژگی نایاب در گزینه‌ی :members: قید شده: پیمانه‌ی:%s، ویژگی %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "تکرار توضیح %s از %s، مورد دیگر در%s قرار دارد" -#: ext/autodoc/__init__.py:1337 ext/autodoc/__init__.py:1414 -#: ext/autodoc/__init__.py:2829 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "شکست در دریافت امضای تابع برای %s: مؤلّفه پیدا نشد: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "شماره‌ی شکل غیر فعّال است. گزینه‌ی :numref: نادیده گرفته می‌شود." -#: ext/autodoc/__init__.py:1633 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "شکست در دریافت امضای سازنده‌ی شیئ برای %s: مؤلّفه پیدا نشد: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "شکست در ایجاد ارجاع متقابل. هیچ شماره انتساب داده نشده: %s" -#: ext/autodoc/__init__.py:1760 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" -msgstr "پایه ها:%s" +msgid "the link has no caption: %s" +msgstr "پیوند هیچ برچسبی ندارد: %s" -#: ext/autodoc/__init__.py:1774 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" -msgstr "ویژگی ناموجود %s در شیئ %s" +msgid "invalid numfig_format: %s (%r)" +msgstr "قالب شماره‌ی شکل نامعتبر: %s (%r)" -#: ext/autodoc/__init__.py:1855 ext/autodoc/__init__.py:1892 -#: ext/autodoc/__init__.py:1987 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" -msgstr "نام جانشین %s" +msgid "invalid numfig_format: %s" +msgstr "قالب شماره‌ی شکل نامعتبر: %s" -#: ext/autodoc/__init__.py:1875 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "نام جانشین نوع متغیر(%s)" +msgid "undefined label: %r" +msgstr "" -#: ext/autodoc/__init__.py:2217 ext/autodoc/__init__.py:2317 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "شکست در دریافت امضای شگرد برای %s: مؤلّفه پیدا نشد: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: ext/autodoc/__init__.py:2448 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "__slots__ نامعتبر در %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/autodoc/preserve_defaults.py:190 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "شکست در تحلیل مقدار پیش‌گزیده‌‌ی نشانوند برای %r: %s" - -#: 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 "ادامه در صفحه‌ی بعد" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "غیر الفبایی" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "متغیّر" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "شماره ها" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "ماکرو" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "صفحه" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "ساختار" diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo index 00433e59179..598e11c74c5 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 12a6479da1c..e94b6798f09 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) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,153 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-12-29 22:39+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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.16.0\n" +"Generated-By: Babel 2.17.0\n" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: events.py:77 +#: config.py:362 #, python-format -msgid "Event %r already present" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: events.py:370 +#: config.py:385 #, python-format -msgid "Unknown event name: %s" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: events.py:416 +#: config.py:390 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:190 +#: config.py:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:194 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:198 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:228 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:250 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:266 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:271 registry.py:452 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:277 +#: application.py:310 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 "" -#: application.py:312 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:329 util/display.py:88 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:331 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:345 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:353 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:366 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:398 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:400 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:404 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:407 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:409 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:414 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:417 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:419 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:968 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1047 +#: application.py:1128 #, python-format -msgid "directive %r is already registered, it will be overridden" +msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1069 application.py:1094 +#: application.py:1154 application.py:1182 #, python-format -msgid "role %r is already registered, it will be overridden" +msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1644 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +296,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1648 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1651 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,3940 +309,3937 @@ msgid "" "explicit" msgstr "" -#: application.py:1655 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1663 application.py:1667 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: roles.py:208 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:231 +#: extension.py:58 #, python-format -msgid "invalid CVE number %s" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: roles.py:253 +#: extension.py:79 #, python-format -msgid "Common Weakness Enumeration; CWE %s" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: roles.py:276 +#: events.py:81 #, python-format -msgid "invalid CWE number %s" +msgid "Event %r already present" msgstr "" -#: roles.py:296 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" - -#: roles.py:319 +#: events.py:379 #, python-format -msgid "invalid PEP number %s" +msgid "Unknown event name: %s" msgstr "" -#: roles.py:357 +#: events.py:424 #, python-format -msgid "invalid RFC number %s" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: registry.py:144 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:146 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:159 +#: registry.py:182 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:166 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:173 +#: registry.py:199 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:196 registry.py:209 registry.py:220 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:200 +#: registry.py:230 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:212 +#: registry.py:248 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:223 +#: registry.py:261 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:254 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:280 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:287 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:296 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:304 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:320 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:336 +#: registry.py:405 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:419 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:431 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:446 +#: registry.py:531 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:457 +#: registry.py:545 msgid "Original exception:\n" msgstr "" -#: registry.py:458 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:463 +#: registry.py:554 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:472 +#: registry.py:567 #, 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:480 +#: registry.py:579 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:514 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: project.py:71 +#: roles.py:206 #, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: project.py:87 +#: roles.py:229 #, python-format -msgid "Ignored unreadable document %r." +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 "Python Enhancement Proposals; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" msgstr "" -#: highlighting.py:168 +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: highlighting.py:202 +#: highlighting.py:209 #, python-format msgid "" "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " "Retrying in relaxed mode." msgstr "" -#: extension.py:55 +#: project.py:72 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: extension.py:76 +#: project.py:87 #, python-format -msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +msgid "Ignored unreadable document %r." msgstr "" -#: theming.py:114 +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: theming.py:207 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:275 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:309 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: config.py:318 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: config.py:341 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: config.py:350 -#, python-format -msgid "invalid number %r for config value %r, ignoring" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: config.py:356 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: config.py:377 -#, python-format -msgid "unknown config value %r in override, ignoring" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: config.py:430 -#, python-format -msgid "No such config value: %r" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: config.py:453 -#, python-format -msgid "Config value %r already present" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: config.py:489 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: config.py:527 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: config.py:530 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: config.py:537 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: config.py:560 +#: cmd/quickstart.py:133 #, python-format -msgid "Failed to convert %r to a set or tuple" +msgid "Please enter one of %s." msgstr "" -#: config.py:581 config.py:586 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: config.py:589 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: config.py:608 +#: cmd/quickstart.py:229 #, python-format -msgid "Section %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: config.py:609 -#, python-format -msgid "Fig. %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 "" -#: config.py:610 +#: cmd/quickstart.py:241 #, python-format -msgid "Table %s" +msgid "Selected root path: %s" msgstr "" -#: config.py:611 -#, python-format -msgid "Listing %s" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: config.py:718 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: config.py:742 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: config.py:755 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: config.py:766 -#, python-format -msgid "primary_domain %r not found, ignored." +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: config.py:778 +#: cmd/quickstart.py:273 msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: domains/rst.py:128 domains/rst.py:185 -#, python-format -msgid "%s (directive)" +"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:186 domains/rst.py:190 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/rst.py:214 -#, python-format -msgid "%s (role)" +#: 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 "" -#: domains/rst.py:224 -msgid "directive" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/rst.py:225 -msgid "directive-option" +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/rst.py:226 -msgid "role" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: domains/rst.py:248 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" +#: 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 "" -#: domains/javascript.py:166 domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: 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 "" -#: domains/javascript.py:172 domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: domains/javascript.py:255 -msgid "Arguments" +#: 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 "" -#: domains/cpp/__init__.py:447 domains/javascript.py:258 -msgid "Throws" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: domains/c/__init__.py:310 domains/cpp/__init__.py:458 -#: domains/javascript.py:261 domains/python/_object.py:176 -msgid "Returns" +#: 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 "" -#: domains/c/__init__.py:312 domains/javascript.py:263 -#: domains/python/_object.py:178 -msgid "Return type" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/javascript.py:334 +#: cmd/quickstart.py:367 #, python-format -msgid "%s (module)" -msgstr "%s (moduuli)" - -#: domains/c/__init__.py:681 domains/cpp/__init__.py:859 -#: domains/javascript.py:371 domains/python/__init__.py:660 -msgid "function" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/javascript.py:372 domains/python/__init__.py:664 -msgid "method" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/cpp/__init__.py:857 domains/javascript.py:373 -#: domains/python/__init__.py:662 -msgid "class" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/javascript.py:374 domains/python/__init__.py:661 -msgid "data" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: domains/javascript.py:375 domains/python/__init__.py:667 -msgid "attribute" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/javascript.py:376 domains/python/__init__.py:670 -msgid "module" -msgstr "moduuli" - -#: domains/javascript.py:407 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:406 +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:25 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: domains/changeset.py:26 -#, python-format -msgid "Changed in version %s" -msgstr "Muutettu versiossa %s" - -#: domains/changeset.py:27 -#, python-format -msgid "Deprecated since version %s" -msgstr "Poistettu versiosta %s alkaen" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "" -#: domains/changeset.py:28 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "Removed in version %s" +msgid "Creating file %s." msgstr "" -#: domains/__init__.py:299 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "%s %s" +msgid "File %s already exists, skipping." msgstr "" -#: domains/citation.py:73 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: domains/citation.py:84 +#: cmd/quickstart.py:519 #, python-format -msgid "Citation [%s] is not referenced." +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: domains/math.py:119 writers/latex.py:2479 +#: cmd/quickstart.py:530 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: environment/__init__.py:81 -msgid "new config" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: environment/__init__.py:82 -msgid "config changed" +#: cmd/quickstart.py:572 +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 "" -#: environment/__init__.py:83 -msgid "extensions changed" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: environment/__init__.py:249 -msgid "build environment version not current" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: environment/__init__.py:251 -msgid "source directory has changed" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: environment/__init__.py:313 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: environment/__init__.py:318 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: environment/__init__.py:324 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: environment/__init__.py:366 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: environment/__init__.py:473 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: environment/__init__.py:626 -#, python-format -msgid "Domain %r is not registered" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: environment/__init__.py:777 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: environment/__init__.py:810 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: environment/__init__.py:839 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: cmd/quickstart.py:644 +msgid "release of project" 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ä" - -#: locale/__init__.py:235 -msgid "Note" -msgstr "Muista" - -#: locale/__init__.py:236 -msgid "See also" -msgstr "Katso myös" - -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Vihje" - -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Varoitus" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "" -#: cmd/quickstart.py:43 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: cmd/quickstart.py:44 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: cmd/quickstart.py:45 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: cmd/quickstart.py:46 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: cmd/quickstart.py:47 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/quickstart.py:48 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/quickstart.py:49 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:50 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:51 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:52 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:94 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter some text." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:117 -#, python-format -msgid "Please enter one of %s." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:125 -msgid "Please enter either 'y' or 'n'." +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:131 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:215 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:219 +#: cmd/quickstart.py:785 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:227 -#, python-format -msgid "Selected root path: %s" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:230 -msgid "Enter the root path for documentation." +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:231 -msgid "Root path for the documentation" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: cmd/quickstart.py:239 -msgid "Error: an existing conf.py has been found in the selected root path." +#: 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/quickstart.py:245 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: cmd/quickstart.py:248 -msgid "Please enter a new root path (or just Enter to exit)" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: cmd/quickstart.py:258 +#: cmd/build.py:109 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." +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: cmd/quickstart.py:265 -msgid "Separate source and build directories (y/n)" +#: cmd/build.py:114 +msgid "general options" +msgstr "" + +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: cmd/quickstart.py:271 +#: cmd/build.py:131 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." +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: cmd/quickstart.py:277 -msgid "Name prefix for templates and static dir" +#: 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/quickstart.py:282 +#: cmd/build.py:157 msgid "" -"The project name will occur in several places in the built documentation." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: cmd/quickstart.py:286 -msgid "Project name" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: cmd/quickstart.py:288 -msgid "Author name(s)" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: cmd/quickstart.py:293 -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." +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project version" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: cmd/quickstart.py:303 -msgid "Project release" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: cmd/quickstart.py:308 -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." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project language" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: cmd/quickstart.py:329 -msgid "Source file suffix" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: cmd/quickstart.py:334 -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." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: cmd/quickstart.py:342 -msgid "Name of your master document (without suffix)" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:352 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:359 -msgid "sphinx-quickstart will not overwrite the existing file." +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: cmd/quickstart.py:362 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: cmd/quickstart.py:371 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: cmd/quickstart.py:381 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: cmd/quickstart.py:391 -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." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: cmd/quickstart.py:397 -msgid "Create Makefile? (y/n)" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: cmd/quickstart.py:401 -msgid "Create Windows command file? (y/n)" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: cmd/quickstart.py:453 ext/apidoc.py:92 +#: cmd/build.py:357 #, python-format -msgid "Creating file %s." +msgid "cannot open warning file '%s': %s" msgstr "" -#: cmd/quickstart.py:458 ext/apidoc.py:89 -#, python-format -msgid "File %s already exists, skipping." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:501 -msgid "Finished: An initial directory structure has been created." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:504 +#: domains/javascript.py:183 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:512 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:515 +#: domains/javascript.py:186 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:522 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:557 -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:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/build.py:153 cmd/quickstart.py:567 ext/apidoc.py:374 -#: ext/autosummary/generate.py:766 -msgid "For more information, visit ." +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:577 -msgid "quiet mode" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:587 -msgid "project root" +#: 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:590 -msgid "Structure options" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:596 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (moduuli)" -#: cmd/quickstart.py:602 -msgid "if specified, create build dir under source dir" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: cmd/quickstart.py:608 -msgid "replacement for dot in _templates etc." +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: cmd/quickstart.py:611 -msgid "Project basic options" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: cmd/quickstart.py:613 -msgid "project name" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: cmd/quickstart.py:616 -msgid "author names" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:623 -msgid "version of project" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "moduuli" + +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:630 -msgid "release of project" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: cmd/quickstart.py:637 -msgid "document language" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:640 -msgid "source file suffix" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "Muutettu versiossa %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "Poistettu versiosta %s alkaen" + +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:643 -msgid "master document name" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:646 -msgid "use epub" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: cmd/quickstart.py:649 -msgid "Extension options" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:656 ext/apidoc.py:578 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "enable %s extension" +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:663 ext/apidoc.py:570 -msgid "enable arbitrary extensions" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:666 -msgid "Makefile and Batchfile creation" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:672 -msgid "create makefile" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:678 -msgid "do not create makefile" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:685 -msgid "create batchfile" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:691 -msgid "do not create batchfile" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:700 -msgid "use make-mode for Makefile/make.bat" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:703 ext/apidoc.py:581 -msgid "Project templating" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: cmd/quickstart.py:709 ext/apidoc.py:587 -msgid "template directory for template files" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: cmd/quickstart.py:716 -msgid "define a template variable" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: cmd/quickstart.py:751 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: cmd/quickstart.py:770 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: cmd/quickstart.py:777 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" - -#: cmd/quickstart.py:795 +#: environment/__init__.py:347 #, python-format -msgid "Invalid template variable: %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: cmd/build.py:49 -msgid "Exception occurred while building, starting debugger:" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: _cli/util/errors.py:129 cmd/build.py:65 -msgid "Interrupted!" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: cmd/build.py:67 -msgid "reST markup error:" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: _cli/util/errors.py:143 cmd/build.py:73 -msgid "Encoding error:" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: cmd/build.py:78 cmd/build.py:108 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." +msgid "Domain %r is not registered" msgstr "" -#: _cli/util/errors.py:148 cmd/build.py:90 -msgid "Recursion error:" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: _cli/util/errors.py:152 cmd/build.py:94 -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.:" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: _cli/util/errors.py:165 cmd/build.py:103 -msgid "Exception occurred:" +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: _cli/util/errors.py:178 cmd/build.py:117 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: cmd/build.py:124 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: cmd/build.py:144 -msgid "job number should be a positive number" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: cmd/build.py:154 -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" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: cmd/build.py:180 -msgid "path to documentation source files" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: cmd/build.py:183 -msgid "path to output directory" +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: cmd/build.py:188 +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: cmd/build.py:194 -msgid "general options" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: cmd/build.py:201 -msgid "builder to use (default: 'html')" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: cmd/build.py:210 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: _cli/__init__.py:199 +msgid "Show this message and exit." msgstr "" -#: cmd/build.py:220 -msgid "write all files (default: only write new and changed files)" +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: cmd/build.py:227 -msgid "don't use a saved environment, always read all files" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: cmd/build.py:230 -msgid "path options" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." msgstr "" -#: cmd/build.py:236 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: cmd/build.py:246 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: cmd/build.py:255 -msgid "use no configuration file, only use settings from -D options" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" msgstr "" -#: cmd/build.py:264 -msgid "override a setting in configuration file" -msgstr "" +#: builders/html/__init__.py:489 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" -#: cmd/build.py:273 -msgid "pass a value into HTML templates" -msgstr "" +#: builders/latex/__init__.py:203 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 "Sisällysluettelo" -#: cmd/build.py:282 -msgid "define tag: include \"only\" blocks with TAG" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: cmd/build.py:289 -msgid "nitpicky mode: warn about all missing references" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: cmd/build.py:292 -msgid "console output options" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: cmd/build.py:299 -msgid "increase verbosity (can be repeated)" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: cmd/build.py:306 ext/apidoc.py:413 -msgid "no output on stdout, just warnings on stderr" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: cmd/build.py:313 -msgid "no output at all, not even warnings" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: cmd/build.py:321 -msgid "do emit colored output (default: auto-detect)" +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: cmd/build.py:329 -msgid "do not emit colored output (default: auto-detect)" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: cmd/build.py:332 -msgid "warning control options" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: cmd/build.py:338 -msgid "write warnings (and errors) to given file" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: cmd/build.py:345 -msgid "turn warnings into errors" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: cmd/build.py:353 -msgid "show full traceback on exception" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: cmd/build.py:356 -msgid "run Pdb on exception" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: cmd/build.py:362 -msgid "raise an exception on warnings" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: cmd/build.py:405 -msgid "cannot combine -a option and filenames" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: cmd/build.py:437 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "[image: %s]" msgstr "" -#: cmd/build.py:456 -msgid "-D option argument must be in the form name=value" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: cmd/build.py:463 -msgid "-A option argument must be in the form name=value" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: builders/linkcheck.py:75 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/linkcheck.py:146 +#: writers/latex.py:614 #, python-format -msgid "broken link: %s (%s)" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/linkcheck.py:540 -#, python-format -msgid "Anchor '%s' not found" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/linkcheck.py:742 +#: writers/latex.py:1230 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +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/singlehtml.py:37 +#: writers/latex.py:1626 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/singlehtml.py:173 -msgid "assembling single document" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: builders/latex/__init__.py:346 builders/manpage.py:56 -#: builders/singlehtml.py:178 builders/texinfo.py:121 -msgid "writing" +#: 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/singlehtml.py:191 -msgid "writing additional files" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: builders/manpage.py:39 +#: directives/code.py:87 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "Invalid caption: %s" msgstr "" -#: builders/manpage.py:47 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: 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 "" -#: builders/manpage.py:73 +#: directives/code.py:216 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: builders/text.py:34 +#: directives/code.py:231 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: builders/html/__init__.py:1239 builders/text.py:81 builders/xml.py:97 +#: directives/code.py:235 #, python-format -msgid "error writing file %s: %s" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: builders/xml.py:38 +#: directives/code.py:276 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Object named %r not found in include file %r" msgstr "" -#: builders/xml.py:110 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: builders/texinfo.py:47 +#: directives/code.py:314 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: builders/texinfo.py:49 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: builders/texinfo.py:78 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: builders/texinfo.py:90 +#: directives/other.py:156 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: builders/latex/__init__.py:324 builders/texinfo.py:115 +#: directives/other.py:169 #, python-format -msgid "processing %s" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: builders/latex/__init__.py:404 builders/texinfo.py:174 -msgid "resolving references..." +#: 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 "" -#: builders/latex/__init__.py:415 builders/texinfo.py:184 -msgid " (in " +#: directives/other.py:209 +msgid "Author: " +msgstr "Tekijä: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: builders/_epub_base.py:423 builders/html/__init__.py:778 -#: builders/latex/__init__.py:482 builders/texinfo.py:202 -msgid "copying images... " +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: builders/_epub_base.py:445 builders/latex/__init__.py:497 -#: builders/texinfo.py:219 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Tehtävä vielä" + +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:226 -msgid "copying Texinfo support files" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:234 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/gettext.py:230 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/__init__.py:383 builders/gettext.py:251 -#, python-format -msgid "building [%s]: " +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: builders/gettext.py:252 -#, python-format -msgid "targets for %d template files" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: builders/gettext.py:257 -msgid "reading templates... " +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: builders/gettext.py:292 -msgid "writing message catalogs... " +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: builders/__init__.py:212 +#: ext/viewcode.py:359 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "

Source code for %s

" msgstr "" -#: builders/__init__.py:220 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: builders/__init__.py:243 -msgid "building [mo]: " +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: builders/__init__.py:246 builders/__init__.py:741 builders/__init__.py:773 -msgid "writing output... " -msgstr "" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "" -#: builders/__init__.py:263 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "all of %d po files" +msgid "module %s could not be imported: %s" msgstr "" -#: builders/__init__.py:285 +#: ext/coverage.py:148 #, python-format -msgid "targets for %d po files that are specified" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +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/__init__.py:297 +#: ext/coverage.py:187 #, python-format -msgid "targets for %d po files that are out of date" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/__init__.py:307 -msgid "all source files" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/__init__.py:319 +#: ext/coverage.py:452 #, python-format -msgid "file %r given on command line does not exist, " +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/__init__.py:325 +#: 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/imgmath.py:148 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/__init__.py:336 +#: ext/imgmath.py:167 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/__init__.py:351 +#: ext/imgmath.py:326 #, python-format -msgid "%d source files given on command line" +msgid "display latex %r: %s" msgstr "" -#: builders/__init__.py:366 +#: ext/imgmath.py:362 #, python-format -msgid "targets for %d source files that are out of date" +msgid "inline latex %r: %s" msgstr "" -#: builders/__init__.py:394 -msgid "looking for now-outdated files... " +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: builders/__init__.py:398 +#: ext/imgconverter.py:44 #, python-format -msgid "%d found" +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 "" -#: builders/__init__.py:400 -msgid "none found" +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/__init__.py:407 -msgid "pickling environment" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: builders/__init__.py:414 -msgid "checking consistency" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: builders/__init__.py:418 -msgid "no targets are out of date." +#: 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 "" -#: builders/__init__.py:458 -msgid "updating environment: " +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:483 +#: ext/doctest.py:124 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "'%s' is not a valid option." msgstr "" -#: builders/__init__.py:519 +#: ext/doctest.py:139 #, 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 "'%s' is not a valid pyversion option" +msgstr "" + +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/__init__.py:528 +#: ext/doctest.py:297 #, 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." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/__init__.py:539 +#: ext/doctest.py:451 #, 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 "no code/output in %s block at %s:%s" msgstr "" -#: builders/__init__.py:546 +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" + +#: ext/extlinks.py:82 #, 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." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:565 builders/__init__.py:581 -msgid "reading sources... " +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: builders/__init__.py:698 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "docnames to write: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/__init__.py:711 -msgid "preparing documents" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/__init__.py:714 -msgid "copying assets" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/__init__.py:866 +#: ext/graphviz.py:328 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/epub3.py:83 +#: ext/graphviz.py:339 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: 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:220 -msgid "conf value \"epub_language\" (or \"language\") 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:227 -msgid "conf value \"epub_uid\" should be XML NAME 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:231 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: 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/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: builders/epub3.py:255 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +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 "" + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1289 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "invalid css_file: %r, ignored" +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:222 +#: builders/_epub_base.py:223 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: builders/_epub_base.py:434 +#: builders/_epub_base.py:436 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: builders/_epub_base.py:465 +#: builders/_epub_base.py:467 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: builders/_epub_base.py:477 +#: builders/_epub_base.py:479 msgid "Pillow not found - copying image files" msgstr "" -#: builders/_epub_base.py:512 +#: builders/_epub_base.py:514 msgid "writing mimetype file..." msgstr "" -#: builders/_epub_base.py:521 +#: builders/_epub_base.py:523 msgid "writing META-INF/container.xml file..." msgstr "" -#: builders/_epub_base.py:558 +#: builders/_epub_base.py:561 msgid "writing content.opf file..." msgstr "" -#: builders/_epub_base.py:590 +#: builders/_epub_base.py:594 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: builders/_epub_base.py:745 +#: builders/_epub_base.py:748 msgid "node has an invalid level" msgstr "" -#: builders/_epub_base.py:764 +#: builders/_epub_base.py:768 msgid "writing toc.ncx file..." msgstr "" -#: builders/_epub_base.py:793 +#: builders/_epub_base.py:801 #, python-format msgid "writing %s file..." msgstr "" -#: builders/changes.py:33 +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/changes.py:29 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: builders/changes.py:60 +#: builders/changes.py:61 #, python-format msgid "no changes in version %s." msgstr "" -#: builders/changes.py:62 +#: builders/changes.py:63 msgid "writing summary file..." msgstr "" -#: builders/changes.py:74 +#: builders/changes.py:75 msgid "Builtins" msgstr "" -#: builders/changes.py:76 +#: builders/changes.py:77 msgid "Module level" msgstr "Moduulitaso" -#: builders/changes.py:128 +#: builders/changes.py:129 msgid "copying source files..." msgstr "" -#: builders/changes.py:137 +#: builders/changes.py:138 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: util/rst.py:72 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/docfields.py:95 -#, 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/osutil.py:130 +#: builders/manpage.py:64 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:419 +#: builders/epub3.py:84 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: util/nodes.py:487 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: util/nodes.py:701 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: util/fileutil.py:74 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: util/inventory.py:170 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:185 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:284 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:747 -#, python-format -msgid "unknown node type: %r" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: util/display.py:81 -msgid "skipped" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/display.py:86 -msgid "failed" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:103 -#, python-format -msgid "reading error: %s, %s" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:110 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "writing error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:138 +#: 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:230 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "building [%s]: " msgstr "" -#: 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." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: directives/code.py:87 +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "" + +#: builders/text.py:27 #, python-format -msgid "Invalid caption: %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: directives/code.py:132 directives/code.py:297 directives/code.py:484 +#: builders/__init__.py:230 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:238 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "" + +#: 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:234 +#: 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 "" -#: directives/other.py:122 +#: 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:155 environment/adapters/toctree.py:355 +#: 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:158 environment/adapters/toctree.py:359 +#: 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:171 +#: 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:204 -msgid "Section author: " -msgstr "Luvun kirjoittaja: " - -#: directives/other.py:206 -msgid "Module author: " -msgstr "Moduulin kirjoittaja: " - -#: directives/other.py:208 -msgid "Code author: " +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/other.py:210 -msgid "Author: " -msgstr "Tekijä: " +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "" -#: directives/other.py:284 -msgid ".. acks content is not a list" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: directives/other.py:309 -msgid ".. hlist content is not a list" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: _cli/__init__.py:75 -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: 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:112 _cli/__init__.py:183 -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:172 +#: 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:182 -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:194 -msgid "Show the version and exit." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:202 -msgid "Show this message and exit." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:206 -msgid "Logging" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:213 -msgid "Increase verbosity (can be repeated)" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:221 -msgid "Only print errors and warnings." +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:228 -msgid "No output at all" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: _cli/__init__.py:234 -msgid "" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:265 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:198 -#: transforms/__init__.py:133 writers/manpage.py:102 writers/texinfo.py:219 -#, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "" -#: transforms/__init__.py:143 -msgid "could not calculate translation progress!" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:148 -msgid "no translated elements!" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: transforms/__init__.py:267 +#: builders/linkcheck.py:150 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "broken link: %s (%s)" msgstr "" -#: transforms/__init__.py:313 +#: builders/linkcheck.py:549 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "Anchor '%s' not found" msgstr "" -#: transforms/__init__.py:322 -msgid "Footnote [*] is not referenced." +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/__init__.py:333 -msgid "Footnote [#] is not referenced." +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:228 transforms/i18n.py:303 +#: 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ä" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Muista" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Katso myös" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Vihje" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Varoitus" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:273 +#: transforms/i18n.py:276 +#, python-brace-format msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: transforms/i18n.py:323 +#: transforms/i18n.py:326 +#, python-brace-format msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:345 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: ext/linkcode.py:75 ext/viewcode.py:201 -msgid "[source]" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: ext/imgconverter.py:40 -#, 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" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#: transforms/__init__.py:258 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: ext/imgconverter.py:68 +#: transforms/__init__.py:299 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "Footnote [%s] is not referenced." msgstr "" -#: ext/viewcode.py:258 -msgid "highlighting module code... " +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: ext/viewcode.py:286 -msgid "[docs]" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: ext/viewcode.py:306 -msgid "Module code" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: ext/viewcode.py:312 +#: util/inventory.py:166 #, python-format -msgid "

Source code for %s

" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: ext/viewcode.py:338 -msgid "Overview: module code" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: ext/viewcode.py:339 -msgid "

All modules for which code is available

" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: ext/coverage.py:47 +#: util/i18n.py:146 #, python-format -msgid "invalid regex %r in %s" +msgid "locale_dir %s does not exist" msgstr "" -#: ext/coverage.py:134 ext/coverage.py:280 +#: util/i18n.py:244 #, python-format -msgid "module %s could not be imported: %s" +msgid "Invalid Babel locale: %r." msgstr "" -#: ext/coverage.py:141 +#: util/i18n.py:253 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: ext/coverage.py:149 +#: util/fileutil.py:76 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: ext/coverage.py:163 +#: util/fileutil.py:89 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +msgid "Writing evaluated template result to %s" msgstr "" -#: ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: util/display.py:87 +msgid "failed" msgstr "" -#: ext/coverage.py:429 +#: util/osutil.py:131 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: ext/coverage.py:445 +#: util/docfields.py:103 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: ext/coverage.py:458 +#: util/nodes.py:454 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: ext/todo.py:71 -msgid "Todo" -msgstr "Tehtävä vielä" - -#: ext/todo.py:104 +#: util/nodes.py:521 #, python-format -msgid "TODO entry found: %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: ext/todo.py:163 -msgid "<>" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: ext/todo.py:165 +#: util/docutils.py:325 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "unknown directive name: %s" msgstr "" -#: ext/todo.py:175 -msgid "original entry" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: ext/extlinks.py:82 +#: util/docutils.py:805 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgid "unknown node type: %r" msgstr "" -#: ext/doctest.py:115 +#: util/rst.py:73 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "default role %s not found" msgstr "" -#: ext/doctest.py:120 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "'%s' is not a valid option." +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/doctest.py:134 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/doctest.py:220 -msgid "invalid TestCode type" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: ext/doctest.py:281 -#, python-format +#: transforms/post_transforms/__init__.py:88 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/doctest.py:434 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/doctest.py:522 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" + +#: builders/latex/transforms.py:121 #, python-format -msgid "dot code %r: %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: ext/graphviz.py:436 ext/graphviz.py:444 +#: builders/latex/transforms.py:487 #, python-format -msgid "[graph: %s]" +msgid "No footnote was found for given reference node %r" msgstr "" -#: ext/graphviz.py:438 ext/graphviz.py:446 -msgid "[graph]" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:52 -msgid "Link to this equation" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: ext/apidoc.py:85 +#: builders/latex/__init__.py:115 #, python-format -msgid "Would create file %s." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: ext/apidoc.py:375 +#: 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." +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: ext/apidoc.py:392 -msgid "path to module to document" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: ext/apidoc.py:396 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: ext/apidoc.py:407 -msgid "directory to place all output" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: ext/apidoc.py:422 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: ext/apidoc.py:429 -msgid "overwrite existing files" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: ext/apidoc.py:437 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: ext/apidoc.py:446 -msgid "run the script without creating files" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: ext/apidoc.py:453 -msgid "put documentation for each module on its own page" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: ext/apidoc.py:460 -msgid "include \"_private\" modules" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: ext/apidoc.py:467 -msgid "filename of table of contents (default: modules)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: ext/apidoc.py:474 -msgid "don't create a table of contents file" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: ext/apidoc.py:481 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: ext/apidoc.py:492 -msgid "put module documentation before submodule documentation" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: ext/apidoc.py:498 +#: builders/html/__init__.py:386 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: ext/apidoc.py:508 -msgid "file suffix (default: rst)" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Yleinen sisällysluettelo" + +#: builders/html/__init__.py:510 +msgid "index" +msgstr "hakemisto" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: ext/apidoc.py:515 ext/autosummary/generate.py:839 -msgid "Remove existing files in the output directory that were not generated" +#: builders/html/__init__.py:592 +msgid "next" +msgstr ">" + +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "<" + +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: ext/apidoc.py:524 -msgid "generate a full project with sphinx-quickstart" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: ext/apidoc.py:531 -msgid "append module_path to sys.path, used when --full is given" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: ext/apidoc.py:538 -msgid "project name (default: root module name)" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: ext/apidoc.py:545 -msgid "project author(s), used when --full is given" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: ext/apidoc.py:552 -msgid "project version, used when --full is given" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: ext/apidoc.py:559 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: ext/apidoc.py:564 -msgid "extension options" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: ext/apidoc.py:638 +#: builders/html/__init__.py:936 #, python-format -msgid "%s is not a directory." +msgid "cannot copy static file %r" msgstr "" -#: ext/apidoc.py:710 ext/autosummary/generate.py:875 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: ext/autosectionlabel.py:48 +#: builders/html/__init__.py:951 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "cannot copy extra file %r" msgstr "" -#: domains/std/__init__.py:703 domains/std/__init__.py:812 -#: ext/autosectionlabel.py:52 +#: builders/html/__init__.py:957 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "Failed to write build info file: %r" msgstr "" -#: ext/duration.py:85 +#: builders/html/__init__.py:1007 msgid "" -"====================== slowest reading durations =======================" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: ext/imgmath.py:159 +#: builders/html/__init__.py:1054 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: ext/imgmath.py:174 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: ext/imgmath.py:328 +#: builders/html/__init__.py:1231 #, python-format -msgid "display latex %r: %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 "" -#: ext/imgmath.py:362 +#: builders/html/__init__.py:1239 #, python-format -msgid "inline latex %r: %s" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: writers/latex.py:1090 writers/manpage.py:263 writers/texinfo.py:662 -msgid "Footnotes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: writers/manpage.py:309 writers/text.py:936 +#: builders/html/__init__.py:1280 #, python-format -msgid "[image: %s]" +msgid "dumping search index in %s" msgstr "" -#: writers/manpage.py:310 writers/text.py:937 -msgid "[image]" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: writers/html5.py:99 writers/html5.py:108 -msgid "Link to this definition" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: writers/html5.py:415 +#: builders/html/__init__.py:1361 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: writers/html5.py:427 +#: builders/html/__init__.py:1375 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:482 -msgid "Link to this term" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: writers/html5.py:525 writers/html5.py:530 -msgid "Link to this heading" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:535 -msgid "Link to this table" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: writers/html5.py:549 writers/latex.py:1099 +#: builders/html/__init__.py:1422 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "favicon file %r does not exist" msgstr "" -#: writers/html5.py:613 -msgid "Link to this code" +#: 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 "" -#: writers/html5.py:615 -msgid "Link to this image" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: writers/html5.py:617 -msgid "Link to this toctree" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: writers/html5.py:758 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" msgstr "" -#: builders/latex/__init__.py:205 domains/std/__init__.py:646 -#: domains/std/__init__.py:658 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:513 -msgid "Index" -msgstr "Sisällysluettelo" - -#: writers/latex.py:743 writers/texinfo.py:644 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" - -#: writers/texinfo.py:1216 -msgid "caption not inside a figure." -msgstr "" - -#: writers/texinfo.py:1302 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "unimplemented node type: %r" +msgid "(in %s)" msgstr "" -#: writers/latex.py:360 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/latex/__init__.py:223 writers/latex.py:410 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: writers/latex.py:428 -msgid "too large :maxdepth:, ignored." +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: writers/latex.py:590 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:708 -msgid "document title is not a single Text node" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: writers/latex.py:1175 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: writers/latex.py:1573 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: writers/latex.py:1931 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "unknown index entry type %s found" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/std/__init__.py:87 domains/std/__init__.py:104 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "environment variable; %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:112 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "%s; configuration value" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/std/__init__.py:166 -msgid "Type" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:176 -msgid "Default" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:235 +#: ext/intersphinx/_load.py:102 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: domains/std/__init__.py:306 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s command line option" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: domains/std/__init__.py:308 -msgid "command line option" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:430 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:438 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:444 domains/std/__init__.py:457 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:602 -msgid "glossary term" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:603 -msgid "grammar token" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:604 -msgid "reference label" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:607 -msgid "environment variable" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:608 -msgid "program option" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:609 -msgid "document" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:647 domains/std/__init__.py:659 -msgid "Module Index" -msgstr "Moduuli sisällysluettelo" - -#: domains/std/__init__.py:648 domains/std/__init__.py:660 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Etsi sivu" - -#: domains/std/__init__.py:722 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:932 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:940 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:952 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:966 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:969 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/std/__init__.py:1200 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/std/__init__.py:1202 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "%s() (in module %s)" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/python/__init__.py:167 domains/python/__init__.py:334 -#: domains/python/__init__.py:385 domains/python/__init__.py:424 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "%s (in module %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/python/__init__.py:169 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s (built-in variable)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/python/__init__.py:194 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "%s (built-in class)" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/python/__init__.py:195 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "%s (class in %s)" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" +#: 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 "" -#: domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/python/__init__.py:559 -msgid "Python Module Index" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/python/__init__.py:560 -msgid "modules" -msgstr "moduulit" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "" -#: domains/python/__init__.py:637 -msgid "Deprecated" -msgstr "Poistettu" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" -#: domains/python/__init__.py:663 -msgid "exception" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/python/__init__.py:665 -msgid "class method" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/python/__init__.py:666 -msgid "static method" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/python/__init__.py:668 -msgid "property" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/python/__init__.py:669 -msgid "type alias" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/python/__init__.py:729 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/python/__init__.py:858 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/python/__init__.py:920 -msgid " (deprecated)" -msgstr " (poistettu)" - -#: domains/c/__init__.py:304 domains/cpp/__init__.py:441 -#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 -msgid "Parameters" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/python/_object.py:169 -msgid "Variables" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/python/_object.py:173 -msgid "Raises" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/c/__init__.py:199 -#, python-format -msgid "%s (C %s)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/c/__init__.py:260 domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/c/__init__.py:307 domains/cpp/__init__.py:454 -msgid "Return values" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/c/__init__.py:679 domains/cpp/__init__.py:860 -msgid "member" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: domains/c/__init__.py:680 -msgid "variable" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: domains/c/__init__.py:682 -msgid "macro" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: domains/c/__init__.py:683 -msgid "struct" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: domains/c/__init__.py:684 domains/cpp/__init__.py:858 -msgid "union" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: domains/c/__init__.py:685 domains/cpp/__init__.py:863 -msgid "enum" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: domains/c/__init__.py:686 domains/cpp/__init__.py:864 -msgid "enumerator" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" msgstr "" -#: domains/c/__init__.py:687 domains/cpp/__init__.py:861 -msgid "type" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: domains/c/__init__.py:689 domains/cpp/__init__.py:866 -msgid "function parameter" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: domains/cpp/__init__.py:277 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "%s (C++ %s)" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: domains/cpp/__init__.py:862 -msgid "concept" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: domains/cpp/__init__.py:867 -msgid "template parameter" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" 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" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Siirry" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Näytä lähdekoodina" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navikointi" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Tietoja tästä documentistä" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: themes/basic/layout.html:201 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: themes/basic/layout.html:204 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: themes/basic/genindex-single.html:26 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Index – %(key)s" +msgid "invalid value for member-order option: %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" - -#: 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/opensearch.xml:4 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Search %(docstitle)s" -msgstr "" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Tämä sivu" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Yhteenveto" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" 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" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Yleinen sisällysluettelo" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Pikahaku" - -#: themes/basic/search.html:20 +#: ext/autodoc/__init__.py:1201 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Javascript pitää olla sallittu, jotta etsintä toimii." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" -#: themes/basic/search.html:28 +#: ext/autodoc/__init__.py:1278 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "etsi" - -#: 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/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: 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 "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: ext/autodoc/__init__.py:1966 #, 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" +msgid "Bases: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "alias of TypeVar(%s)" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Piilota löydetyt" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Etsinnän tulos" - -#: 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." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: themes/basic/static/searchtools.js:123 -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/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: ext/autosummary/__init__.py:284 +#, python-format +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: ext/autosummary/__init__.py:288 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: environment/collectors/asset.py:96 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "image file not readable: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: environment/collectors/asset.py:124 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "image file %s not readable: %s" +msgid "failed to parse name %s" msgstr "" -#: environment/collectors/asset.py:161 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "download file not readable: %s" +msgid "failed to import object %s" msgstr "" -#: environment/collectors/toctree.py:258 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: environment/adapters/toctree.py:318 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: environment/adapters/toctree.py:342 -#, python-format +#: ext/autosummary/__init__.py:937 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: environment/adapters/toctree.py:357 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: environment/adapters/indexentries.py:126 +#: ext/autosummary/generate.py:588 #, python-format -msgid "see %s" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: environment/adapters/indexentries.py:136 +#: ext/autosummary/generate.py:592 #, python-format -msgid "see also %s" +msgid "[autosummary] writing to %s" msgstr "" -#: environment/adapters/indexentries.py:144 +#: ext/autosummary/generate.py:637 #, python-format -msgid "unknown index entry type %r" +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: environment/adapters/indexentries.py:270 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/autosummary/generate.py:836 +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 "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autosummary/generate.py:882 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autosummary/generate.py:890 #, python-format -msgid "Failed to read build info file: %r" +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:363 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/html/__init__.py:382 -#, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "hakemisto" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -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 "" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "<" - -#: builders/html/__init__.py:695 -msgid "generating indices" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/html/__init__.py:710 -msgid "writing additional pages" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/html/__init__.py:793 -#, python-format -msgid "cannot copy image file '%s': %s" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/html/__init__.py:805 -msgid "copying downloadable files... " +#: _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:817 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/html/__init__.py:863 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %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:881 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %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 "Etsi" -#: builders/html/__init__.py:916 -msgid "copying static files" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Siirry" -#: builders/html/__init__.py:933 -#, python-format -msgid "cannot copy static file %r" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Näytä lähdekoodina" -#: builders/html/__init__.py:938 -msgid "copying extra files" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: builders/html/__init__.py:948 -#, python-format -msgid "cannot copy extra file %r" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Pikahaku" -#: builders/html/__init__.py:954 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Hakemisto aakkostus sivuttain" -#: builders/html/__init__.py:1003 -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: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" -#: builders/html/__init__.py:1051 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "voi olla iso" -#: builders/html/__init__.py:1213 -#, python-format +#: themes/basic/search.html:20 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 "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Javascript pitää olla sallittu, jotta etsintä toimii." -#: builders/html/__init__.py:1222 -#, python-format +#: themes/basic/search.html:28 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: builders/html/__init__.py:1255 -msgid "dumping object inventory" -msgstr "" - -#: builders/html/__init__.py:1263 -#, python-format -msgid "dumping search index in %s" -msgstr "" - -#: builders/html/__init__.py:1306 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1339 -msgid "Many math_renderers are registered. But no math_renderer is selected." +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: builders/html/__init__.py:1344 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "etsi" -#: builders/html/__init__.py:1358 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navikointi" -#: builders/html/__init__.py:1363 +#: themes/basic/layout.html:115 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "Search within %(docstitle)s" msgstr "" -#: builders/html/__init__.py:1378 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Tietoja tästä documentistä" -#: builders/html/__init__.py:1383 -#, python-format -msgid "html_static_path entry %r does not exist" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: builders/html/__init__.py:1394 builders/latex/__init__.py:504 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "logo file %r does not exist" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: builders/html/__init__.py:1405 +#: themes/basic/layout.html:201 #, python-format -msgid "favicon file %r does not exist" +msgid "Last updated on %(last_updated)s." msgstr "" -#: builders/html/__init__.py:1417 +#: themes/basic/layout.html:204 #, 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:1430 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" - -#: builders/html/__init__.py:1447 -#, python-format -msgid "%s %s documentation" -msgstr "" - -#: builders/latex/transforms.py:118 -msgid "Failed to get a docname!" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: builders/latex/transforms.py:119 -#, python-format -msgid "Failed to get a docname for source %r!" -msgstr "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Tämä sivu" -#: builders/latex/transforms.py:485 -#, python-format -msgid "No footnote was found for given reference node %r" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "<<" -#: builders/latex/__init__.py:117 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "<<" -#: builders/latex/__init__.py:119 -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/relations.html:11 +msgid "Next topic" +msgstr ">>" -#: builders/latex/__init__.py:157 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr ">>" -#: builders/latex/__init__.py:169 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Search %(docstitle)s" msgstr "" -#: builders/latex/__init__.py:208 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Yhteenveto" -#: builders/latex/__init__.py:429 -msgid "copying TeX support files" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: builders/latex/__init__.py:466 -msgid "copying additional files" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: builders/latex/__init__.py:540 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: builders/latex/__init__.py:548 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: _cli/util/errors.py:124 -msgid "Exception occurred, starting debugger:" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Etsi sivu" -#: _cli/util/errors.py:133 -msgid "reStructuredText markup error:" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: _cli/util/errors.py:168 -msgid "The full traceback has been saved in:" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Yleinen moduulien sisällysluettelo" -#: _cli/util/errors.py:172 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: transforms/post_transforms/__init__.py:125 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: transforms/post_transforms/__init__.py:185 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Index – %(key)s" msgstr "" -#: transforms/post_transforms/__init__.py:251 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: transforms/post_transforms/__init__.py:257 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%r reference target not found: %s" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s" -#: transforms/post_transforms/images.py:77 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: transforms/post_transforms/images.py:94 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: transforms/post_transforms/images.py:141 -#, python-format -msgid "Unknown image format: %s..." +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/napoleon/docstring.py:707 -msgid "Example" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:708 -msgid "Examples" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Etsinnän tulos" -#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 -msgid "Keyword Arguments" +#: themes/basic/static/searchtools.js:125 +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/napoleon/docstring.py:768 -msgid "Notes" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/napoleon/docstring.py:777 -msgid "Other Parameters" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/napoleon/docstring.py:813 -msgid "Receives" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/napoleon/docstring.py:817 -msgid "References" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/napoleon/docstring.py:849 -msgid "Warns" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Piilota löydetyt" -#: ext/napoleon/docstring.py:853 -msgid "Yields" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/napoleon/docstring.py:1015 +#: 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:1022 +#: 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:1029 +#: 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:1036 +#: 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/autosummary/__init__.py:256 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "see %s" msgstr "" -#: ext/autosummary/__init__.py:258 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "see also %s" msgstr "" -#: ext/autosummary/__init__.py:277 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/autosummary/__init__.py:330 +#: environment/collectors/asset.py:98 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "image file not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:344 +#: environment/collectors/asset.py:126 #, python-format -msgid "failed to parse name %s" +msgid "image file %s not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:349 +#: environment/collectors/asset.py:165 #, python-format -msgid "failed to import object %s" +msgid "download file not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:648 +#: environment/collectors/toctree.py:259 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/autosummary/__init__.py:819 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autosummary/__init__.py:827 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autosummary/generate.py:215 ext/autosummary/generate.py:391 +#: domains/cpp/__init__.py:302 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "%s (C++ %s)" msgstr "" -#: ext/autosummary/generate.py:526 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/autosummary/generate.py:530 -#, python-format -msgid "[autosummary] writing to %s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/autosummary/generate.py:572 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/autosummary/generate.py:767 -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" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/autosummary/generate.py:789 -msgid "source files to generate rST files for" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autosummary/generate.py:797 -msgid "directory to place all output in" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/autosummary/generate.py:805 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/autosummary/generate.py:813 -#, python-format -msgid "custom template directory (default: %(default)s)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/autosummary/generate.py:821 -#, python-format -msgid "document imported members (default: %(default)s)" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autosummary/generate.py:829 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/intersphinx/_resolve.py:47 -#, python-format -msgid "(in %s v%s)" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s)" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:103 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:113 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s() (in module %s)" msgstr "" -#: ext/intersphinx/_resolve.py:359 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s (in module %s)" msgstr "" -#: ext/intersphinx/_resolve.py:367 +#: domains/python/__init__.py:184 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "%s (built-in variable)" msgstr "" -#: ext/intersphinx/_resolve.py:378 +#: domains/python/__init__.py:219 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "%s (built-in class)" msgstr "" -#: ext/intersphinx/_resolve.py:585 +#: domains/python/__init__.py:220 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "%s (class in %s)" msgstr "" -#: ext/intersphinx/_load.py:59 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_load.py:70 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_load.py:81 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:92 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:101 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_load.py:120 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moduulit" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Poistettu" + +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:155 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:240 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:265 +#: domains/python/__init__.py:814 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:275 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:976 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:319 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (poistettu)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "environment variable; %s" msgstr "" -#: ext/autodoc/type_comment.py:132 +#: domains/std/__init__.py:116 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:142 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:239 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:415 +#: domains/std/__init__.py:319 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:532 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:807 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:902 -#, 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)" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:946 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:965 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1028 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1035 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1048 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1114 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1337 ext/autodoc/__init__.py:1414 -#: ext/autodoc/__init__.py:2829 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1633 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Moduuli sisällysluettelo" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1760 -#, python-format -msgid "Bases: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1774 +#: domains/std/__init__.py:1124 #, python-format -msgid "missing attribute %s in object %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1855 ext/autodoc/__init__.py:1892 -#: ext/autodoc/__init__.py:1987 +#: domains/std/__init__.py:1138 #, python-format -msgid "alias of %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1875 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2217 ext/autodoc/__init__.py:2317 +#: domains/std/__init__.py:1157 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2448 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:190 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: 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 "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo index 3bf81a9c898..17e64f7e08b 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 896a1190ce1..7dcb16e800a 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) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -10,7 +10,7 @@ # cyrille gachot , 2019 # David Georges, 2021 # Larlet David , 2008 -# Denis Bitouzé , 2020-2024 +# Denis Bitouzé , 2020-2025 # fgallaire , 2010 # fgallaire , 2010 # François Poirotte , 2016-2017,2020 @@ -35,153 +35,287 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-12-29 22:39+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Denis Bitouzé , 2020-2024\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.16.0\n" +"Generated-By: Babel 2.17.0\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: events.py:77 +#: config.py:362 #, python-format -msgid "Event %r already present" -msgstr "Évènement %r déjà présent" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "Le dossier de configuration ne contient pas de fichier conf.py (%s)" -#: events.py:370 +#: config.py:385 #, python-format -msgid "Unknown event name: %s" -msgstr "Nom d'évènement inconnu : %s" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "'%s' doit être '0' ou '1', a '%s'" -#: events.py:416 +#: config.py:390 #, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "Le gestionnaire %r de l'évènement %r a créé une exception." +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:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "nombre non valide %r pour l'option de configuration %r ; ignoré" + +#: config.py:410 +#, 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é" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "paramètre de configuration %r inconnu dans override ; ignoré" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "Aucune valeur de configuration du type : %r" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "L'option de configuration %r est déjà présente" + +#: config.py:552 +#, 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:588 +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." + +#: config.py:610 +#, 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:614 +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()" + +#: config.py:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "Échec de la conversion %r à un ensemble fixé" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Conversion de `source_suffix = %r` en `source_suffix = %r`." + +#: config.py:676 +#, 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)." + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Section %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tableau %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Code source %s" + +#: config.py:809 +#, 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} »." + +#: config.py:840 +#, 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:857 +#, 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:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r non trouvé; ignoré." -#: application.py:190 +#: config.py:889 +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:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Impossible de trouver le répertoire source (%s)" -#: application.py:194 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Le répertoire de sortie (%s) n'est pas un répertoire" -#: application.py:198 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Les dossiers source et destination ne doivent pas être identiques" -#: application.py:228 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s en cours d'exécution" -#: application.py:250 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Ce projet nécessite au minimum Sphinx v%s et ne peut donc être construit avec cette version." -#: application.py:266 +#: application.py:298 msgid "making output directory" msgstr "création du répertoire de sortie" -#: application.py:271 registry.py:452 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "lors de l'initialisation de l'extension %s :" -#: application.py:277 +#: application.py:310 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' tel que défini dans conf.py n'est pas un objet Python appelable. Veuillez modifier sa définition pour en faire une fonction appelable. Ceci est nécessaire pour que conf.py se comporte comme une extension Sphinx." -#: application.py:312 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "chargement des traductions [%s]... " -#: application.py:329 util/display.py:88 +#: application.py:377 util/display.py:89 msgid "done" msgstr "fait" -#: application.py:331 +#: application.py:379 msgid "not available for built-in messages" msgstr "traductions indisponibles" -#: application.py:345 +#: application.py:393 msgid "loading pickled environment" msgstr "chargement de l'environnement pickled" -#: application.py:353 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "échec : %s" -#: application.py:366 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Aucun constructeur sélectionné, utilisation du défaut : html" -#: application.py:398 +#: application.py:448 msgid "build finished with problems." msgstr "La compilation s'est terminée avec des problèmes." -#: application.py:400 +#: application.py:450 msgid "build succeeded." msgstr "La compilation a réussi." -#: application.py:404 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "La compilation s'est terminée avec des problèmes, 1 avertissement (avec les avertissements considérés comme des erreurs)." -#: application.py:407 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "La compilation s'est terminée avec des problèmes, 1 avertissement." -#: application.py:409 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "La compilation a réussi, 1 avertissement." -#: application.py:414 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "La compilation s'est terminée avec des problèmes, %s avertissements (avec les avertissements considérés comme des erreurs)." -#: application.py:417 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "La compilation s'est terminée avec des problèmes, %s avertissements." -#: application.py:419 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "La compilation a réussi, %s avertissements." -#: application.py:968 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "la classe de nœud %r est déjà enregistrée, ses visiteurs seront écrasés" -#: application.py:1047 +#: application.py:1128 #, python-format -msgid "directive %r is already registered, it will be overridden" -msgstr "la directive %r est déjà enregistrée, elle sera écrasée" +msgid "directive %r is already registered and will not be overridden" +msgstr "la directive %r est déjà enregistrée et ne sera pas remplacé." -#: application.py:1069 application.py:1094 +#: application.py:1154 application.py:1182 #, python-format -msgid "role %r is already registered, it will be overridden" -msgstr "le rôle %r est déjà enregistré, il sera écrasé" +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:1644 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -189,12 +323,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:1648 +#: application.py:1785 #, 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:1651 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -202,3941 +336,3938 @@ 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:1655 +#: application.py:1794 #, 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:1663 application.py:1667 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "sérialisation en cours %s" -#: roles.py:208 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "Vulnérabilités et expositions communes ; CVE %s" - -#: roles.py:231 -#, python-format -msgid "invalid CVE number %s" -msgstr "numéro CVE non valide %s" - -#: roles.py:253 +#: extension.py:58 #, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "Énumération des faiblesses communes ; CWE %s" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "L'extension %s est exigée par le paramètre needs_extensions, mais n'est pas chargée." -#: roles.py:276 +#: extension.py:79 #, python-format -msgid "invalid CWE number %s" -msgstr "numéro de CWE non valide %s" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "Ce projet nécessite que l'extension %s soit au minimum en version %s et par conséquent il ne peut pas être construit avec la version chargée (%s)." -#: roles.py:296 +#: events.py:81 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Event %r already present" +msgstr "Évènement %r déjà présent" -#: roles.py:319 +#: events.py:379 #, python-format -msgid "invalid PEP number %s" -msgstr "numéro PEP %s non valide" +msgid "Unknown event name: %s" +msgstr "Nom d'évènement inconnu : %s" -#: roles.py:357 +#: events.py:424 #, python-format -msgid "invalid RFC number %s" -msgstr "numéro RFC %snon valide" +msgid "Handler %r for event %r threw an exception" +msgstr "Le gestionnaire %r de l'évènement %r a créé une exception." -#: registry.py:144 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "La classe Builder %s n'a pas d'attribut « name »" -#: registry.py:146 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Le constructeur %r existe déjà (dans le module %s)" -#: registry.py:159 +#: registry.py:182 #, 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:166 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" msgstr "Constructeur %s non enregistré" -#: registry.py:173 +#: registry.py:199 #, python-format msgid "domain %s already registered" msgstr "le domaine %s a déjà été enregistré" -#: registry.py:196 registry.py:209 registry.py:220 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" msgstr "le domaine %s n'a pas encore été enregistré" -#: registry.py:200 +#: registry.py:230 #, 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:212 +#: registry.py:248 #, 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:223 +#: registry.py:261 #, 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:254 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" msgstr "Le type de l'objet %r est déjà enregistré" -#: registry.py:280 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" msgstr "Le type %r crossref_type est déjà enregistré" -#: registry.py:287 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" msgstr "L'extension source %r est déjà enregistrée" -#: registry.py:296 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser pour %r est déjà enregistré" -#: registry.py:304 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" msgstr "source_parser pour %s non enregistré" -#: registry.py:320 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" msgstr "Il existe déjà un traducteur pour %r" -#: registry.py:336 +#: registry.py:405 #, 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:419 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r est déjà enregistré" -#: registry.py:431 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "le moteur de rendu mathématique %s est déjà enregistré" -#: registry.py:446 +#: registry.py:531 #, 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:457 +#: registry.py:545 msgid "Original exception:\n" msgstr "Exception initiale :\n" -#: registry.py:458 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "L'extension %s ne peut pas être importée" -#: registry.py:463 +#: registry.py:554 #, 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:472 +#: registry.py:567 #, 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:480 +#: registry.py:579 #, 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:514 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "`None` n'est pas un type de fichier valide pour %r." -#: project.py:71 +#: roles.py:206 #, python-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." +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "Vulnérabilités et expositions communes ; CVE %s" -#: project.py:87 +#: roles.py:229 #, python-format -msgid "Ignored unreadable document %r." -msgstr "Document illisible %r ignoré." +msgid "invalid CVE number %s" +msgstr "numéro CVE non valide %s" + +#: roles.py:251 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "Énumération des faiblesses communes ; CWE %s" + +#: roles.py:274 +#, python-format +msgid "invalid CWE number %s" +msgstr "numéro de CWE non valide %s" + +#: roles.py:294 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "numéro PEP %s non valide" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "numéro RFC %snon valide" -#: highlighting.py:168 +#: 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:202 +#: highlighting.py:209 #, 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é." -#: extension.py:55 +#: project.py:72 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "L'extension %s est exigée par le paramètre needs_extensions, mais n'est pas chargée." +"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." -#: extension.py:76 +#: project.py:87 #, python-format -msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." -msgstr "Ce projet nécessite que l'extension %s soit au minimum en version %s et par conséquent il ne peut pas être construit avec la version chargée (%s)." +msgid "Ignored unreadable document %r." +msgstr "Document illisible %r ignoré." -#: theming.py:114 +#: theming.py:117 #, 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)." -#: theming.py:120 +#: theming.py:122 #, 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" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "l'option %r n'est pas supportée pour ce thème" -#: theming.py:207 +#: theming.py:218 #, 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" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "aucun thème nommé %r trouvé (theme.toml manquant ?)" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "Le thème %r a un héritage circulaire" -#: theming.py:275 +#: theming.py:286 #, 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" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "Le thème %r a trop d'ancêtres" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "aucun fichier de configuration de thème n'a été trouvé dans %r" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "Le thème %r n'a pas la table « thème »" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "La table thème « [theme] » %r n'est pas une table" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, 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" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "La table thème « [options » %r n'est pas une table" -#: theming.py:366 +#: theming.py:376 #, 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 »" -#: config.py:309 -#, 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)" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "insère automatiquement les docstrings des modules" -#: config.py:318 -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." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "tester automatiquement des extraits de code dans des blocs doctest" -#: config.py:341 -#, 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)" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "lien entre la documentation Sphinx de différents projets" -#: config.py:350 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nombre non valide %r pour l'option de configuration %r ; ignoré" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "entrées \"todo\" pouvant être montrées ou cachées à la compilation" -#: config.py:356 -#, 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é" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "vérification de la couverture de la documentation" -#: config.py:377 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "paramètre de configuration %r inconnu dans override ; ignoré" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "expressions mathématiques, traduites en images PNG ou SVG" -#: config.py:430 -#, python-format -msgid "No such config value: %r" -msgstr "Aucune valeur de configuration du type : %r" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "expressions mathématiques, transmises dans le navigateur à MathJax" -#: config.py:453 -#, python-format -msgid "Config value %r already present" -msgstr "L'option de configuration %r est déjà présente" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "inclusion conditionnelle du contenu basé sur la valeur de configuration" -#: config.py:489 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "ne peut pas mettre en cache une valeur de configuration non sélectionnable : %r (parce qu'il contient une fonction, une classe ou un objet de module)" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "inclure des liens vers le code source documenté des objets Python" -#: config.py:527 -#, 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" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "crée un fichier .nojekyll pour publier le document sur GitHub pages" -#: config.py:530 -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()" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Merci de saisir un chemin valide." + +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Merci de saisir du texte." -#: config.py:537 +#: cmd/quickstart.py:133 #, 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 "Please enter one of %s." +msgstr "Merci de saisir un des %s." -#: config.py:560 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "Échec de la conversion de %r en un ensemble ou un tuple " +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Merci de saisir 'y' ou 'n'." -#: config.py:581 config.py:586 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Conversion de `source_suffix = %r` en `source_suffix = %r`." +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Merci de saisir l'extension du fichier, par exemple '.rst' ou '.txt'." -#: config.py:589 +#: cmd/quickstart.py:229 #, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Bienvenue dans le kit de démarrage rapide de Sphinx %s." + +#: cmd/quickstart.py:234 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)." +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "Veuillez saisir des valeurs pour les paramètres suivants (tapez Entrée pour accepter la valeur par défaut, lorsque celle-ci est indiquée entre crochets)." -#: config.py:608 +#: cmd/quickstart.py:241 #, python-format -msgid "Section %s" -msgstr "Section %s" +msgid "Selected root path: %s" +msgstr "Chemin racine sélectionné : %s" -#: config.py:609 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Saisissez le répertoire racine de la documentation." -#: config.py:610 -#, python-format -msgid "Table %s" -msgstr "Tableau %s" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "racine de la documentation." -#: config.py:611 -#, python-format -msgid "Listing %s" -msgstr "Code source %s" +#: cmd/quickstart.py:254 +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." -#: config.py:718 -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} »." +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart n'écrasera pas un projet Sphinx existant." -#: config.py:742 -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__} »." +#: cmd/quickstart.py:262 +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)" -#: config.py:755 +#: cmd/quickstart.py:273 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__} »." +"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." -#: config.py:766 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r non trouvé; ignoré." +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Séparer les répertoires source et de sortie (y/n)" -#: config.py:778 +#: cmd/quickstart.py:286 msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "Depuis sa version 2.0, Sphinx utilise \"index\" comme root_doc par défaut. Veuillez ajouter \"root_doc = 'contents'\" à votre conf.py." - -#: domains/rst.py:128 domains/rst.py:185 -#, python-format -msgid "%s (directive)" -msgstr "%s (directive)" - -#: domains/rst.py:186 domains/rst.py:190 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (option de directive)" - -#: domains/rst.py:214 -#, python-format -msgid "%s (role)" -msgstr "%s (role)" +"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 (\"_\")." -#: domains/rst.py:224 -msgid "directive" -msgstr "directive" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Préfixe de nom pour les répertoires static et de gabarits (templates)" -#: domains/rst.py:225 -msgid "directive-option" -msgstr "option de directive" +#: cmd/quickstart.py:297 +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." -#: domains/rst.py:226 -msgid "role" -msgstr "role" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Nom du projet" -#: domains/rst.py:248 -#, 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" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Nom(s) de(s) l'auteur(s)" -#: domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (fonction de base)" +#: 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 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." -#: domains/javascript.py:166 domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (méthode %s)" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Version du projet" -#: domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Version du projet" -#: domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variable globale ou constante)" +#: 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 "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." -#: domains/javascript.py:172 domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (attribut %s)" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Langue du projet" -#: domains/javascript.py:255 -msgid "Arguments" -msgstr "Arguments" +#: 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 "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." -#: domains/cpp/__init__.py:447 domains/javascript.py:258 -msgid "Throws" -msgstr "Déclenche" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Extension des fichiers sources" -#: domains/c/__init__.py:310 domains/cpp/__init__.py:458 -#: domains/javascript.py:261 domains/python/_object.py:176 -msgid "Returns" -msgstr "Renvoie" +#: 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 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." -#: domains/c/__init__.py:312 domains/javascript.py:263 -#: domains/python/_object.py:178 -msgid "Return type" -msgstr "Type renvoyé" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Non du fichier principal (sans extension)" -#: domains/javascript.py:334 +#: cmd/quickstart.py:367 #, python-format -msgid "%s (module)" -msgstr "%s (module)" - -#: domains/c/__init__.py:681 domains/cpp/__init__.py:859 -#: domains/javascript.py:371 domains/python/__init__.py:660 -msgid "function" -msgstr "fonction" - -#: domains/javascript.py:372 domains/python/__init__.py:664 -msgid "method" -msgstr "méthode" +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." -#: domains/cpp/__init__.py:857 domains/javascript.py:373 -#: domains/python/__init__.py:662 -msgid "class" -msgstr "classe" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart n'écrasera pas les fichiers existants." -#: domains/javascript.py:374 domains/python/__init__.py:661 -msgid "data" -msgstr "données" +#: cmd/quickstart.py:377 +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" -#: domains/javascript.py:375 domains/python/__init__.py:667 -msgid "attribute" -msgstr "attribut" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Indiquer lesquelles de ces extensions Sphinx doivent être activées :" -#: domains/javascript.py:376 domains/python/__init__.py:670 -msgid "module" -msgstr "module" +#: cmd/quickstart.py:396 +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é." -#: domains/javascript.py:407 -#, 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" +#: cmd/quickstart.py:406 +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." -#: domains/changeset.py:25 -#, python-format -msgid "Added in version %s" -msgstr "Ajouté dans la version %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Création du Makefile ? (y/n)" -#: domains/changeset.py:26 -#, python-format -msgid "Changed in version %s" -msgstr "Modifié dans la version %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Création du fichier de commandes Windows ? (y/n)" -#: domains/changeset.py:27 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "Obsolète depuis la version %s" +msgid "Creating file %s." +msgstr "Fichier en cours de création %s." -#: domains/changeset.py:28 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Removed in version %s" -msgstr "Supprimé dans la version %s" +msgid "File %s already exists, skipping." +msgstr "Le fichier %s existe déjà, il ne sera pas remplacé" -#: domains/__init__.py:299 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Terminé : la structure initiale a été créée." -#: domains/citation.py:73 +#: cmd/quickstart.py:519 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citation dupliquée %s, une autre instance dans %s" +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. " -#: domains/citation.py:84 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "La citation [%s] n'est pas référencée" +#: cmd/quickstart.py:526 +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" -#: domains/math.py:63 +#: cmd/quickstart.py:530 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "Libellé dupliqué pour l'équation %s, autre instance dans %s" +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" -#: domains/math.py:119 writers/latex.py:2479 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format invalide : %r" +#: cmd/quickstart.py:537 +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." -#: environment/__init__.py:81 -msgid "new config" -msgstr "nouvelle configuration" +#: cmd/quickstart.py:572 +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 "\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" -#: environment/__init__.py:82 -msgid "config changed" -msgstr "la configuration a changé" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "Pour plus d'informations, visitez le site ." -#: environment/__init__.py:83 -msgid "extensions changed" -msgstr "les extensions ont changé" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "mode silencieux" -#: environment/__init__.py:249 -msgid "build environment version not current" -msgstr "version non à jour de l’environnement de construction" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "racine du projet" -#: environment/__init__.py:251 -msgid "source directory has changed" -msgstr "le répertoire racine a changé" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Options de structure" -#: environment/__init__.py:313 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "La configuration a changé (1 option : %r)" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "si spécifié, les répertoires source et build seront séparés" -#: environment/__init__.py:318 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "La configuration a changé (%d options : %s)" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "si spécifié, créé le dossier build dans le dossier source" -#: environment/__init__.py:324 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "La configuration a changé (%d options : %s, ...)" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "remplace le point dans _templates etc." -#: environment/__init__.py:366 -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." +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Options basiques du projet." -#: environment/__init__.py:473 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Échec du scan des documents dans %s : %r" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "nom du projet" -#: environment/__init__.py:626 -#, python-format -msgid "Domain %r is not registered" -msgstr "le domaine %r n'est pas enregistré." +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "nom de l'auteur" -#: environment/__init__.py:777 -msgid "document isn't included in any toctree" -msgstr "Le document n'est inclus dans aucune toctree." +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "version du projet" -#: environment/__init__.py:810 -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." +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "version du projet" -#: environment/__init__.py:839 -#, 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" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "langue du document" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Attention" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "préfixe des fichiers source" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Prudence" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "nom du document principal" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Danger" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "utilisé epub" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Erreur" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Options d'extension" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Indication" +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" +msgstr "autoriser l'extension %s" -#: locale/__init__.py:234 -msgid "Important" -msgstr "Important" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "active l'emploi d'extensions quelconques" -#: locale/__init__.py:235 -msgid "Note" -msgstr "Note" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Création des fichiers Batchfile et Makefile" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Voir aussi" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "créer un fichier makefile" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Astuce" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "ne pas créer un fichier makefile" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Avertissement" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "créer un fichier batch" -#: cmd/quickstart.py:43 -msgid "automatically insert docstrings from modules" -msgstr "insère automatiquement les docstrings des modules" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "ne pas créer un fichier batch" -#: cmd/quickstart.py:44 -msgid "automatically test code snippets in doctest blocks" -msgstr "tester automatiquement des extraits de code dans des blocs doctest" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "utiliser make-mode pour Makefile/make.bat" -#: cmd/quickstart.py:45 -msgid "link between Sphinx documentation of different projects" -msgstr "lien entre la documentation Sphinx de différents projets" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Gabarits de projet" -#: cmd/quickstart.py:46 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "entrées \"todo\" pouvant être montrées ou cachées à la compilation" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "répertoire des templates" -#: cmd/quickstart.py:47 -msgid "checks for documentation coverage" -msgstr "vérification de la couverture de la documentation" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "définissez une variable de template" -#: cmd/quickstart.py:48 -msgid "include math, rendered as PNG or SVG images" -msgstr "expressions mathématiques, traduites en images PNG ou SVG" +#: cmd/quickstart.py:766 +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:49 -msgid "include math, rendered in the browser by MathJax" -msgstr "expressions mathématiques, transmises dans le navigateur à MathJax" +#: cmd/quickstart.py:785 +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:50 -msgid "conditional inclusion of content based on config values" -msgstr "inclusion conditionnelle du contenu basé sur la valeur de configuration" +#: cmd/quickstart.py:792 +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:51 -msgid "include links to the source code of documented Python objects" -msgstr "inclure des liens vers le code source documenté des objets Python" +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Variable de template invalide : %s" -#: cmd/quickstart.py:52 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "crée un fichier .nojekyll pour publier le document sur GitHub pages" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "Le numéro du job doit être strictement positif" -#: cmd/quickstart.py:94 -msgid "Please enter a valid path name." -msgstr "Merci de saisir un chemin valide." +#: 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 "\nGénération de la documentation à partir des fichiers sources.\n\nsphinx-build génère de la documentation à partir des fichiers de SOURCEDIR et la place\ndans OUTPUTDIR. Il recherche 'conf.py' dans SOURCEDIR pour les paramètres de configuration.\nL'outil 'sphinx-quickstart' peut être utilisé pour générer des fichiers modèles,\ny compris 'conf.py'.\n\nsphinx-build peut créer de la documentation dans différents formats. Un format est\nsélectionné en spécifiant le nom du constructeur sur la ligne de commande ; le format par défaut est\nHTML. Les constructeurs peuvent également effectuer d'autres tâches liées au traitement de la documentation.\n\nPar défaut, tout ce qui est obsolète est construit. La sortie pour les fichiers sélectionnés seulement\npeut être construite en spécifiant des noms de fichiers individuels.\n" -#: cmd/quickstart.py:110 -msgid "Please enter some text." -msgstr "Merci de saisir du texte." +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "chemin des fichiers sources de la documentation" -#: cmd/quickstart.py:117 -#, python-format -msgid "Please enter one of %s." -msgstr "Merci de saisir un des %s." +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "chemin du répertoire de sortie" -#: cmd/quickstart.py:125 -msgid "Please enter either 'y' or 'n'." -msgstr "Merci de saisir 'y' ou 'n'." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(optionnel) une liste de fichiers spécifiques à reconstruire. Ignoré si --write-all est spécifié" -#: cmd/quickstart.py:131 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Merci de saisir l'extension du fichier, par exemple '.rst' ou '.txt'." +#: cmd/build.py:114 +msgid "general options" +msgstr "options générales" -#: cmd/quickstart.py:215 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Bienvenue dans le kit de démarrage rapide de Sphinx %s." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "constructeur à utiliser (par défaut: 'html')" -#: cmd/quickstart.py:219 +#: cmd/build.py:131 msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "Veuillez saisir des valeurs pour les paramètres suivants (tapez Entrée pour accepter la valeur par défaut, lorsque celle-ci est indiquée entre crochets)." +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "exécuter en parallèle avec N processus, lorsque cela est possible. 'auto' utilise le nombre de cœurs du processeur" -#: cmd/quickstart.py:227 -#, python-format -msgid "Selected root path: %s" -msgstr "Chemin racine sélectionné : %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "enregistrer tous les fichiers (par défaut : enregistrer seulement les fichiers nouveaux ou modifiés)" -#: cmd/quickstart.py:230 -msgid "Enter the root path for documentation." -msgstr "Saisissez le répertoire racine de la documentation." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "ne pas utiliser un environnement sauvegardé, relire toujours tous les fichiers" -#: cmd/quickstart.py:231 -msgid "Root path for the documentation" -msgstr "racine de la documentation." +#: cmd/build.py:150 +msgid "path options" +msgstr "options de chemin" -#: cmd/quickstart.py:239 -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/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "répertoire pour les doctree et les fichiers d'environnement (par défaut : OUTPUT_DIR/.doctrees)" -#: cmd/quickstart.py:245 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart n'écrasera pas un projet Sphinx existant." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "répertoire du fichier de configuration (conf.py) (par défaut : SOURCE_DIR)" -#: cmd/quickstart.py:248 -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/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "n'utilise pas de fichier de configuration, utilise uniquement les paramètres des options -D" -#: cmd/quickstart.py:258 -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/build.py:184 +msgid "override a setting in configuration file" +msgstr "outre passer un paramètre du fichier de configuration" -#: cmd/quickstart.py:265 -msgid "Separate source and build directories (y/n)" -msgstr "Séparer les répertoires source et de sortie (y/n)" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "passer une valeur aux templates HTML" -#: cmd/quickstart.py:271 -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/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "définit une balise : seules les blocs \"only\" avec TAG seront inclus" -#: cmd/quickstart.py:277 -msgid "Name prefix for templates and static dir" -msgstr "Préfixe de nom pour les répertoires static et de gabarits (templates)" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "mode tatillon : avertir de toutes les références manquantes" -#: cmd/quickstart.py:282 -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/build.py:212 +msgid "console output options" +msgstr "options de la console de sortie" -#: cmd/quickstart.py:286 -msgid "Project name" -msgstr "Nom du projet" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "augmenter la verbosité (peut être répété)" -#: cmd/quickstart.py:288 -msgid "Author name(s)" -msgstr "Nom(s) de(s) l'auteur(s)" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "aucune sortie vers stdout, seulement les avertissements vers stderr" -#: cmd/quickstart.py:293 -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 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/build.py:233 +msgid "no output at all, not even warnings" +msgstr "aucune sortie du tout, même pas les avertissements" + +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "émettre une sortie de couleur (par défaut : auto-détection)" + +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "ne pas émettre une sortie de couleur (par défaut : auto-détection)" + +#: cmd/build.py:252 +msgid "warning control options" +msgstr "options de contrôle des avertissements" + +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "écrire les avertissements (et les erreurs) vers le fichier spécifié" + +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "modifier les avertissements en erreurs" + +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "montrer la trace d’appels complète si une exception est levée" + +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "exécuter Pdb si une exception se produit." + +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "lever une exception en cas d'avertissement" + +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "impossible de combiner l'option -a avec le nom du fichier" + +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" +msgstr "impossible d'ouvrir le fichier d'avertissement '%s' : %s" + +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "l'option -D doit être sous la forme nom=valeur" -#: cmd/quickstart.py:301 -msgid "Project version" -msgstr "Version du projet" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "l'option -A doit être sous la forme nom=valeur" -#: cmd/quickstart.py:303 -msgid "Project release" -msgstr "Version du projet" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (fonction de base)" -#: cmd/quickstart.py:308 -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 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." +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (méthode %s)" -#: cmd/quickstart.py:317 -msgid "Project language" -msgstr "Langue du projet" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (classe)" -#: cmd/quickstart.py:324 -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." +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variable globale ou constante)" -#: cmd/quickstart.py:329 -msgid "Source file suffix" -msgstr "Extension des fichiers sources" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (attribut %s)" -#: cmd/quickstart.py:334 -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 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." +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Arguments" -#: cmd/quickstart.py:342 -msgid "Name of your master document (without suffix)" -msgstr "Non du fichier principal (sans extension)" +#: 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é" -#: cmd/quickstart.py:352 +#: domains/javascript.py:374 #, 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." +msgid "%s (module)" +msgstr "%s (module)" -#: cmd/quickstart.py:359 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart n'écrasera pas les fichiers existants." +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "fonction" -#: cmd/quickstart.py:362 -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" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "méthode" -#: cmd/quickstart.py:371 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Indiquer lesquelles de ces extensions Sphinx doivent être activées :" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "classe" -#: cmd/quickstart.py:381 -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é." +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "données" -#: cmd/quickstart.py:391 -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." +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "attribut" -#: cmd/quickstart.py:397 -msgid "Create Makefile? (y/n)" -msgstr "Création du Makefile ? (y/n)" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "module" -#: cmd/quickstart.py:401 -msgid "Create Windows command file? (y/n)" -msgstr "Création du fichier de commandes Windows ? (y/n)" +#: 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" -#: cmd/quickstart.py:453 ext/apidoc.py:92 +#: domains/__init__.py:322 #, python-format -msgid "Creating file %s." -msgstr "Fichier en cours de création %s." +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:458 ext/apidoc.py:89 +#: domains/changeset.py:26 #, python-format -msgid "File %s already exists, skipping." -msgstr "Le fichier %s existe déjà, il ne sera pas remplacé" +msgid "Added in version %s" +msgstr "Ajouté dans la version %s" -#: cmd/quickstart.py:501 -msgid "Finished: An initial directory structure has been created." -msgstr "Terminé : la structure initiale a été créée." +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "Modifié dans la version %s" -#: cmd/quickstart.py:504 +#: domains/changeset.py:28 #, 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. " +msgid "Deprecated since version %s" +msgstr "Obsolète depuis la version %s" -#: cmd/quickstart.py:512 -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" +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" +msgstr "Supprimé dans la version %s" -#: cmd/quickstart.py:515 +#: domains/math.py:73 #, 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" +msgid "duplicate label of equation %s, other instance in %s" +msgstr "Libellé dupliqué pour l'équation %s, autre instance dans %s" -#: cmd/quickstart.py:522 -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." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format invalide : %r" -#: cmd/quickstart.py:557 -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 "\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" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (directive)" -#: cmd/build.py:153 cmd/quickstart.py:567 ext/apidoc.py:374 -#: ext/autosummary/generate.py:766 -msgid "For more information, visit ." -msgstr "Pour plus d'informations, visitez le site ." +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (option de directive)" -#: cmd/quickstart.py:577 -msgid "quiet mode" -msgstr "mode silencieux" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (role)" -#: cmd/quickstart.py:587 -msgid "project root" -msgstr "racine du projet" +#: domains/rst.py:234 +msgid "directive" +msgstr "directive" -#: cmd/quickstart.py:590 -msgid "Structure options" -msgstr "Options de structure" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "option de directive" -#: cmd/quickstart.py:596 -msgid "if specified, separate source and build dirs" -msgstr "si spécifié, les répertoires source et build seront séparés" +#: domains/rst.py:236 +msgid "role" +msgstr "role" -#: cmd/quickstart.py:602 -msgid "if specified, create build dir under source dir" -msgstr "si spécifié, créé le dossier build dans le dossier source" +#: 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" -#: cmd/quickstart.py:608 -msgid "replacement for dot in _templates etc." -msgstr "remplace le point dans _templates etc." +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citation dupliquée %s, une autre instance dans %s" -#: cmd/quickstart.py:611 -msgid "Project basic options" -msgstr "Options basiques du projet." +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "La citation [%s] n'est pas référencée" -#: cmd/quickstart.py:613 -msgid "project name" -msgstr "nom du projet" +#: environment/__init__.py:88 +msgid "new config" +msgstr "nouvelle configuration" -#: cmd/quickstart.py:616 -msgid "author names" -msgstr "nom de l'auteur" +#: environment/__init__.py:89 +msgid "config changed" +msgstr "la configuration a changé" -#: cmd/quickstart.py:623 -msgid "version of project" -msgstr "version du projet" +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "les extensions ont changé" -#: cmd/quickstart.py:630 -msgid "release of project" -msgstr "version du projet" +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "version non à jour de l’environnement de construction" -#: cmd/quickstart.py:637 -msgid "document language" -msgstr "langue du document" +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "le répertoire racine a changé" -#: cmd/quickstart.py:640 -msgid "source file suffix" -msgstr "préfixe des fichiers source" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "La configuration a changé (1 option : %r)" -#: cmd/quickstart.py:643 -msgid "master document name" -msgstr "nom du document principal" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "La configuration a changé (%d options : %s)" -#: cmd/quickstart.py:646 -msgid "use epub" -msgstr "utilisé epub" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "La configuration a changé (%d options : %s, ...)" -#: cmd/quickstart.py:649 -msgid "Extension options" -msgstr "Options d'extension" +#: environment/__init__.py:401 +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." -#: cmd/quickstart.py:656 ext/apidoc.py:578 +#: environment/__init__.py:515 #, python-format -msgid "enable %s extension" -msgstr "autoriser l'extension %s" - -#: cmd/quickstart.py:663 ext/apidoc.py:570 -msgid "enable arbitrary extensions" -msgstr "active l'emploi d'extensions quelconques" +msgid "Failed to scan documents in %s: %r" +msgstr "Échec du scan des documents dans %s : %r" -#: cmd/quickstart.py:666 -msgid "Makefile and Batchfile creation" -msgstr "Création des fichiers Batchfile et Makefile" +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "le domaine %r n'est pas enregistré." -#: cmd/quickstart.py:672 -msgid "create makefile" -msgstr "créer un fichier makefile" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "Le document n'est inclus dans aucune toctree." -#: cmd/quickstart.py:678 -msgid "do not create makefile" -msgstr "ne pas créer un fichier makefile" +#: environment/__init__.py:911 +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." -#: cmd/quickstart.py:685 -msgid "create batchfile" -msgstr "créer un fichier batch" +#: environment/__init__.py:941 +#, 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" -#: cmd/quickstart.py:691 -msgid "do not create batchfile" -msgstr "ne pas créer un fichier batch" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "Usage :" -#: cmd/quickstart.py:700 -msgid "use make-mode for Makefile/make.bat" -msgstr "utiliser make-mode pour Makefile/make.bat" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPTIONS] []" -#: cmd/quickstart.py:703 ext/apidoc.py:581 -msgid "Project templating" -msgstr "Gabarits de projet" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "Le générateur de documentation Sphinx." -#: cmd/quickstart.py:709 ext/apidoc.py:587 -msgid "template directory for template files" -msgstr "répertoire des templates" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "Commandes:" -#: cmd/quickstart.py:716 -msgid "define a template variable" -msgstr "définissez une variable de template" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Options" -#: cmd/quickstart.py:751 -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." +#: _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/." -#: cmd/quickstart.py:770 +#: _cli/__init__.py:171 +#, python-brace-format 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à." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: erreur : {1}\nExécuter '{0} --help' pour information" -#: cmd/quickstart.py:777 -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." +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr " Gérer la documentation avec Sphinx." -#: cmd/quickstart.py:795 -#, python-format -msgid "Invalid template variable: %s" -msgstr "Variable de template invalide : %s" +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "Afficher la version et quitter." -#: cmd/build.py:49 -msgid "Exception occurred while building, starting debugger:" -msgstr "Une exception a été levée lors de la génération, démarrage du débogueur :" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "Afficher ce message et quitter." -#: _cli/util/errors.py:129 cmd/build.py:65 -msgid "Interrupted!" -msgstr "Interrompu !" +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "Journalisation" -#: cmd/build.py:67 -msgid "reST markup error:" -msgstr "Erreur de balise reST :" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "Augmenter la verbosité (peut être répété)" -#: _cli/util/errors.py:143 cmd/build.py:73 -msgid "Encoding error:" -msgstr "Erreur d'encodage :" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "N'imprimez que les erreurs et les avertissements." -#: cmd/build.py:78 cmd/build.py:108 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "La trace d’appels complète a été sauvegardée dans %s, au cas où vous souhaiteriez signaler le problème aux développeurs." +#: _cli/__init__.py:225 +msgid "No output at all" +msgstr "Pas de sortie du tout" -#: _cli/util/errors.py:148 cmd/build.py:90 -msgid "Recursion error:" -msgstr "Erreur de récursion :" +#: _cli/__init__.py:231 +msgid "" +msgstr "" -#: _cli/util/errors.py:152 cmd/build.py:94 -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 "Cela peut se produire avec des fichiers sources très volumineux ou profondément imbriqués. Vous pouvez augmenter avec attention la limite de récursivité par défaut de Python de 1000 dans conf.py avec p. ex. :" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "Voir 'sphinx --help'.\n" -#: _cli/util/errors.py:165 cmd/build.py:103 -msgid "Exception occurred:" -msgstr "Une exception a été levée :" +#: builders/html/__init__.py:489 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" -#: _cli/util/errors.py:178 cmd/build.py:117 -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." +#: builders/latex/__init__.py:203 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 "Index" -#: cmd/build.py:124 +#: writers/latex.py:766 writers/texinfo.py:646 msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "Un rapport d'erreur peut être déposé dans le système de tickets à . Merci !" +"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" -#: cmd/build.py:144 -msgid "job number should be a positive number" -msgstr "Le numéro du job doit être strictement positif" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Notes de bas de page" -#: cmd/build.py:154 -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 "\nGénération de la documentation à partir des fichiers sources.\n\nsphinx-build génère de la documentation à partir des fichiers de SOURCEDIR et la place\ndans OUTPUTDIR. Il recherche 'conf.py' dans SOURCEDIR pour les paramètres de configuration.\nL'outil 'sphinx-quickstart' peut être utilisé pour générer des fichiers modèles,\ny compris 'conf.py'.\n\nsphinx-build peut créer de la documentation dans différents formats. Un format est\nsélectionné en spécifiant le nom du constructeur sur la ligne de commande ; le format par défaut est\nHTML. Les constructeurs peuvent également effectuer d'autres tâches liées au traitement de la documentation.\n\nPar défaut, tout ce qui est obsolète est construit. La sortie pour les fichiers sélectionnés seulement\npeut être construite en spécifiant des noms de fichiers individuels.\n" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "la légende n'est pas à l'intérieur de la figure." -#: cmd/build.py:180 -msgid "path to documentation source files" -msgstr "chemin des fichiers sources de la documentation" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" +msgstr "type de node non-implémenté : %r" -#: cmd/build.py:183 -msgid "path to output directory" -msgstr "chemin du répertoire de sortie" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "Lien vers cette définition" -#: cmd/build.py:188 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "(optionnel) une liste de fichiers spécifiques à reconstruire. Ignoré si --write-all est spécifié" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format n'est pas défini %s" -#: cmd/build.py:194 -msgid "general options" -msgstr "options générales" +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Aucun ID assigné au node %s" -#: cmd/build.py:201 -msgid "builder to use (default: 'html')" -msgstr "constructeur à utiliser (par défaut: 'html')" +#: writers/html5.py:496 +msgid "Link to this term" +msgstr "Lien vers ce terme" -#: cmd/build.py:210 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "exécuter en parallèle avec N processus, lorsque cela est possible. 'auto' utilise le nombre de cœurs du processeur" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "Lien vers cette rubrique" -#: cmd/build.py:220 -msgid "write all files (default: only write new and changed files)" -msgstr "enregistrer tous les fichiers (par défaut : enregistrer seulement les fichiers nouveaux ou modifiés)" +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "Lien vers ce tableau" -#: cmd/build.py:227 -msgid "don't use a saved environment, always read all files" -msgstr "ne pas utiliser un environnement sauvegardé, relire toujours tous les fichiers" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "niveau de rubrique non pris en charge : %s" -#: cmd/build.py:230 -msgid "path options" -msgstr "options de chemin" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "Lien vers ce code" -#: cmd/build.py:236 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "répertoire pour les doctree et les fichiers d'environnement (par défaut : OUTPUT_DIR/.doctrees)" +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "Lien vers cette image" -#: cmd/build.py:246 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "répertoire du fichier de configuration (conf.py) (par défaut : SOURCE_DIR)" +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "Lien vers cette table des matières" -#: cmd/build.py:255 -msgid "use no configuration file, only use settings from -D options" -msgstr "n'utilise pas de fichier de configuration, utilise uniquement les paramètres des options -D" +#: 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." -#: cmd/build.py:264 -msgid "override a setting in configuration file" -msgstr "outre passer un paramètre du fichier de configuration" +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "[image: %s]" -#: cmd/build.py:273 -msgid "pass a value into HTML templates" -msgstr "passer une valeur aux templates HTML" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[image]" -#: cmd/build.py:282 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "définit une balise : seules les blocs \"only\" avec TAG seront inclus" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "toplevel_sectioning %r inconnu pour la classe %r" -#: cmd/build.py:289 -msgid "nitpicky mode: warn about all missing references" -msgstr "mode tatillon : avertir de toutes les références manquantes" +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "Aucune option Babel disponible pour la langue %r" -#: cmd/build.py:292 -msgid "console output options" -msgstr "options de la console de sortie" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: trop grand, ignoré." -#: cmd/build.py:299 -msgid "increase verbosity (can be repeated)" -msgstr "augmenter la verbosité (peut être répété)" +#: writers/latex.py:614 +#, 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" -#: cmd/build.py:306 ext/apidoc.py:413 -msgid "no output on stdout, just warnings on stderr" -msgstr "aucune sortie vers stdout, seulement les avertissements vers stderr" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "le titre du document n'est pas un unique node de type Text" -#: cmd/build.py:313 -msgid "no output at all, not even warnings" -msgstr "aucune sortie du tout, même pas les avertissements" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "options tabularcolumns et :widths: simultanément présentes. :widths: sera ignoré." -#: cmd/build.py:321 -msgid "do emit colored output (default: auto-detect)" -msgstr "émettre une sortie de couleur (par défaut : auto-détection)" +#: writers/latex.py:1230 +#, 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é." -#: cmd/build.py:329 -msgid "do not emit colored output (default: auto-detect)" -msgstr "ne pas émettre une sortie de couleur (par défaut : auto-détection)" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "%s est invalide comme unité de dimension. Ignoré." -#: cmd/build.py:332 -msgid "warning control options" -msgstr "options de contrôle des avertissements" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "le type inconnu d’entrée d’index %s a été trouvé" -#: cmd/build.py:338 -msgid "write warnings (and errors) to given file" -msgstr "écrire les avertissements (et les erreurs) vers le fichier spécifié" +#: 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." -#: cmd/build.py:345 -msgid "turn warnings into errors" -msgstr "modifier les avertissements en erreurs" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "les espaces non blancs sont supprimés par dedent" -#: cmd/build.py:353 -msgid "show full traceback on exception" -msgstr "montrer la trace d’appels complète si une exception est levée" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Légende invalide: %s" -#: cmd/build.py:356 -msgid "run Pdb on exception" -msgstr "exécuter Pdb si une exception se produit." +#: 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 "le numéro de ligne spécifiée est en dehors des limites (1-%d):%r" -#: cmd/build.py:362 -msgid "raise an exception on warnings" -msgstr "lever une exception en cas d'avertissement" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Impossible d'utiliser les options \"%s\" et \"%s\" en même temps." -#: cmd/build.py:405 -msgid "cannot combine -a option and filenames" -msgstr "impossible de combiner l'option -a avec le nom du fichier" +#: directives/code.py:231 +#, 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:235 +#, 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:" -#: cmd/build.py:437 +#: directives/code.py:276 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "impossible d'ouvrir le fichier d'avertissement '%s' : %s" - -#: cmd/build.py:456 -msgid "-D option argument must be in the form name=value" -msgstr "l'option -D doit être sous la forme nom=valeur" - -#: cmd/build.py:463 -msgid "-A option argument must be in the form name=value" -msgstr "l'option -A doit être sous la forme nom=valeur" +msgid "Object named %r not found in include file %r" +msgstr "L'objet nommé %r est introuvable dans le fichier d'include %r" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Le constructeur factice ne génère aucun fichier." +#: 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/linkcheck.py:75 +#: directives/code.py:314 #, 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 "Line spec %r: no lines pulled from include file %r" +msgstr "Spécification de lignes %r : aucune ligne extraite du fichier inclus %r" -#: builders/linkcheck.py:146 +#: directives/other.py:119 #, python-format -msgid "broken link: %s (%s)" -msgstr "lien mort: %s (%s)" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "le motif global toctree %r ne correspond à aucun document" -#: builders/linkcheck.py:540 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "Anchor '%s' not found" -msgstr "Ancre '%s' non trouvée" +msgid "toctree contains reference to excluded document %r" +msgstr "le toctree contient une référence à des documents exclus %r" -#: builders/linkcheck.py:742 +#: directives/other.py:156 #, 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 "toctree contains reference to nonexisting document %r" +msgstr "la table des matières contient des références à des documents inexistants %r" -#: builders/singlehtml.py:37 +#: directives/other.py:169 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Les pages HTML sont dans %(outdir)s." +msgid "duplicated entry found in toctree: %s" +msgstr "entrée dupliquée trouvée dans toctree: %s" -#: builders/singlehtml.py:173 -msgid "assembling single document" -msgstr "création du document unique" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Auteur de la section : " -#: builders/latex/__init__.py:346 builders/manpage.py:56 -#: builders/singlehtml.py:178 builders/texinfo.py:121 -msgid "writing" -msgstr "enregistrement" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Auteur du module : " -#: builders/singlehtml.py:191 -msgid "writing additional files" -msgstr "Enregistrement des fichiers supplémentaires" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Auteur du code : " -#: builders/manpage.py:39 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Le manuel se trouve dans %(outdir)s." +#: directives/other.py:209 +msgid "Author: " +msgstr "Auteur : " -#: builders/manpage.py:47 -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" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "... le contenu de acks n'est pas une liste" -#: builders/manpage.py:73 -#, 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" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "... le contenu de hlist n'est pas une liste" -#: builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Les fichiers texte se trouvent dans %(outdir)s." +#: ext/todo.py:61 +msgid "Todo" +msgstr "À faire" -#: builders/html/__init__.py:1239 builders/text.py:81 builders/xml.py:97 +#: ext/todo.py:94 #, python-format -msgid "error writing file %s: %s" -msgstr "erreur lors l'écriture du fichier %s : %s" +msgid "TODO entry found: %s" +msgstr "Entrée TODO trouvée : %s" -#: builders/xml.py:38 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Les fichiers XML se trouvent dans %(outdir)s." +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/xml.py:110 +#: ext/todo.py:154 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Le fichier pseudo-XML se trouve dans %(outdir)s." +msgid "(The <> is located in %s, line %d.)" +msgstr "(l'<> se trouve dans %s, à la ligne %d)" -#: builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Les fichiers Texinfo se trouvent dans %(outdir)s." +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrée originale" -#: builders/texinfo.py:49 -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)." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" -#: builders/texinfo.py:78 -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" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "Coloration syntaxique du code du module..." -#: builders/texinfo.py:90 -#, 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" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: builders/latex/__init__.py:324 builders/texinfo.py:115 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Code du module" + +#: ext/viewcode.py:359 #, python-format -msgid "processing %s" -msgstr "traitement de %s en cours" +msgid "

Source code for %s

" +msgstr "

Code source de %s

" -#: builders/latex/__init__.py:404 builders/texinfo.py:174 -msgid "resolving references..." -msgstr "résolution des références..." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Vue d'ensemble : code du module" -#: builders/latex/__init__.py:415 builders/texinfo.py:184 -msgid " (in " -msgstr "(dans" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Modules pour lesquels le code est disponible

" -#: builders/_epub_base.py:423 builders/html/__init__.py:778 -#: builders/latex/__init__.py:482 builders/texinfo.py:202 -msgid "copying images... " -msgstr "copie des images... " +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "regex invalide %r dans %s" -#: builders/_epub_base.py:445 builders/latex/__init__.py:497 -#: builders/texinfo.py:219 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "impossible de copier le fichier image %r: %s" +msgid "module %s could not be imported: %s" +msgstr "le module %s ne pas être importé : %s" -#: builders/texinfo.py:226 -msgid "copying Texinfo support files" -msgstr "copie des fichiers de support Texinfo" +#: 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 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "les modules suivants sont spécifiés dans coverage_modules mais n'ont pas été documentés" -#: builders/texinfo.py:234 +#: 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 "error writing file Makefile: %s" -msgstr "erreur lors l'écriture du fichier Makefile : %s" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "regex invalide %r dans coverage_c_regexes" -#: builders/gettext.py:230 +#: ext/coverage.py:260 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "La liste des messages se trouve 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/__init__.py:383 builders/gettext.py:251 +#: ext/coverage.py:452 #, python-format -msgid "building [%s]: " -msgstr "construction [%s] : " +msgid "undocumented python function: %s :: %s" +msgstr "fonction python non documentée: %s :: %s" -#: builders/gettext.py:252 +#: ext/coverage.py:473 #, python-format -msgid "targets for %d template files" -msgstr "cibles pour les modèles de fichiers %d" +msgid "undocumented python class: %s :: %s" +msgstr "classe python non documentée: %s :: %s" -#: builders/gettext.py:257 -msgid "reading templates... " -msgstr "lecture des gabarits... " +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "méthode python non documentée: %s :: %s :: %s" -#: builders/gettext.py:292 -msgid "writing message catalogs... " -msgstr "écriture des catalogues de messages... " +#: 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" -#: builders/__init__.py:212 +#: ext/imgmath.py:167 #, 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)" +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/__init__.py:220 +#: ext/imgmath.py:326 #, 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" +msgid "display latex %r: %s" +msgstr "latex de type display %r : %s" -#: builders/__init__.py:243 -msgid "building [mo]: " -msgstr "construction en cours [mo] : " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "latex en ligne %r : %s" -#: builders/__init__.py:246 builders/__init__.py:741 builders/__init__.py:773 -msgid "writing output... " -msgstr "écriture... " +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Lien vers cette équation" -#: builders/__init__.py:263 +#: ext/imgconverter.py:44 #, python-format -msgid "all of %d po files" -msgstr "tous les %d fichiers po" +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" -#: builders/__init__.py:285 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "targets for %d po files that are specified" -msgstr "cibles spécifiées pour les fichiers po %d" +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" -#: builders/__init__.py:297 +#: ext/imgconverter.py:83 #, 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:307 -msgid "all source files" -msgstr "tous les fichiers source" +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" -#: builders/__init__.py:319 +#: ext/autosectionlabel.py:52 #, 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 "section \"%s\" gets labeled as \"%s\"" +msgstr "la section \"%s\" est étiquettée \"%s\"" -#: builders/__init__.py:325 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -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é" +msgid "duplicate label %s, other instance in %s" +msgstr "libellé dupliqué %s, l'autre instance se trouve dans %s" -#: builders/__init__.py:336 +#: ext/doctest.py:118 #, 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 "missing '+' or '-' in '%s' option." +msgstr "option '+' ou '-' manquante dans %s." -#: builders/__init__.py:351 +#: ext/doctest.py:124 #, python-format -msgid "%d source files given on command line" -msgstr "%d fichiers source saisis en ligne de commande" +msgid "'%s' is not a valid option." +msgstr "'%s' n'est pas une option valide." -#: builders/__init__.py:366 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "cibles périmées pour les fichiers sources %d" +msgid "'%s' is not a valid pyversion option" +msgstr "%s n'est pas une option pyversion valide" -#: builders/__init__.py:394 -msgid "looking for now-outdated files... " -msgstr "recherche des fichiers périmés... " +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "type invalide de TestCode" -#: builders/__init__.py:398 +#: ext/doctest.py:297 #, python-format -msgid "%d found" -msgstr "%d trouvé" +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/__init__.py:400 -msgid "none found" -msgstr "aucun résultat trouvé" +#: 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/__init__.py:407 -msgid "pickling environment" -msgstr "Environnement de sérialisation" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "code doctest invalide sera ignoré : %r" -#: builders/__init__.py:414 -msgid "checking consistency" -msgstr "vérification de la cohérence" +#: 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)" -#: builders/__init__.py:418 -msgid "no targets are out of date." -msgstr "aucune cible n'est périmée." +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== durées de lecture les plus lentes =======================" -#: builders/__init__.py:458 -msgid "updating environment: " -msgstr "mise à jour de l'environnement : " +#: 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/__init__.py:483 +#: ext/graphviz.py:153 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s ajouté(s), %s modifié(s), %s supprimé(s)" +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." -#: builders/__init__.py:519 +#: ext/graphviz.py:287 #, 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 "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." +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/__init__.py:528 +#: ext/graphviz.py:328 #, 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." +"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/__init__.py:539 +#: ext/graphviz.py:339 #, 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." +"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/__init__.py:546 +#: ext/graphviz.py:344 #, 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." - -#: builders/__init__.py:565 builders/__init__.py:581 -msgid "reading sources... " -msgstr "lecture des sources... " +"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:698 +#: ext/graphviz.py:367 #, python-format -msgid "docnames to write: %s" -msgstr "documents à écrire : %s" - -#: builders/__init__.py:711 -msgid "preparing documents" -msgstr "documents en préparation" +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/__init__.py:714 -msgid "copying assets" -msgstr "copie des ressources" - -#: builders/__init__.py:866 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "le caractère source est indécodable, il sera remplacé par \"?\" : %r" +msgid "dot code %r: %s" +msgstr "dot code %r: %s" -#: builders/epub3.py:83 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Le fichier ePub se trouve dans %(outdir)s ." +msgid "[graph: %s]" +msgstr "[graphe: %s]" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "Enregistrement du fichier nav.xhtml..." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graphe]" -#: builders/epub3.py:220 -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" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Les fichiers Texinfo se trouvent dans %(outdir)s." -#: builders/epub3.py:227 -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" +#: 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 "\nExécuter 'make' dans ce répertoire pour les soumettre à makeinfo\n(ou 'make info' directement ici pour l'automatiser)." -#: builders/epub3.py:231 -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" +#: 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/epub3.py:238 -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" +#: 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" -#: builders/epub3.py:242 -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" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "traitement de %s en cours" -#: builders/epub3.py:247 -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" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "enregistrement" -#: builders/epub3.py:251 -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" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "résolution des références..." -#: builders/epub3.py:255 -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" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(dans" -#: builders/epub3.py:262 -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" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "copie des images... " -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "le paramètre de configuration \"version\" ne peut pas être vide pour EPUB3" +#: 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" + +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "copie des fichiers de support Texinfo" -#: builders/epub3.py:279 builders/html/__init__.py:1289 +#: builders/texinfo.py:218 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "Fichier CSS non valide : %r, il sera ignoré" +msgid "error writing file Makefile: %s" +msgstr "erreur lors l'écriture du fichier Makefile : %s" -#: builders/_epub_base.py:222 +#: builders/_epub_base.py:223 #, python-format msgid "duplicated ToC entry found: %s" msgstr "entrées dupliquées de la table des matières trouvées : %s" -#: builders/_epub_base.py:434 +#: builders/_epub_base.py:436 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "impossible de lire le fichier image %r: il sera copié à la place" -#: builders/_epub_base.py:465 +#: builders/_epub_base.py:467 #, python-format msgid "cannot write image file %r: %s" msgstr "impossible d'écrire le fichier image %r: %s" -#: builders/_epub_base.py:477 +#: builders/_epub_base.py:479 msgid "Pillow not found - copying image files" msgstr "Pillow n'a pas été trouvé - copie des fichiers image" -#: builders/_epub_base.py:512 +#: builders/_epub_base.py:514 msgid "writing mimetype file..." msgstr "écriture du type MIME du fichier ..." -#: builders/_epub_base.py:521 +#: builders/_epub_base.py:523 msgid "writing META-INF/container.xml file..." msgstr "écriture du fichier META-INF/container.xml..." -#: builders/_epub_base.py:558 +#: builders/_epub_base.py:561 msgid "writing content.opf file..." msgstr "Enregistrement du fichier content.opf..." -#: builders/_epub_base.py:590 +#: builders/_epub_base.py:594 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "type MIME inconnu pour %s, il sera ignoré" -#: builders/_epub_base.py:745 +#: builders/_epub_base.py:748 msgid "node has an invalid level" msgstr "nœud de niveau invalide" -#: builders/_epub_base.py:764 +#: builders/_epub_base.py:768 msgid "writing toc.ncx file..." msgstr "Enregistrement du fichier toc.ncx..." -#: builders/_epub_base.py:793 +#: builders/_epub_base.py:801 #, python-format msgid "writing %s file..." msgstr "fichier %s en cours d'écriture..." -#: builders/changes.py:33 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Le fichier d'aperçu se trouve dans %(outdir)s." - -#: builders/changes.py:60 -#, python-format -msgid "no changes in version %s." -msgstr "aucun changement dans la version %s" - -#: builders/changes.py:62 -msgid "writing summary file..." -msgstr "écriture du fichier de résumé..." - -#: builders/changes.py:74 -msgid "Builtins" -msgstr "Fonctions de base" - -#: builders/changes.py:76 -msgid "Module level" -msgstr "Module" - -#: builders/changes.py:128 -msgid "copying source files..." -msgstr "copie des fichiers sources..." - -#: builders/changes.py:137 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "impossible de lire %r pour la création du changelog" - -#: util/rst.py:72 -#, python-format -msgid "default role %s not found" -msgstr "rôle par défaut %s introuvable" - -#: util/docfields.py:95 -#, 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." - -#: util/osutil.py:130 -#, 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/nodes.py:419 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r est obsolète pour les entrées d'index (à partir de l'entrée %r). Utilisez plutôt 'pair:%s'." - -#: util/nodes.py:487 -#, 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" - -#: util/nodes.py:701 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "exception pendant l’évaluation de l'expression de la directive only : %s" - -#: util/fileutil.py:74 -#, 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" - -#: util/inventory.py:170 -#, 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:185 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "l'inventaire <%s> contient des définitions multiples de %s" - -#: util/docutils.py:284 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "nom de rôle ou de directive inconnu: %s:%s" - -#: util/docutils.py:747 -#, python-format -msgid "unknown node type: %r" -msgstr "type de node inconnu : %r" - -#: util/display.py:81 -msgid "skipped" -msgstr "ignoré" - -#: util/display.py:86 -msgid "failed" -msgstr "échoué" - -#: util/i18n.py:103 -#, python-format -msgid "reading error: %s, %s" -msgstr "erreur de lecture : %s,%s" - -#: util/i18n.py:110 -#, python-format -msgid "writing error: %s, %s" -msgstr "erreur d'écriture : %s,%s" - -#: util/i18n.py:138 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s n'existe pas" - -#: util/i18n.py:230 -#, 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" - -#: 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 "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." - -#: 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:132 directives/code.py:297 directives/code.py:484 +#: builders/xml.py:29 #, 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 "The XML files are in %(outdir)s." +msgstr "Les fichiers XML se trouvent dans %(outdir)s." -#: directives/code.py:216 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Impossible d'utiliser les options \"%s\" et \"%s\" en même temps." +msgid "error writing file %s: %s" +msgstr "erreur lors l'écriture du fichier %s : %s" -#: directives/code.py:231 +#: builders/xml.py:103 #, 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 "The pseudo-XML files are in %(outdir)s." +msgstr "Le fichier pseudo-XML se trouve dans %(outdir)s." -#: directives/code.py:234 +#: 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:61 #, 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:63 +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:75 +msgid "Builtins" +msgstr "Fonctions de base" + +#: builders/changes.py:77 +msgid "Module level" +msgstr "Module" + +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "copie des fichiers sources..." -#: directives/other.py:122 +#: builders/changes.py:138 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "le motif global toctree %r ne correspond à aucun document" +msgid "could not read %r for changelog creation" +msgstr "impossible de lire %r pour la création du changelog" -#: directives/other.py:155 environment/adapters/toctree.py:355 +#: builders/manpage.py:37 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "le toctree contient une référence à des documents exclus %r" +msgid "The manual pages are in %(outdir)s." +msgstr "Le manuel se trouve dans %(outdir)s." + +#: 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" -#: directives/other.py:158 environment/adapters/toctree.py:359 +#: builders/manpage.py:64 #, 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 "\"man_pages\" config value references unknown document %s" +msgstr "le paramètre de configuration \"man_pages\" référence un document inconnu %s" -#: directives/other.py:171 +#: builders/epub3.py:84 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "entrée dupliquée trouvée dans toctree: %s" +msgid "The ePub file is in %(outdir)s." +msgstr "Le fichier ePub se trouve dans %(outdir)s ." -#: directives/other.py:204 -msgid "Section author: " -msgstr "Auteur de la section : " +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "Enregistrement du fichier nav.xhtml..." -#: directives/other.py:206 -msgid "Module author: " -msgstr "Auteur du module : " +#: builders/epub3.py:225 +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" -#: directives/other.py:208 -msgid "Code author: " -msgstr "Auteur du code : " +#: builders/epub3.py:231 +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" -#: directives/other.py:210 -msgid "Author: " -msgstr "Auteur : " +#: builders/epub3.py:236 +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" -#: directives/other.py:284 -msgid ".. acks content is not a list" -msgstr "... le contenu de acks n'est pas une liste" +#: builders/epub3.py:242 +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" -#: directives/other.py:309 -msgid ".. hlist content is not a list" -msgstr "... le contenu de hlist n'est pas une liste" +#: builders/epub3.py:246 +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" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "Usage :" +#: builders/epub3.py:251 +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" -#: _cli/__init__.py:75 -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPTIONS] []" +#: builders/epub3.py:255 +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" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "Le générateur de documentation Sphinx." +#: builders/epub3.py:260 +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" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "Commandes:" +#: builders/epub3.py:266 +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" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Options" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "le paramètre de configuration \"version\" ne peut pas être vide pour EPUB3" -#: _cli/__init__.py:112 _cli/__init__.py:183 -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/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "Fichier CSS non valide : %r, il sera ignoré" -#: _cli/__init__.py:172 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: erreur : {1}\nExécuter '{0} --help' pour information" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "La liste des messages se trouve dans %(outdir)s." -#: _cli/__init__.py:182 -msgid " Manage documentation with Sphinx." -msgstr " Gérer la documentation avec Sphinx." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "construction [%s] : " -#: _cli/__init__.py:194 -msgid "Show the version and exit." -msgstr "Afficher la version et quitter." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "cibles pour les modèles de fichiers %d" -#: _cli/__init__.py:202 -msgid "Show this message and exit." -msgstr "Afficher ce message et quitter." +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "lecture des gabarits... " -#: _cli/__init__.py:206 -msgid "Logging" -msgstr "Journalisation" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "écriture des catalogues de messages... " -#: _cli/__init__.py:213 -msgid "Increase verbosity (can be repeated)" -msgstr "Augmenter la verbosité (peut être répété)" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Les fichiers texte se trouvent dans %(outdir)s." -#: _cli/__init__.py:221 -msgid "Only print errors and warnings." -msgstr "N'imprimez que les erreurs et les avertissements." +#: 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)" -#: _cli/__init__.py:228 -msgid "No output at all" -msgstr "Pas de sortie du tout" +#: 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" -#: _cli/__init__.py:234 -msgid "" -msgstr "" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "construction en cours [mo] : " -#: _cli/__init__.py:265 -msgid "See 'sphinx --help'.\n" -msgstr "Voir 'sphinx --help'.\n" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "écriture... " -#: builders/html/__init__.py:486 builders/latex/__init__.py:198 -#: transforms/__init__.py:133 writers/manpage.py:102 writers/texinfo.py:219 +#: builders/__init__.py:281 #, python-format -msgid "%b %d, %Y" -msgstr "%d %B %Y" +msgid "all of %d po files" +msgstr "tous les %d fichiers po" -#: transforms/__init__.py:143 -msgid "could not calculate translation progress!" -msgstr "impossible de calculer l'avancement de la traduction !" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "cibles spécifiées pour les fichiers po %d" -#: transforms/__init__.py:148 -msgid "no translated elements!" -msgstr "pas d'éléments traduits !" +#: 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" + +#: builders/__init__.py:325 +msgid "all source files" +msgstr "tous les fichiers source" + +#: builders/__init__.py:336 +#, 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, " -#: transforms/__init__.py:267 +#: builders/__init__.py:343 #, 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" +"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é" -#: transforms/__init__.py:313 +#: builders/__init__.py:354 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "La note de bas de page [%s] n'est pas référencée." +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é" -#: transforms/__init__.py:322 -msgid "Footnote [*] is not referenced." -msgstr "La note de bas de page [*] n'est pas référencée." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d fichiers source saisis en ligne de commande" -#: transforms/__init__.py:333 -msgid "Footnote [#] is not referenced." -msgstr "La note de bas de page [#] n'est pas référencée." +#: 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" -#: transforms/i18n.py:228 transforms/i18n.py:303 -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/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "recherche des fichiers périmés... " -#: transforms/i18n.py:273 -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/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d trouvé" -#: transforms/i18n.py:323 -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/__init__.py:418 +msgid "none found" +msgstr "aucun résultat trouvé" + +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "Environnement de sérialisation" + +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "vérification de la cohérence" + +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "aucune cible n'est périmée." + +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "mise à jour de l'environnement : " + +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s ajouté(s), %s modifié(s), %s supprimé(s)" -#: transforms/i18n.py:345 +#: builders/__init__.py:537 +#, python-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}" +"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." -#: ext/linkcode.py:75 ext/viewcode.py:201 -msgid "[source]" -msgstr "[source]" +#: 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 "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." -#: ext/imgconverter.py:40 +#: builders/__init__.py:557 #, 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" +"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." -#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#: builders/__init__.py:564 #, 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" +"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." + +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "lecture des sources... " -#: ext/imgconverter.py:68 +#: builders/__init__.py:733 #, 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" +msgid "docnames to write: %s" +msgstr "documents à écrire : %s" -#: ext/viewcode.py:258 -msgid "highlighting module code... " -msgstr "Coloration syntaxique du code du module..." +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "pas de noms de documents à écrire !" -#: ext/viewcode.py:286 -msgid "[docs]" -msgstr "[docs]" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "documents en préparation" -#: ext/viewcode.py:306 -msgid "Module code" -msgstr "Code du module" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "copie des ressources" -#: ext/viewcode.py:312 +#: builders/__init__.py:915 #, python-format -msgid "

Source code for %s

" -msgstr "

Code source de %s

" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: ext/viewcode.py:338 -msgid "Overview: module code" -msgstr "Vue d'ensemble : code du module" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Les pages HTML sont dans %(outdir)s." -#: ext/viewcode.py:339 -msgid "

All modules for which code is available

" -msgstr "

Modules pour lesquels le code est disponible

" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "création du document unique" + +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "Enregistrement des fichiers supplémentaires" -#: ext/coverage.py:47 +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Le constructeur factice ne génère aucun fichier." + +#: builders/linkcheck.py:78 #, python-format -msgid "invalid regex %r in %s" -msgstr "regex invalide %r dans %s" +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" -#: ext/coverage.py:134 ext/coverage.py:280 +#: builders/linkcheck.py:150 #, python-format -msgid "module %s could not be imported: %s" -msgstr "le module %s ne pas être importé : %s" +msgid "broken link: %s (%s)" +msgstr "lien mort: %s (%s)" -#: ext/coverage.py:141 +#: builders/linkcheck.py:549 #, 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" +msgid "Anchor '%s' not found" +msgstr "Ancre '%s' non trouvée" -#: ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "les modules suivants sont spécifiés dans coverage_modules mais n'ont pas été documentés" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. Un dictionnaire est attendu." -#: ext/coverage.py:163 +#: builders/linkcheck.py:768 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -msgstr "Vérification du taux de couverture documentaire dans les sources achevée, voir les résultats dans %(outdir)spython.txt." +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" -#: ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "regex invalide %r dans coverage_c_regexes" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Attention" -#: ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "API C non documentée : %s [%s] dans le fichier %s" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Prudence" -#: ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "fonction python non documentée: %s :: %s" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Danger" -#: ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "classe python non documentée: %s :: %s" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erreur" -#: ext/coverage.py:458 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "méthode python non documentée: %s :: %s :: %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Indication" -#: ext/todo.py:71 -msgid "Todo" -msgstr "À faire" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" -#: ext/todo.py:104 -#, python-format -msgid "TODO entry found: %s" -msgstr "Entrée TODO trouvée : %s" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Note" -#: ext/todo.py:163 -msgid "<>" -msgstr "<>" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Voir aussi" -#: ext/todo.py:165 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(l'<> se trouve dans %s, à la ligne %d)" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Astuce" -#: ext/todo.py:175 -msgid "original entry" -msgstr "entrée originale" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Avertissement" -#: ext/extlinks.py:82 -#, python-format +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-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)" +"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} " -#: ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "option '+' ou '-' manquante dans %s." +#: transforms/i18n.py:276 +#, 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}" -#: ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' n'est pas une option valide." +#: transforms/i18n.py:326 +#, 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}" -#: ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "%s n'est pas une option pyversion valide" +#: transforms/i18n.py:348 +#, 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}" -#: ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "type invalide de TestCode" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "impossible de calculer l'avancement de la traduction !" + +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "pas d'éléments traduits !" -#: ext/doctest.py:281 +#: transforms/__init__.py:258 #, 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." +"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" -#: ext/doctest.py:434 +#: transforms/__init__.py:299 #, 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" +msgid "Footnote [%s] is not referenced." +msgstr "La note de bas de page [%s] n'est pas référencée." -#: ext/doctest.py:522 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "code doctest invalide sera ignoré : %r" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "La note de bas de page [*] n'est pas référencée." -#: ext/graphviz.py:135 -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" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "La note de bas de page [#] n'est pas référencée." -#: ext/graphviz.py:145 +#: util/inventory.py:147 #, 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" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "l'inventaire <%s> contient des définitions dupliquées de %s" -#: ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Directive « graphviz » sans contenu ignorée." +#: 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" -#: ext/graphviz.py:268 +#: util/i18n.py:100 #, 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" +msgid "reading error: %s, %s" +msgstr "erreur de lecture : %s,%s" -#: ext/graphviz.py:303 +#: util/i18n.py:113 #, 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" +msgid "writing error: %s, %s" +msgstr "erreur d'écriture : %s,%s" -#: ext/graphviz.py:310 +#: util/i18n.py:146 #, 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" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s n'existe pas" -#: ext/graphviz.py:313 +#: util/i18n.py:244 #, 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" +msgid "Invalid Babel locale: %r." +msgstr "Locale Babel non valide : %r." -#: ext/graphviz.py:329 +#: util/i18n.py:253 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format doit être « png » ou « svg », mais est %r" +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" -#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#: util/fileutil.py:76 #, python-format -msgid "dot code %r: %s" -msgstr "dot code %r: %s" +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)." -#: ext/graphviz.py:436 ext/graphviz.py:444 +#: util/fileutil.py:89 #, python-format -msgid "[graph: %s]" -msgstr "[graphe: %s]" +msgid "Writing evaluated template result to %s" +msgstr "Écriture du résultat du modèle évalué dans %s" -#: ext/graphviz.py:438 ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graphe]" +#: util/display.py:82 +msgid "skipped" +msgstr "ignoré" -#: ext/imgmath.py:369 ext/mathjax.py:52 -msgid "Link to this equation" -msgstr "Lien vers cette équation" +#: util/display.py:87 +msgid "failed" +msgstr "échoué" + +#: 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)." -#: ext/apidoc.py:85 +#: util/docfields.py:103 #, python-format -msgid "Would create file %s." -msgstr "Créerait le fichier %s." - -#: ext/apidoc.py:375 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/apidoc.py:392 -msgid "path to module to document" -msgstr "chemin vers le module à documenter" +"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." -#: ext/apidoc.py:396 +#: util/nodes.py:454 +#, python-format msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "patterns de fichier fnmatch-style et/ou répertoire à exclure" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r est obsolète pour les entrées d'index (à partir de l'entrée %r). Utilisez plutôt 'pair:%s'." -#: ext/apidoc.py:407 -msgid "directory to place all output" -msgstr "répertoire où placer toutes les sorties" +#: util/nodes.py:521 +#, 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" -#: ext/apidoc.py:422 -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)" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "exception pendant l’évaluation de l'expression de la directive only : %s" -#: ext/apidoc.py:429 -msgid "overwrite existing files" -msgstr "remplacer les fichiers existants" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" +msgstr "nom de directive inconnu : %s" -#: ext/apidoc.py:437 -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." +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" +msgstr "nom de rôle inconnu : %s" -#: ext/apidoc.py:446 -msgid "run the script without creating files" -msgstr "exécuter le script sans créer les fichiers" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "type de node inconnu : %r" -#: ext/apidoc.py:453 -msgid "put documentation for each module on its own page" -msgstr "afficher la documentation de chaque module sur sa propre page" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "rôle par défaut %s introuvable" -#: ext/apidoc.py:460 -msgid "include \"_private\" modules" -msgstr "inclure le module \"_private\"" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "impossible d'atteindre l'image distante %s[%s]" -#: ext/apidoc.py:467 -msgid "filename of table of contents (default: modules)" -msgstr "nom du fichier de table des matières (défaut : modules)" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "impossible d'atteindre l'image distante %s[%d]" -#: ext/apidoc.py:474 -msgid "don't create a table of contents file" -msgstr "ne pas créer de fichier de table des matières" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Format d'image inconnu : %s..." -#: ext/apidoc.py:481 +#: transforms/post_transforms/__init__.py:88 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à)" +"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." -#: ext/apidoc.py:492 -msgid "put module documentation before submodule documentation" -msgstr "mettre la documentation du module avant celle du sous-module" +#: 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" -#: ext/apidoc.py:498 -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" +#: 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" -#: ext/apidoc.py:508 -msgid "file suffix (default: rst)" -msgstr "extension du fichier (par défaut : rst)" +#: 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" -#: ext/apidoc.py:515 ext/autosummary/generate.py:839 -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" +#: 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" -#: ext/apidoc.py:524 -msgid "generate a full project with sphinx-quickstart" -msgstr "générer un projet complet avec sphinx-quickstart" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "suite sur la page suivante" -#: ext/apidoc.py:531 -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" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Non alphabétique" -#: ext/apidoc.py:538 -msgid "project name (default: root module name)" -msgstr "nom du projet (par défaut : nom du module principal)" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboles" -#: ext/apidoc.py:545 -msgid "project author(s), used when --full is given" -msgstr "auteur(s) du projet, utilisé quand l'option -full est précisée" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Chiffres" -#: ext/apidoc.py:552 -msgid "project version, used when --full is given" -msgstr "version du projet, utilisé quand l'option -full est précisée" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "page" -#: ext/apidoc.py:559 -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/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Version" -#: ext/apidoc.py:564 -msgid "extension options" -msgstr "options relatives aux extensions" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Échec de l'obtention d'un nom de document !" -#: ext/apidoc.py:638 +#: builders/latex/transforms.py:121 #, python-format -msgid "%s is not a directory." -msgstr "%s n'est pas un répertoire" +msgid "Failed to get a docname for source %r!" +msgstr "Échec de l'obtention d'un nom de document pour la source %r !" -#: ext/apidoc.py:710 ext/autosummary/generate.py:875 +#: builders/latex/transforms.py:487 #, python-format -msgid "Failed to remove %s: %s" -msgstr "Échec de la suppression de %s: %s" +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" -#: ext/autosectionlabel.py:48 +#: builders/latex/theming.py:87 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "la section \"%s\" est étiquettée \"%s\"" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r n'a pas d'option « theme »" -#: domains/std/__init__.py:703 domains/std/__init__.py:812 -#: ext/autosectionlabel.py:52 +#: builders/latex/theming.py:90 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "libellé dupliqué %s, l'autre instance se trouve dans %s" - -#: ext/duration.py:85 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== durées de lecture les plus lentes =======================" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r n'a pas d'option « %s »" -#: ext/imgmath.py:159 +#: builders/latex/__init__.py:115 #, 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" +msgid "The LaTeX files are in %(outdir)s." +msgstr "Les fichiers LaTeX se trouvent dans %(outdir)s." -#: ext/imgmath.py:174 -#, python-format +#: builders/latex/__init__.py:118 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" +"\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)." + +#: 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/imgmath.py:328 +#: builders/latex/__init__.py:167 #, python-format -msgid "display latex %r: %s" -msgstr "latex de type display %r : %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" -#: ext/imgmath.py:362 +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "copie des fichiers de support TeX" + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "copie de fichiers supplémentaires" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "inline latex %r: %s" -msgstr "latex en ligne %r : %s" +msgid "logo file %r does not exist" +msgstr "Le fichier de logo %r n’existe pas" -#: writers/latex.py:1090 writers/manpage.py:263 writers/texinfo.py:662 -msgid "Footnotes" -msgstr "Notes de bas de page" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Clé de configuration inconnue : latex_elements[%r]; ignorée." -#: writers/manpage.py:309 writers/text.py:936 +#: builders/latex/__init__.py:537 #, python-format -msgid "[image: %s]" -msgstr "[image: %s]" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Option de thème inconnue : latex_theme_options[%r], ignoré." -#: writers/manpage.py:310 writers/text.py:937 -msgid "[image]" -msgstr "[image]" +#: 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)" -#: writers/html5.py:99 writers/html5.py:108 -msgid "Link to this definition" -msgstr "Lien vers cette définition" +#: 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)" -#: writers/html5.py:415 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format n'est pas défini %s" +#: 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)" -#: writers/html5.py:427 +#: builders/html/__init__.py:115 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Aucun ID assigné au node %s" +msgid "The HTML pages are in %(outdir)s." +msgstr "Les pages HTML sont dans %(outdir)s." -#: writers/html5.py:482 -msgid "Link to this term" -msgstr "Lien vers ce terme" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Échec de lecture du fichier de configuration de construction : %r" -#: writers/html5.py:525 writers/html5.py:530 -msgid "Link to this heading" -msgstr "Lien vers cette rubrique" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "non-concordance de build_info, copie de .buildinfo vers .buildinfo.bak" -#: writers/html5.py:535 -msgid "Link to this table" -msgstr "Lien vers ce tableau" +#: builders/html/__init__.py:369 +msgid "building [html]: " +msgstr "compilation [html] :" -#: writers/html5.py:549 writers/latex.py:1099 +#: builders/html/__init__.py:386 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "niveau de rubrique non pris en charge : %s" +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." -#: writers/html5.py:613 -msgid "Link to this code" -msgstr "Lien vers ce code" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Index général" -#: writers/html5.py:615 -msgid "Link to this image" -msgstr "Lien vers cette image" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "index" -#: writers/html5.py:617 -msgid "Link to this toctree" -msgstr "Lien vers cette table des matières" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" +msgstr "Logo de %s" -#: writers/html5.py:758 -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/html/__init__.py:592 +msgid "next" +msgstr "suivant" -#: builders/latex/__init__.py:205 domains/std/__init__.py:646 -#: domains/std/__init__.py:658 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:513 -msgid "Index" -msgstr "Index" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "précédent" -#: writers/latex.py:743 writers/texinfo.py:644 -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/html/__init__.py:698 +msgid "generating indices" +msgstr "génération des index" -#: writers/texinfo.py:1216 -msgid "caption not inside a figure." -msgstr "la légende n'est pas à l'intérieur de la figure." +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "Écriture des pages additionnelles" -#: writers/texinfo.py:1302 +#: builders/html/__init__.py:796 #, python-format -msgid "unimplemented node type: %r" -msgstr "type de node non-implémenté : %r" +msgid "cannot copy image file '%s': %s" +msgstr "Impossible de copier le fichier image '%s' : %s" -#: writers/latex.py:360 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "toplevel_sectioning %r inconnu pour la classe %r" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "Copie des fichiers téléchargeables... " -#: builders/latex/__init__.py:223 writers/latex.py:410 +#: builders/html/__init__.py:820 #, python-format -msgid "no Babel option known for language %r" -msgstr "Aucune option Babel disponible pour la langue %r" - -#: writers/latex.py:428 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: trop grand, ignoré." +msgid "cannot copy downloadable file %r: %s" +msgstr "impossible de copier le fichier téléchargeable %r: %s" -#: writers/latex.py:590 +#: builders/html/__init__.py:866 #, 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" +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" -#: writers/latex.py:708 -msgid "document title is not a single Text node" -msgstr "le titre du document n'est pas un unique node de type Text" +#: builders/html/__init__.py:884 +#, 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" -#: writers/latex.py:1175 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "options tabularcolumns et :widths: simultanément présentes. :widths: sera ignoré." +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "Copie des fichiers statiques" -#: writers/latex.py:1573 +#: builders/html/__init__.py:936 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "%s est invalide comme unité de dimension. Ignoré." +msgid "cannot copy static file %r" +msgstr "impossible de copier le fichier static %r" -#: writers/latex.py:1931 -#, python-format -msgid "unknown index entry type %s found" -msgstr "le type inconnu d’entrée d’index %s a été trouvé" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "copie des fichiers complémentaires" -#: domains/std/__init__.py:87 domains/std/__init__.py:104 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "variable d'environnement; %s" +msgid "cannot copy extra file %r" +msgstr "copie des fichiers supplémentaires impossible %r" -#: domains/std/__init__.py:112 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" -msgstr "%s; valeur de configuration" +msgid "Failed to write build info file: %r" +msgstr "Échec d'écriture du fichier de configuration de construction : %r" -#: domains/std/__init__.py:166 -msgid "Type" -msgstr "Type" +#: builders/html/__init__.py:1007 +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." -#: domains/std/__init__.py:176 -msgid "Default" -msgstr "Défaut" +#: builders/html/__init__.py:1054 +#, 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" -#: domains/std/__init__.py:235 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "description de l'option malformée, elle doit ressembler à \nMalformed option description %r, should look like \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" or \"+opt args\"" +"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." -#: domains/std/__init__.py:306 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s command line option" -msgstr "option de ligne de commande %s" - -#: domains/std/__init__.py:308 -msgid "command line option" -msgstr "option de ligne de commande" +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" -#: domains/std/__init__.py:430 -msgid "glossary term must be preceded by empty line" -msgstr "le terme du glossaire doit être précédé d'une ligne vide" +#: builders/html/__init__.py:1239 +#, 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" -#: domains/std/__init__.py:438 -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" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "Export de l'inventaire des objets" -#: domains/std/__init__.py:444 domains/std/__init__.py:457 -msgid "glossary seems to be misformatted, check indentation" -msgstr "le glossaire semble être mal formaté; vérifiez l'indentation" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" +msgstr "Export de l'index de recherche en %s" -#: domains/std/__init__.py:602 -msgid "glossary term" -msgstr "terme du glossaire" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "Fichier js_file : %r invalide, sera ignoré" -#: domains/std/__init__.py:603 -msgid "grammar token" -msgstr "élément de grammaire" +#: 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é." -#: domains/std/__init__.py:604 -msgid "reference label" -msgstr "étiquette de référence" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "math_renderer inconnu %r saisi." -#: domains/std/__init__.py:607 -msgid "environment variable" -msgstr "variable d'environnement" +#: builders/html/__init__.py:1375 +#, 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" -#: domains/std/__init__.py:608 -msgid "program option" -msgstr "option du programme" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "L’entrée %r de html_extra_path n’existe pas" -#: domains/std/__init__.py:609 -msgid "document" -msgstr "document" +#: 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" -#: domains/std/__init__.py:647 domains/std/__init__.py:659 -msgid "Module Index" -msgstr "Index du module" +#: 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" -#: domains/std/__init__.py:648 domains/std/__init__.py:660 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Page de recherche" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "Le fichier de favicon %r n’existe pas " -#: domains/std/__init__.py:722 +#: builders/html/__init__.py:1435 #, 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" +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/std/__init__.py:932 -msgid "numfig is disabled. :numref: is ignored." -msgstr "le paramètre numfig est désactivé : le paramètre :numref: est ignoré" +#: 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/std/__init__.py:940 +#: builders/html/__init__.py:1464 #, 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" +msgid "%s %s documentation" +msgstr "Documentation %s %s" -#: domains/std/__init__.py:952 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "the link has no caption: %s" -msgstr "le lien n'a pas de légende : %s" +msgid "(in %s v%s)" +msgstr "(disponible dans %s v%s)" -#: domains/std/__init__.py:966 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format invalide : %s (%r)" +msgid "(in %s)" +msgstr "(dans %s)" -#: domains/std/__init__.py:969 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format invalide : %s" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "inventaire '%s' : doublons trouvés pour %s:%s" -#: domains/std/__init__.py:1200 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "undefined label: %r" -msgstr "label non défini: %r" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventaire '%s' : plusieurs correspondances trouvées pour %s:%s" -#: domains/std/__init__.py:1202 +#: ext/intersphinx/_resolve.py:383 #, 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" +msgid "inventory for external cross-reference not found: %r" +msgstr "inventaire des références croisées externes non trouvé : %r" -#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (dans le module %s)" +msgid "invalid external cross-reference suffix: %r" +msgstr "suffixe de référence croisée externe non valide : %r" -#: domains/python/__init__.py:167 domains/python/__init__.py:334 -#: domains/python/__init__.py:385 domains/python/__init__.py:424 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "%s (in module %s)" -msgstr "%s (dans le module %s)" +msgid "domain for external cross-reference not found: %r" +msgstr "domaine pour la référence croisée externe non trouvé : %r" -#: domains/python/__init__.py:169 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (variable de base)" +msgid "external %s:%s reference target not found: %s" +msgstr "%sexterne :%s cible de référence non trouvée : %s" -#: domains/python/__init__.py:194 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "%s (built-in class)" -msgstr "%s (classe de base)" +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." -#: domains/python/__init__.py:195 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "%s (class in %s)" -msgstr "%s (classe dans %s)" +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." -#: domains/python/__init__.py:249 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (méthode de la classe %s)" +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)." -#: domains/python/__init__.py:251 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (méthode statique %s)" +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." -#: domains/python/__init__.py:389 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "%s (%s property)" -msgstr "%s (propriété %s)" +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])." -#: domains/python/__init__.py:428 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s (type alias in %s)" -msgstr "%s (type alias dans %s)" - -#: domains/python/__init__.py:559 -msgid "Python Module Index" -msgstr "Index des modules Python" - -#: domains/python/__init__.py:560 -msgid "modules" -msgstr "modules" +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." -#: domains/python/__init__.py:637 -msgid "Deprecated" -msgstr "Obsolète" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Configuration `intersphinx_mapping` invalide (1 erreur)." -#: domains/python/__init__.py:663 -msgid "exception" -msgstr "exception" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Configuration `intersphinx_mapping` invalide (%s erreurs)." -#: domains/python/__init__.py:665 -msgid "class method" -msgstr "méthode de classe" +#: ext/intersphinx/_load.py:157 +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." -#: domains/python/__init__.py:666 -msgid "static method" -msgstr "méthode statique" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "chargement de l'inventaire intersphinx '%s' de %s ..." -#: domains/python/__init__.py:668 -msgid "property" -msgstr "propriété" +#: ext/intersphinx/_load.py:311 +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 :" -#: domains/python/__init__.py:669 -msgid "type alias" -msgstr "type alias" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "échec d'accès à un quelconque inventaire, messages de contexte suivants :" -#: domains/python/__init__.py:729 +#: ext/intersphinx/_load.py:400 #, 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" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "l’inventaire intersphinx a bougé : %s -> %s" -#: domains/python/__init__.py:858 +#: ext/apidoc/_generate.py:69 #, 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:920 -msgid " (deprecated)" -msgstr " (obsolète)" - -#: domains/c/__init__.py:304 domains/cpp/__init__.py:441 -#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 -msgid "Parameters" -msgstr "Paramètres" +msgid "Would create file %s." +msgstr "Créerait le fichier %s." -#: domains/python/_object.py:169 -msgid "Variables" -msgstr "Variables" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "Échec de la suppression de %s: %s" -#: domains/python/_object.py:173 -msgid "Raises" -msgstr "Lève" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "Exécution de l'apidoc" -#: domains/c/__init__.py:199 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "apidoc_modules item %i must be a dict" +msgstr "l'item apidoc_modules %i doit être un dict" -#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#: ext/apidoc/_extension.py:110 #, 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'." - -#: domains/c/__init__.py:307 domains/cpp/__init__.py:454 -msgid "Return values" -msgstr "Valeurs retournées" - -#: domains/c/__init__.py:679 domains/cpp/__init__.py:860 -msgid "member" -msgstr "membre" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "l'item apidoc_modules %i doit avoir une clé \"path\"." -#: domains/c/__init__.py:680 -msgid "variable" -msgstr "variable" +#: ext/apidoc/_extension.py:115 +#, 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" -#: domains/c/__init__.py:682 -msgid "macro" -msgstr "macro" +#: ext/apidoc/_extension.py:121 +#, 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" -#: domains/c/__init__.py:683 -msgid "struct" -msgstr "structure" +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "l'item apidoc_modules %i doit avoir une clé 'destination'" -#: domains/c/__init__.py:684 domains/cpp/__init__.py:858 -msgid "union" -msgstr "union" +#: ext/apidoc/_extension.py:140 +#, 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" -#: domains/c/__init__.py:685 domains/cpp/__init__.py:863 -msgid "enum" -msgstr "énumération" +#: ext/apidoc/_extension.py:147 +#, 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" -#: domains/c/__init__.py:686 domains/cpp/__init__.py:864 -msgid "enumerator" -msgstr "énumérateur" +#: ext/apidoc/_extension.py:157 +#, 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" -#: domains/c/__init__.py:687 domains/cpp/__init__.py:861 -msgid "type" -msgstr "type" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "l'item apidoc_modules %i '%s' doit être un entier" -#: domains/c/__init__.py:689 domains/cpp/__init__.py:866 -msgid "function parameter" -msgstr "paramètre de fonction" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "l'item apidoc_modules %i '%s' doit être un booléen" -#: domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Paramètres du modèle" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "l'item apidoc_modules %i a des clés inattendues : %s" -#: domains/cpp/__init__.py:277 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "l'item apidoc_modules %i '%s' doit être une séquence" -#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#: ext/apidoc/_extension.py:257 #, 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'." +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "l'item apidoc_modules %i '%s' doit contenir des chaînes de caractères" -#: domains/cpp/__init__.py:862 -msgid "concept" -msgstr "concept" +#: 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." -#: domains/cpp/__init__.py:867 -msgid "template parameter" -msgstr "paramètre du modèle" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "chemin vers le module à documenter" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contenu" +#: 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/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" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "répertoire où placer toutes les sorties" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Recherche" +#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Go" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "remplacer les fichiers existants" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Montrer le code source" +#: 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/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:99 +msgid "run the script without creating files" +msgstr "exécuter le script sans créer les fichiers" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigation" +#: 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/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Recherchez dans %(docstitle)s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "inclure le module \"_private\"" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "À propos de ces documents" +#: 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/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: 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/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)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 "ne pas créer de titres pour le module ou package (e.g. lorsque les doctrings en fournissent déjà)" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Mis à jour le %(last_updated)s." +#: 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/layout.html:204 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Créé en utilisant Sphinx %(sphinx_version)s." +"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" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" -msgstr "Index – %(key)s" +#: 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/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" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "extension du fichier (par défaut : rst)" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indexer les pages par lettre" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +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/genindex-split.html:17 -msgid "can be huge" -msgstr "peut être énorme" +#: 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/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "Rechercher %(docstitle)s" +#: 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/sourcelink.html:4 -msgid "This Page" -msgstr "Cette page" +#: 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/defindex.html:4 -msgid "Overview" -msgstr "Résumé" +#: 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/defindex.html:8 -msgid "Welcome! This is" -msgstr "Bienvenue ! Ceci est" +#: 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/defindex.html:9 -msgid "the documentation for" -msgstr "la documentation pour" +#: 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/defindex.html:10 -msgid "last updated" -msgstr "dernière modification" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "options relatives aux extensions" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Index et tables :" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "permet des extensions arbitraires, utilisé lorsque --full est donné" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Table des matières complète" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" +msgstr "permettre l'extension %s, utilisée lorsque --full est donné" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "lister l'ensemble des sections et sous-sections" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s n'est pas un répertoire" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "rechercher dans cette documentation" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "ensemble invalide de valeurs (accolade fermante manquante) : %s" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Index général des modules" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "ensemble invalide de valeurs (accolade ouvrante manquante) :%s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "accès rapide à l'ensemble des modules" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "chaîne littérale malformée (guillemet fermant manquant) : %s" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Index général" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" +msgstr "chaîne littérale malformée (guillemet ouvrant manquant) : %s" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "toutes les fonctions, classes, termes" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "Exemple" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Recherche rapide" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Exemples" -#: 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." +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Arguments de mots-clés" -#: 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." +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "Notes" -#: themes/basic/search.html:35 -msgid "search" -msgstr "rechercher" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "Autres paramètres" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Sujet précédent" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Paramètres" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "Chapitre précédent" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "Reçoit" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Sujet suivant" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "Références" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "Chapitre suivant" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Avertissements" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Agrandir la barre latérale" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "Yields" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Changements dans la version %(version)s — %(docstitle)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" -#: themes/basic/changes/versionchanges.html:17 +#: ext/autodoc/type_comment.py:154 #, 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 "Failed to parse type_comment for %r: %s" +msgstr "Échec de l'analyse de type_comment pour %r : %s" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Modifications de la bibliothèque" +#: ext/autodoc/preserve_defaults.py:195 +#, 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" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Modifications de l'API C" +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "valeur invalide pour l'option member-order : %s" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Autres modifications" +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "valeur invalide pour l'option class-doc-from : %s" -#: themes/basic/changes/rstsource.html:5 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "invalid signature for auto%s (%r)" +msgstr "signature invalide pour auto%s (%r)" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Cacher les résultats de la recherche" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "erreur pendant la mise en forme de l'argument %s:%s" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Résultats de la recherche" +#: ext/autodoc/__init__.py:898 +#, python-format +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" -#: themes/basic/static/searchtools.js:119 +#: ext/autodoc/__init__.py:1021 +#, 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." +"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)" -#: themes/basic/static/searchtools.js:123 -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/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "Un faux objet a été détecté : %r" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Recherche en cours" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "erreur lors du formatage de la signature pour %s : %s" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Préparation de la recherche..." +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" dans le nom d'automodule n'a pas de sens" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", dans " +#: ext/autodoc/__init__.py:1185 +#, 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" -#: environment/collectors/asset.py:96 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "image file not readable: %s" -msgstr "fichier image %s illisible " +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é" -#: environment/collectors/asset.py:124 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "image file %s not readable: %s" -msgstr "fichier image %s illisible : %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "attribut manquant mentionné dans l'option :members: : module %s, attribut %s" -#: environment/collectors/asset.py:161 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "download file not readable: %s" -msgstr "le fichier téléchargé n’est pas lisible: %s" +msgid "Failed to get a function signature for %s: %s" +msgstr "Échec pour obtenir la signature de la fonction pour %s : %s" -#: environment/collectors/toctree.py:258 +#: ext/autodoc/__init__.py:1828 #, 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 constructor signature for %s: %s" +msgstr "Échec pour obtenir la signature du constructeur pour %s : %s" -#: environment/adapters/toctree.py:318 +#: ext/autodoc/__init__.py:1966 #, 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 "Bases: %s" +msgstr "Bases : %s" -#: environment/adapters/toctree.py:342 +#: ext/autodoc/__init__.py:1985 #, 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é" +msgid "missing attribute %s in object %s" +msgstr "attribut manquant %s dans l'objet %s" -#: environment/adapters/toctree.py:357 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree contient une référence au document non inclu %r" +msgid "alias of %s" +msgstr "alias de %s" -#: environment/adapters/indexentries.py:126 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "see %s" -msgstr "voir %s" +msgid "alias of TypeVar(%s)" +msgstr "alias de TypeVar(%s)" -#: environment/adapters/indexentries.py:136 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "see also %s" -msgstr "voir aussi %s" +msgid "Failed to get a method signature for %s: %s" +msgstr "Échec pour obtenir la signature de la méthode pour %s : %s" -#: environment/adapters/indexentries.py:144 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "unknown index entry type %r" -msgstr "type d'index saisie inconnu %r" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Invalide __slots__ trouvé sur %s. Ignoré." -#: environment/adapters/indexentries.py:270 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboles" +#: ext/autosummary/__init__.py:284 +#, python-format +msgid "autosummary references excluded document %r. Ignored." +msgstr "autosummary fait référence au document exclu %r. Ignoré" -#: 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/autosummary/__init__.py:288 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummary : fichier stub non trouvé %r. Vérifiez votre paramètre autosummary_generate." -#: 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/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "Un résumé automatique sous-titré nécessite l'option :toctree:. Ignoré." -#: 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/autosummary/__init__.py:384 +#, 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" -#: builders/html/__init__.py:113 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Les pages HTML sont dans %(outdir)s." +msgid "failed to parse name %s" +msgstr "échec de l’analyse du nom %s" -#: builders/html/__init__.py:348 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Échec de lecture du fichier de configuration de construction : %r" +msgid "failed to import object %s" +msgstr "échec d’importation de l'object %s" -#: builders/html/__init__.py:363 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "non-concordance de build_info, copie de .buildinfo vers .buildinfo.bak" +#: ext/autosummary/__init__.py:730 +#, python-format +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "Les éléments résumés ne doivent pas inclure le module actuel. Remplacer %r par %r." -#: builders/html/__init__.py:366 -msgid "building [html]: " -msgstr "compilation [html] :" +#: ext/autosummary/__init__.py:927 +#, python-format +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate : fichier nontrouvé : %s" + +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "autosummary génère des fichiers .rst en interne. Mais votre source_suffix ne contient pas .rst. Ignoré." -#: builders/html/__init__.py:382 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, 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." +"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" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "index" +#: ext/autosummary/generate.py:588 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] engendrement d’un auto-sommaire pour : %s" -#: builders/html/__init__.py:560 +#: ext/autosummary/generate.py:592 #, python-format -msgid "Logo of %s" -msgstr "Logo de %s" +msgid "[autosummary] writing to %s" +msgstr "[autosummary] écriture dans %s" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "suivant" +#: ext/autosummary/generate.py:637 +#, 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" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "précédent" +#: ext/autosummary/generate.py:836 +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" -#: builders/html/__init__.py:695 -msgid "generating indices" -msgstr "génération des index" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" +msgstr "fichiers sources pour lesquels il faut produire des fichiers rST" -#: builders/html/__init__.py:710 -msgid "writing additional pages" -msgstr "Écriture des pages additionnelles" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "répertoire où placer toutes les sorties" -#: builders/html/__init__.py:793 +#: ext/autosummary/generate.py:874 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "Impossible de copier le fichier image '%s' : %s" - -#: builders/html/__init__.py:805 -msgid "copying downloadable files... " -msgstr "Copie des fichiers téléchargeables... " +msgid "default suffix for files (default: %(default)s)" +msgstr "extension par défaut pour les fichiers (par défaut : %(default)s)" -#: builders/html/__init__.py:817 +#: ext/autosummary/generate.py:882 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "impossible de copier le fichier téléchargeable %r: %s" +msgid "custom template directory (default: %(default)s)" +msgstr "répertoire des templates spécifiques (par défaut : %(default)s)" -#: builders/html/__init__.py:863 +#: ext/autosummary/generate.py:890 #, 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 "document imported members (default: %(default)s)" +msgstr "membres importés du document (défaut : %(default)s)" -#: builders/html/__init__.py:881 +#: ext/autosummary/generate.py:899 #, 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" - -#: builders/html/__init__.py:916 -msgid "copying static files" -msgstr "Copie des fichiers statiques" +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)" -#: builders/html/__init__.py:933 -#, python-format -msgid "cannot copy static file %r" -msgstr "impossible de copier le fichier static %r" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Interrompu !" -#: builders/html/__init__.py:938 -msgid "copying extra files" -msgstr "copie des fichiers complémentaires" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "erreur de balisage reStructuredText !" -#: builders/html/__init__.py:948 -#, python-format -msgid "cannot copy extra file %r" -msgstr "copie des fichiers supplémentaires impossible %r" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "Erreur d'encodage !" -#: 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" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "Erreur de récursivité !" -#: builders/html/__init__.py:1003 +#: _cli/util/errors.py:207 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." +"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/html/__init__.py:1051 -#, 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" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "Démarrage du débogueur :" -#: 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." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "La trace complète a été sauvegardée dans :" -#: builders/html/__init__.py:1222 -#, python-format +#: _cli/util/errors.py:240 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" +"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/html/__init__.py:1255 -msgid "dumping object inventory" -msgstr "Export de l'inventaire des objets" +#: _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." -#: builders/html/__init__.py:1263 -#, python-format -msgid "dumping search index in %s" -msgstr "Export de l'index de recherche en %s" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Réduire la barre latérale" -#: builders/html/__init__.py:1306 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "Fichier js_file : %r invalide, sera ignoré" +#: 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:1339 -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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Recherche" -#: builders/html/__init__.py:1344 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "math_renderer inconnu %r saisi." +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Go" -#: builders/html/__init__.py:1358 -#, 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" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Montrer le code source" -#: builders/html/__init__.py:1363 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "L’entrée %r de html_extra_path n’existe pas" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contenu" -#: builders/html/__init__.py:1378 -#, 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/searchbox.html:4 +msgid "Quick search" +msgstr "Recherche rapide" -#: builders/html/__init__.py:1383 -#, 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/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indexer les pages par lettre" -#: builders/html/__init__.py:1394 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "Le fichier de logo %r n’existe pas" +#: 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:1405 -#, python-format -msgid "favicon file %r does not exist" -msgstr "Le fichier de favicon %r n’existe pas " +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "peut être énorme" -#: builders/html/__init__.py:1417 -#, python-format +#: themes/basic/search.html:20 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`." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Veuillez activer le JavaScript pour que la recherche fonctionne." -#: builders/html/__init__.py:1430 +#: themes/basic/search.html:28 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)" +"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." -#: builders/html/__init__.py:1447 -#, python-format -msgid "%s %s documentation" -msgstr "Documentation %s %s" +#: themes/basic/search.html:35 +msgid "search" +msgstr "rechercher" -#: builders/latex/transforms.py:118 -msgid "Failed to get a docname!" -msgstr "Échec de l'obtention d'un nom de document !" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" -#: builders/latex/transforms.py:119 +#: themes/basic/layout.html:115 #, 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 "Search within %(docstitle)s" +msgstr "Recherchez dans %(docstitle)s" -#: builders/latex/transforms.py:485 +#: 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" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, 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 "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: builders/latex/__init__.py:117 +#: themes/basic/layout.html:201 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Les fichiers LaTeX se trouvent dans %(outdir)s." +msgid "Last updated on %(last_updated)s." +msgstr "Mis à jour le %(last_updated)s." -#: builders/latex/__init__.py:119 +#: themes/basic/layout.html:204 +#, 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 "\nExécuter 'make' dans ce répertoire pour les soumettre à (pdf)latex\n(ou 'make latexpdf' directement ici pour l’automatiser)." +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Créé en utilisant Sphinx %(sphinx_version)s." -#: builders/latex/__init__.py:157 -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/sourcelink.html:4 +msgid "This Page" +msgstr "Cette page" -#: builders/latex/__init__.py:169 -#, 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" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Sujet précédent" -#: builders/latex/__init__.py:208 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Version" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "Chapitre précédent" -#: builders/latex/__init__.py:429 -msgid "copying TeX support files" -msgstr "copie des fichiers de support TeX" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Sujet suivant" -#: builders/latex/__init__.py:466 -msgid "copying additional files" -msgstr "copie de fichiers supplémentaires" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "Chapitre suivant" -#: builders/latex/__init__.py:540 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Clé de configuration inconnue : latex_elements[%r]; ignorée." +msgid "Search %(docstitle)s" +msgstr "Rechercher %(docstitle)s" -#: builders/latex/__init__.py:548 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Option de thème inconnue : latex_theme_options[%r], ignoré." +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Résumé" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Bienvenue ! Ceci est" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "la documentation pour" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "dernière modification" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Index et tables :" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r n'a pas d'option « theme »" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Table des matières complète" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r n'a pas d'option « %s »" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "lister l'ensemble des sections et sous-sections" -#: _cli/util/errors.py:124 -msgid "Exception occurred, starting debugger:" -msgstr "Une exception s'est produite, démarrage du débogueur :" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Page de recherche" -#: _cli/util/errors.py:133 -msgid "reStructuredText markup error:" -msgstr "erreur de balisage reStructuredText :" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "rechercher dans cette documentation" -#: _cli/util/errors.py:168 -msgid "The full traceback has been saved in:" -msgstr "La trace complète a été sauvegardée dans :" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Index général des modules" -#: _cli/util/errors.py:172 -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 !" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "accès rapide à l'ensemble des modules" -#: transforms/post_transforms/__init__.py:125 -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." +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "toutes les fonctions, classes, termes" -#: transforms/post_transforms/__init__.py:185 +#: themes/basic/genindex-single.html:26 #, 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" +msgid "Index – %(key)s" +msgstr "Index – %(key)s" -#: transforms/post_transforms/__init__.py:251 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s cible de référence non trouvée : %s" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Changements dans la version %(version)s — %(docstitle)s" -#: transforms/post_transforms/__init__.py:257 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r cible de référence non trouvée : %s" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Liste auto-générée des modifications dans la version %(version)s" -#: transforms/post_transforms/images.py:77 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "impossible d'atteindre l'image distante %s[%s]" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Modifications de la bibliothèque" -#: transforms/post_transforms/images.py:94 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "impossible d'atteindre l'image distante %s[%d]" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Modifications de l'API C" -#: transforms/post_transforms/images.py:141 -#, python-format -msgid "Unknown image format: %s..." -msgstr "Format d'image inconnu : %s..." +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Autres modifications" -#: ext/napoleon/docstring.py:707 -msgid "Example" -msgstr "Exemple" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/napoleon/docstring.py:708 -msgid "Examples" -msgstr "Exemples" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Résultats de la recherche" -#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 -msgid "Keyword Arguments" -msgstr "Arguments de mots-clés" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/napoleon/docstring.py:768 -msgid "Notes" -msgstr "Notes" +#: themes/basic/static/searchtools.js:129 +#, 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/napoleon/docstring.py:777 -msgid "Other Parameters" -msgstr "Autres paramètres" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Recherche en cours" -#: ext/napoleon/docstring.py:813 -msgid "Receives" -msgstr "Reçoit" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Préparation de la recherche..." -#: ext/napoleon/docstring.py:817 -msgid "References" -msgstr "Références" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", dans " -#: ext/napoleon/docstring.py:849 -msgid "Warns" -msgstr "Avertissements" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Cacher les résultats de la recherche" -#: ext/napoleon/docstring.py:853 -msgid "Yields" -msgstr "Yields" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Agrandir la barre latérale" -#: ext/napoleon/docstring.py:1015 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "ensemble invalide de valeurs (accolade fermante manquante) : %s" +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/napoleon/docstring.py:1022 +#: environment/adapters/toctree.py:360 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "ensemble invalide de valeurs (accolade ouvrante manquante) :%s" +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/napoleon/docstring.py:1029 +#: environment/adapters/toctree.py:375 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "chaîne littérale malformée (guillemet fermant manquant) : %s" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree contient une référence au document non inclu %r" -#: ext/napoleon/docstring.py:1036 +#: environment/adapters/toctree.py:378 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "chaîne littérale malformée (guillemet ouvrant manquant) : %s" +msgid "toctree contains reference to non-existing document %r" +msgstr "toctree contient une référence à un document inexistant %r" -#: ext/autosummary/__init__.py:256 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "autosummary fait référence au document exclu %r. Ignoré" +msgid "see %s" +msgstr "voir %s" -#: ext/autosummary/__init__.py:258 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "autosummary : fichier stub non trouvé %r. Vérifiez votre paramètre autosummary_generate." - -#: ext/autosummary/__init__.py:277 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "Un résumé automatique sous-titré nécessite l'option :toctree:. Ignoré." +msgid "see also %s" +msgstr "voir aussi %s" -#: ext/autosummary/__init__.py:330 +#: environment/adapters/indexentries.py:140 #, 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 "unknown index entry type %r" +msgstr "type d'index saisie inconnu %r" -#: ext/autosummary/__init__.py:344 +#: environment/collectors/asset.py:98 #, python-format -msgid "failed to parse name %s" -msgstr "échec de l’analyse du nom %s" +msgid "image file not readable: %s" +msgstr "fichier image %s illisible " -#: ext/autosummary/__init__.py:349 +#: environment/collectors/asset.py:126 #, python-format -msgid "failed to import object %s" -msgstr "échec d’importation de l'object %s" +msgid "image file %s not readable: %s" +msgstr "fichier image %s illisible : %s" -#: ext/autosummary/__init__.py:648 +#: environment/collectors/asset.py:165 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "Les éléments résumés ne doivent pas inclure le module actuel. Remplacer %r par %r." +msgid "download file not readable: %s" +msgstr "le fichier téléchargé n’est pas lisible: %s" -#: ext/autosummary/__init__.py:819 +#: environment/collectors/toctree.py:259 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate : fichier nontrouvé : %s" - -#: ext/autosummary/__init__.py:827 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "autosummary génère des fichiers .rst en interne. Mais votre source_suffix ne contient pas .rst. Ignoré." +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/autosummary/generate.py:215 ext/autosummary/generate.py:391 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, 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" +"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/autosummary/generate.py:526 -#, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] engendrement d’un auto-sommaire pour : %s" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Paramètres du modèle" -#: ext/autosummary/generate.py:530 +#: domains/cpp/__init__.py:302 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] écriture dans %s" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/autosummary/generate.py:572 -#, 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" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valeurs retournées" -#: ext/autosummary/generate.py:767 -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" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "union" -#: ext/autosummary/generate.py:789 -msgid "source files to generate rST files for" -msgstr "fichiers sources pour lesquels il faut produire des fichiers rST" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membre" -#: ext/autosummary/generate.py:797 -msgid "directory to place all output in" -msgstr "répertoire où placer toutes les sorties" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "type" -#: ext/autosummary/generate.py:805 -#, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "extension par défaut pour les fichiers (par défaut : %(default)s)" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "concept" -#: ext/autosummary/generate.py:813 -#, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "répertoire des templates spécifiques (par défaut : %(default)s)" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "énumération" -#: ext/autosummary/generate.py:821 -#, python-format -msgid "document imported members (default: %(default)s)" -msgstr "membres importés du document (défaut : %(default)s)" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "énumérateur" -#: ext/autosummary/generate.py:829 -#, 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)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "paramètre de fonction" -#: ext/intersphinx/_resolve.py:47 -#, python-format -msgid "(in %s v%s)" -msgstr "(disponible dans %s v%s)" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "paramètre du modèle" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variables" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Lève" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s)" -msgstr "(dans %s)" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Séparateur de paramètres positionnels uniquement (PEP 570)" -#: ext/intersphinx/_resolve.py:103 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "inventaire '%s' : doublons trouvés pour %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Séparateur de paramètres par mot-clé uniquement (PEP 3102)" -#: ext/intersphinx/_resolve.py:113 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "inventaire '%s' : plusieurs correspondances trouvées pour %s:%s" +msgid "%s() (in module %s)" +msgstr "%s() (dans le module %s)" -#: ext/intersphinx/_resolve.py:359 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "inventaire des références croisées externes non trouvé : %r" +msgid "%s (in module %s)" +msgstr "%s (dans le module %s)" -#: ext/intersphinx/_resolve.py:367 +#: domains/python/__init__.py:184 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "suffixe de référence croisée externe non valide : %r" +msgid "%s (built-in variable)" +msgstr "%s (variable de base)" -#: ext/intersphinx/_resolve.py:378 +#: domains/python/__init__.py:219 #, 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 "%s (built-in class)" +msgstr "%s (classe de base)" -#: ext/intersphinx/_resolve.py:585 +#: domains/python/__init__.py:220 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "%sexterne :%s cible de référence non trouvée : %s" +msgid "%s (class in %s)" +msgstr "%s (classe dans %s)" -#: ext/intersphinx/_load.py:59 +#: domains/python/__init__.py:285 #, 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." +msgid "%s() (%s class method)" +msgstr "%s() (méthode de la classe %s)" -#: ext/intersphinx/_load.py:70 +#: domains/python/__init__.py:287 #, 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." +msgid "%s() (%s static method)" +msgstr "%s() (méthode statique %s)" -#: ext/intersphinx/_load.py:81 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" +msgstr "%s (propriété %s)" -#: ext/intersphinx/_load.py:92 +#: domains/python/__init__.py:480 #, 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 "%s (type alias in %s)" +msgstr "%s (type alias dans %s)" -#: ext/intersphinx/_load.py:101 -#, 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])." +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Index des modules Python" -#: ext/intersphinx/_load.py:120 -#, 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." +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "modules" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Configuration `intersphinx_mapping` invalide (1 erreur)." +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Obsolète" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Configuration `intersphinx_mapping` invalide (%s erreurs)." +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "exception" -#: ext/intersphinx/_load.py:155 -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." +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "méthode de classe" -#: ext/intersphinx/_load.py:240 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "chargement de l'inventaire intersphinx '%s' de %s ..." +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "méthode statique" -#: ext/intersphinx/_load.py:265 -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 :" +#: domains/python/__init__.py:744 +msgid "property" +msgstr "propriété" -#: ext/intersphinx/_load.py:275 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "échec d'accès à un quelconque inventaire, messages de contexte suivants :" +#: domains/python/__init__.py:745 +msgid "type alias" +msgstr "type alias" -#: ext/intersphinx/_load.py:319 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "l’inventaire intersphinx a bougé : %s -> %s" +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" -#: ext/autodoc/type_comment.py:132 +#: domains/python/__init__.py:976 #, 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" +msgid "more than one target found for cross-reference %r: %s" +msgstr "plusieurs cibles trouvées pour le renvoi %r : %s" -#: ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Échec de l'analyse de type_comment pour %r : %s" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (obsolète)" -#: ext/autodoc/__init__.py:142 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valeur invalide pour l'option member-order : %s" +msgid "environment variable; %s" +msgstr "variable d'environnement; %s" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valeur invalide pour l'option class-doc-from : %s" +msgid "%s; configuration value" +msgstr "%s; valeur de configuration" -#: ext/autodoc/__init__.py:415 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "signature invalide pour auto%s (%r)" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "Type" -#: ext/autodoc/__init__.py:532 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "erreur pendant la mise en forme de l'argument %s:%s" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "Défaut" -#: ext/autodoc/__init__.py:807 +#: domains/std/__init__.py:239 #, python-format 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" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "description de l'option malformée, elle doit ressembler à \nMalformed option description %r, should look like \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" or \"+opt args\"" -#: ext/autodoc/__init__.py:902 +#: domains/std/__init__.py:319 #, 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)" +msgid "%s command line option" +msgstr "option de ligne de commande %s" -#: ext/autodoc/__init__.py:946 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "Un faux objet a été détecté : %r" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "option de ligne de commande" -#: ext/autodoc/__init__.py:965 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "erreur lors du formatage de la signature pour %s : %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "le terme du glossaire doit être précédé d'une ligne vide" -#: ext/autodoc/__init__.py:1028 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" dans le nom d'automodule n'a pas de sens" +#: domains/std/__init__.py:474 +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" -#: ext/autodoc/__init__.py:1035 -#, 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" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" +msgstr "le glossaire semble être mal formaté; vérifiez l'indentation" -#: ext/autodoc/__init__.py:1048 -#, python-format -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é" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "terme du glossaire" -#: ext/autodoc/__init__.py:1114 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "attribut manquant mentionné dans l'option :members: : module %s, attribut %s" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "élément de grammaire" -#: ext/autodoc/__init__.py:1337 ext/autodoc/__init__.py:1414 -#: ext/autodoc/__init__.py:2829 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Échec pour obtenir la signature de la fonction pour %s : %s" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "étiquette de référence" -#: ext/autodoc/__init__.py:1633 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Échec pour obtenir la signature du constructeur pour %s : %s" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "variable d'environnement" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "option du programme" + +#: domains/std/__init__.py:735 +msgid "document" +msgstr "document" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Index du module" -#: ext/autodoc/__init__.py:1760 +#: domains/std/__init__.py:857 #, python-format -msgid "Bases: %s" -msgstr "Bases : %s" +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 +msgid "numfig is disabled. :numref: is ignored." +msgstr "le paramètre numfig est désactivé : le paramètre :numref: est ignoré" -#: ext/autodoc/__init__.py:1774 +#: domains/std/__init__.py:1124 #, python-format -msgid "missing attribute %s in object %s" -msgstr "attribut manquant %s dans l'objet %s" +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" -#: ext/autodoc/__init__.py:1855 ext/autodoc/__init__.py:1892 -#: ext/autodoc/__init__.py:1987 +#: domains/std/__init__.py:1138 #, python-format -msgid "alias of %s" -msgstr "alias de %s" +msgid "the link has no caption: %s" +msgstr "le lien n'a pas de légende : %s" -#: ext/autodoc/__init__.py:1875 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias de TypeVar(%s)" +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format invalide : %s (%r)" -#: ext/autodoc/__init__.py:2217 ext/autodoc/__init__.py:2317 +#: domains/std/__init__.py:1157 #, 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" +msgid "invalid numfig_format: %s" +msgstr "numfig_format invalide : %s" -#: ext/autodoc/__init__.py:2448 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Invalide __slots__ trouvé sur %s. Ignoré." +msgid "undefined label: %r" +msgstr "label non défini: %r" -#: ext/autodoc/preserve_defaults.py:190 +#: domains/std/__init__.py:1456 #, 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" +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" -#: 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" +#: 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 "Déclaration C dupliquée, également définie à %s:%s.\nLa déclaration est '.. c:%s:: %s'." -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "suite sur la page suivante" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Non alphabétique" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variable" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Chiffres" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "page" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "structure" diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo index 2f589d2d81f..0f9d3178d51 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 730edca8517..6ddf370f072 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) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,153 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-12-29 22:39+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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.16.0\n" +"Generated-By: Babel 2.17.0\n" "Language: fr_FR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: events.py:77 +#: config.py:362 #, python-format -msgid "Event %r already present" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: events.py:370 +#: config.py:385 #, python-format -msgid "Unknown event name: %s" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: events.py:416 +#: config.py:390 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:190 +#: config.py:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:194 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:198 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:228 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:250 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:266 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:271 registry.py:452 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:277 +#: application.py:310 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 "" -#: application.py:312 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:329 util/display.py:88 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:331 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:345 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:353 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:366 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:398 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:400 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:404 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:407 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:409 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:414 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:417 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:419 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:968 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1047 +#: application.py:1128 #, python-format -msgid "directive %r is already registered, it will be overridden" +msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1069 application.py:1094 +#: application.py:1154 application.py:1182 #, python-format -msgid "role %r is already registered, it will be overridden" +msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1644 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1648 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1651 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,3941 +308,3938 @@ msgid "" "explicit" msgstr "" -#: application.py:1655 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1663 application.py:1667 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: roles.py:208 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:231 -#, python-format -msgid "invalid CVE number %s" -msgstr "" - -#: roles.py:253 +#: extension.py:58 #, python-format -msgid "Common Weakness Enumeration; CWE %s" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: roles.py:276 +#: extension.py:79 #, python-format -msgid "invalid CWE number %s" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: roles.py:296 +#: events.py:81 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Event %r already present" msgstr "" -#: roles.py:319 +#: events.py:379 #, python-format -msgid "invalid PEP number %s" +msgid "Unknown event name: %s" msgstr "" -#: roles.py:357 +#: events.py:424 #, python-format -msgid "invalid RFC number %s" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: registry.py:144 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:146 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:159 +#: registry.py:182 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:166 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:173 +#: registry.py:199 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:196 registry.py:209 registry.py:220 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:200 +#: registry.py:230 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:212 +#: registry.py:248 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:223 +#: registry.py:261 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:254 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:280 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:287 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:296 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:304 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:320 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:336 +#: registry.py:405 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:419 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:431 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:446 +#: registry.py:531 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:457 +#: registry.py:545 msgid "Original exception:\n" msgstr "" -#: registry.py:458 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:463 +#: registry.py:554 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:472 +#: registry.py:567 #, 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:480 +#: registry.py:579 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:514 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: project.py:71 +#: roles.py:206 #, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: project.py:87 +#: roles.py:229 #, python-format -msgid "Ignored unreadable document %r." +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 "" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" msgstr "" -#: highlighting.py:168 +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: highlighting.py:202 +#: highlighting.py:209 #, python-format msgid "" "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " "Retrying in relaxed mode." msgstr "" -#: extension.py:55 +#: project.py:72 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: extension.py:76 +#: project.py:87 #, python-format -msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +msgid "Ignored unreadable document %r." msgstr "" -#: theming.py:114 +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: theming.py:207 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:275 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:309 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: config.py:318 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: config.py:341 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: config.py:350 -#, python-format -msgid "invalid number %r for config value %r, ignoring" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: config.py:356 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: config.py:377 -#, python-format -msgid "unknown config value %r in override, ignoring" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: config.py:430 -#, python-format -msgid "No such config value: %r" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: config.py:453 -#, python-format -msgid "Config value %r already present" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: config.py:489 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: config.py:527 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: config.py:530 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: config.py:537 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: config.py:560 +#: cmd/quickstart.py:133 #, python-format -msgid "Failed to convert %r to a set or tuple" +msgid "Please enter one of %s." msgstr "" -#: config.py:581 config.py:586 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: config.py:589 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: config.py:608 +#: cmd/quickstart.py:229 #, python-format -msgid "Section %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: config.py:609 -#, python-format -msgid "Fig. %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 "" -#: config.py:610 +#: cmd/quickstart.py:241 #, python-format -msgid "Table %s" +msgid "Selected root path: %s" msgstr "" -#: config.py:611 -#, python-format -msgid "Listing %s" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: config.py:718 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: config.py:742 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: config.py:755 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: config.py:766 -#, python-format -msgid "primary_domain %r not found, ignored." +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: config.py:778 +#: cmd/quickstart.py:273 msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: domains/rst.py:128 domains/rst.py:185 -#, python-format -msgid "%s (directive)" +"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:186 domains/rst.py:190 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/rst.py:214 -#, python-format -msgid "%s (role)" +#: 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 "" -#: domains/rst.py:224 -msgid "directive" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/rst.py:225 -msgid "directive-option" +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/rst.py:226 -msgid "role" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: domains/rst.py:248 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" +#: 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 "" -#: domains/javascript.py:166 domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: 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 "" -#: domains/javascript.py:172 domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: domains/javascript.py:255 -msgid "Arguments" +#: 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 "" -#: domains/cpp/__init__.py:447 domains/javascript.py:258 -msgid "Throws" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: domains/c/__init__.py:310 domains/cpp/__init__.py:458 -#: domains/javascript.py:261 domains/python/_object.py:176 -msgid "Returns" +#: 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 "" -#: domains/c/__init__.py:312 domains/javascript.py:263 -#: domains/python/_object.py:178 -msgid "Return type" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/javascript.py:334 +#: cmd/quickstart.py:367 #, python-format -msgid "%s (module)" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/c/__init__.py:681 domains/cpp/__init__.py:859 -#: domains/javascript.py:371 domains/python/__init__.py:660 -msgid "function" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/javascript.py:372 domains/python/__init__.py:664 -msgid "method" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/cpp/__init__.py:857 domains/javascript.py:373 -#: domains/python/__init__.py:662 -msgid "class" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: domains/javascript.py:374 domains/python/__init__.py:661 -msgid "data" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/javascript.py:375 domains/python/__init__.py:667 -msgid "attribute" +#: cmd/quickstart.py:406 +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:376 domains/python/__init__.py:670 -msgid "module" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: domains/javascript.py:407 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: domains/changeset.py:25 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "Added in version %s" +msgid "Creating file %s." msgstr "" -#: domains/changeset.py:26 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Changed in version %s" +msgid "File %s already exists, skipping." msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Deprecated since version %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: domains/changeset.py:28 +#: cmd/quickstart.py:519 #, 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:299 -#, python-format -msgid "%s %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: domains/citation.py:73 +#: cmd/quickstart.py:530 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: domains/citation.py:84 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:572 +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/math.py:119 writers/latex.py:2479 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: environment/__init__.py:81 -msgid "new config" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: environment/__init__.py:82 -msgid "config changed" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: environment/__init__.py:83 -msgid "extensions changed" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: environment/__init__.py:249 -msgid "build environment version not current" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: environment/__init__.py:251 -msgid "source directory has changed" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: environment/__init__.py:313 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: environment/__init__.py:318 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: environment/__init__.py:324 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: environment/__init__.py:366 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: environment/__init__.py:473 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: environment/__init__.py:626 -#, python-format -msgid "Domain %r is not registered" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: environment/__init__.py:777 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: environment/__init__.py:810 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: environment/__init__.py:839 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:43 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:44 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:45 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:46 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:47 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:48 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:49 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:50 -msgid "conditional inclusion of content based on config values" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: cmd/quickstart.py:51 -msgid "include links to the source code of documented Python objects" +#: 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/quickstart.py:52 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: cmd/quickstart.py:94 -msgid "Please enter a valid path name." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter some text." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: cmd/quickstart.py:117 -#, python-format -msgid "Please enter one of %s." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: cmd/quickstart.py:125 -msgid "Please enter either 'y' or 'n'." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: cmd/quickstart.py:131 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" - -#: cmd/quickstart.py:215 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" - -#: cmd/quickstart.py:219 +#: cmd/build.py:131 msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: cmd/quickstart.py:227 -#, python-format -msgid "Selected root path: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: cmd/quickstart.py:230 -msgid "Enter the root path for documentation." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: cmd/quickstart.py:231 -msgid "Root path for the documentation" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: cmd/quickstart.py:239 -msgid "Error: an existing conf.py has been found in the selected root path." +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: cmd/quickstart.py:245 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: cmd/quickstart.py:248 -msgid "Please enter a new root path (or just Enter to exit)" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: cmd/quickstart.py:258 -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/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: cmd/quickstart.py:265 -msgid "Separate source and build directories (y/n)" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: cmd/quickstart.py:271 -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/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: cmd/quickstart.py:277 -msgid "Name prefix for templates and static dir" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: cmd/quickstart.py:282 -msgid "" -"The project name will occur in several places in the built documentation." +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: cmd/quickstart.py:286 -msgid "Project name" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: cmd/quickstart.py:288 -msgid "Author name(s)" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: cmd/quickstart.py:293 -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." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project version" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:303 -msgid "Project release" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:308 -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." +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project language" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: cmd/quickstart.py:329 -msgid "Source file suffix" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: cmd/quickstart.py:334 -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." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: cmd/quickstart.py:342 -msgid "Name of your master document (without suffix)" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: cmd/quickstart.py:352 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: cmd/quickstart.py:359 -msgid "sphinx-quickstart will not overwrite the existing file." +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: cmd/quickstart.py:362 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:371 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:381 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:391 -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:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:397 -msgid "Create Makefile? (y/n)" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:401 -msgid "Create Windows command file? (y/n)" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:453 ext/apidoc.py:92 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "Creating file %s." +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:458 ext/apidoc.py:89 -#, python-format -msgid "File %s already exists, skipping." +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:501 -msgid "Finished: An initial directory structure has been created." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:504 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: 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:512 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:515 +#: 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" +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:522 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: cmd/quickstart.py:557 -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:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: cmd/build.py:153 cmd/quickstart.py:567 ext/apidoc.py:374 -#: ext/autosummary/generate.py:766 -msgid "For more information, visit ." +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: cmd/quickstart.py:577 -msgid "quiet mode" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: cmd/quickstart.py:587 -msgid "project root" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:590 -msgid "Structure options" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: cmd/quickstart.py:596 -msgid "if specified, separate source and build dirs" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:602 -msgid "if specified, create build dir under source dir" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: cmd/quickstart.py:608 -msgid "replacement for dot in _templates etc." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:611 -msgid "Project basic options" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" msgstr "" -#: cmd/quickstart.py:613 -msgid "project name" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: cmd/quickstart.py:616 -msgid "author names" +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:623 -msgid "version of project" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:630 -msgid "release of project" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: cmd/quickstart.py:637 -msgid "document language" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:640 -msgid "source file suffix" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:643 -msgid "master document name" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:646 -msgid "use epub" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:649 -msgid "Extension options" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:656 ext/apidoc.py:578 -#, python-format -msgid "enable %s extension" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:663 ext/apidoc.py:570 -msgid "enable arbitrary extensions" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:666 -msgid "Makefile and Batchfile creation" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:672 -msgid "create makefile" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:678 -msgid "do not create makefile" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: cmd/quickstart.py:685 -msgid "create batchfile" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: cmd/quickstart.py:691 -msgid "do not create batchfile" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: cmd/quickstart.py:700 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: cmd/quickstart.py:703 ext/apidoc.py:581 -msgid "Project templating" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: cmd/quickstart.py:709 ext/apidoc.py:587 -msgid "template directory for template files" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: cmd/quickstart.py:716 -msgid "define a template variable" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: cmd/quickstart.py:751 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: cmd/quickstart.py:770 +#: environment/__init__.py:401 msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: cmd/quickstart.py:777 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: cmd/quickstart.py:795 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "Invalid template variable: %s" +msgid "Domain %r is not registered" msgstr "" -#: cmd/build.py:49 -msgid "Exception occurred while building, starting debugger:" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: _cli/util/errors.py:129 cmd/build.py:65 -msgid "Interrupted!" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: cmd/build.py:67 -msgid "reST markup error:" +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: _cli/util/errors.py:143 cmd/build.py:73 -msgid "Encoding error:" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: cmd/build.py:78 cmd/build.py:108 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: _cli/util/errors.py:148 cmd/build.py:90 -msgid "Recursion error:" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: _cli/util/errors.py:152 cmd/build.py:94 -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.:" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: _cli/util/errors.py:165 cmd/build.py:103 -msgid "Exception occurred:" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: _cli/util/errors.py:178 cmd/build.py:117 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: cmd/build.py:124 +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"A bug report can be filed in the tracker at . Thanks!" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: cmd/build.py:144 -msgid "job number should be a positive number" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: cmd/build.py:154 -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" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: cmd/build.py:180 -msgid "path to documentation source files" +#: _cli/__init__.py:199 +msgid "Show this message and exit." msgstr "" -#: cmd/build.py:183 -msgid "path to output directory" +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: cmd/build.py:188 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: cmd/build.py:194 -msgid "general options" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." msgstr "" -#: cmd/build.py:201 -msgid "builder to use (default: 'html')" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: cmd/build.py:210 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: cmd/build.py:220 -msgid "write all files (default: only write new and changed files)" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" msgstr "" -#: cmd/build.py:227 -msgid "don't use a saved environment, always read all files" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: cmd/build.py:230 -msgid "path options" +#: builders/latex/__init__.py:203 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 "" -#: cmd/build.py:236 +#: writers/latex.py:766 writers/texinfo.py:646 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: cmd/build.py:246 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: cmd/build.py:255 -msgid "use no configuration file, only use settings from -D options" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: cmd/build.py:264 -msgid "override a setting in configuration file" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: cmd/build.py:273 -msgid "pass a value into HTML templates" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: cmd/build.py:282 -msgid "define tag: include \"only\" blocks with TAG" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: cmd/build.py:289 -msgid "nitpicky mode: warn about all missing references" +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: cmd/build.py:292 -msgid "console output options" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: cmd/build.py:299 -msgid "increase verbosity (can be repeated)" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: cmd/build.py:306 ext/apidoc.py:413 -msgid "no output on stdout, just warnings on stderr" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: cmd/build.py:313 -msgid "no output at all, not even warnings" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: cmd/build.py:321 -msgid "do emit colored output (default: auto-detect)" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: cmd/build.py:329 -msgid "do not emit colored output (default: auto-detect)" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: cmd/build.py:332 -msgid "warning control options" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: cmd/build.py:338 -msgid "write warnings (and errors) to given file" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: cmd/build.py:345 -msgid "turn warnings into errors" +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" msgstr "" -#: cmd/build.py:353 -msgid "show full traceback on exception" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: cmd/build.py:356 -msgid "run Pdb on exception" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: cmd/build.py:362 -msgid "raise an exception on warnings" +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: cmd/build.py:405 -msgid "cannot combine -a option and filenames" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: cmd/build.py:437 +#: writers/latex.py:614 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: cmd/build.py:456 -msgid "-D option argument must be in the form name=value" +#: writers/latex.py:730 +msgid "document title is not a single Text node" msgstr "" -#: cmd/build.py:463 -msgid "-A option argument must be in the form name=value" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: writers/latex.py:1230 +#, 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/linkcheck.py:75 +#: writers/latex.py:1626 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/linkcheck.py:146 +#: writers/latex.py:1986 #, python-format -msgid "broken link: %s (%s)" +msgid "unknown index entry type %s found" msgstr "" -#: builders/linkcheck.py:540 -#, python-format -msgid "Anchor '%s' not found" +#: 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/linkcheck.py:742 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: builders/singlehtml.py:37 +#: directives/code.py:87 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Invalid caption: %s" msgstr "" -#: builders/singlehtml.py:173 -msgid "assembling single document" +#: 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 "" -#: builders/latex/__init__.py:346 builders/manpage.py:56 -#: builders/singlehtml.py:178 builders/texinfo.py:121 -msgid "writing" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: builders/singlehtml.py:191 -msgid "writing additional files" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: builders/manpage.py:39 +#: directives/code.py:235 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: builders/manpage.py:47 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: builders/manpage.py:73 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: builders/text.py:34 +#: directives/code.py:314 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: builders/html/__init__.py:1239 builders/text.py:81 builders/xml.py:97 +#: directives/other.py:119 #, python-format -msgid "error writing file %s: %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: builders/xml.py:38 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "toctree contains reference to excluded document %r" msgstr "" -#: builders/xml.py:110 +#: directives/other.py:156 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: builders/texinfo.py:47 +#: directives/other.py:169 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: builders/texinfo.py:49 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: builders/texinfo.py:78 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: builders/texinfo.py:90 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: builders/latex/__init__.py:324 builders/texinfo.py:115 -#, python-format -msgid "processing %s" +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: builders/latex/__init__.py:404 builders/texinfo.py:174 -msgid "resolving references..." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: builders/latex/__init__.py:415 builders/texinfo.py:184 -msgid " (in " +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: builders/_epub_base.py:423 builders/html/__init__.py:778 -#: builders/latex/__init__.py:482 builders/texinfo.py:202 -msgid "copying images... " +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/_epub_base.py:445 builders/latex/__init__.py:497 -#: builders/texinfo.py:219 +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:226 -msgid "copying Texinfo support files" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:234 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/gettext.py:230 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/__init__.py:383 builders/gettext.py:251 -#, python-format -msgid "building [%s]: " +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: builders/gettext.py:252 -#, python-format -msgid "targets for %d template files" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: builders/gettext.py:257 -msgid "reading templates... " +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: builders/gettext.py:292 -msgid "writing message catalogs... " +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: builders/__init__.py:212 +#: ext/viewcode.py:359 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "

Source code for %s

" msgstr "" -#: builders/__init__.py:220 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: builders/__init__.py:243 -msgid "building [mo]: " +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: builders/__init__.py:246 builders/__init__.py:741 builders/__init__.py:773 -msgid "writing output... " +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/__init__.py:263 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "all of %d po files" +msgid "module %s could not be imported: %s" msgstr "" -#: builders/__init__.py:285 +#: ext/coverage.py:148 #, python-format -msgid "targets for %d po files that are specified" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: builders/__init__.py:307 -msgid "all source files" +#: 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:319 +#: ext/coverage.py:187 #, python-format -msgid "file %r given on command line does not exist, " +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/__init__.py:325 +#: ext/coverage.py:260 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/__init__.py:336 +#: ext/coverage.py:452 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/__init__.py:351 +#: ext/coverage.py:473 #, python-format -msgid "%d source files given on command line" +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/__init__.py:366 +#: ext/coverage.py:492 #, python-format -msgid "targets for %d source files that are out of date" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/__init__.py:394 -msgid "looking for now-outdated 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/__init__.py:398 +#: ext/imgmath.py:167 #, python-format -msgid "%d found" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/__init__.py:400 -msgid "none found" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/__init__.py:407 -msgid "pickling environment" -msgstr "" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "" -#: builders/__init__.py:414 -msgid "checking consistency" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: builders/__init__.py:418 -msgid "no targets are out of date." +#: 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 "" -#: builders/__init__.py:458 -msgid "updating environment: " +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/__init__.py:483 +#: ext/imgconverter.py:83 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: builders/__init__.py:519 +#: ext/autosectionlabel.py:52 #, 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 "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: builders/__init__.py:528 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, 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 "duplicate label %s, other instance in %s" +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 "" -#: builders/__init__.py:539 +#: ext/doctest.py:297 #, 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." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/__init__.py:546 +#: 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/extlinks.py:82 #, 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." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:565 builders/__init__.py:581 -msgid "reading sources... " +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/__init__.py:698 +#: ext/graphviz.py:153 #, python-format -msgid "docnames to write: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/__init__.py:711 -msgid "preparing documents" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/__init__.py:714 -msgid "copying assets" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/__init__.py:866 +#: ext/graphviz.py:328 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/epub3.py:83 +#: ext/graphviz.py:339 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: 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:220 -msgid "conf value \"epub_language\" (or \"language\") 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:227 -msgid "conf value \"epub_uid\" should be XML NAME 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:231 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: 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/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: builders/epub3.py:255 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +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 "" + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1289 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "invalid css_file: %r, ignored" +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:222 +#: builders/_epub_base.py:223 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: builders/_epub_base.py:434 +#: builders/_epub_base.py:436 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: builders/_epub_base.py:465 +#: builders/_epub_base.py:467 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: builders/_epub_base.py:477 +#: builders/_epub_base.py:479 msgid "Pillow not found - copying image files" msgstr "" -#: builders/_epub_base.py:512 +#: builders/_epub_base.py:514 msgid "writing mimetype file..." msgstr "" -#: builders/_epub_base.py:521 +#: builders/_epub_base.py:523 msgid "writing META-INF/container.xml file..." msgstr "" -#: builders/_epub_base.py:558 +#: builders/_epub_base.py:561 msgid "writing content.opf file..." msgstr "" -#: builders/_epub_base.py:590 +#: builders/_epub_base.py:594 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: builders/_epub_base.py:745 +#: builders/_epub_base.py:748 msgid "node has an invalid level" msgstr "" -#: builders/_epub_base.py:764 +#: builders/_epub_base.py:768 msgid "writing toc.ncx file..." msgstr "" -#: builders/_epub_base.py:793 +#: builders/_epub_base.py:801 #, python-format msgid "writing %s file..." msgstr "" -#: builders/changes.py:33 +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/changes.py:29 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: builders/changes.py:60 +#: builders/changes.py:61 #, python-format msgid "no changes in version %s." msgstr "" -#: builders/changes.py:62 +#: builders/changes.py:63 msgid "writing summary file..." msgstr "" -#: builders/changes.py:74 +#: builders/changes.py:75 msgid "Builtins" msgstr "" -#: builders/changes.py:76 +#: builders/changes.py:77 msgid "Module level" msgstr "" -#: builders/changes.py:128 +#: builders/changes.py:129 msgid "copying source files..." msgstr "" -#: builders/changes.py:137 +#: builders/changes.py:138 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: util/rst.py:72 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/docfields.py:95 -#, 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/osutil.py:130 +#: builders/manpage.py:64 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:419 +#: builders/epub3.py:84 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: util/nodes.py:487 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: util/nodes.py:701 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: util/fileutil.py:74 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: util/inventory.py:170 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:185 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:284 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:747 -#, python-format -msgid "unknown node type: %r" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: util/display.py:81 -msgid "skipped" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/display.py:86 -msgid "failed" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:103 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:110 +#: builders/gettext.py:243 #, python-format -msgid "writing error: %s, %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/i18n.py:138 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "locale_dir %s does not exist" +msgid "building [%s]: " msgstr "" -#: util/i18n.py:230 +#: builders/gettext.py:265 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "targets for %d template files" msgstr "" -#: 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." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: directives/code.py:87 +#: builders/text.py:27 #, python-format -msgid "Invalid caption: %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: directives/code.py:132 directives/code.py:297 directives/code.py:484 +#: builders/__init__.py:230 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:238 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/code.py:234 -#, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:281 #, python-format -msgid "Object named %r not found in include file %r" +msgid "all of %d po files" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:315 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/other.py:122 +#: 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:155 environment/adapters/toctree.py:355 +#: 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:158 environment/adapters/toctree.py:359 +#: 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:171 +#: 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:204 -msgid "Section author: " +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/other.py:206 -msgid "Module author: " +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/other.py:208 -msgid "Code author: " +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: directives/other.py:210 -msgid "Author: " +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: directives/other.py:284 -msgid ".. acks content is not a list" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: directives/other.py:309 -msgid ".. hlist content is not a list" +#: 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 -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:112 _cli/__init__.py:183 -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:172 +#: 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:182 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:194 -msgid "Show the version and exit." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:202 -msgid "Show this message and exit." +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:206 -msgid "Logging" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:213 -msgid "Increase verbosity (can be repeated)" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:221 -msgid "Only print errors and warnings." +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: _cli/__init__.py:228 -msgid "No output at all" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:234 -msgid "" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:265 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:198 -#: transforms/__init__.py:133 writers/manpage.py:102 writers/texinfo.py:219 -#, python-format -msgid "%b %d, %Y" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:143 -msgid "could not calculate translation progress!" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: transforms/__init__.py:148 -msgid "no translated elements!" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: transforms/__init__.py:267 +#: builders/linkcheck.py:549 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/__init__.py:313 +#: builders/linkcheck.py:768 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/__init__.py:322 -msgid "Footnote [*] is not referenced." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: transforms/__init__.py:333 -msgid "Footnote [#] is not referenced." +#: 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 "" -#: transforms/i18n.py:228 transforms/i18n.py:303 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:273 +#: transforms/i18n.py:276 +#, python-brace-format msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: transforms/i18n.py:323 +#: transforms/i18n.py:326 +#, python-brace-format msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:345 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: ext/linkcode.py:75 ext/viewcode.py:201 -msgid "[source]" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: ext/imgconverter.py:40 -#, 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" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#: transforms/__init__.py:258 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: ext/imgconverter.py:68 +#: transforms/__init__.py:299 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "Footnote [%s] is not referenced." msgstr "" -#: ext/viewcode.py:258 -msgid "highlighting module code... " +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: ext/viewcode.py:286 -msgid "[docs]" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: ext/viewcode.py:306 -msgid "Module code" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: ext/viewcode.py:312 +#: util/inventory.py:166 #, python-format -msgid "

Source code for %s

" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: ext/viewcode.py:338 -msgid "Overview: module code" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: ext/viewcode.py:339 -msgid "

All modules for which code is available

" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: ext/coverage.py:47 +#: util/i18n.py:146 #, python-format -msgid "invalid regex %r in %s" +msgid "locale_dir %s does not exist" msgstr "" -#: ext/coverage.py:134 ext/coverage.py:280 +#: util/i18n.py:244 #, python-format -msgid "module %s could not be imported: %s" +msgid "Invalid Babel locale: %r." msgstr "" -#: ext/coverage.py:141 +#: util/i18n.py:253 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: ext/coverage.py:149 +#: util/fileutil.py:76 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: ext/coverage.py:163 +#: util/fileutil.py:89 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +msgid "Writing evaluated template result to %s" msgstr "" -#: ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: util/display.py:87 +msgid "failed" msgstr "" -#: ext/coverage.py:429 +#: util/osutil.py:131 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: ext/coverage.py:445 +#: util/docfields.py:103 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: ext/coverage.py:458 +#: util/nodes.py:454 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: ext/todo.py:71 -msgid "Todo" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: ext/todo.py:104 +#: util/nodes.py:737 #, python-format -msgid "TODO entry found: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: ext/todo.py:163 -msgid "<>" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: ext/todo.py:165 +#: util/docutils.py:361 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "unknown role name: %s" msgstr "" -#: ext/todo.py:175 -msgid "original entry" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: ext/extlinks.py:82 +#: util/rst.py:73 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgid "default role %s not found" msgstr "" -#: ext/doctest.py:115 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/doctest.py:120 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "'%s' is not a valid option." +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/doctest.py:134 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "Unknown image format: %s..." msgstr "" -#: ext/doctest.py:220 -msgid "invalid TestCode type" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/doctest.py:281 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/doctest.py:434 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/doctest.py:522 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "%r reference target not found: %s" msgstr "" -#: ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#: builders/latex/transforms.py:121 #, python-format -msgid "dot code %r: %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: ext/graphviz.py:436 ext/graphviz.py:444 +#: builders/latex/transforms.py:487 #, python-format -msgid "[graph: %s]" +msgid "No footnote was found for given reference node %r" msgstr "" -#: ext/graphviz.py:438 ext/graphviz.py:446 -msgid "[graph]" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:52 -msgid "Link to this equation" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: ext/apidoc.py:85 +#: builders/latex/__init__.py:115 #, python-format -msgid "Would create file %s." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: ext/apidoc.py:375 +#: 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." +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: ext/apidoc.py:392 -msgid "path to module to document" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: ext/apidoc.py:396 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: ext/apidoc.py:407 -msgid "directory to place all output" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: ext/apidoc.py:422 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: ext/apidoc.py:429 -msgid "overwrite existing files" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: ext/apidoc.py:437 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: ext/apidoc.py:446 -msgid "run the script without creating files" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: ext/apidoc.py:453 -msgid "put documentation for each module on its own page" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: ext/apidoc.py:460 -msgid "include \"_private\" modules" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: ext/apidoc.py:467 -msgid "filename of table of contents (default: modules)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: ext/apidoc.py:474 -msgid "don't create a table of contents file" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: ext/apidoc.py:481 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: ext/apidoc.py:492 -msgid "put module documentation before submodule documentation" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: ext/apidoc.py:498 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: ext/apidoc.py:508 -msgid "file suffix (default: rst)" +#: builders/html/__init__.py:386 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: ext/apidoc.py:515 ext/autosummary/generate.py:839 -msgid "Remove existing files in the output directory that were not generated" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: ext/apidoc.py:524 -msgid "generate a full project with sphinx-quickstart" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: ext/apidoc.py:531 -msgid "append module_path to sys.path, used when --full is given" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: ext/apidoc.py:538 -msgid "project name (default: root module name)" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: ext/apidoc.py:545 -msgid "project author(s), used when --full is given" +#: builders/html/__init__.py:601 +msgid "previous" msgstr "" -#: ext/apidoc.py:552 -msgid "project version, used when --full is given" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: ext/apidoc.py:559 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: ext/apidoc.py:564 -msgid "extension options" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: ext/apidoc.py:638 -#, python-format -msgid "%s is not a directory." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: ext/apidoc.py:710 ext/autosummary/generate.py:875 +#: builders/html/__init__.py:820 #, python-format -msgid "Failed to remove %s: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: ext/autosectionlabel.py:48 +#: builders/html/__init__.py:866 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/std/__init__.py:703 domains/std/__init__.py:812 -#: ext/autosectionlabel.py:52 +#: builders/html/__init__.py:884 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: ext/duration.py:85 -msgid "" -"====================== slowest reading durations =======================" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: ext/imgmath.py:159 +#: builders/html/__init__.py:936 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "cannot copy static file %r" msgstr "" -#: ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: ext/imgmath.py:328 +#: builders/html/__init__.py:951 #, python-format -msgid "display latex %r: %s" +msgid "cannot copy extra file %r" msgstr "" -#: ext/imgmath.py:362 +#: builders/html/__init__.py:957 #, python-format -msgid "inline latex %r: %s" +msgid "Failed to write build info file: %r" msgstr "" -#: writers/latex.py:1090 writers/manpage.py:263 writers/texinfo.py:662 -msgid "Footnotes" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: writers/manpage.py:309 writers/text.py:936 +#: builders/html/__init__.py:1054 #, python-format -msgid "[image: %s]" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: writers/manpage.py:310 writers/text.py:937 -msgid "[image]" +#: builders/html/__init__.py:1218 +#, 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 "" -#: writers/html5.py:99 writers/html5.py:108 -msgid "Link to this definition" +#: builders/html/__init__.py:1231 +#, 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 "" -#: writers/html5.py:415 +#: builders/html/__init__.py:1239 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: writers/html5.py:427 -#, python-format -msgid "Any IDs not assigned for %s node" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: writers/html5.py:482 -msgid "Link to this term" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: writers/html5.py:525 writers/html5.py:530 -msgid "Link to this heading" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: writers/html5.py:535 -msgid "Link to this table" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: writers/html5.py:549 writers/latex.py:1099 +#: builders/html/__init__.py:1361 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: writers/html5.py:613 -msgid "Link to this code" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:615 -msgid "Link to this image" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: writers/html5.py:617 -msgid "Link to this toctree" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:758 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: builders/latex/__init__.py:205 domains/std/__init__.py:646 -#: domains/std/__init__.py:658 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:513 -msgid "Index" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: writers/latex.py:743 writers/texinfo.py:644 +#: builders/html/__init__.py:1435 +#, python-format msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"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 "" -#: writers/texinfo.py:1216 -msgid "caption not inside a figure." +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: writers/texinfo.py:1302 +#: builders/html/__init__.py:1464 #, python-format -msgid "unimplemented node type: %r" +msgid "%s %s documentation" msgstr "" -#: writers/latex.py:360 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(in %s v%s)" msgstr "" -#: builders/latex/__init__.py:223 writers/latex.py:410 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "no Babel option known for language %r" +msgid "(in %s)" msgstr "" -#: writers/latex.py:428 -msgid "too large :maxdepth:, ignored." +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: writers/latex.py:590 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: writers/latex.py:708 -msgid "document title is not a single Text node" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: writers/latex.py:1175 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: writers/latex.py:1573 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: writers/latex.py:1931 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "unknown index entry type %s found" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/std/__init__.py:87 domains/std/__init__.py:104 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "environment variable; %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:112 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "%s; configuration value" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/std/__init__.py:166 -msgid "Type" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:176 -msgid "Default" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:235 +#: ext/intersphinx/_load.py:102 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: domains/std/__init__.py:306 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s command line option" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: domains/std/__init__.py:308 -msgid "command line option" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:430 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:438 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:444 domains/std/__init__.py:457 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" - -#: domains/std/__init__.py:602 -msgid "glossary term" -msgstr "" - -#: domains/std/__init__.py:603 -msgid "grammar token" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:604 -msgid "reference label" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:607 -msgid "environment variable" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:608 -msgid "program option" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:609 -msgid "document" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:647 domains/std/__init__.py:659 -msgid "Module Index" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:648 domains/std/__init__.py:660 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:722 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:932 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:940 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:952 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:966 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:969 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/std/__init__.py:1200 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/std/__init__.py:1202 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "%s() (in module %s)" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/python/__init__.py:167 domains/python/__init__.py:334 -#: domains/python/__init__.py:385 domains/python/__init__.py:424 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "%s (in module %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/python/__init__.py:169 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s (built-in variable)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/python/__init__.py:194 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "%s (built-in class)" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/python/__init__.py:195 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "%s (class in %s)" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" +#: 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 "" -#: domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/python/__init__.py:559 -msgid "Python Module Index" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/python/__init__.py:560 -msgid "modules" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/python/__init__.py:637 -msgid "Deprecated" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/python/__init__.py:663 -msgid "exception" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/python/__init__.py:665 -msgid "class method" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/python/__init__.py:666 -msgid "static method" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/python/__init__.py:668 -msgid "property" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/python/__init__.py:669 -msgid "type alias" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/python/__init__.py:729 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/python/__init__.py:858 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/python/__init__.py:920 -msgid " (deprecated)" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/c/__init__.py:304 domains/cpp/__init__.py:441 -#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 -msgid "Parameters" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/python/_object.py:169 -msgid "Variables" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/python/_object.py:173 -msgid "Raises" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/c/__init__.py:199 -#, python-format -msgid "%s (C %s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/c/__init__.py:260 domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/c/__init__.py:307 domains/cpp/__init__.py:454 -msgid "Return values" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: domains/c/__init__.py:679 domains/cpp/__init__.py:860 -msgid "member" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: domains/c/__init__.py:680 -msgid "variable" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: domains/c/__init__.py:682 -msgid "macro" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: domains/c/__init__.py:683 -msgid "struct" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: domains/c/__init__.py:684 domains/cpp/__init__.py:858 -msgid "union" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: domains/c/__init__.py:685 domains/cpp/__init__.py:863 -msgid "enum" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" msgstr "" -#: domains/c/__init__.py:686 domains/cpp/__init__.py:864 -msgid "enumerator" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: domains/c/__init__.py:687 domains/cpp/__init__.py:861 -msgid "type" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: domains/c/__init__.py:689 domains/cpp/__init__.py:866 -msgid "function parameter" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: domains/cpp/__init__.py:277 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s (C++ %s)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: domains/cpp/__init__.py:862 -msgid "concept" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: domains/cpp/__init__.py:867 -msgid "template parameter" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: ext/napoleon/docstring.py:956 +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" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: themes/basic/layout.html:115 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Search within %(docstitle)s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "invalid value for member-order option: %s" msgstr "" -#: themes/basic/layout.html:201 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: themes/basic/layout.html:204 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: themes/basic/genindex-single.html:26 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "Index – %(key)s" +msgid "error while formatting arguments for %s: %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" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: themes/basic/opensearch.xml:4 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "Search %(docstitle)s" +msgid "error while formatting signature for %s: %s" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: ext/autodoc/__init__.py:1201 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: 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 "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "" - -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "" - -#: themes/basic/searchbox.html:4 -msgid "Quick 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 "" - -#: themes/basic/search.html:35 -msgid "search" -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/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: ext/autodoc/__init__.py:2720 #, 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" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: ext/autosummary/__init__.py:284 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: themes/basic/static/searchtools.js:119 +#: ext/autosummary/__init__.py:288 +#, 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 "" - -#: themes/basic/static/searchtools.js:123 -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:253 -msgid "Searching" -msgstr "" - -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: environment/collectors/asset.py:96 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "image file not readable: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: environment/collectors/asset.py:124 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "image file %s not readable: %s" +msgid "failed to parse name %s" msgstr "" -#: environment/collectors/asset.py:161 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "download file not readable: %s" +msgid "failed to import object %s" msgstr "" -#: environment/collectors/toctree.py:258 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: environment/adapters/toctree.py:318 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: environment/adapters/toctree.py:342 -#, python-format +#: ext/autosummary/__init__.py:937 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: environment/adapters/toctree.py:357 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: environment/adapters/indexentries.py:126 +#: ext/autosummary/generate.py:588 #, python-format -msgid "see %s" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: environment/adapters/indexentries.py:136 +#: ext/autosummary/generate.py:592 #, python-format -msgid "see also %s" +msgid "[autosummary] writing to %s" msgstr "" -#: environment/adapters/indexentries.py:144 +#: ext/autosummary/generate.py:637 #, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: environment/adapters/indexentries.py:270 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:836 +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 "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autosummary/generate.py:874 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autosummary/generate.py:882 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:363 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:382 +#: ext/autosummary/generate.py:899 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/html/__init__.py:598 -msgid "previous" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/html/__init__.py:695 -msgid "generating indices" +#: _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:710 -msgid "writing additional pages" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/html/__init__.py:793 -#, python-format -msgid "cannot copy image file '%s': %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/html/__init__.py:805 -msgid "copying downloadable files... " +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/html/__init__.py:817 -#, python-format -msgid "cannot copy downloadable file %r: %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/html/__init__.py:863 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/html/__init__.py:881 -#, python-format -msgid "Failed to copy a file in 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:916 -msgid "copying static files" +#: 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:933 -#, python-format -msgid "cannot copy static file %r" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: builders/html/__init__.py:938 -msgid "copying extra files" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: builders/html/__init__.py:948 -#, python-format -msgid "cannot copy extra file %r" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: builders/html/__init__.py:954 -#, python-format -msgid "Failed to write build info file: %r" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: builders/html/__init__.py:1003 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: builders/html/__init__.py:1051 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %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 "" -#: 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." +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: builders/html/__init__.py:1222 -#, python-format +#: themes/basic/search.html:20 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: builders/html/__init__.py:1255 -msgid "dumping object inventory" -msgstr "" - -#: builders/html/__init__.py:1263 -#, python-format -msgid "dumping search index in %s" -msgstr "" - -#: builders/html/__init__.py:1306 -#, python-format -msgid "invalid js_file: %r, ignored" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: builders/html/__init__.py:1339 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: builders/html/__init__.py:1344 -#, python-format -msgid "Unknown math_renderer %r is given." +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: builders/html/__init__.py:1358 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: builders/html/__init__.py:1363 +#: themes/basic/layout.html:115 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "Search within %(docstitle)s" msgstr "" -#: builders/html/__init__.py:1378 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: builders/html/__init__.py:1383 -#, python-format -msgid "html_static_path entry %r does not exist" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: builders/html/__init__.py:1394 builders/latex/__init__.py:504 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "logo file %r does not exist" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: builders/html/__init__.py:1405 +#: themes/basic/layout.html:201 #, python-format -msgid "favicon file %r does not exist" +msgid "Last updated on %(last_updated)s." msgstr "" -#: builders/html/__init__.py:1417 +#: themes/basic/layout.html:204 #, 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:1430 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" - -#: builders/html/__init__.py:1447 -#, python-format -msgid "%s %s documentation" -msgstr "" - -#: builders/latex/transforms.py:118 -msgid "Failed to get a docname!" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: builders/latex/transforms.py:119 -#, python-format -msgid "Failed to get a docname for source %r!" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: builders/latex/transforms.py:485 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: builders/latex/__init__.py:117 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: builders/latex/__init__.py:119 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: builders/latex/__init__.py:157 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: builders/latex/__init__.py:169 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Search %(docstitle)s" msgstr "" -#: builders/latex/__init__.py:208 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: builders/latex/__init__.py:429 -msgid "copying TeX support files" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: builders/latex/__init__.py:466 -msgid "copying additional files" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: builders/latex/__init__.py:540 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: builders/latex/__init__.py:548 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: _cli/util/errors.py:124 -msgid "Exception occurred, starting debugger:" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: _cli/util/errors.py:133 -msgid "reStructuredText markup error:" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: _cli/util/errors.py:168 -msgid "The full traceback has been saved in:" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: _cli/util/errors.py:172 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: transforms/post_transforms/__init__.py:125 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: transforms/post_transforms/__init__.py:185 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Index – %(key)s" msgstr "" -#: transforms/post_transforms/__init__.py:251 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: transforms/post_transforms/__init__.py:257 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%r reference target not found: %s" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: transforms/post_transforms/images.py:77 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: transforms/post_transforms/images.py:94 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: transforms/post_transforms/images.py:141 -#, python-format -msgid "Unknown image format: %s..." +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/napoleon/docstring.py:707 -msgid "Example" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:708 -msgid "Examples" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 -msgid "Keyword Arguments" +#: themes/basic/static/searchtools.js:125 +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/napoleon/docstring.py:768 -msgid "Notes" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/napoleon/docstring.py:777 -msgid "Other Parameters" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/napoleon/docstring.py:813 -msgid "Receives" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/napoleon/docstring.py:817 -msgid "References" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/napoleon/docstring.py:849 -msgid "Warns" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/napoleon/docstring.py:853 -msgid "Yields" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/napoleon/docstring.py:1015 +#: 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:1022 +#: 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:1029 +#: 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:1036 +#: 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/autosummary/__init__.py:256 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "see %s" msgstr "" -#: ext/autosummary/__init__.py:258 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "see also %s" msgstr "" -#: ext/autosummary/__init__.py:277 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/autosummary/__init__.py:330 +#: environment/collectors/asset.py:98 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "image file not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:344 +#: environment/collectors/asset.py:126 #, python-format -msgid "failed to parse name %s" +msgid "image file %s not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:349 +#: environment/collectors/asset.py:165 #, python-format -msgid "failed to import object %s" +msgid "download file not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:648 +#: environment/collectors/toctree.py:259 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/autosummary/__init__.py:819 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autosummary/__init__.py:827 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autosummary/generate.py:215 ext/autosummary/generate.py:391 +#: domains/cpp/__init__.py:302 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "%s (C++ %s)" msgstr "" -#: ext/autosummary/generate.py:526 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/autosummary/generate.py:530 -#, python-format -msgid "[autosummary] writing to %s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/autosummary/generate.py:572 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/autosummary/generate.py:767 -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" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/autosummary/generate.py:789 -msgid "source files to generate rST files for" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autosummary/generate.py:797 -msgid "directory to place all output in" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/autosummary/generate.py:805 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/autosummary/generate.py:813 -#, python-format -msgid "custom template directory (default: %(default)s)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/autosummary/generate.py:821 -#, python-format -msgid "document imported members (default: %(default)s)" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autosummary/generate.py:829 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/intersphinx/_resolve.py:47 -#, python-format -msgid "(in %s v%s)" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s)" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:103 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:113 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s() (in module %s)" msgstr "" -#: ext/intersphinx/_resolve.py:359 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s (in module %s)" msgstr "" -#: ext/intersphinx/_resolve.py:367 +#: domains/python/__init__.py:184 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "%s (built-in variable)" msgstr "" -#: ext/intersphinx/_resolve.py:378 +#: domains/python/__init__.py:219 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "%s (built-in class)" msgstr "" -#: ext/intersphinx/_resolve.py:585 +#: domains/python/__init__.py:220 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "%s (class in %s)" msgstr "" -#: ext/intersphinx/_load.py:59 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_load.py:70 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_load.py:81 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:92 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:101 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_load.py:120 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_load.py:155 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:240 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:265 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:275 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:319 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/type_comment.py:132 +#: domains/python/__init__.py:976 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/autodoc/__init__.py:142 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for member-order option: %s" +msgid "environment variable; %s" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:415 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:532 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:807 +#: domains/std/__init__.py:239 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:902 +#: domains/std/__init__.py:319 #, 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 "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:946 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:965 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1028 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1035 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1048 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1114 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1337 ext/autodoc/__init__.py:1414 -#: ext/autodoc/__init__.py:2829 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1633 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: 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" +msgstr "" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1760 +#: domains/std/__init__.py:857 #, python-format -msgid "Bases: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1774 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: domains/std/__init__.py:1124 #, python-format -msgid "missing attribute %s in object %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1855 ext/autodoc/__init__.py:1892 -#: ext/autodoc/__init__.py:1987 +#: domains/std/__init__.py:1138 #, python-format -msgid "alias of %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1875 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2217 ext/autodoc/__init__.py:2317 +#: domains/std/__init__.py:1157 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2448 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:190 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: 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 "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/gl/LC_MESSAGES/sphinx.po b/sphinx/locale/gl/LC_MESSAGES/sphinx.po index 168d3c1efe0..b63bd293508 100644 --- a/sphinx/locale/gl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/gl/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 18:26+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -19,141 +19,276 @@ msgstr "" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, 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:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "«%s» debe ser «0» ou «1», obtívose «%s»" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "Os axustes de needs_extensions, precisan a extensión %s, mais non está cargada." +"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)" -#: extension.py:79 +#: config.py:402 +#, 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:410 +#, 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:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuración descoñecido %r na substitución, é ignorado" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "Non existe o valor de configuración: %r" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "O valor de configuración %r xa está presente" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." -msgstr "Este proxecto necesita a extensión %s polo menos na versión %s e, polo tanto, non é posíbel compilar coa versión cargada (%s)." +"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:588 +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:610 +#, 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:614 +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:622 +#, 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:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "Produciuse un fallo ao converter %r nun «frozenset»" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Convertendo «source_suffix = %r» a «source_suffix = %r»." + +#: config.py:676 +#, 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:697 +#, python-format +msgid "Section %s" +msgstr "Sección %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Táboa %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Listaxe %s" + +#: config.py:809 +#, 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:840 +#, 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:857 +#, 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:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "Non se atopou primary_domain %r non atopado, é ignorado." + +#: config.py:889 +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:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Non é posíbel atopar o directorio fonte (%s)" -#: application.py:217 +#: application.py:216 #, 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:221 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:251 #, python-format msgid "Running Sphinx v%s" msgstr "Executando Sphinx v%s" -#: application.py:278 +#: application.py:279 #, 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:298 msgid "making output directory" msgstr "creando o directorio de saída" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "ao configurar a extensión %s:" -#: application.py:309 +#: application.py:310 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:353 #, python-format msgid "loading translations [%s]... " msgstr "cargando traducións [%s]…" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "feito" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "non dispoñíbel para mensaxes integradas" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "cargando o contorno preparado –pickled–" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "produciuse un fallo: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Non foi seleccionado ningún construtor, de xeito predeterminado usase: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "a construción finalizou con problemas." -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "construción conseguida." -#: application.py:446 +#: application.py:455 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:459 msgid "build finished with problems, 1 warning." msgstr "a construción finalizou con problemas, 1 advertencia." -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "construción conseguida, 1 advertencia." -#: application.py:458 +#: application.py:467 #, 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:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "a construción finalizou con problemas, %s advertencias." -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "construción conseguida, %s advertencias." -#: application.py:1026 +#: application.py:1035 #, 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:1128 #, 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:1154 application.py:1182 #, 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:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +296,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:1785 #, 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:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,422 +309,196 @@ 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:1794 #, 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:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "seriando %s" -#: config.py:355 +#: extension.py:58 #, 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)." - -#: config.py:394 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "Os axustes de needs_extensions, precisan a extensión %s, mais non está cargada." -#: config.py:399 +#: extension.py:79 #, 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)" +"This project needs the extension %s at least in version %s and therefore " +"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)." -#: config.py:411 +#: events.py:81 #, 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 "Event %r already present" +msgstr "O evento %r xa está presente" -#: config.py:419 +#: events.py:379 #, 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 "Unknown event name: %s" +msgstr "Nome de evento descoñecido: %s" -#: config.py:442 +#: events.py:424 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuración descoñecido %r na substitución, é ignorado" +msgid "Handler %r for event %r threw an exception" +msgstr "O controlador %r do evento %r lanzou unha excepción" -#: config.py:496 +#: registry.py:162 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "Builder class %s has no \"name\" attribute" +msgstr "A clase %s do construtor non ten atributo «name»" -#: config.py:524 +#: registry.py:166 #, python-format -msgid "Config value %r already present" -msgstr "O valor de configuración %r xa está presente" +msgid "Builder %r already exists (in module %s)" +msgstr "O construtor %r xa existe (no módulo %s)" -#: config.py:561 +#: registry.py:182 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +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:603 +#: registry.py:192 #, 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 "Builder name %s not registered" +msgstr "O nome do construtor %s non está rexistrado" -#: config.py:615 +#: registry.py:199 #, 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 "domain %s already registered" +msgstr "o dominio %s xa está rexistrado" -#: config.py:637 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "domain %s not yet registered" +msgstr "o dominio %s aínda non está rexistrado" -#: config.py:655 config.py:663 +#: registry.py:230 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "The %r directive is already registered to domain %s" +msgstr "A directiva %r xa está rexistrada no dominio %s" -#: config.py:669 +#: registry.py:248 #, 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 role is already registered to domain %s" +msgstr "O rol %r xa está rexistrado no dominio %s" -#: config.py:690 +#: registry.py:261 #, python-format -msgid "Section %s" -msgstr "Sección %s" +msgid "The %r index is already registered to domain %s" +msgstr "O índice %r xa está rexistrado no dominio %s" -#: config.py:691 +#: registry.py:308 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "The %r object_type is already registered" +msgstr "O object_type %r xa está rexistrado" -#: config.py:692 +#: registry.py:339 #, python-format -msgid "Table %s" -msgstr "Táboa %s" +msgid "The %r crossref_type is already registered" +msgstr "O crossref_type %r xa está rexistrado" -#: config.py:693 +#: registry.py:348 #, 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 "source_suffix %r is already registered" +msgstr "source_sufix %r xa está rexistrado" -#: config.py:833 -#, 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}." +#: registry.py:358 +#, python-format +msgid "source_parser for %r is already registered" +msgstr "source_parser para %r xa está rexistrado" -#: 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:367 +#, python-format +msgid "Source parser for %s not registered" +msgstr "O analizador da fonte para %s non está rexistrado" -#: config.py:862 +#: registry.py:388 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "Non se atopou primary_domain %r non atopado, é ignorado." +msgid "Translator for %r already exists" +msgstr "Xa existe o tradutor para %r" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +#: registry.py:405 +#, 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" -#: highlighting.py:170 +#: registry.py:498 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "O nome do analizador léxico Pygments %r é descoñecido" +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r xa está rexistrado" -#: highlighting.py:209 +#: registry.py:514 #, 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." +msgid "math renderer %s is already registered" +msgstr "O representador matemático %s xa está rexistrado" -#: theming.py:115 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: theming.py:120 -#, 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 -#, python-format -msgid "unsupported theme option %r given" -msgstr "a opción %r non é compatíbel co tema" - -#: theming.py:208 -#, 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 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: theming.py:268 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: theming.py:276 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: theming.py:282 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: theming.py:310 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: theming.py:335 theming.py:388 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: theming.py:339 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: theming.py:343 theming.py:391 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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." - -#: 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" - -#: 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" - -#: 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" - -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "O object_type %r xa está rexistrado" - -#: registry.py:344 -#, python-format -msgid "The %r crossref_type is already registered" -msgstr "O crossref_type %r xa está rexistrado" - -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_sufix %r xa está rexistrado" - -#: registry.py:363 -#, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser para %r xa está rexistrado" - -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "O analizador de fontes para %s non está rexistrado" - -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "Xa existe o tradutor para %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" - -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r xa está rexistrado" - -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "O representador matemático %s xa está rexistrado" - -#: registry.py:529 +#: registry.py:531 #, 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." -#: registry.py:543 +#: registry.py:545 msgid "Original exception:\n" msgstr "Excepción orixinal:\n" -#: registry.py:545 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "Non foi posíbel importar a extensión %s" -#: registry.py:552 +#: registry.py:554 #, 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?" -#: registry.py:565 +#: registry.py:567 #, 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." -#: registry.py:577 +#: registry.py:579 #, 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 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." -msgstr "" +msgstr "«None» non é un tipo de ficheiro válido para %r." #: roles.py:206 #, python-format msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" +msgstr "Common Vulnerabilities and Exposures; CVE %s" #: roles.py:229 #, python-format msgid "invalid CVE number %s" -msgstr "" +msgstr "número CVE non válido %s" #: roles.py:251 #, python-format msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +msgstr "Common Weakness Enumeration; CWE %s" #: roles.py:274 #, python-format msgid "invalid CWE number %s" -msgstr "" +msgstr "número CWE non válido %s" #: roles.py:294 #, python-format @@ -606,1135 +515,965 @@ msgstr "número PEP non válido %s" msgid "invalid RFC number %s" msgstr "número RFC non válido %s" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[fontes]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "destacando o código do módulo..." - -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[documentos]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Código do módulo" - -#: ext/viewcode.py:353 +#: highlighting.py:170 #, python-format -msgid "

Source code for %s

" -msgstr "

Código fonte para %s

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

All modules for which code is available

" -msgstr "

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

" +msgid "Pygments lexer name %r is not known" +msgstr "O nome do analizador léxico Pygments %r é descoñecido" -#: ext/extlinks.py:82 +#: highlighting.py:209 #, 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)" +"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." -#: ext/autosectionlabel.py:52 +#: project.py:72 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "a sección «%s» é etiquetada como «%s»" +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." -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 +#: project.py:87 #, 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 -msgid "Link to this equation" -msgstr "Ligazón a esta ecuación" +msgid "Ignored unreadable document %r." +msgstr "Ignorouse o documento ilexíbel %r." -#: ext/duration.py:90 +#: theming.py:117 +#, python-format msgid "" -"====================== slowest reading durations =======================" -msgstr "==================== duración de lectura máis lenta =====================" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "As seccións de configuración do tema distintas de [theme] e [options] non son compatíbeis (tentou obter un valor de %r)." -#: ext/doctest.py:118 +#: theming.py:122 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "falta «+» ou «-» na opción «%s»." +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" -#: ext/doctest.py:124 +#: theming.py:137 #, python-format -msgid "'%s' is not a valid option." -msgstr "«%s» non é unha opción válida" +msgid "unsupported theme option %r given" +msgstr "a opción %r non é compatíbel co tema" -#: ext/doctest.py:139 +#: theming.py:218 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "«%s» non é unha opción de «pyversion» válida" +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" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "tipo de «TestCode» non válido" +#: theming.py:238 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "non se atopou ningún tema chamado %r (falta theme.toml?)" -#: ext/doctest.py:297 +#: theming.py:278 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "O tema %r ten herdanza circular" + +#: theming.py:286 #, python-format msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Finalizadas as probas de –doctests– nas fontes, vexa os resultados en %(outdir)s/output.txt." +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "O tema %r herda de %r, que non é un tema cargado. Os temas cargados son: %s" -#: ext/doctest.py:457 +#: theming.py:292 #, 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" +msgid "The %r theme has too many ancestors" +msgstr "O tema %r ten demasiados antecesores" -#: ext/doctest.py:568 +#: theming.py:320 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignorando o código da proba –doctest– non válido: %r" +msgid "no theme configuration file found in %r" +msgstr "non se atopou ningún ficheiro de configuración do tema en %r" -#: ext/imgmath.py:162 +#: theming.py:345 theming.py:398 #, 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»" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "o tema %r non ten a táboa «tema»" -#: ext/imgmath.py:181 +#: theming.py:349 #, 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»" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "A táboa «[theme]» do tema %r non é unha táboa" -#: ext/imgmath.py:344 +#: theming.py:353 theming.py:401 #, 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" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "O tema %r debe definir o axuste «theme.inherit»" -#: ext/coverage.py:48 +#: theming.py:357 #, python-format -msgid "invalid regex %r in %s" -msgstr "expresión regular –regex– non válida %r en %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "A táboa «[options]» do tema %r non é unha táboa" -#: ext/coverage.py:140 ext/coverage.py:301 +#: theming.py:376 #, python-format -msgid "module %s could not be imported: %s" -msgstr "non foi posíbel importar o módulo %s: %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "O axuste «theme.pygments_style» debe ser unha táboa. Suxestión: «%s»" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "inserir automaticamente as cadeas literais –docstrings– dos módulos" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "proba automaticamente fragmentos de código en bloques de probas –doctest–" -#: 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 "" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "ligazón entre a documentación de Sphinx de diferentes proxectos" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "expresión regular –regex– non válida %r en «coverage_c_regexes»" +#: 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" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "API C non documentada: %s [%s] no ficheiro %s" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "comproba a cobertura da documentación" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "función de python non documentada: %s :: %s" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "incluír matemáticas, representadas como imaxes PNG ou SVG" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "clase de python non documentada: %s :: %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "incluír matemáticas, representadas no navegador por MathJax" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "método de python non documentado: %s :: %s :: %s" +#: 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" -#: 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 "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" +#: 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" -#: 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» saíu cun erro:\n[stderr]\n%r\n[stdout]\n%r" +#: 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" -#: ext/imgconverter.py:83 -#, 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»" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Introduza un nome de ruta válido." -#: 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" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Introduza algún texto." -#: ext/graphviz.py:153 +#: cmd/quickstart.py:133 #, 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" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorando a directiva «graphviz» sen contido." +msgid "Please enter one of %s." +msgstr "Introduza un dos %s." -#: 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" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Introduza «y» ou «n»." -#: 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" +#: 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»." -#: ext/graphviz.py:339 +#: cmd/quickstart.py:229 #, 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" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Dámoslle a benvida á utilidade de inicio rápido de Sphinx %s." -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:234 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 "" +"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)." -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#: cmd/quickstart.py:241 #, python-format -msgid "dot code %r: %s" -msgstr "código de «dot» %r: %s" +msgid "Selected root path: %s" +msgstr "Ruta raíz seleccionada: %s" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[gráfico: %s]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Introduza a ruta raíz para a documentación." -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[gráfico]" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Ruta raíz para a documentación" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Tarefa pendente" +#: 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." -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "Atopouse a entrada de tarefa pendente: %s" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "«sphinx-quickstart» non sobrescribirá os proxectos Sphinx existentes." -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: 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)" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(O <> está situado en %s, liña %d.)" +#: 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." -#: ext/todo.py:166 -msgid "original entry" -msgstr "entrada orixinal" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Separar os directorios fonte e construción (y/n)" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "«dedent» elimina os espazos en branco" +#: 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." -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Lenda non válida: %s" +#: 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" -#: 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 "o número de liña especificado está fóra do intervalo (1-%d): %r" +#: 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." -#: 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»." +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Nome do proxecto" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Nome(s) do(s) autor(es)" -#: directives/code.py:235 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -msgstr "" +"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." -#: 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" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Versión do proxecto" -#: 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»" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Publicación do proxecto" -#: directives/code.py:314 -#, 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" +#: 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." -#: directives/patches.py:71 +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Idioma do proxecto" + +#: cmd/quickstart.py:339 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." +"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." -#: 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" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Sufixo do ficheiro fonte" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "A arbore de índice –toctree– contén referencia ao documento excluído %r" +#: 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." -#: 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" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Nome do documento principal (sen sufixo)" -#: directives/other.py:169 +#: cmd/quickstart.py:367 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "atopouse unha entrada duplicada na árbore de índice –toctree–: %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." -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor da sección:" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "«sphinx-quickstart» non sobrescribirá o ficheiro existente." -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor do módulo:" +#: 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" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor do código:" +#: 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:" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " +#: 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»." -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr ".. o contido dos recoñecementos –acks– non é unha lista" +#: cmd/quickstart.py:406 +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." -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr ".. o contido do historial –hlist– non é unha lista" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Crear Makefile? (y/n)" -#: 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:415 +msgid "Create Windows command file? (y/n)" +msgstr "Crear un ficheiro de ordes de Windows? (y/n)" -#: builders/changes.py:56 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "no changes in version %s." -msgstr "sen cambios na versión %s." +msgid "Creating file %s." +msgstr "Creando o ficheiro %s." -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "escribindo o ficheiro de resumo…" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "File %s already exists, skipping." +msgstr "O ficheiro %s xa existe, omitíndoo." -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Integrados" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Finalizado: creouse unha estrutura de directorio inicial." -#: builders/changes.py:72 -msgid "Module level" -msgstr "Nivel de módulo" +#: cmd/quickstart.py:519 +#, 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." -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "copiando os ficheiros fonte…" +#: 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/changes.py:133 +#: cmd/quickstart.py:530 #, 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" +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/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/quickstart.py:537 +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/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/quickstart.py:572 +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/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "escribindo" +#: 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/manpage.py:71 -#, 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" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "modo silencioso" -#: builders/__init__.py:224 -#, 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:601 +msgid "project root" +msgstr "raíz do proxecto" -#: 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" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Opcións de estrutura" -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "construíndo [mo]: " +#: 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:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "escribindo a saída…" +#: 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:275 -#, python-format -msgid "all of %d po files" -msgstr "todos, os %d, ficheiros «po»" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "substitución de punto en _modelos, etc." -#: 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" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Opcións básicas do proxecto" -#: 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" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "nome do proxecto" -#: builders/__init__.py:319 -msgid "all source files" -msgstr "todos os ficheiros fonte" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "nome(s) do(s) autor(es)" -#: 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," +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "versión do proxecto" -#: 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" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "publicacaión do proxecto" -#: 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" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "idioma do documento" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "%d ficheiros fonte indicados na liña de ordes" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "sufixo do ficheiro fonte" -#: 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" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "nome do documento principal" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "construíndo [%s]: " +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "empregar epub" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "buscando ficheiros xa desactualizados…" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Opcións de extensión" -#: builders/__init__.py:410 +#: cmd/quickstart.py:670 #, python-format -msgid "%d found" -msgstr "atopouse %d" +msgid "enable %s extension" +msgstr "activar a extensión %s" -#: builders/__init__.py:412 -msgid "none found" -msgstr "non se atopou nada" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "activar extensións arbitrarias" -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "preparando –pickling– o contorno" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Creación de Makefile e Batchfile" -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "comprobando a coherencia" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "crear «makefile»" -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "non hai ningún obxectivo desactualizado" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "non crear o «makefile»" -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "actualizando o contorno:" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "crear «batchfile»" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s engadido(s), %s cambiado(s), %s retirado(s)" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "non crear o «batchfile»" -#: 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/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "empregar «make-mode» para Makefile/make.bat" -#: builders/__init__.py:540 -#, python-format +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Modelos de proxectos" + +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "directorio de modelos para ficheiros de modelos" + +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "definir unha variábel de modelo" + +#: 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–" + +#: cmd/quickstart.py:785 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 "" +"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/__init__.py:551 -#, python-format +#: cmd/quickstart.py:792 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-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/__init__.py:558 +#: cmd/quickstart.py:809 #, 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 "Invalid template variable: %s" +msgstr "Variábel de modelo non válida: %s" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "lendo as fontes…" +#: 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:713 -#, python-format -msgid "docnames to write: %s" -msgstr "nomes de documentos –docnames– para escribir: %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 "\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:715 -msgid "no docnames to write!" -msgstr "" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "ruta aos ficheiros fonte da documentación" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "preparando os documentos" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "ruta ao directorio de saída" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "copiando activos" +#: cmd/build.py:109 +msgid "" +"(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:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "caracteres fonte non codificábeis, substituíndo por «?»: %r" +#: cmd/build.py:114 +msgid "general options" +msgstr "opcións xerais" -#: 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:121 +msgid "builder to use (default: 'html')" +msgstr "construtor a empregar (predeterminado: «html»)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "escribindo o ficheiro nav.xhtml…" +#: cmd/build.py:131 +msgid "" +"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/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: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)" -#: 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:147 +msgid "don't use a saved environment, always read all files" +msgstr "non use un contorno gardado, lea sempre todos os ficheiros" -#: 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:150 +msgid "path options" +msgstr "opcións da ruta" -#: 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:157 +msgid "" +"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/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: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/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: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/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:184 +msgid "override a setting in configuration file" +msgstr "substituír un axuste no ficheiro de configuración" -#: 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:193 +msgid "pass a value into HTML templates" +msgstr "pasar un valor a modelos HTML" -#: 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:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "definir etiqueta: inclúír «só» bloques con TAG" -#: 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:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "modo esixente –nitpicky–, avisa sobre todas as referencias que faltan" -#: 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:212 +msgid "console output options" +msgstr "opcións de saída da consola" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Os ficheiros XML están en %(outdir)s." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "aumentar o detalle (pódese repetir)" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "produciuse un erro ao escribir o ficheiro %s: %s" +#: 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/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Os ficheiros pseudo-XML están en %(outdir)s." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "sen ningunha saída, nin sequera advertencias" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Os ficheiros «Texinfo» están en %(outdir)s." +#: 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/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 "\nExecute «make» nese directorio para executalos a través de makeinfo\n(use aquí «make info» para facelo automaticamente)." +#: 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/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/build.py:252 +msgid "warning control options" +msgstr "opcións de control de advertencia" -#: 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/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "escribe as advertencias (e os erros) no ficheiro indicado" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "procesando %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "converte as advertencias en erros" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "resolvendo referencias…" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "amosa o rastrexo completo na excepción" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "(en" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "executar Pdb nunha excepción" -#: 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/build.py:282 +msgid "raise an exception on warnings" +msgstr "erguer unha excepción nas advertencias" + +#: 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/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: cmd/build.py:357 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "non é posíbel copiar o ficheiro de imaxe %r: %s" +msgid "cannot open warning file '%s': %s" +msgstr "non é posíbel abrir o ficheiro de advertencia «%s»: %s" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "copiando os ficheiros de compatibilidade de Texinfo" +#: 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" -#: builders/texinfo.py:230 +#: domains/javascript.py:183 #, python-format -msgid "error writing file Makefile: %s" -msgstr "produciuse un erro ao escribir o ficheiro «Makefile»: %s" +msgid "%s() (built-in function)" +msgstr "%s() (función integrada)" -#: builders/_epub_base.py:223 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "atopouse unha entrada do Índice duplicada: %s" +msgid "%s() (%s method)" +msgstr " %s() (método %s)" -#: builders/_epub_base.py:433 +#: domains/javascript.py:186 #, 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" +msgid "%s() (class)" +msgstr "%s() (clase)" -#: builders/_epub_base.py:464 +#: domains/javascript.py:188 #, python-format -msgid "cannot write image file %r: %s" -msgstr "non é posíbel escribir o ficheiro de imaxe %r: %s" +msgid "%s (global variable or constant)" +msgstr "%s (variábel global ou constante)" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "non se atopou «Pillow»: copiando ficheiros de imaxe" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atributo)" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "escribindo o ficheiro tipo MIME…" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumentos" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "escribindo o ficheiro META-INF/container.xml…" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Lanzamentos" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "escribindo o ficheiro content.opf…" +#: 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" -#: builders/_epub_base.py:591 +#: domains/javascript.py:374 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "tipo MIME descoñecido para %s, é ignorado" +msgid "%s (module)" +msgstr "%s (módulo)" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "función" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "escribindo o ficheiro toc.ncx…" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "método" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "escribindo o ficheiro %s…" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "clase" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "O simulador do construtor non xera ficheiros." +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "datos" -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "os catálogos de mensaxes están en %(outdir)s." +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atributo" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "obxectivos para %d ficheiros de modelos" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "módulo" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "lendo os modelos…" +#: 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" -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "escribindo os catálogos de mensaxes…" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: builders/singlehtml.py:35 +#: domains/changeset.py:26 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "A páxina HTML está en %(outdir)s." +msgid "Added in version %s" +msgstr "Engadido na versión %s" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "estase a montar un documento único" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "Cambiado na versión %s" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "escribindo ficheiros adicionais" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "Obsoleto dende a versión %s" -#: builders/linkcheck.py:77 +#: domains/changeset.py:29 #, 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" +msgid "Removed in version %s" +msgstr "Retirado na versión %s" -#: builders/linkcheck.py:149 +#: domains/math.py:73 #, python-format -msgid "broken link: %s (%s)" -msgstr "ligazón rachada: %s (%s)" +msgid "duplicate label of equation %s, other instance in %s" +msgstr "etiqueta duplicada da ecuación %s, outra instancia en %s" -#: builders/linkcheck.py:548 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "Anchor '%s' not found" -msgstr "" +msgid "Invalid math_eqref_format: %r" +msgstr "«math_eqref_format» non válido: %r" -#: builders/linkcheck.py:758 +#: domains/rst.py:131 domains/rst.py:190 #, 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" +msgid "%s (directive)" +msgstr "%s (directiva)" -#: builders/text.py:29 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "os ficheiros de texto están en %(outdir)s." +msgid ":%s: (directive option)" +msgstr ":%s: (opción da directiva)" -#: 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}" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" -#: 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}" +#: domains/rst.py:234 +msgid "directive" +msgstr "directiva" -#: 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}" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "opción da directiva" -#: 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}" +#: domains/rst.py:236 +msgid "role" +msgstr "rol" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: domains/rst.py:262 #, python-format -msgid "%b %d, %Y" -msgstr " %d.%b.%Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "non foi posíbel calcular o progreso da tradución!" - -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "non hai ningún elemento traducidos!" +msgid "duplicate description of %s %s, other instance in %s" +msgstr "descrición duplicada de %s %s, outra instancia en %s" -#: transforms/__init__.py:253 +#: domains/citation.py:75 #, 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 "duplicate citation %s, other instance in %s" +msgstr "cita duplicada %s, outra instancia en %s" -#: transforms/__init__.py:294 +#: domains/citation.py:92 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "A nota a rodapé [%s] non está referenciada." +msgid "Citation [%s] is not referenced." +msgstr "A cita [%s] non está referenciada." -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" +#: environment/__init__.py:88 +msgid "new config" +msgstr "nova configuración" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "A nota a rodapé [#] non está referenciada." +#: environment/__init__.py:89 +msgid "config changed" +msgstr "a configuración cambiou" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "as extensións cambiaron" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "a versión do contorno de construción non é actual" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr "" +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "o directorio fonte cambiou" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "A configuración cambiou (1 opción: %r)" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Opcións" - -#: _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 "" - -#: environment/__init__.py:86 -msgid "new config" -msgstr "nova configuración" - -#: environment/__init__.py:87 -msgid "config changed" -msgstr "a configuración cambiou" - -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "as extensións cambiaron" - -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "a versión do contorno de construción non é actual" - -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "o directorio fonte cambiou" - -#: environment/__init__.py:325 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "" - -#: environment/__init__.py:330 +#: environment/__init__.py:352 #, python-format msgid "The configuration has changed (%d options: %s)" -msgstr "" +msgstr "A configuración cambiou (%d opcións: %s)" -#: environment/__init__.py:336 +#: environment/__init__.py:358 #, python-format msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" +msgstr "A configuración cambiou (%d opcións: %s, …)" -#: environment/__init__.py:379 +#: environment/__init__.py:401 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»." -#: environment/__init__.py:493 +#: environment/__init__.py:515 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "Produciuse un fallo ao escanear os documentos en %s: %r" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format msgid "Domain %r is not registered" msgstr "O dominio %r non está rexistrado" -#: environment/__init__.py:813 +#: environment/__init__.py:800 msgid "document isn't included in any toctree" msgstr "o documento non está incluído en ningunha árbore de índice –toctree–" -#: environment/__init__.py:859 +#: environment/__init__.py:911 msgid "self referenced toctree found. Ignored." msgstr "atopouse unha árbore de índice –toctree– auto referenciada. É ignorado." -#: environment/__init__.py:889 +#: environment/__init__.py:941 #, python-format msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" - -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "produciuse un erro de lectura: %s, %s" - -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "produciuse un erro de escritura: %s, %s" - -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "«local_dir» %s non existe" - -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" - -#: util/i18n.py:245 -#, 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" +msgstr "o documento está referenciado en varios árbores de índice –toctrees– %s:, seleccionando: %s <- %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." +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "Emprego:" -#: 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»." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPCIÓNS] []" -#: 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" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr " O xerador de documentación de Sphinx." -#: 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" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "Ordes:" -#: util/display.py:82 -msgid "skipped" -msgstr "omitido" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Opcións" -#: util/display.py:87 -msgid "failed" -msgstr "produciuse un fallo" +#: _cli/__init__.py:113 _cli/__init__.py:181 +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/." -#: util/osutil.py:131 -#, python-format +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: erro: {1}\nExecute «{0} --help» para obter información" -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" -msgstr "" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr " Xestionar a documentación con Sphinx." -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" -msgstr "" +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "Amosar a versión e saír" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "tipo de nodo descoñecido: %r" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "Amosar esta mensaxe e saír" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "Rexistro" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "Aumentar o detalle (pódese repetir)" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "non se atopou o rol predeterminado %s" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "Imprimir só os erros e as advertencias" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: _cli/__init__.py:225 +msgid "No output at all" +msgstr "Non hai ningunha saída" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +#: _cli/__init__.py:231 +msgid "" +msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notas a rodapé" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "Consulte «sphinx --help».\n" -#: writers/manpage.py:289 writers/text.py:945 +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 #, python-format -msgid "[image: %s]" -msgstr "[imaxe: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[imaxe]" +msgid "%b %d, %Y" +msgstr "%d de %b de %Y" -#: builders/latex/__init__.py:206 domains/std/__init__.py:771 +#: builders/latex/__init__.py:203 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 @@ -1744,11 +1483,15 @@ msgstr "[imaxe]" msgid "Index" msgstr "Índice" -#: writers/latex.py:743 writers/texinfo.py:646 +#: writers/latex.py:766 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/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Notas a rodapé" + #: writers/texinfo.py:1217 msgid "caption not inside a figure." msgstr "a lenda non está nunha figura." @@ -1758,54 +1501,6 @@ msgstr "a lenda non está nunha figura." 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." - -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: 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»" - -#: writers/html5.py:572 writers/latex.py:1106 -#, 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" @@ -1832,6 +1527,11 @@ msgstr "Ligazón a este título" msgid "Link to this table" msgstr "Ligazón a esta táboa" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "nivel de título de rúbrica non admitido: %s" + #: writers/html5.py:636 msgid "Link to this code" msgstr "Ligazón a este código" @@ -1848,1749 +1548,1756 @@ msgstr "Ligazón a esta árbore de índice –toctree–" 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." -#: domains/__init__.py:322 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "[image: %s]" +msgstr "[imaxe: %s]" -#: domains/math.py:73 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[imaxe]" + +#: writers/latex.py:384 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "etiqueta duplicada da ecuación %s, outra instancia en %s" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "«toplevel_sectioning» %r descoñecido para a clase %r" -#: domains/javascript.py:182 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (función integrada)" - -#: domains/javascript.py:183 domains/python/__init__.py:287 -#, python-format -msgid "%s() (%s method)" -msgstr " %s() (método %s)" - -#: domains/javascript.py:185 -#, python-format -msgid "%s() (class)" -msgstr "%s() (clase)" +msgid "no Babel option known for language %r" +msgstr "non hai ningunha opción de «Babel» coñecida para o idioma %r" -#: domains/javascript.py:187 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variábel global ou constante)" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "«:maxdepth:» é demasiado grande, é ignorado." -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: writers/latex.py:614 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atributo)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumentos" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Lanzamentos" +msgid "template %s not found; loading from legacy %s instead" +msgstr "non se atopou o modelo %s; foi cargado en troques do antigo %s" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Retorna" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "o título do documento non é un único nodo de tipo «Text»" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipo de retorno" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "indícanse tanto a opción «tabularcolumns» como «:widths:». Ignorase «:widths:»." -#: domains/javascript.py:370 +#: writers/latex.py:1230 #, 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 -msgid "function" -msgstr "función" - -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "método" +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 "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "clase" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "a unidade de dimensión %s non é válida. É ignorada." -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "datos" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "atopouse o tipo descoñecido de entrada de índice %s" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atributo" +#: 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." -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "módulo" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "«dedent» elimina os espazos en branco" -#: domains/javascript.py:454 +#: directives/code.py:87 #, 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" +msgid "Invalid caption: %s" +msgstr "Lenda non válida: %s" -#: domains/changeset.py:26 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "Added in version %s" -msgstr "Engadido na versión %s" +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" -#: domains/changeset.py:27 +#: directives/code.py:216 #, python-format -msgid "Changed in version %s" -msgstr "Cambiado na versión %s" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Non é posíbel empregar as opcións «%s» e «%s»." -#: domains/changeset.py:28 +#: directives/code.py:231 #, python-format -msgid "Deprecated since version %s" -msgstr "Obsoleto dende a versión %s" +msgid "Include file '%s' not found or reading it failed" +msgstr "Non foi atopado o ficheiro incluido «%s» ou fallou a lectura" -#: domains/changeset.py:29 +#: directives/code.py:235 #, python-format -msgid "Removed in version %s" -msgstr "" +msgid "" +"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:»" -#: domains/rst.py:131 domains/rst.py:190 +#: directives/code.py:276 #, python-format -msgid "%s (directive)" -msgstr "%s (directiva)" +msgid "Object named %r not found in include file %r" +msgstr "Non se atopou o obxecto chamado %r no ficheiro incluído %r" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (opción da directiva)" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Non é posíbel empregar «lineno-match» cun conxunto disxunto de «liñas»" -#: domains/rst.py:224 +#: directives/code.py:314 #, python-format -msgid "%s (role)" -msgstr "%s (rol)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "directiva" - -#: domains/rst.py:235 -msgid "directive-option" -msgstr "opción da directiva" +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" -#: domains/rst.py:236 -msgid "role" -msgstr "rol" +#: 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" -#: domains/rst.py:262 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "descrición duplicada de %s %s, outra instancia en %s" +msgid "toctree contains reference to excluded document %r" +msgstr "A arbore de índice –toctree– contén referencia ao documento excluído %r" -#: domains/citation.py:75 +#: directives/other.py:156 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "cita duplicada %s, outra instancia en %s" +msgid "toctree contains reference to nonexisting document %r" +msgstr "A arbore de índice –toctree– contén referencia a un documento que non existe %r" -#: domains/citation.py:92 +#: directives/other.py:169 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "A cita [%s] non está referenciada." +msgid "duplicated entry found in toctree: %s" +msgstr "atopouse unha entrada duplicada na árbore de índice –toctree–: %s" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Atención" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor da sección:" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Precaución" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor do módulo:" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Perigo" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor do código:" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Erro" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Suxestión" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. o contido dos recoñecementos –acks– non é unha lista" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Importante" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. o contido do historial –hlist– non é unha lista" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Nota" +#: ext/todo.py:61 +msgid "Todo" +msgstr "Tarefa pendente" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Ver tamén" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "Atopouse a entrada de tarefa pendente: %s" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Truco" +#: ext/todo.py:152 +msgid "<>" +msgstr "«entrada orixinal»" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Advertencia" +#: 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.)" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "inserir automaticamente as cadeas literais –docstrings– dos módulos" +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada orixinal" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "proba automaticamente fragmentos de código en bloques de probas –doctest–" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[fonte]" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "ligazón entre a documentación de Sphinx de diferentes proxectos" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "destacando o código do módulo..." -#: 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" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documentos]" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "comproba a cobertura da documentación" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Código do módulo" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "incluír matemáticas, representadas como imaxes PNG ou SVG" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Código fonte para %s

" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "incluír matemáticas, representadas no navegador por MathJax" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Vista xeral: código do módulo" -#: 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" +#: 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

" -#: 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" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "expresión regular –regex– non válida %r en %s" -#: 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" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "non foi posíbel importar o módulo %s: %s" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Introduza un nome de ruta válido." +#: 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án documentados mais non foron especificados nos «coverage_modules»: %s" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Introduza algún texto." +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "os seguintes módulos están especificados nos «coverage_modules» mais non foron documentados" -#: cmd/quickstart.py:133 -#, python-format -msgid "Please enter one of %s." -msgstr "Introduza un dos %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 "Rematada a proba de cobertura nas fontes, vexa os resultados en %(outdir)s{sep}python.txt." -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Introduza «y» ou «n»." +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "expresión regular –regex– non válida %r en «coverage_c_regexes»" -#: 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»." +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "API C non documentada: %s [%s] no ficheiro %s" -#: cmd/quickstart.py:229 +#: ext/coverage.py:452 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Dámoslle a benvida á utilidade de inicio rápido de Sphinx %s." +msgid "undocumented python function: %s :: %s" +msgstr "función de python non documentada: %s :: %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)." +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "clase de python non documentada: %s :: %s" -#: cmd/quickstart.py:241 +#: ext/coverage.py:492 #, python-format -msgid "Selected root path: %s" -msgstr "Ruta raíz seleccionada: %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "método de python non documentado: %s :: %s :: %s" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Introduza a ruta raíz para a documentación." +#: 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»" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Ruta raíz para a documentación" +#: 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»" -#: 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." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "amosar látex %r: %s" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "«sphinx-quickstart» non sobrescribirá os proxectos Sphinx existentes." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "látex en liña %r: %s" -#: 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)" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Ligazón a esta ecuación" -#: cmd/quickstart.py:273 +#: ext/imgconverter.py:44 +#, 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 "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)" +"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" -#: cmd/quickstart.py:286 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, 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 "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." +"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" -#: 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" +#: ext/imgconverter.py:83 +#, 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»" -#: 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." +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "a sección «%s» é etiquetada como «%s»" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Nome do proxecto" +#: 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, outra instancia en %s" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Nome(s) do(s) autor(es)" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "falta «+» ou «-» na opció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." +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "«%s» non é unha opción válida" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Versión do proxecto" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "«%s» non é unha opción de «pyversion» válida" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Publicación do proxecto" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "tipo de «TestCode» non válido" -#: cmd/quickstart.py:323 +#: ext/doctest.py:297 +#, 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 "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." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Finalizadas as probas de –doctests– nas fontes, vexa os resultados en %(outdir)s/output.txt." -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Idioma do proxecto" +#: 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" -#: 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." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "ignorando o código da proba –doctest– non válido: %r" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Sufixo do ficheiro fonte" +#: 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)" -#: cmd/quickstart.py:349 +#: ext/duration.py:90 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." +"====================== slowest reading durations =======================" +msgstr "==================== duración de lectura máis lenta =====================" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Nome do documento principal (sen sufixo)" +#: 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" -#: cmd/quickstart.py:367 +#: ext/graphviz.py:153 #, 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." - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "«sphinx-quickstart» non sobrescribirá o ficheiro existente." +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" -#: 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" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorando a directiva «graphviz» sen contido." -#: 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:" +#: 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" -#: cmd/quickstart.py:396 +#: ext/graphviz.py:328 +#, python-format 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»." +"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" -#: cmd/quickstart.py:406 +#: ext/graphviz.py:339 +#, 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." - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Crear Makefile? (y/n)" - -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Crear un ficheiro de ordes de Windows? (y/n)" +"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" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: ext/graphviz.py:344 #, python-format -msgid "Creating file %s." -msgstr "Creando o ficheiro %s." +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" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: ext/graphviz.py:367 #, python-format -msgid "File %s already exists, skipping." -msgstr "O ficheiro %s xa existe, omitíndoo." +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "«graphviz_output_format» debe ser «png» ou «svg», mais é %r" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Finalizado: creouse unha estrutura de directorio inicial." +#: 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" -#: cmd/quickstart.py:519 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, 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 "[graph: %s]" +msgstr "[gráfico: %s]" -#: 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" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gráfico]" -#: cmd/quickstart.py:530 +#: builders/texinfo.py:41 #, 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" - -#: cmd/quickstart.py:537 -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." +msgid "The Texinfo files are in %(outdir)s." +msgstr "Os ficheiros «Texinfo» están en %(outdir)s." -#: cmd/quickstart.py:572 +#: builders/texinfo.py:44 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" - -#: 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/." - -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "modo silencioso" - -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "raíz do proxecto" - -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Opcións de estrutura" - -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "se se especifica, separe os directorios fonte e construción" - -#: 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" - -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "substitución de punto en _modelos, etc." - -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Opcións básicas do proxecto" - -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "nome do proxecto" - -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "nome(s) do(s) autor(es)" - -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "versión do proxecto" - -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "publicacaión do proxecto" - -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "idioma do documento" - -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "sufixo do ficheiro fonte" - -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "nome do documento mestre" - -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "usar epub" +"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/quickstart.py:663 -msgid "Extension options" -msgstr "Opcións de extensión" +#: 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/quickstart.py:670 +#: builders/texinfo.py:85 #, python-format -msgid "enable %s extension" -msgstr "activar a extensión %s" - -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "activar extensións arbitrarias" - -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Creación de Makefile e Batchfile" - -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "crear «makefile»" - -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "non crear o «makefile»" - -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "crear «batchfile»" - -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "non crear o «batchfile»" - -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "usar «make-mode» para Makefile/make.bat" - -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Modelos de proxectos" - -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "directorio de modelos para ficheiros de modelos" - -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "definir unha variábel de modelo" - -#: 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–" - -#: 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." - -#: 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." +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:809 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variábel de modelo non válida: %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" - -#: 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" - -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "ruta aos ficheiros fonte da documentación" - -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "ruta ao directorio de saída" - -#: 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 "opcións xerais" - -#: 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 "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 "" - -#: 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 "substituír un axuste no ficheiro de configuración" - -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "pasar un valor a modelos HTML" - -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "definir etiqueta: inclúír «só» bloques con TAG" - -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" - -#: cmd/build.py:212 -msgid "console output options" -msgstr "opcións de saída da consola" - -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "aumenta a verbosidade (pódese repetir)" - -#: 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»" - -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "sen ningunha saída, nin sequera advertencias" - -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "emite unha saída de cor (predeterminado: detección automática)" - -#: 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)" - -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" - -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "escribe as advertencias (e os erros) no ficheiro indicado" - -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "converte as advertencias en erros" +msgid "processing %s" +msgstr "procesando %s" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "amosa o rastrexo completo na excepción" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "escribindo" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "executar Pdb nunha excepción" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "resolvendo referencias…" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(en" -#: 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/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "copiando as imaxes…" -#: cmd/build.py:357 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, 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 "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" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Contraer a barra lateral" - -#: 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/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Busca" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ir" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Amosar o código fonte" +msgid "cannot copy image file %r: %s" +msgstr "non é posíbel copiar o ficheiro de imaxe %r: %s" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contidos" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "copiando os ficheiros de compatibilidade de Texinfo" -#: themes/basic/opensearch.xml:4 +#: builders/texinfo.py:218 #, python-format -msgid "Search %(docstitle)s" -msgstr "Buscar %(docstitle)s" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Vista xeral" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Dámoslle a benvida! Isto é" - -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "a documentación para" - -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "última actualización" - -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Índices e táboas:" +msgid "error writing file Makefile: %s" +msgstr "produciuse un erro ao escribir o ficheiro «Makefile»: %s" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Índice completo" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "atopouse unha entrada do Índice duplicada: %s" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "lista todas as seccións e subseccións" +#: 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" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Páxina de busca" +#: 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" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "buscar esta documentación" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "non se atopou «Pillow»: copiando ficheiros de imaxe" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Índice global de módulos" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "escribindo o ficheiro tipo MIME…" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "acceso rápido a todos os módulos" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "escribindo o ficheiro META-INF/container.xml…" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Índice xeral" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "escribindo o ficheiro content.opf…" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "todas as funcións, clases, termos" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "tipo MIME descoñecido para %s, é ignorado" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Esta páxina" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "o nodo ten un nivel non válido" -#: themes/basic/genindex-single.html:26 +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "escribindo o ficheiro toc.ncx…" + +#: builders/_epub_base.py:801 #, python-format -msgid "Index – %(key)s" -msgstr "" +msgid "writing %s file..." +msgstr "escribindo o ficheiro %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 nunha páxina" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Os ficheiros XML están en %(outdir)s." -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Busca rápida" +#: builders/html/__init__.py:1256 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" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Índice de páxinas por letra" +#: 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." -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "pode ser enorme" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "O ficheiro de vista xeral está en %(outdir)s." -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Tema anterior" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "sen cambios na versión %s." -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capítulo anterior" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "escribindo o ficheiro de resumo…" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Seguinte tema" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Integrados" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "seguinte capítulo" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Nivel de módulo" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navegación" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "copiando os ficheiros fonte…" -#: themes/basic/layout.html:115 +#: builders/changes.py:138 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Buscar dentro do/a %(docstitle)s" +msgid "could not read %r for changelog creation" +msgstr "non foi posíbel ler %r para a creación do rexistro de cambios" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Sobre estes documentos" +#: 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." -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Dereitos de autoría" +#: 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" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/manpage.py:64 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +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" -#: themes/basic/layout.html:201 +#: builders/epub3.py:84 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Última actualización o %(last_updated)s." +msgid "The ePub file is in %(outdir)s." +msgstr "O ficheiro ePub está en %(outdir)s." -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Creado usando Sphinx %(sphinx_version)s." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "escribindo o ficheiro nav.xhtml…" -#: 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/epub3.py:225 +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" -#: 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/epub3.py:231 +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" -#: themes/basic/search.html:35 -msgid "search" -msgstr "buscar" +#: builders/epub3.py:236 +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" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Agochar as coincidencias da busca" +#: builders/epub3.py:242 +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" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Resultados da busca" +#: builders/epub3.py:246 +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" -#: 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/epub3.py:251 +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" -#: 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/epub3.py:255 +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" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Buscando" +#: builders/epub3.py:260 +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" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Preparando a busca…" +#: builders/epub3.py:266 +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" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", en " +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "o valor de configuración «version» non pode estar baleiro para EPUB3" -#: themes/basic/changes/rstsource.html:5 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "invalid css_file: %r, ignored" +msgstr "css_file non válido: %r, é ignorado" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/gettext.py:243 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Cambios na versión %(version)s — %(docstitle)s" +msgid "The message catalogs are in %(outdir)s." +msgstr "os catálogos de mensaxes están en %(outdir)s." -#: themes/basic/changes/versionchanges.html:17 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Lista xerada automaticamente de cambios na versión %(version)s" +msgid "building [%s]: " +msgstr "construíndo [%s]: " -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Cambios na biblioteca" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "obxectivos para %d ficheiros de modelos" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Cambios na API C" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "lendo os modelos…" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Outros cambios" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "escribindo os catálogos de mensaxes…" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandir a barra lateral" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "os ficheiros de texto están en %(outdir)s." -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: 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)" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: 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" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "construíndo [mo]: " + +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "escribindo a saída…" + +#: builders/__init__.py:281 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (no modulo %s)" +msgid "all of %d po files" +msgstr "todos, os %d, ficheiros «po»" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/__init__.py:303 #, python-format -msgid "%s (in module %s)" -msgstr "%s no modulo %s)" +msgid "targets for %d po files that are specified" +msgstr "obxectivos para os %d ficheiros «po» que se especifican" -#: domains/python/__init__.py:182 +#: builders/__init__.py:315 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (variábel integrada)" +msgid "targets for %d po files that are out of date" +msgstr "obxectivos para os %d ficheiros «po» que están desactualizados" + +#: builders/__init__.py:325 +msgid "all source files" +msgstr "todos os ficheiros fonte" + +#: 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," -#: domains/python/__init__.py:217 +#: builders/__init__.py:343 #, python-format -msgid "%s (built-in class)" -msgstr "%s (clase integrada)" +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" -#: domains/python/__init__.py:218 +#: builders/__init__.py:354 #, python-format -msgid "%s (class in %s)" -msgstr "%s (clase en %s)" +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" -#: domains/python/__init__.py:283 +#: builders/__init__.py:367 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s método de clase)" +msgid "%d source files given on command line" +msgstr "%d ficheiros fonte indicados na liña de ordes" -#: domains/python/__init__.py:285 +#: builders/__init__.py:383 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s método estático)" +msgid "targets for %d source files that are out of date" +msgstr "obxectivos para %d ficheiros fonte que non están actualizados" -#: domains/python/__init__.py:438 -#, python-format -msgid "%s (%s property)" -msgstr "%s (%s propiedade)" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "buscando ficheiros xa desactualizados…" -#: domains/python/__init__.py:478 +#: builders/__init__.py:416 #, python-format -msgid "%s (type alias in %s)" -msgstr "" +msgid "%d found" +msgstr "atopouse %d" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr " Índice de módulos Python" +#: builders/__init__.py:418 +msgid "none found" +msgstr "non se atopou nada" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "módulos" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "preparando –pickling– o contorno" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Obsoleto" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "comprobando a coherencia" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "excepción" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "non hai ningún obxectivo desactualizado" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "método de clase" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "actualizando o contorno:" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "método estático" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s engadido(s), %s cambiado(s), %s retirado(s)" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "propiedade" +#: 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 "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." -#: domains/python/__init__.py:749 -msgid "type alias" -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 "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." -#: domains/python/__init__.py:818 +#: builders/__init__.py:557 #, 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" +"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." -#: domains/python/__init__.py:978 +#: builders/__init__.py:564 #, 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" +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." -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr "(obsoleto)" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "lendo as fontes…" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parámetros" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "nomes de documentos –docnames– para escribir: %s" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variábeis" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "non hai nomes de documentos –docnames– para escribir!" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Eleva" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "preparando os documentos" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parámetros do modelo" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "copiando activos" -#: domains/cpp/__init__.py:302 +#: builders/__init__.py:915 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/singlehtml.py:35 #, 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»." +msgid "The HTML page is in %(outdir)s." +msgstr "A páxina HTML está en %(outdir)s." -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "Valores de retorno" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "estase a montar un documento único" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "unión" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "escribindo ficheiros adicionais" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "membro" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "O simulador do construtor non xera ficheiros." -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tipo" +#: builders/linkcheck.py:78 +#, 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" -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "concepto" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "ligazón rachada: %s (%s)" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enumeración" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Non se atopou a áncora «%s»" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerador" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "parámetro de función" +#: builders/linkcheck.py:768 +#, 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" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "parámetro de modelo" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atención" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Precaución" -#: 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»." +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perigo" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variábel" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erro" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Suxestión" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "estrutura" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 -#, python-format -msgid "environment variable; %s" -msgstr "variábel de contorno; %s" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: domains/std/__init__.py:119 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ver tamén" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Truco" -#: domains/std/__init__.py:185 -msgid "Default" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Advertencia" -#: domains/std/__init__.py:242 -#, python-format +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "Descrición da opción %r incorrecta, debería parecerse a «opt», «-opt args», «--opt args», «/opt args» ou «+opt args»" - -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "opción de liña de ordes %s" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "referencias de notas a rodapé inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "opción de liña de ordes" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referencias inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "o termo do glosario debe ir precedido dunha liña baleira" +#: transforms/i18n.py:326 +#, 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}" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "os termos do glosario non deben estar separados por liñas baleiras" +#: transforms/i18n.py:348 +#, 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}" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "o glosario parece ter un formato incorrecto, comprobe a sangría" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "non foi posíbel calcular o progreso da tradución!" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "termo do glosario" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "non hai ningún elemento traducidos!" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "testemuño gramatical" +#: transforms/__init__.py:258 +#, 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" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "etiqueta de referencia" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "A nota a rodapé [%s] non está referenciada." -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "variábel de contorno" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "A nota a rodapé [*] non está referenciada." -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opción do programa" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "A nota a rodapé [#] non está referenciada." -#: domains/std/__init__.py:735 -msgid "document" -msgstr "documento" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "inventario <%s>: contén definicións duplicadas para %s" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Índice de módulos" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "inventario <%s>: contén varias definicións para %s" -#: domains/std/__init__.py:857 +#: util/i18n.py:100 #, 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" +msgid "reading error: %s, %s" +msgstr "produciuse un erro de lectura: %s, %s" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "«numfig» está desactivado. «:numref:» é ignorado." +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "produciuse un erro de escritura: %s, %s" -#: domains/std/__init__.py:1124 +#: util/i18n.py:146 #, 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" +msgid "locale_dir %s does not exist" +msgstr "«local_dir» %s non existe" -#: domains/std/__init__.py:1138 +#: util/i18n.py:244 #, python-format -msgid "the link has no caption: %s" -msgstr "a ligazón non ten lenda: %s" +msgid "Invalid Babel locale: %r." +msgstr "Babel local non válido: %r." -#: domains/std/__init__.py:1153 +#: util/i18n.py:253 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format: non é válido: %s (%r)" +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" -#: domains/std/__init__.py:1157 +#: util/fileutil.py:76 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format: non é válido: %s" +msgid "" +"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)." -#: domains/std/__init__.py:1453 +#: util/fileutil.py:89 #, python-format -msgid "undefined label: %r" -msgstr "etiqueta sen definir: %r" +msgid "Writing evaluated template result to %s" +msgstr "Escribindo o resultado do modelo avaliado en %s" -#: domains/std/__init__.py:1456 +#: 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 "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" +msgid "" +"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)." -#: environment/adapters/toctree.py:324 +#: util/docfields.py:103 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "detectaronse referencias circulares na árbore de índice –toctree–, van ser ignoradas: %s <- %s" +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." -#: environment/adapters/toctree.py:349 +#: util/nodes.py:454 #, 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" +"%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»." -#: environment/adapters/toctree.py:364 +#: util/nodes.py:521 #, 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" +msgid "toctree contains ref to nonexisting file %r" +msgstr "A arbore de índice –toctree– contén unha referencia a un ficheiro inexistente %r" -#: environment/adapters/toctree.py:367 +#: util/nodes.py:737 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "" +msgid "exception while evaluating only directive expression: %s" +msgstr "produciuse unha excepción mentres se avalía só a expresión directiva: %s" -#: environment/adapters/indexentries.py:123 +#: util/docutils.py:325 #, python-format -msgid "see %s" -msgstr "ver %s" +msgid "unknown directive name: %s" +msgstr "nome descoñecido da directiva: %s" -#: environment/adapters/indexentries.py:133 +#: util/docutils.py:361 #, python-format -msgid "see also %s" -msgstr "ver tamén %s" +msgid "unknown role name: %s" +msgstr "nome descoñecido do rol: %s" -#: environment/adapters/indexentries.py:141 +#: util/docutils.py:805 #, python-format -msgid "unknown index entry type %r" -msgstr "tipo de entrada de índice descoñecido %r" +msgid "unknown node type: %r" +msgstr "tipo de nodo descoñecido: %r" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "non se atopou o rol predeterminado %s" -#: environment/collectors/asset.py:98 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "image file not readable: %s" -msgstr "ficheiro de imaxe non lexíbel: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Non foi posíbel recuperar a imaxe remota: %s [%s]" -#: environment/collectors/asset.py:126 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "image file %s not readable: %s" -msgstr "ficheiro de imaxe %s non lexíbel: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Non foi posíbel recuperar a imaxe remota: %s [%d]" -#: environment/collectors/asset.py:163 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "download file not readable: %s" -msgstr "descargar o ficheiro non lexíbel: %s" +msgid "Unknown image format: %s..." +msgstr "Formato de imaxe descoñecido: %s…" -#: environment/collectors/toctree.py:259 +#: 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." + +#: transforms/post_transforms/__init__.py:233 #, 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?)" +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" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Interrompido!" +#: 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" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +#: 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" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continúa da páxina anterior" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "continúa na páxina seguinte" -#: _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 "" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Non alfabético" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "páxina" -#: _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." +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Publicación" -#: 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." +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Produciuse un fallo ao obter un nome de documento –docname–!" -#: transforms/post_transforms/__init__.py:237 +#: builders/latex/transforms.py:121 #, 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" +msgid "Failed to get a docname for source %r!" +msgstr "Produciuse un fallo ao obter un nome de documento –docname– para a fonte %r!" + +#: 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" + +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r non ten o axuste «theme»" + +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r non ten o axuste «%s»" + +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Os ficheiros 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 "\nExecute «make» nese directorio para executalos a través de (pdf)latex\n(use aquí «make latexpdf» para facelo automaticamente)." + +#: 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" -#: transforms/post_transforms/__init__.py:299 +#: builders/latex/__init__.py:167 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s non se atopa o destino da referencia: %s" +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" -#: 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" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "copiando os ficheiros de compatibilidade de TeX" -#: transforms/post_transforms/images.py:79 +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "copiando os ficheiros adicionais" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Non foi posíbel recuperar a imaxe remota: %s [%s]" +msgid "logo file %r does not exist" +msgstr "o ficheiro de logotipo %r non existe" -#: transforms/post_transforms/images.py:96 +#: builders/latex/__init__.py:529 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Non foi posíbel recuperar a imaxe remota: %s [%d]" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Chave de configuración descoñecida: latex_elements[%r], é ignorada." -#: transforms/post_transforms/images.py:143 +#: builders/latex/__init__.py:537 #, python-format -msgid "Unknown image format: %s..." -msgstr "Formato de imaxe descoñecido: %s…" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opción de tema descoñecida: latex_theme_options[%r], é ignorada." + +#: 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)" + +#: 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)" -#: builders/html/__init__.py:113 +#: builders/html/__init__.py:115 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "As páxinas HTML están en %(outdir)s." -#: builders/html/__init__.py:348 +#: builders/html/__init__.py:351 #, 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 +#: builders/html/__init__.py:367 msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" +msgstr "build_info non concorda, copiando .buildinfo cara a .buildinfo.bak" -#: builders/html/__init__.py:366 +#: builders/html/__init__.py:369 msgid "building [html]: " -msgstr "" +msgstr "construíndo [html]: " -#: builders/html/__init__.py:383 +#: builders/html/__init__.py:386 #, python-format msgid "" "template %s has been changed since the previous build, all docs will be " "rebuilt" -msgstr "" +msgstr "O modelo %s foi cambiado desde a compilación anterior, reconstruiranse todos os documentos" + +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índice xeral" -#: builders/html/__init__.py:507 +#: builders/html/__init__.py:510 msgid "index" msgstr "índice" -#: builders/html/__init__.py:560 +#: builders/html/__init__.py:563 #, python-format msgid "Logo of %s" -msgstr "" +msgstr "Logotipo de %s" -#: builders/html/__init__.py:589 +#: builders/html/__init__.py:592 msgid "next" msgstr "seguinte" -#: builders/html/__init__.py:598 +#: builders/html/__init__.py:601 msgid "previous" msgstr "anterior" -#: builders/html/__init__.py:696 +#: builders/html/__init__.py:698 msgid "generating indices" msgstr "xerando os índices" -#: builders/html/__init__.py:711 +#: builders/html/__init__.py:713 msgid "writing additional pages" msgstr "escribindo as páxinas adicionais" -#: builders/html/__init__.py:794 +#: builders/html/__init__.py:796 #, python-format msgid "cannot copy image file '%s': %s" -msgstr "" +msgstr "non é posíbel copiar o ficheiro de imaxe «%s»: %s" -#: builders/html/__init__.py:806 +#: builders/html/__init__.py:808 msgid "copying downloadable files... " msgstr "copiando os ficheiros descargábeis…" -#: builders/html/__init__.py:818 +#: builders/html/__init__.py:820 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "non é posíbel copiar o ficheiro descargábel %r: %s" -#: builders/html/__init__.py:864 +#: builders/html/__init__.py:866 #, python-format msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgstr "Produciuse un fallo ao copiar un ficheiro no directorio «static» do tema: %s: %r" -#: builders/html/__init__.py:882 +#: builders/html/__init__.py:884 #, 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" -#: builders/html/__init__.py:917 +#: builders/html/__init__.py:919 msgid "copying static files" msgstr "copiando os ficheiros estáticos" -#: builders/html/__init__.py:934 +#: builders/html/__init__.py:936 #, python-format msgid "cannot copy static file %r" msgstr "non é posíbel copiar o ficheiro estático %r" -#: builders/html/__init__.py:939 +#: builders/html/__init__.py:941 msgid "copying extra files" msgstr "copiando os ficheiros adicionais" -#: builders/html/__init__.py:949 +#: builders/html/__init__.py:951 #, python-format msgid "cannot copy extra file %r" msgstr "non é posíbel copiar o ficheiro adicional %r" -#: builders/html/__init__.py:955 +#: builders/html/__init__.py:957 #, 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" -#: builders/html/__init__.py:1005 +#: builders/html/__init__.py:1007 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." -#: builders/html/__init__.py:1052 +#: builders/html/__init__.py:1054 #, 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:1216 +#: builders/html/__init__.py:1218 #, 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." -#: builders/html/__init__.py:1224 +#: builders/html/__init__.py:1231 +#, 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:1239 #, 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" -#: builders/html/__init__.py:1257 +#: builders/html/__init__.py:1272 msgid "dumping object inventory" msgstr "envorcado do inventario de obxectos" -#: builders/html/__init__.py:1265 +#: builders/html/__init__.py:1280 #, python-format msgid "dumping search index in %s" msgstr "envorcando o índice de busca en %s" -#: builders/html/__init__.py:1308 +#: builders/html/__init__.py:1323 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file non válido: %r, é ignorado" -#: builders/html/__init__.py:1342 +#: 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." -#: builders/html/__init__.py:1346 +#: builders/html/__init__.py:1361 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Indicou un math_renderer descoñecido %r." -#: builders/html/__init__.py:1360 +#: 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»" -#: builders/html/__init__.py:1365 +#: builders/html/__init__.py:1380 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "A entrada html_extra_path %r non existe" -#: builders/html/__init__.py:1380 +#: builders/html/__init__.py:1395 #, 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»" -#: builders/html/__init__.py:1385 +#: builders/html/__init__.py:1400 #, python-format msgid "html_static_path entry %r does not exist" msgstr "A entrada html_static_path %r non existe" -#: 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" - -#: builders/html/__init__.py:1407 +#: builders/html/__init__.py:1422 #, python-format msgid "favicon file %r does not exist" msgstr "o ficheiro de favicon %r non existe" -#: builders/html/__init__.py:1420 +#: 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 "" +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»." -#: builders/html/__init__.py:1433 +#: 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»)" -#: builders/html/__init__.py:1449 +#: builders/html/__init__.py:1464 #, python-format msgid "%s %s documentation" msgstr "Documentación %s %s" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(en %s v%s)" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(en %s)" + +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "inventario «%s»: atopáronse coincidencias duplicadas para %s:%s" + +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventario «%s»: atopáronse varias coincidencias para %s:%s" + +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "non foi atopado o inventario para a referencia cruzada externa: %r" + +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "sufixo de referencia cruzada externa non válido: %r" + +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "non foi atopado o dominio para a referencia cruzada externa:" + +#: ext/intersphinx/_resolve.py:619 +#, 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 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +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 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +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 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +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 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +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 +#, 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 "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 +#, python-format +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +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 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "A configuración «intersphinx_mapping» non é válida (1 erro)." + +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "A configuración «intersphinx_mapping» non é válida (%s erros)." + +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "Engadiuse unha entrada intersphinx_mapping non válida após a normalización." + +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "cargando o inventario «intersphinx» «%s» desde %s…" + +#: ext/intersphinx/_load.py:311 +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:321 +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:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "o inventario de «intersphinx» moveuse: %s-> %s" + +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "Crearíase un ficheiro %s." + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, 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/_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 "\nBusque recursivamente en módulos e paquetes de Python e cree\nun ficheiro reST con directivas «automodule» por paquete no .\n\nOs poden ser patróns de ficheiros e/ou directorios que se\nexcluirán da xeración.\n\nNota: De xeito predeterminada, este script non sobrescribirá os ficheiros xa creados." + +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "ruta ao módulo a documentar" + +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "patróns de ficheiros e/ou directorios estilo «fnmatch» para excluír da xeneración" + +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "directorio onde poñer toda a saída" + +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "profundidade máxima dos submódulos para amosar no Índice (predeterminado: 4)" + +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "sobrescribir os ficheiros existentes" + +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "seguir as ligazóns simbólicas. Potente cando se combina con «collective.recipe.omelette»." -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "executar o script sen crear ficheiros" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Os ficheiros LaTeX están en %(outdir)s." +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "poñer a documentación de cada módulo na súa propia páxina" -#: 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)." +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "incluír módulos «_private»" -#: 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" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "nome do ficheiro do índice (predeterminado: «modules»)" -#: 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" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "non crear un ficheiro de índice" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Publicació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 "non crear títulos para os paquetes ou módulos (p. ex., cando as cadeas literais –docstrings– xa os conteñan)" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "copiando os ficheiros de compatibilidade de TeX" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "poñer a documentación do módulo antes da documentación do submódulo" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "copiando os ficheiros adicionais" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "interpretar as rutas dos módulos segundo a especificación de espazos de nomes implícitos PEP-0420" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Chave de configuración descoñecida: latex_elements[%r], é ignorada." +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "Lista de opcións separadas por comas para pasar á directiva «automodule» (ou empregar SPHINX_APIDOC_OPTIONS)." -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opción de tema descoñecida: latex_theme_options[%r], é ignorada." +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "sufixo do ficheiro (predeterminado: rst)" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Produciuse un fallo ao obter un nome de documento «docname»!" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +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" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %r!" -msgstr "" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "xerar un proxecto completo con «sphinx-quickstart»" -#: 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" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "engadir module_path a sys.path, empregase cando se indica --full" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r non ten o axuste «theme»" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "nome do proxecto (predeterminado: nome do módulo raíz)" -#: builders/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r non ten o axuste «%s»" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "autor(es) do proxecto, empregase cando se indica --full" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continúa da páxina anterior" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "versión do proxecto, empregase cando se indica --full" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continúa na páxina seguinte" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "publicación do proxecto, empregase cando se indica --full, o predeterminado é --doc-version" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Non alfabético" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "opcións de extensión" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "activar as extensións arbitrarias, empregase cando se indica --full" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "páxina" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" +msgstr "activar a extensión %s, empregase cando se indica --full" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Argumentos de palabras clave" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s non é un directorio." #: ext/napoleon/docstring.py:176 #, python-format @@ -3620,6 +3327,10 @@ msgstr "Exemplo" msgid "Examples" msgstr "Exemplos" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Argumentos de palabras clave" + #: ext/napoleon/docstring.py:956 msgid "Notes" msgstr "Notas" @@ -3628,6 +3339,11 @@ msgstr "Notas" msgid "Other Parameters" msgstr "Outros parámetros" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parámetros" + #: ext/napoleon/docstring.py:1001 msgid "Receives" msgstr "Recibe" @@ -3636,13 +3352,137 @@ msgstr "Recibe" msgid "References" msgstr "Referencias" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Advirte" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Advirte" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "Rendementos" + +#: 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" + +#: 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" + +#: 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" + +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "valor incorrecto para a opción «member-order»: %s" + +#: ext/autodoc/__init__.py:158 +#, 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/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "sinatura non válida para «auto%s» (%r)" + +#: ext/autodoc/__init__.py:579 +#, 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 +#, 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/__init__.py:1021 +#, 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/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "Detectouse un obxecto simulado: %r" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "produciuse un erro ao formatar a sinatura para %s: %s" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "«::» no nome do «automodule» non ten sentido" + +#: ext/autodoc/__init__.py:1185 +#, 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 +#, 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 +#, 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 +#, 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 +#, 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" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "Rendementos" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Atopáronse __slots__ non válidos en %s. É ignorado." #: ext/autosummary/__init__.py:284 #, python-format @@ -3682,7 +3522,7 @@ msgstr "produciuse un fallo ao importar o obxecto %s" #, 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 #, python-format @@ -3693,14 +3533,14 @@ msgstr "autosummary_generate: non se atopou o ficheiro: %s" 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 #, 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 #, python-format @@ -3765,451 +3605,641 @@ msgid "" "%(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 "" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Interrompido!" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "Erro de marcación reStructuredText" -#: ext/apidoc/_cli.py:28 +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "Produciuse un erro de codificación!" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "Produciuse un erro de recursividade!" + +#: _cli/util/errors.py:207 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 "\nBusque recursivamente en módulos e paquetes de Python e cree\nun ficheiro reST con directivas «automodule» por paquete no .\n\nOs poden ser patróns de ficheiros e/ou directorios que se\nexcluirán da xeración.\n\nNota: De xeito predeterminada, este script non sobrescribirá os ficheiros xa creados." +"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.:" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "ruta ao módulo a documentar" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "Iniciando o depurador:" -#: ext/apidoc/_cli.py:50 +#: _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 "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "patróns de ficheiros e/ou directorios estilo «fnmatch» para excluír da xeneración" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "Para informar deste erro aos desenvolvedores, abra un incidente . Grazas!" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "directorio onde poñer toda a saída" +#: _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." -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "profundidade máxima dos submódulos para amosar no Índice (predeterminado: 4)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Contraer a barra lateral" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "sobrescribir os ficheiros existentes" +#: 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" -#: ext/apidoc/_cli.py:91 +#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ir" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Amosar o código fonte" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contidos" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Busca rápida" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Índice de páxinas por letra" + +#: 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" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "pode ser enorme" + +#: themes/basic/search.html:20 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "seguir as ligazóns simbólicas. Potente cando se combina con «collective.recipe.omelette»." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Active JavaScript para activar a función\n de busca." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "executar o script sen crear ficheiros" +#: 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." -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "poñer a documentación de cada módulo na súa propia páxina" +#: themes/basic/search.html:35 +msgid "search" +msgstr "buscar" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "incluír módulos «_private»" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegación" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "nome do ficheiro do índice (predeterminado: «modules»)" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Buscar dentro do/a %(docstitle)s" + +#: 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" + +#: 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 "Última actualización o %(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/sourcelink.html:4 +msgid "This Page" +msgstr "Esta páxina" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tema anterior" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capítulo anterior" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Seguinte tema" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "seguinte capítulo" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Buscar %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Vista xeral" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Dámoslle a benvida! Isto é" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "a documentación para" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "última actualización" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Índices e táboas:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Índice completo" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "lista todas as seccións e subseccións" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Páxina de busca" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "buscar esta documentación" + +#: 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 "acceso rápido a todos os módulos" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "todas as funcións, clases, termos" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "Índice – %(key)s" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "non crear un ficheiro de índice" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Cambios na versión %(version)s — %(docstitle)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 "non crear títulos para os paquetes ou módulos (p. ex., cando as cadeas literais –docstrings– xa os conteñan)" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Lista xerada automaticamente de cambios na versión %(version)s" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "poñer a documentación do módulo antes da documentación do submódulo" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Cambios na biblioteca" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "interpretar as rutas dos módulos segundo a especificación de espazos de nomes implícitos PEP-0420" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Cambios na API C" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Outros cambios" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "sufixo do ficheiro (predeterminado: rst)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "xerar un proxecto completo con «sphinx-quickstart»" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Resultados da busca" -#: 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" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "nome do proxecto (predeterminado: nome do módulo raíz)" +#: themes/basic/static/searchtools.js:129 +#, 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." -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "autor(es) do proxecto, úsase cando se indica --full" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Buscando" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "versión do proxecto, úsase cando se indica --full" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Preparando a busca…" -#: 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" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", en " -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "opcións de extensión" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Agochar as coincidencias da busca" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandir a barra lateral" -#: ext/apidoc/_cli.py:240 +#: environment/adapters/toctree.py:335 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "detectaronse referencias circulares na árbore de índice –toctree–, van ser ignoradas: %s <- %s" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:360 #, python-format -msgid "%s is not a directory." -msgstr "%s non é un directorio." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +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/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +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/apidoc/_extension.py:110 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +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/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "see %s" +msgstr "ver %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 "" +msgid "see also %s" +msgstr "ver tamén %s" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "unknown index entry type %r" +msgstr "tipo de entrada de índice descoñecido %r" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "image file not readable: %s" +msgstr "ficheiro de imaxe non lexíbel: %s" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "ficheiro de imaxe %s non lexíbel: %s" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "download file not readable: %s" +msgstr "descargar o ficheiro non lexíbel: %s" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +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/apidoc/_extension.py:192 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -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»." -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parámetros do modelo" -#: ext/apidoc/_extension.py:247 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valores de retorno" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Crearíase un ficheiro %s." +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "unión" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(en %s v%s)" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membro" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(en %s)" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipo" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "concepto" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enumeración" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerador" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "parámetro de función" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parámetro de modelo" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "obxectivo de referencia externo %s:%s non atopado: %s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variábeis" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Ergue" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Separador de parámetros só de posción (PEP 570)" -#: ext/intersphinx/_load.py:82 +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Separador de parámetros só de palabra clave (PEP 3102)" + +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (no modulo %s)" + +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 +#, python-format +msgid "%s (in module %s)" +msgstr "%s no modulo %s)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:184 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (variábel integrada)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:219 #, 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 "%s (built-in class)" +msgstr "%s (clase integrada)" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (clase en %s)" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:285 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s método de clase)" -#: ext/intersphinx/_load.py:134 +#: domains/python/__init__.py:287 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s método estático)" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:440 +#, python-format +msgid "%s (%s property)" +msgstr "%s (%s propiedade)" -#: ext/intersphinx/_load.py:261 +#: domains/python/__init__.py:480 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +msgid "%s (type alias in %s)" +msgstr "%s (alias de tipo en %s)" -#: ext/intersphinx/_load.py:287 -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:" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Índice de módulos Python" -#: 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:" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "módulos" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "o inventario de «intersphinx» moveuse: %s-> %s" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Obsoleto" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "valor incorrecto para a opción «member-order»: %s" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "excepción" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valor incorrecto para a opción «class-doc-from option»: %s" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "método de clase" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "sinatura non válida para «auto%s» (%r)" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "método estático" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "produciuse un erro ao formatar argumentos para %s: %s" +#: domains/python/__init__.py:744 +msgid "property" +msgstr "propiedade" -#: ext/autodoc/__init__.py:898 +#: domains/python/__init__.py:745 +msgid "type alias" +msgstr "alias de tipo" + +#: domains/python/__init__.py:814 #, 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" +"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" -#: ext/autodoc/__init__.py:1021 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" +msgstr "atopouse máis dun obxectivo para a referencia cruzada %r: %s" -#: ext/autodoc/__init__.py:1080 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr "(obsoleto)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "A mocked object is detected: %r" -msgstr "Detectouse un obxecto simulado: %r" +msgid "environment variable; %s" +msgstr "variábel de contorno; %s" -#: ext/autodoc/__init__.py:1103 +#: domains/std/__init__.py:116 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "produciuse un erro ao formatar a sinatura para %s: %s" +msgid "%s; configuration value" +msgstr "%s; valor de configuración" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "«::» no nome do «automodule» non ten sentido" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "Tipo" -#: ext/autodoc/__init__.py:1185 -#, 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" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "Predeterminado" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:239 #, 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" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Descrición da opción %r incorrecta, debería parecerse a «opt», «-opt args», «--opt args», «/opt args» ou «+opt args»" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:319 #, 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" +msgid "%s command line option" +msgstr "opción de liña de ordes %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" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "opción de liña de ordes" -#: 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" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "o termo do glosario debe ir precedido dunha liña baleira" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:474 +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 +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 +msgid "glossary term" +msgstr "termo do glosario" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "testemuño gramatical" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "etiqueta de referencia" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "variábel de contorno" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "opción do programa" + +#: domains/std/__init__.py:735 +msgid "document" +msgstr "documento" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Índice de módulos" + +#: domains/std/__init__.py:857 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "descrición do/a %sduplicado/a de %s, outra instancia en %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "«numfig» está desactivado. «:numref:» é ignorado." + +#: domains/std/__init__.py:1124 #, python-format -msgid "missing attribute %s in object %s" -msgstr "falta o atributo %s no obxecto %s" +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" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1138 #, python-format -msgid "alias of %s" -msgstr "alias de %s" +msgid "the link has no caption: %s" +msgstr "a ligazón non ten lenda: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias de TypeVar(%s)" +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format: non é válido: %s (%r)" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1157 #, 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" +msgid "invalid numfig_format: %s" +msgstr "numfig_format: non é válido: %s" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Atopáronse __slots__ non válidos en %s. É ignorado." +msgid "undefined label: %r" +msgstr "etiqueta sen definir: %r" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/std/__init__.py:1456 #, 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" +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" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, 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" +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»." -#: ext/autodoc/type_comment.py:154 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Produciuse un fallo ao analizar «type_comment» para %r: %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variábel" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "estrutura" diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.mo b/sphinx/locale/he/LC_MESSAGES/sphinx.mo index e9be342b78f..aa5943ed697 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 704aa34cda1..16334f00dd7 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) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,153 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-12-29 22:39+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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.16.0\n" +"Generated-By: Babel 2.17.0\n" "Language: he\n" "Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n" -#: events.py:77 +#: config.py:362 #, python-format -msgid "Event %r already present" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: events.py:370 +#: config.py:385 #, python-format -msgid "Unknown event name: %s" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: events.py:416 +#: config.py:390 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:190 +#: config.py:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:194 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:198 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:228 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:250 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:266 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:271 registry.py:452 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:277 +#: application.py:310 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 "" -#: application.py:312 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:329 util/display.py:88 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:331 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:345 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:353 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:366 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:398 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:400 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:404 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:407 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:409 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:414 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:417 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:419 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:968 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1047 +#: application.py:1128 #, python-format -msgid "directive %r is already registered, it will be overridden" +msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1069 application.py:1094 +#: application.py:1154 application.py:1182 #, python-format -msgid "role %r is already registered, it will be overridden" +msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1644 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +296,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1648 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1651 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,3941 +309,3938 @@ msgid "" "explicit" msgstr "" -#: application.py:1655 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1663 application.py:1667 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: roles.py:208 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:231 -#, python-format -msgid "invalid CVE number %s" -msgstr "" - -#: roles.py:253 +#: extension.py:58 #, python-format -msgid "Common Weakness Enumeration; CWE %s" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: roles.py:276 +#: extension.py:79 #, python-format -msgid "invalid CWE number %s" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: roles.py:296 +#: events.py:81 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Event %r already present" msgstr "" -#: roles.py:319 +#: events.py:379 #, python-format -msgid "invalid PEP number %s" +msgid "Unknown event name: %s" msgstr "" -#: roles.py:357 +#: events.py:424 #, python-format -msgid "invalid RFC number %s" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: registry.py:144 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:146 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:159 +#: registry.py:182 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:166 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:173 +#: registry.py:199 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:196 registry.py:209 registry.py:220 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:200 +#: registry.py:230 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:212 +#: registry.py:248 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:223 +#: registry.py:261 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:254 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:280 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:287 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:296 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:304 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:320 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:336 +#: registry.py:405 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:419 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:431 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:446 +#: registry.py:531 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:457 +#: registry.py:545 msgid "Original exception:\n" msgstr "" -#: registry.py:458 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:463 +#: registry.py:554 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:472 +#: registry.py:567 #, 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:480 +#: registry.py:579 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:514 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: project.py:71 +#: roles.py:206 #, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: project.py:87 +#: roles.py:229 #, python-format -msgid "Ignored unreadable document %r." +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 "" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" msgstr "" -#: highlighting.py:168 +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: highlighting.py:202 +#: highlighting.py:209 #, python-format msgid "" "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " "Retrying in relaxed mode." msgstr "" -#: extension.py:55 +#: project.py:72 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: extension.py:76 +#: project.py:87 #, python-format -msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +msgid "Ignored unreadable document %r." msgstr "" -#: theming.py:114 +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: theming.py:207 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:275 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:309 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: config.py:318 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: config.py:341 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: config.py:350 -#, python-format -msgid "invalid number %r for config value %r, ignoring" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: config.py:356 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: config.py:377 -#, python-format -msgid "unknown config value %r in override, ignoring" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: config.py:430 -#, python-format -msgid "No such config value: %r" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: config.py:453 -#, python-format -msgid "Config value %r already present" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: config.py:489 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: config.py:527 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: config.py:530 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: config.py:537 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: config.py:560 +#: cmd/quickstart.py:133 #, python-format -msgid "Failed to convert %r to a set or tuple" +msgid "Please enter one of %s." msgstr "" -#: config.py:581 config.py:586 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: config.py:589 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: config.py:608 +#: cmd/quickstart.py:229 #, python-format -msgid "Section %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: config.py:609 -#, python-format -msgid "Fig. %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 "" -#: config.py:610 +#: cmd/quickstart.py:241 #, python-format -msgid "Table %s" +msgid "Selected root path: %s" msgstr "" -#: config.py:611 -#, python-format -msgid "Listing %s" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: config.py:718 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: config.py:742 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: config.py:755 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: config.py:766 -#, python-format -msgid "primary_domain %r not found, ignored." +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: config.py:778 +#: cmd/quickstart.py:273 msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: domains/rst.py:128 domains/rst.py:185 -#, python-format -msgid "%s (directive)" +"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:186 domains/rst.py:190 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/rst.py:214 -#, python-format -msgid "%s (role)" +#: 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 "" -#: domains/rst.py:224 -msgid "directive" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/rst.py:225 -msgid "directive-option" +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/rst.py:226 -msgid "role" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: domains/rst.py:248 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" +#: 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 "" -#: domains/javascript.py:166 domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: 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 "" -#: domains/javascript.py:172 domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: domains/javascript.py:255 -msgid "Arguments" +#: 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 "" -#: domains/cpp/__init__.py:447 domains/javascript.py:258 -msgid "Throws" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: domains/c/__init__.py:310 domains/cpp/__init__.py:458 -#: domains/javascript.py:261 domains/python/_object.py:176 -msgid "Returns" +#: 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 "" -#: domains/c/__init__.py:312 domains/javascript.py:263 -#: domains/python/_object.py:178 -msgid "Return type" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/javascript.py:334 +#: cmd/quickstart.py:367 #, python-format -msgid "%s (module)" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/c/__init__.py:681 domains/cpp/__init__.py:859 -#: domains/javascript.py:371 domains/python/__init__.py:660 -msgid "function" -msgstr "פונקציה" - -#: domains/javascript.py:372 domains/python/__init__.py:664 -msgid "method" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/cpp/__init__.py:857 domains/javascript.py:373 -#: domains/python/__init__.py:662 -msgid "class" -msgstr "מחלקה" - -#: domains/javascript.py:374 domains/python/__init__.py:661 -msgid "data" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/javascript.py:375 domains/python/__init__.py:667 -msgid "attribute" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: domains/javascript.py:376 domains/python/__init__.py:670 -msgid "module" -msgstr "מודול" - -#: domains/javascript.py:407 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/changeset.py:25 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:406 +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:26 -#, python-format -msgid "Changed in version %s" -msgstr "השתנה בגרסה %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Deprecated since version %s" -msgstr " לא מומלץ לשימוש מגרסה %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "" -#: domains/changeset.py:28 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "Removed in version %s" +msgid "Creating file %s." msgstr "" -#: domains/__init__.py:299 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "%s %s" +msgid "File %s already exists, skipping." msgstr "" -#: domains/citation.py:73 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: domains/citation.py:84 +#: cmd/quickstart.py:519 #, python-format -msgid "Citation [%s] is not referenced." +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: domains/math.py:119 writers/latex.py:2479 +#: cmd/quickstart.py:530 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: environment/__init__.py:81 -msgid "new config" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: environment/__init__.py:82 -msgid "config changed" +#: cmd/quickstart.py:572 +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 "" -#: environment/__init__.py:83 -msgid "extensions changed" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: environment/__init__.py:249 -msgid "build environment version not current" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: environment/__init__.py:251 -msgid "source directory has changed" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: environment/__init__.py:313 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: environment/__init__.py:318 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: environment/__init__.py:324 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: environment/__init__.py:366 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: environment/__init__.py:473 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: environment/__init__.py:626 -#, python-format -msgid "Domain %r is not registered" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: environment/__init__.py:777 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: environment/__init__.py:810 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: environment/__init__.py:839 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: cmd/quickstart.py:644 +msgid "release of project" 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 "טיפ" - -#: locale/__init__.py:238 -msgid "Warning" -msgstr "אזהרה" - -#: cmd/quickstart.py:43 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: cmd/quickstart.py:44 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: cmd/quickstart.py:45 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: cmd/quickstart.py:46 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: cmd/quickstart.py:47 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: cmd/quickstart.py:48 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/quickstart.py:49 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/quickstart.py:50 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:51 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:52 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:94 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter some text." +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:117 -#, python-format -msgid "Please enter one of %s." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:125 -msgid "Please enter either 'y' or 'n'." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:131 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:215 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:219 +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:785 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:227 -#, python-format -msgid "Selected root path: %s" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:230 -msgid "Enter the root path for documentation." +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:231 -msgid "Root path for the documentation" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: cmd/quickstart.py:239 -msgid "Error: an existing conf.py has been found in the selected root path." +#: 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/quickstart.py:245 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: cmd/quickstart.py:248 -msgid "Please enter a new root path (or just Enter to exit)" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: cmd/quickstart.py:258 +#: cmd/build.py:109 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." +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: cmd/quickstart.py:265 -msgid "Separate source and build directories (y/n)" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: cmd/quickstart.py:271 -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/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: cmd/quickstart.py:277 -msgid "Name prefix for templates and static dir" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: cmd/quickstart.py:282 -msgid "" -"The project name will occur in several places in the built documentation." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: cmd/quickstart.py:286 -msgid "Project name" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: cmd/quickstart.py:288 -msgid "Author name(s)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: cmd/quickstart.py:293 +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project version" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: cmd/quickstart.py:303 -msgid "Project release" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: cmd/quickstart.py:308 -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." +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project language" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: cmd/quickstart.py:329 -msgid "Source file suffix" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: cmd/quickstart.py:334 -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." +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: cmd/quickstart.py:342 -msgid "Name of your master document (without suffix)" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: cmd/quickstart.py:352 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: cmd/quickstart.py:359 -msgid "sphinx-quickstart will not overwrite the existing file." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: cmd/quickstart.py:362 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:371 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:381 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: cmd/quickstart.py:391 -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." +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: cmd/quickstart.py:397 -msgid "Create Makefile? (y/n)" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: cmd/quickstart.py:401 -msgid "Create Windows command file? (y/n)" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: cmd/quickstart.py:453 ext/apidoc.py:92 -#, python-format -msgid "Creating file %s." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: cmd/quickstart.py:458 ext/apidoc.py:89 -#, python-format -msgid "File %s already exists, skipping." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: cmd/quickstart.py:501 -msgid "Finished: An initial directory structure has been created." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: cmd/quickstart.py:504 +#: cmd/build.py:357 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "cannot open warning file '%s': %s" msgstr "" -#: cmd/quickstart.py:512 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:515 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:522 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:557 -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:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/build.py:153 cmd/quickstart.py:567 ext/apidoc.py:374 -#: ext/autosummary/generate.py:766 -msgid "For more information, visit ." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:577 -msgid "quiet mode" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:587 -msgid "project root" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:590 -msgid "Structure options" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:596 -msgid "if specified, separate source and build dirs" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:602 -msgid "if specified, create build dir under source dir" +#: 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:608 -msgid "replacement for dot in _templates etc." +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:611 -msgid "Project basic options" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:613 -msgid "project name" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "פונקציה" -#: cmd/quickstart.py:616 -msgid "author names" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: cmd/quickstart.py:623 -msgid "version of project" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "מחלקה" + +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: cmd/quickstart.py:630 -msgid "release of project" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:637 -msgid "document language" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "מודול" + +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:640 -msgid "source file suffix" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: cmd/quickstart.py:643 -msgid "master document name" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:646 -msgid "use epub" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "השתנה בגרסה %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr " לא מומלץ לשימוש מגרסה %s" + +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:649 -msgid "Extension options" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:656 ext/apidoc.py:578 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "enable %s extension" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: cmd/quickstart.py:663 ext/apidoc.py:570 -msgid "enable arbitrary extensions" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:666 -msgid "Makefile and Batchfile creation" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:672 -msgid "create makefile" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:678 -msgid "do not create makefile" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:685 -msgid "create batchfile" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:691 -msgid "do not create batchfile" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:700 -msgid "use make-mode for Makefile/make.bat" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:703 ext/apidoc.py:581 -msgid "Project templating" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:709 ext/apidoc.py:587 -msgid "template directory for template files" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:716 -msgid "define a template variable" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: cmd/quickstart.py:751 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: cmd/quickstart.py:770 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: cmd/quickstart.py:777 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "" + +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: cmd/quickstart.py:795 +#: environment/__init__.py:347 #, python-format -msgid "Invalid template variable: %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: cmd/build.py:49 -msgid "Exception occurred while building, starting debugger:" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: _cli/util/errors.py:129 cmd/build.py:65 -msgid "Interrupted!" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: cmd/build.py:67 -msgid "reST markup error:" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: _cli/util/errors.py:143 cmd/build.py:73 -msgid "Encoding error:" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: cmd/build.py:78 cmd/build.py:108 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." +msgid "Domain %r is not registered" msgstr "" -#: _cli/util/errors.py:148 cmd/build.py:90 -msgid "Recursion error:" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: _cli/util/errors.py:152 cmd/build.py:94 -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.:" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: _cli/util/errors.py:165 cmd/build.py:103 -msgid "Exception occurred:" +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: _cli/util/errors.py:178 cmd/build.py:117 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: cmd/build.py:124 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: cmd/build.py:144 -msgid "job number should be a positive number" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: cmd/build.py:154 -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" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: cmd/build.py:180 -msgid "path to documentation source files" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: cmd/build.py:183 -msgid "path to output directory" +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: cmd/build.py:188 +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: cmd/build.py:194 -msgid "general options" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: cmd/build.py:201 -msgid "builder to use (default: 'html')" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: cmd/build.py:210 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: _cli/__init__.py:199 +msgid "Show this message and exit." msgstr "" -#: cmd/build.py:220 -msgid "write all files (default: only write new and changed files)" +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: cmd/build.py:227 -msgid "don't use a saved environment, always read all files" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: cmd/build.py:230 -msgid "path options" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." msgstr "" -#: cmd/build.py:236 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: cmd/build.py:246 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: cmd/build.py:255 -msgid "use no configuration file, only use settings from -D options" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" msgstr "" -#: cmd/build.py:264 -msgid "override a setting in configuration file" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: cmd/build.py:273 -msgid "pass a value into HTML templates" -msgstr "" +#: builders/latex/__init__.py:203 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 "אינדקס" -#: cmd/build.py:282 -msgid "define tag: include \"only\" blocks with TAG" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: cmd/build.py:289 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "הערות שוליים" -#: cmd/build.py:292 -msgid "console output options" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: cmd/build.py:299 -msgid "increase verbosity (can be repeated)" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: cmd/build.py:306 ext/apidoc.py:413 -msgid "no output on stdout, just warnings on stderr" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: cmd/build.py:313 -msgid "no output at all, not even warnings" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: cmd/build.py:321 -msgid "do emit colored output (default: auto-detect)" +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: cmd/build.py:329 -msgid "do not emit colored output (default: auto-detect)" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: cmd/build.py:332 -msgid "warning control options" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: cmd/build.py:338 -msgid "write warnings (and errors) to given file" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: cmd/build.py:345 -msgid "turn warnings into errors" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: cmd/build.py:353 -msgid "show full traceback on exception" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: cmd/build.py:356 -msgid "run Pdb on exception" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: cmd/build.py:362 -msgid "raise an exception on warnings" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: cmd/build.py:405 -msgid "cannot combine -a option and filenames" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: cmd/build.py:437 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "[image: %s]" msgstr "" -#: cmd/build.py:456 -msgid "-D option argument must be in the form name=value" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[תמונה]" + +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: cmd/build.py:463 -msgid "-A option argument must be in the form name=value" +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/linkcheck.py:75 +#: writers/latex.py:614 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/linkcheck.py:146 -#, python-format -msgid "broken link: %s (%s)" +#: writers/latex.py:730 +msgid "document title is not a single Text node" msgstr "" -#: builders/linkcheck.py:540 -#, python-format -msgid "Anchor '%s' not found" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/linkcheck.py:742 +#: writers/latex.py:1230 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +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/singlehtml.py:37 +#: writers/latex.py:1626 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/singlehtml.py:173 -msgid "assembling single document" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: builders/latex/__init__.py:346 builders/manpage.py:56 -#: builders/singlehtml.py:178 builders/texinfo.py:121 -msgid "writing" +#: 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/singlehtml.py:191 -msgid "writing additional files" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: builders/manpage.py:39 +#: directives/code.py:87 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "Invalid caption: %s" msgstr "" -#: builders/manpage.py:47 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: 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 "" -#: builders/manpage.py:73 +#: directives/code.py:216 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: builders/text.py:34 +#: directives/code.py:231 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: builders/html/__init__.py:1239 builders/text.py:81 builders/xml.py:97 +#: directives/code.py:235 #, python-format -msgid "error writing file %s: %s" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: builders/xml.py:38 +#: directives/code.py:276 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Object named %r not found in include file %r" msgstr "" -#: builders/xml.py:110 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: builders/texinfo.py:47 +#: directives/code.py:314 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: builders/texinfo.py:49 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: builders/texinfo.py:78 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: builders/texinfo.py:90 +#: directives/other.py:156 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: builders/latex/__init__.py:324 builders/texinfo.py:115 +#: directives/other.py:169 #, python-format -msgid "processing %s" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: builders/latex/__init__.py:404 builders/texinfo.py:174 -msgid "resolving references..." -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "מחבר הקטע:" -#: builders/latex/__init__.py:415 builders/texinfo.py:184 -msgid " (in " -msgstr "(בתוך" +#: directives/other.py:205 +msgid "Module author: " +msgstr "מחבר המודול:" -#: builders/_epub_base.py:423 builders/html/__init__.py:778 -#: builders/latex/__init__.py:482 builders/texinfo.py:202 -msgid "copying images... " -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "מחבר הקוד:" -#: builders/_epub_base.py:445 builders/latex/__init__.py:497 -#: builders/texinfo.py:219 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "מחבר:" -#: builders/texinfo.py:226 -msgid "copying Texinfo support files" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: builders/texinfo.py:234 -#, python-format -msgid "error writing file Makefile: %s" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: builders/gettext.py:230 +#: ext/todo.py:61 +msgid "Todo" +msgstr "לעשות" + +#: ext/todo.py:94 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: builders/__init__.py:383 builders/gettext.py:251 -#, python-format -msgid "building [%s]: " +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/gettext.py:252 +#: ext/todo.py:154 #, python-format -msgid "targets for %d template files" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/gettext.py:257 -msgid "reading templates... " -msgstr "" +#: ext/todo.py:166 +msgid "original entry" +msgstr "הטקסט המקורי" -#: builders/gettext.py:292 -msgid "writing message catalogs... " -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[מקור]" -#: builders/__init__.py:212 +#: 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 "a suitable image for %s builder not found: %s (%s)" +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 "

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

" + +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/__init__.py:220 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "module %s could not be imported: %s" msgstr "" -#: builders/__init__.py:243 -msgid "building [mo]: " +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/__init__.py:246 builders/__init__.py:741 builders/__init__.py:773 -msgid "writing output... " +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: builders/__init__.py:263 +#: 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 "all of %d po files" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/__init__.py:285 +#: 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:297 +#: 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:307 -msgid "all source files" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/__init__.py:319 +#: ext/coverage.py:492 #, python-format -msgid "file %r given on command line does not exist, " +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/__init__.py:325 +#: ext/imgmath.py:148 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/__init__.py:336 +#: ext/imgmath.py:167 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/__init__.py:351 +#: ext/imgmath.py:326 #, python-format -msgid "%d source files given on command line" +msgid "display latex %r: %s" msgstr "" -#: builders/__init__.py:366 +#: ext/imgmath.py:362 #, python-format -msgid "targets for %d source files that are out of date" +msgid "inline latex %r: %s" msgstr "" -#: builders/__init__.py:394 -msgid "looking for now-outdated files... " +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: builders/__init__.py:398 +#: ext/imgconverter.py:44 #, python-format -msgid "%d found" +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 "" -#: builders/__init__.py:400 -msgid "none found" +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/__init__.py:407 -msgid "pickling environment" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: builders/__init__.py:414 -msgid "checking consistency" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: builders/__init__.py:418 -msgid "no targets are out of date." +#: 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 "" -#: builders/__init__.py:458 -msgid "updating environment: " +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:483 +#: ext/doctest.py:124 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "'%s' is not a valid option." msgstr "" -#: builders/__init__.py:519 +#: ext/doctest.py:139 #, 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 "'%s' is not a valid pyversion option" +msgstr "" + +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/__init__.py:528 +#: ext/doctest.py:297 #, 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." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/__init__.py:539 +#: ext/doctest.py:451 #, 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 "no code/output in %s block at %s:%s" msgstr "" -#: builders/__init__.py:546 +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" + +#: ext/extlinks.py:82 #, 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." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:565 builders/__init__.py:581 -msgid "reading sources... " +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/__init__.py:698 +#: ext/graphviz.py:153 #, python-format -msgid "docnames to write: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/__init__.py:711 -msgid "preparing documents" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/__init__.py:714 -msgid "copying assets" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/__init__.py:866 +#: ext/graphviz.py:328 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/epub3.py:83 +#: ext/graphviz.py:339 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: 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:220 -msgid "conf value \"epub_language\" (or \"language\") 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:227 -msgid "conf value \"epub_uid\" should be XML NAME 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:231 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: 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/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: builders/epub3.py:255 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +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 "(בתוך" + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1289 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "invalid css_file: %r, ignored" +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:222 +#: builders/_epub_base.py:223 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: builders/_epub_base.py:434 +#: builders/_epub_base.py:436 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: builders/_epub_base.py:465 +#: builders/_epub_base.py:467 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: builders/_epub_base.py:477 +#: builders/_epub_base.py:479 msgid "Pillow not found - copying image files" msgstr "" -#: builders/_epub_base.py:512 +#: builders/_epub_base.py:514 msgid "writing mimetype file..." msgstr "" -#: builders/_epub_base.py:521 +#: builders/_epub_base.py:523 msgid "writing META-INF/container.xml file..." msgstr "" -#: builders/_epub_base.py:558 +#: builders/_epub_base.py:561 msgid "writing content.opf file..." msgstr "" -#: builders/_epub_base.py:590 +#: builders/_epub_base.py:594 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: builders/_epub_base.py:745 +#: builders/_epub_base.py:748 msgid "node has an invalid level" msgstr "" -#: builders/_epub_base.py:764 +#: builders/_epub_base.py:768 msgid "writing toc.ncx file..." msgstr "" -#: builders/_epub_base.py:793 +#: builders/_epub_base.py:801 #, python-format msgid "writing %s file..." msgstr "" -#: builders/changes.py:33 +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/changes.py:29 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: builders/changes.py:60 +#: builders/changes.py:61 #, python-format msgid "no changes in version %s." msgstr "" -#: builders/changes.py:62 +#: builders/changes.py:63 msgid "writing summary file..." msgstr "" -#: builders/changes.py:74 +#: builders/changes.py:75 msgid "Builtins" msgstr "" -#: builders/changes.py:76 +#: builders/changes.py:77 msgid "Module level" msgstr "רמת המודול" -#: builders/changes.py:128 +#: builders/changes.py:129 msgid "copying source files..." msgstr "" -#: builders/changes.py:137 +#: builders/changes.py:138 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: util/rst.py:72 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/docfields.py:95 -#, 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/osutil.py:130 +#: builders/manpage.py:64 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:419 +#: builders/epub3.py:84 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: util/nodes.py:487 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: util/nodes.py:701 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: util/fileutil.py:74 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: util/inventory.py:170 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:185 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:284 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:747 -#, python-format -msgid "unknown node type: %r" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: util/display.py:81 -msgid "skipped" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/display.py:86 -msgid "failed" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:103 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:110 +#: builders/gettext.py:243 #, python-format -msgid "writing error: %s, %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/i18n.py:138 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "locale_dir %s does not exist" +msgid "building [%s]: " msgstr "" -#: util/i18n.py:230 +#: builders/gettext.py:265 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "targets for %d template files" msgstr "" -#: 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." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: directives/code.py:87 +#: builders/text.py:27 #, python-format -msgid "Invalid caption: %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: directives/code.py:132 directives/code.py:297 directives/code.py:484 +#: builders/__init__.py:230 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:238 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "" + +#: 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:234 +#: 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 "" -#: directives/other.py:122 +#: 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:155 environment/adapters/toctree.py:355 +#: 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:158 environment/adapters/toctree.py:359 +#: 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:171 +#: 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:204 -msgid "Section author: " -msgstr "מחבר הקטע:" - -#: directives/other.py:206 -msgid "Module author: " -msgstr "מחבר המודול:" - -#: directives/other.py:208 -msgid "Code author: " -msgstr "מחבר הקוד:" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "" -#: directives/other.py:210 -msgid "Author: " -msgstr "מחבר:" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "" -#: directives/other.py:284 -msgid ".. acks content is not a list" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: directives/other.py:309 -msgid ".. hlist content is not a list" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: _cli/__init__.py:75 -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: 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:112 _cli/__init__.py:183 -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:172 +#: 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:182 -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:194 -msgid "Show the version and exit." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:202 -msgid "Show this message and exit." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:206 -msgid "Logging" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:213 -msgid "Increase verbosity (can be repeated)" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:221 -msgid "Only print errors and warnings." +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:228 -msgid "No output at all" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: _cli/__init__.py:234 -msgid "" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:265 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:198 -#: transforms/__init__.py:133 writers/manpage.py:102 writers/texinfo.py:219 -#, python-format -msgid "%b %d, %Y" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/__init__.py:143 -msgid "could not calculate translation progress!" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:148 -msgid "no translated elements!" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: transforms/__init__.py:267 +#: builders/linkcheck.py:150 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "broken link: %s (%s)" msgstr "" -#: transforms/__init__.py:313 +#: builders/linkcheck.py:549 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "Anchor '%s' not found" msgstr "" -#: transforms/__init__.py:322 -msgid "Footnote [*] is not referenced." +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/__init__.py:333 -msgid "Footnote [#] is not referenced." +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:228 transforms/i18n.py:303 +#: 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 "אזהרה" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:273 +#: transforms/i18n.py:276 +#, python-brace-format msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: transforms/i18n.py:323 +#: transforms/i18n.py:326 +#, python-brace-format msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:345 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: ext/linkcode.py:75 ext/viewcode.py:201 -msgid "[source]" -msgstr "[מקור]" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: ext/imgconverter.py:40 -#, 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" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#: transforms/__init__.py:258 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: ext/imgconverter.py:68 +#: transforms/__init__.py:299 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "Footnote [%s] is not referenced." msgstr "" -#: ext/viewcode.py:258 -msgid "highlighting module code... " +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: ext/viewcode.py:286 -msgid "[docs]" -msgstr "[תיעוד]" - -#: ext/viewcode.py:306 -msgid "Module code" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: ext/viewcode.py:312 +#: util/inventory.py:147 #, python-format -msgid "

Source code for %s

" -msgstr "

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

" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: ext/viewcode.py:338 -msgid "Overview: module code" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: ext/viewcode.py:339 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" -#: ext/coverage.py:47 +#: util/i18n.py:113 #, python-format -msgid "invalid regex %r in %s" +msgid "writing error: %s, %s" msgstr "" -#: ext/coverage.py:134 ext/coverage.py:280 +#: util/i18n.py:146 #, python-format -msgid "module %s could not be imported: %s" +msgid "locale_dir %s does not exist" msgstr "" -#: ext/coverage.py:141 +#: util/i18n.py:244 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "Invalid Babel locale: %r." msgstr "" -#: ext/coverage.py:149 +#: util/i18n.py:253 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: ext/coverage.py:163 +#: util/fileutil.py:76 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: ext/coverage.py:177 +#: util/fileutil.py:89 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "Writing evaluated template result to %s" msgstr "" -#: ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: util/display.py:82 +msgid "skipped" +msgstr "" + +#: util/display.py:87 +msgid "failed" msgstr "" -#: ext/coverage.py:429 +#: util/osutil.py:131 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: ext/coverage.py:445 +#: util/docfields.py:103 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: ext/coverage.py:458 +#: util/nodes.py:454 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: ext/todo.py:71 -msgid "Todo" -msgstr "לעשות" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: ext/todo.py:104 +#: util/nodes.py:737 #, python-format -msgid "TODO entry found: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: ext/todo.py:163 -msgid "<>" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: ext/todo.py:165 +#: util/docutils.py:361 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "unknown role name: %s" msgstr "" -#: ext/todo.py:175 -msgid "original entry" -msgstr "הטקסט המקורי" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: ext/extlinks.py:82 +#: util/rst.py:73 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgid "default role %s not found" msgstr "" -#: ext/doctest.py:115 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/doctest.py:120 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "'%s' is not a valid option." +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/doctest.py:134 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "Unknown image format: %s..." msgstr "" -#: ext/doctest.py:220 -msgid "invalid TestCode type" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/doctest.py:281 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/doctest.py:434 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/doctest.py:522 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "%r reference target not found: %s" msgstr "" -#: ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: 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/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/graphviz.py:310 +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "מהדורה" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" + +#: builders/latex/transforms.py:121 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: ext/graphviz.py:313 +#: builders/latex/transforms.py:487 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: ext/graphviz.py:329 +#: builders/latex/theming.py:87 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#: builders/latex/theming.py:90 #, python-format -msgid "dot code %r: %s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: ext/graphviz.py:436 ext/graphviz.py:444 +#: builders/latex/__init__.py:115 #, python-format -msgid "[graph: %s]" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: ext/graphviz.py:438 ext/graphviz.py:446 -msgid "[graph]" +#: 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 "" -#: ext/imgmath.py:369 ext/mathjax.py:52 -msgid "Link to this equation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: ext/apidoc.py:85 +#: builders/latex/__init__.py:167 #, python-format -msgid "Would create file %s." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: ext/apidoc.py:375 -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." +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: ext/apidoc.py:392 -msgid "path to module to document" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: ext/apidoc.py:396 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: ext/apidoc.py:407 -msgid "directory to place all output" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: ext/apidoc.py:422 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: ext/apidoc.py:429 -msgid "overwrite existing files" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: ext/apidoc.py:437 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: ext/apidoc.py:446 -msgid "run the script without creating files" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: ext/apidoc.py:453 -msgid "put documentation for each module on its own page" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: ext/apidoc.py:460 -msgid "include \"_private\" modules" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: ext/apidoc.py:467 -msgid "filename of table of contents (default: modules)" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: ext/apidoc.py:474 -msgid "don't create a table of contents file" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: ext/apidoc.py:481 +#: builders/html/__init__.py:386 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: ext/apidoc.py:492 -msgid "put module documentation before submodule documentation" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: ext/apidoc.py:498 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "אינדקס" -#: ext/apidoc.py:508 -msgid "file suffix (default: rst)" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: ext/apidoc.py:515 ext/autosummary/generate.py:839 -msgid "Remove existing files in the output directory that were not generated" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "הבא" + +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "הקודם" + +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: ext/apidoc.py:524 -msgid "generate a full project with sphinx-quickstart" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: ext/apidoc.py:531 -msgid "append module_path to sys.path, used when --full is given" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: ext/apidoc.py:538 -msgid "project name (default: root module name)" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: ext/apidoc.py:545 -msgid "project author(s), used when --full is given" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: ext/apidoc.py:552 -msgid "project version, used when --full is given" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: ext/apidoc.py:559 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: ext/apidoc.py:564 -msgid "extension options" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: ext/apidoc.py:638 +#: builders/html/__init__.py:936 #, python-format -msgid "%s is not a directory." +msgid "cannot copy static file %r" msgstr "" -#: ext/apidoc.py:710 ext/autosummary/generate.py:875 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: ext/autosectionlabel.py:48 +#: builders/html/__init__.py:951 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "cannot copy extra file %r" msgstr "" -#: domains/std/__init__.py:703 domains/std/__init__.py:812 -#: ext/autosectionlabel.py:52 +#: builders/html/__init__.py:957 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "Failed to write build info file: %r" msgstr "" -#: ext/duration.py:85 +#: builders/html/__init__.py:1007 msgid "" -"====================== slowest reading durations =======================" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: ext/imgmath.py:159 +#: builders/html/__init__.py:1054 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: ext/imgmath.py:174 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: ext/imgmath.py:328 +#: builders/html/__init__.py:1231 #, python-format -msgid "display latex %r: %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 "" -#: ext/imgmath.py:362 +#: builders/html/__init__.py:1239 #, python-format -msgid "inline latex %r: %s" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: writers/latex.py:1090 writers/manpage.py:263 writers/texinfo.py:662 -msgid "Footnotes" -msgstr "הערות שוליים" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "" -#: writers/manpage.py:309 writers/text.py:936 +#: builders/html/__init__.py:1280 #, python-format -msgid "[image: %s]" +msgid "dumping search index in %s" msgstr "" -#: writers/manpage.py:310 writers/text.py:937 -msgid "[image]" -msgstr "[תמונה]" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" -#: writers/html5.py:99 writers/html5.py:108 -msgid "Link to this definition" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: writers/html5.py:415 +#: builders/html/__init__.py:1361 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: writers/html5.py:427 +#: builders/html/__init__.py:1375 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:482 -msgid "Link to this term" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: writers/html5.py:525 writers/html5.py:530 -msgid "Link to this heading" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:535 -msgid "Link to this table" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: writers/html5.py:549 writers/latex.py:1099 +#: builders/html/__init__.py:1422 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: writers/html5.py:613 -msgid "Link to this code" -msgstr "" - -#: writers/html5.py:615 -msgid "Link to this image" -msgstr "" - -#: writers/html5.py:617 -msgid "Link to this toctree" -msgstr "" - -#: writers/html5.py:758 -msgid "Could not obtain image size. :scale: option is ignored." +msgid "favicon file %r does not exist" msgstr "" -#: builders/latex/__init__.py:205 domains/std/__init__.py:646 -#: domains/std/__init__.py:658 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:513 -msgid "Index" -msgstr "אינדקס" - -#: writers/latex.py:743 writers/texinfo.py:644 +#: builders/html/__init__.py:1435 +#, python-format msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"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 "" -#: writers/texinfo.py:1216 -msgid "caption not inside a figure." +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: writers/texinfo.py:1302 +#: builders/html/__init__.py:1464 #, python-format -msgid "unimplemented node type: %r" -msgstr "" +msgid "%s %s documentation" +msgstr "תיעוד %s %s" -#: writers/latex.py:360 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(in %s v%s)" msgstr "" -#: builders/latex/__init__.py:223 writers/latex.py:410 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "no Babel option known for language %r" +msgid "(in %s)" msgstr "" -#: writers/latex.py:428 -msgid "too large :maxdepth:, ignored." +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: writers/latex.py:590 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: writers/latex.py:708 -msgid "document title is not a single Text node" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: writers/latex.py:1175 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: writers/latex.py:1573 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: writers/latex.py:1931 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "unknown index entry type %s found" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/std/__init__.py:87 domains/std/__init__.py:104 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "environment variable; %s" -msgstr "משתנה סביבה; %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" -#: domains/std/__init__.py:112 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "%s; configuration value" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/std/__init__.py:166 -msgid "Type" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:176 -msgid "Default" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:235 +#: ext/intersphinx/_load.py:102 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: domains/std/__init__.py:306 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s command line option" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: domains/std/__init__.py:308 -msgid "command line option" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:430 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:438 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:444 domains/std/__init__.py:457 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:602 -msgid "glossary term" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:603 -msgid "grammar token" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:604 -msgid "reference label" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:607 -msgid "environment variable" -msgstr "משתנה סביבה" - -#: domains/std/__init__.py:608 -msgid "program option" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:609 -msgid "document" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:647 domains/std/__init__.py:659 -msgid "Module Index" -msgstr "מודול אינדקס" - -#: domains/std/__init__.py:648 domains/std/__init__.py:660 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "דף חיפוש" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" -#: domains/std/__init__.py:722 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:932 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:940 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:952 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:966 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:969 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/std/__init__.py:1200 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/std/__init__.py:1202 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "%s() (in module %s)" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/python/__init__.py:167 domains/python/__init__.py:334 -#: domains/python/__init__.py:385 domains/python/__init__.py:424 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "%s (in module %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/python/__init__.py:169 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s (built-in variable)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/python/__init__.py:194 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "%s (built-in class)" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/python/__init__.py:195 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "%s (class in %s)" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" +#: 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 "" -#: domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/python/__init__.py:559 -msgid "Python Module Index" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/python/__init__.py:560 -msgid "modules" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/python/__init__.py:637 -msgid "Deprecated" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/python/__init__.py:663 -msgid "exception" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/python/__init__.py:665 -msgid "class method" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/python/__init__.py:666 -msgid "static method" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/python/__init__.py:668 -msgid "property" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/python/__init__.py:669 -msgid "type alias" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/python/__init__.py:729 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/python/__init__.py:858 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/python/__init__.py:920 -msgid " (deprecated)" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/c/__init__.py:304 domains/cpp/__init__.py:441 -#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 -msgid "Parameters" -msgstr "פרמטרים" - -#: domains/python/_object.py:169 -msgid "Variables" -msgstr "משתנים" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" -#: domains/python/_object.py:173 -msgid "Raises" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/c/__init__.py:199 -#, python-format -msgid "%s (C %s)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/c/__init__.py:260 domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/c/__init__.py:307 domains/cpp/__init__.py:454 -msgid "Return values" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/c/__init__.py:679 domains/cpp/__init__.py:860 -msgid "member" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: domains/c/__init__.py:680 -msgid "variable" -msgstr "משתנה" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "" -#: domains/c/__init__.py:682 -msgid "macro" -msgstr "מאקרו" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" -#: domains/c/__init__.py:683 -msgid "struct" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: domains/c/__init__.py:684 domains/cpp/__init__.py:858 -msgid "union" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: domains/c/__init__.py:685 domains/cpp/__init__.py:863 -msgid "enum" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: domains/c/__init__.py:686 domains/cpp/__init__.py:864 -msgid "enumerator" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" msgstr "" -#: domains/c/__init__.py:687 domains/cpp/__init__.py:861 -msgid "type" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: domains/c/__init__.py:689 domains/cpp/__init__.py:866 -msgid "function parameter" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: domains/cpp/__init__.py:277 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "%s (C++ %s)" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: domains/cpp/__init__.py:862 -msgid "concept" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: domains/cpp/__init__.py:867 -msgid "template parameter" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "תוכן" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +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" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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:965 +msgid "Other Parameters" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "לך" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "הצג מקור" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "כווץ סרגל צד" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "פרמטרים" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "ניווט" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "חפש בתוך %(docstitle)s" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "על מסמכים אלו" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "זכויות שמורות" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: themes/basic/layout.html:201 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "עודכן לאחרונה ב %(last_updated)s." +msgid "Failed to parse type_comment for %r: %s" +msgstr "" -#: themes/basic/layout.html:204 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: themes/basic/genindex-single.html:26 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Index – %(key)s" +msgid "invalid value for member-order option: %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/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "עמודי אינדקס לפי אותיות" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "עשוי להיות עצום" - -#: themes/basic/opensearch.xml:4 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Search %(docstitle)s" -msgstr "חפש %(docstitle)s" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "עמוד זה" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "סקירה כללית" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "תוכן עניינים מלא" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: 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 "גישה מהירה לכל המודולים" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "כל הפונקציות, המחלקות, המושגים" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "חיפוש מהיר" +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" -#: themes/basic/search.html:20 +#: ext/autodoc/__init__.py:1201 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "אנא הפעל ג'אואסקריפט ע\"מ לאפשר את\n החיפוש." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" -#: themes/basic/search.html:28 +#: ext/autodoc/__init__.py:1278 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -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/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "הרחב סרגל צד" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: ext/autodoc/__init__.py:1828 #, 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 "Failed to get a constructor signature for %s: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "שינויים אחרים" - -#: themes/basic/changes/rstsource.html:5 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "missing attribute %s in object %s" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "הסתר תוצאות חיפוש" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "תוצאות החיפוש" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "" -#: 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." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: themes/basic/static/searchtools.js:123 -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/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: ext/autosummary/__init__.py:284 +#, python-format +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: ext/autosummary/__init__.py:288 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: environment/collectors/asset.py:96 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "image file not readable: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: environment/collectors/asset.py:124 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "image file %s not readable: %s" +msgid "failed to parse name %s" msgstr "" -#: environment/collectors/asset.py:161 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "download file not readable: %s" +msgid "failed to import object %s" msgstr "" -#: environment/collectors/toctree.py:258 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: environment/adapters/toctree.py:318 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: environment/adapters/toctree.py:342 -#, python-format +#: ext/autosummary/__init__.py:937 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: environment/adapters/toctree.py:357 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: environment/adapters/indexentries.py:126 +#: ext/autosummary/generate.py:588 #, python-format -msgid "see %s" -msgstr "ראה %s" +msgid "[autosummary] generating autosummary for: %s" +msgstr "" -#: environment/adapters/indexentries.py:136 +#: ext/autosummary/generate.py:592 #, python-format -msgid "see also %s" -msgstr "ראה גם %s" +msgid "[autosummary] writing to %s" +msgstr "" -#: environment/adapters/indexentries.py:144 +#: ext/autosummary/generate.py:637 #, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: environment/adapters/indexentries.py:270 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:836 +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 "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autosummary/generate.py:874 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autosummary/generate.py:882 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:363 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:382 +#: ext/autosummary/generate.py:899 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "אינדקס" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "הבא" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "הקודם" - -#: builders/html/__init__.py:695 -msgid "generating indices" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/html/__init__.py:710 -msgid "writing additional pages" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/html/__init__.py:793 -#, python-format -msgid "cannot copy image file '%s': %s" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/html/__init__.py:805 -msgid "copying downloadable files... " +#: _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:817 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/html/__init__.py:863 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/html/__init__.py:881 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/html/__init__.py:916 -msgid "copying static files" +#: _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:933 -#, python-format -msgid "cannot copy static file %r" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "כווץ סרגל צד" -#: builders/html/__init__.py:938 -msgid "copying extra files" +#: 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 "" +#: 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:954 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "לך" -#: builders/html/__init__.py:1003 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "הצג מקור" -#: builders/html/__init__.py:1051 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "" +#: 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 "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "חיפוש מהיר" -#: builders/html/__init__.py:1222 -#, python-format -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 "עמודי אינדקס לפי אותיות" -#: builders/html/__init__.py:1255 -msgid "dumping object inventory" -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 "אינדקס מלא בעמוד אחד" -#: builders/html/__init__.py:1263 -#, python-format -msgid "dumping search index in %s" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "עשוי להיות עצום" -#: builders/html/__init__.py:1306 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "אנא הפעל ג'אואסקריפט ע\"מ לאפשר את\n החיפוש." -#: builders/html/__init__.py:1339 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: builders/html/__init__.py:1344 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "חיפוש" -#: builders/html/__init__.py:1358 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "ניווט" -#: builders/html/__init__.py:1363 +#: themes/basic/layout.html:115 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "חפש בתוך %(docstitle)s" -#: builders/html/__init__.py:1378 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "על מסמכים אלו" -#: builders/html/__init__.py:1383 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "זכויות שמורות" -#: builders/html/__init__.py:1394 builders/latex/__init__.py:504 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "logo file %r does not exist" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: builders/html/__init__.py:1405 +#: themes/basic/layout.html:201 #, python-format -msgid "favicon file %r does not exist" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "עודכן לאחרונה ב %(last_updated)s." -#: builders/html/__init__.py:1417 +#: themes/basic/layout.html:204 #, 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:1430 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" - -#: builders/html/__init__.py:1447 -#, python-format -msgid "%s %s documentation" -msgstr "תיעוד %s %s" - -#: builders/latex/transforms.py:118 -msgid "Failed to get a docname!" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: builders/latex/transforms.py:119 -#, python-format -msgid "Failed to get a docname for source %r!" -msgstr "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "עמוד זה" -#: builders/latex/transforms.py:485 -#, python-format -msgid "No footnote was found for given reference node %r" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "נושא קודם" -#: builders/latex/__init__.py:117 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "פרק קודם" -#: builders/latex/__init__.py:119 -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/relations.html:11 +msgid "Next topic" +msgstr "נושא הבא" -#: builders/latex/__init__.py:157 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "פרק הבא" -#: builders/latex/__init__.py:169 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: builders/latex/__init__.py:208 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "מהדורה" +msgid "Search %(docstitle)s" +msgstr "חפש %(docstitle)s" -#: builders/latex/__init__.py:429 -msgid "copying TeX support files" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "סקירה כללית" -#: builders/latex/__init__.py:466 -msgid "copying additional files" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: builders/latex/__init__.py:540 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: builders/latex/__init__.py:548 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "תוכן עניינים מלא" -#: _cli/util/errors.py:124 -msgid "Exception occurred, starting debugger:" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: _cli/util/errors.py:133 -msgid "reStructuredText markup error:" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "דף חיפוש" -#: _cli/util/errors.py:168 -msgid "The full traceback has been saved in:" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "חפש בתיעוד זה" -#: _cli/util/errors.py:172 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "אינדקס מודולים גלובלי" -#: transforms/post_transforms/__init__.py:125 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "גישה מהירה לכל המודולים" -#: transforms/post_transforms/__init__.py:185 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "כל הפונקציות, המחלקות, המושגים" -#: transforms/post_transforms/__init__.py:251 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Index – %(key)s" msgstr "" -#: transforms/post_transforms/__init__.py:257 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%r reference target not found: %s" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: transforms/post_transforms/images.py:77 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "יצר אוטומטית רשימה של שינויים בגרסה %(version)s" -#: transforms/post_transforms/images.py:94 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: transforms/post_transforms/images.py:141 -#, python-format -msgid "Unknown image format: %s..." +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/napoleon/docstring.py:707 -msgid "Example" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "שינויים אחרים" -#: ext/napoleon/docstring.py:708 -msgid "Examples" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 -msgid "Keyword Arguments" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "תוצאות החיפוש" -#: ext/napoleon/docstring.py:768 -msgid "Notes" +#: themes/basic/static/searchtools.js:125 +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/napoleon/docstring.py:777 -msgid "Other Parameters" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/napoleon/docstring.py:813 -msgid "Receives" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/napoleon/docstring.py:817 -msgid "References" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/napoleon/docstring.py:849 -msgid "Warns" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/napoleon/docstring.py:853 -msgid "Yields" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "הסתר תוצאות חיפוש" -#: ext/napoleon/docstring.py:1015 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "הרחב סרגל צד" -#: ext/napoleon/docstring.py:1022 +#: 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:1029 +#: 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:1036 +#: 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/autosummary/__init__.py:256 +#: environment/adapters/toctree.py:378 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/autosummary/__init__.py:258 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" +msgid "see %s" +msgstr "ראה %s" -#: ext/autosummary/__init__.py:277 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "ראה גם %s" -#: ext/autosummary/__init__.py:330 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "unknown index entry type %r" msgstr "" -#: ext/autosummary/__init__.py:344 +#: environment/collectors/asset.py:98 #, python-format -msgid "failed to parse name %s" +msgid "image file not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:349 +#: environment/collectors/asset.py:126 #, python-format -msgid "failed to import object %s" +msgid "image file %s not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:648 +#: environment/collectors/asset.py:165 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "download file not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:819 +#: environment/collectors/toctree.py:259 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/autosummary/__init__.py:827 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autosummary/generate.py:215 ext/autosummary/generate.py:391 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autosummary/generate.py:526 +#: domains/cpp/__init__.py:302 #, python-format -msgid "[autosummary] generating autosummary for: %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/autosummary/generate.py:530 -#, python-format -msgid "[autosummary] writing to %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/autosummary/generate.py:572 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/autosummary/generate.py:767 -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" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/autosummary/generate.py:789 -msgid "source files to generate rST files for" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/autosummary/generate.py:797 -msgid "directory to place all output in" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autosummary/generate.py:805 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/autosummary/generate.py:813 -#, python-format -msgid "custom template directory (default: %(default)s)" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/autosummary/generate.py:821 -#, python-format -msgid "document imported members (default: %(default)s)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/autosummary/generate.py:829 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:47 -#, python-format -msgid "(in %s v%s)" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "משתנים" + +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s)" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:103 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:113 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s() (in module %s)" msgstr "" -#: ext/intersphinx/_resolve.py:359 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s (in module %s)" msgstr "" -#: ext/intersphinx/_resolve.py:367 +#: domains/python/__init__.py:184 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "%s (built-in variable)" msgstr "" -#: ext/intersphinx/_resolve.py:378 +#: domains/python/__init__.py:219 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "%s (built-in class)" msgstr "" -#: ext/intersphinx/_resolve.py:585 +#: domains/python/__init__.py:220 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "%s (class in %s)" msgstr "" -#: ext/intersphinx/_load.py:59 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_load.py:70 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_load.py:81 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:92 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:101 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_load.py:120 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_load.py:155 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:240 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:265 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:275 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:319 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/type_comment.py:132 +#: domains/python/__init__.py:976 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/autodoc/__init__.py:142 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "משתנה סביבה; %s" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:415 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:532 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:807 +#: domains/std/__init__.py:239 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:902 +#: domains/std/__init__.py:319 #, 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 "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:946 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:965 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1028 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1035 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1048 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1114 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1337 ext/autodoc/__init__.py:1414 -#: ext/autodoc/__init__.py:2829 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1633 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "משתנה סביבה" + +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1760 -#, python-format -msgid "Bases: %s" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1774 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "מודול אינדקס" + +#: domains/std/__init__.py:857 #, python-format -msgid "missing attribute %s in object %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1855 ext/autodoc/__init__.py:1892 -#: ext/autodoc/__init__.py:1987 -#, python-format -msgid "alias of %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1875 +#: domains/std/__init__.py:1124 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:2217 ext/autodoc/__init__.py:2317 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2448 +#: domains/std/__init__.py:1153 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/preserve_defaults.py:190 +#: domains/std/__init__.py:1157 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "invalid numfig_format: %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "המשך מעמוד קודם" +#: domains/std/__init__.py:1453 +#, python-format +msgid "undefined label: %r" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: domains/std/__init__.py:1456 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: 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 "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "משתנה" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "מאקרו" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo index d90ff11c0b5..b964eb66db5 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 7e954fc3eb2..a704d2258cd 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) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -11,153 +11,287 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-12-29 22:39+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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.16.0\n" +"Generated-By: Babel 2.17.0\n" "Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: events.py:77 +#: config.py:362 #, python-format -msgid "Event %r already present" -msgstr "%r घटना पहले से विद्यमान है" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "विन्यास निर्देशिका में कोन्फ़.पाय #conf.py# फाइल (%s) नहीं है " -#: events.py:370 +#: config.py:385 #, python-format -msgid "Unknown event name: %s" -msgstr "अज्ञात घटना नाम: %s" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: events.py:416 +#: config.py:390 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "शब्दकोष विन्यास मान %r की उल्लंघन नहीं किया जा सकता, अनदेखा किया गया (प्रत्येक अवयव का मान रखने के लिए %r का उपयोग करें)" + +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "विन्यास मान %r के लिए अमान्य संख्या %r, अनदेखा किया गया" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "असमर्थित प्रकार के साथ विन्यास मान %r का उल्लंघन नहीं किया जा सकता, अनदेखा किया गया" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "आरोहण में अज्ञात विन्यास मान %r, अनदेखा किया गया" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "विन्यास मान %r पहले से विद्यमान है" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "आपकी विन्यास फाइल में रचनाक्रम की त्रुटि है: %s\n" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "विन्यास फाइल (अथवा इसके द्वारा आयातित प्रभागों) द्वारा sys.exit() का आह्वान किया गया" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "विन्यास फाइल में प्रोग्राम के योग्य त्रुटि है:\n\n%s" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: application.py:190 +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "भाग %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "चित्र %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "सारणी %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "सूची %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "`{name}` विन्यास मान, {candidates} में से एक होना चाहिए, परन्तु `{current}` दिया गया है." + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; अपेक्षित {permitted}." + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; मानक `{default.__name__}' का प्रयोग किया गया." + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r नहीं मिला, अनदेखा किया गया." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "स्रोत निर्देशिका (%s) नहीं मिली" -#: application.py:194 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:198 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "स्रोत निर्देशिका और गंतव्य निर्देशिका समरूप नहीं हो सकतीं" -#: application.py:228 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "स्फिंक्स %s संस्करण चल रहा है" -#: application.py:250 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "इस परियोजना में स्फिंक्स का कम से कम %s संस्करण चाहिए और इसलिए इस संस्करण से बनाना संभव नहीं है." -#: application.py:266 +#: application.py:298 msgid "making output directory" msgstr "परिणाम निर्देशिका बनाई जा रही है" -#: application.py:271 registry.py:452 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "%s आयाम को स्थापित करते हुए:" -#: application.py:277 +#: application.py:310 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 "'स्थापना' को जैसा कि अभी कोन्फ़.पाई में परिभाषित किया गया है, पाइथन से निर्देशित नहीं है. कृपया इसकी परिभाषा में परिवर्तन करके इसे निर्देश योग्य कर्म बनाएं. कोन्फ़.पाई को स्फिंक्स के आयाम की तरह व्यवहार के लिए इसकी आवश्कयता है." -#: application.py:312 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "[%s] अनुवाद पढ़ा जा रहा है..." -#: application.py:329 util/display.py:88 +#: application.py:377 util/display.py:89 msgid "done" msgstr "संपन्न" -#: application.py:331 +#: application.py:379 msgid "not available for built-in messages" msgstr "अंतर्निर्मित संदेशों में उपलब्ध नहीं है" -#: application.py:345 +#: application.py:393 msgid "loading pickled environment" msgstr "रक्षित स्थिति को लागू किया जा रहा है" -#: application.py:353 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "असफल: %s" -#: application.py:366 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "किसी निर्माता को नहीं चुना गया, मानक उपयोग: एच्.टी.ऍम.एल." -#: application.py:398 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:400 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:404 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:407 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:409 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:414 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:417 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:419 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:968 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "निर्देशक कक्षा #node class# %r पहले से पंजीकृत है, इसके अभ्यागत निरस्त हो जाएंगे " -#: application.py:1047 +#: application.py:1128 #, python-format -msgid "directive %r is already registered, it will be overridden" -msgstr "निर्देश %r पहले से पंजीकृत है, यह निरस्त हो जाएगा" +msgid "directive %r is already registered and will not be overridden" +msgstr "" -#: application.py:1069 application.py:1094 +#: application.py:1154 application.py:1182 #, python-format -msgid "role %r is already registered, it will be overridden" -msgstr "भूमिका %r पहले से पंजीकृत है, यह निरस्त हो जाएगी" +msgid "role %r is already registered and will not be overridden" +msgstr "" -#: application.py:1644 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -165,12 +299,12 @@ msgid "" "explicit" msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर पाठन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: application.py:1648 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "समानांतर पठन के लिए यह %s विस्तार अथवा आयाम सुरक्षित नहीं है | " -#: application.py:1651 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -178,3940 +312,3937 @@ msgid "" "explicit" msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर लेखन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: application.py:1655 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "समानांतर लेखन के लिए %s विस्तार अथवा आयाम सुरक्षित नहीं है | " -#: application.py:1663 application.py:1667 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "%s पर काम कर रहे हैं" -#: roles.py:208 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:231 -#, python-format -msgid "invalid CVE number %s" -msgstr "" - -#: roles.py:253 +#: extension.py:58 #, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "आयाम %s की needs_extensions मान में आवश्कता है, पर यह नहीं चढ़ाया गया है." -#: roles.py:276 +#: extension.py:79 #, python-format -msgid "invalid CWE number %s" -msgstr "" +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) से बनाना संभव नहीं है." -#: roles.py:296 +#: events.py:81 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "पाइथन अभिवृद्धि प्रस्ताव; पी.ई.पी. %s" +msgid "Event %r already present" +msgstr "%r घटना पहले से विद्यमान है" -#: roles.py:319 +#: events.py:379 #, python-format -msgid "invalid PEP number %s" -msgstr "" +msgid "Unknown event name: %s" +msgstr "अज्ञात घटना नाम: %s" -#: roles.py:357 +#: events.py:424 #, python-format -msgid "invalid RFC number %s" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: registry.py:144 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "निर्माण वर्ग %s का कोई \"नाम\" भाव नहीं है" -#: registry.py:146 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "निर्माता %r पहले से (%s प्रभाग में) उपलब्ध है" -#: registry.py:159 +#: registry.py:182 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "निर्माता नाम %s पंजीकृत नहीं है अथवा प्रवेश स्थान पर उपलब्ध नहीं है." -#: registry.py:166 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" msgstr "निर्माता नाम %s पंजीकृत नहीं है" -#: registry.py:173 +#: registry.py:199 #, python-format msgid "domain %s already registered" msgstr "अधिकारक्षेत्र %s पहले से पंजीकृत है" -#: registry.py:196 registry.py:209 registry.py:220 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" msgstr "अधिकारक्षेत्र %s अभी पंजीकृत नहीं है" -#: registry.py:200 +#: registry.py:230 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r निर्देश पहले से अधिकार-क्षेत्र %s में पंजीकृत है, " -#: registry.py:212 +#: registry.py:248 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r भूमिका पहले से अधिकार-क्षेत्र %s में पंजीकृत है, " -#: registry.py:223 +#: registry.py:261 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r अनुक्रमणिका पहले से अधिकार-क्षेत्र %s में पंजीकृत है" -#: registry.py:254 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type पहले से पंजीकृत है" -#: registry.py:280 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type पहले से पंजीकृत है" -#: registry.py:287 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r पहले से पंजीकृत है" -#: registry.py:296 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" msgstr "%r का source_parser पहले से पंजीकृत है" -#: registry.py:304 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" msgstr "%s का स्रोत व्याख्याता पंजीकृत नहीं है" -#: registry.py:320 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" msgstr "%r के लिए अनुवादक पहले से विद्यमान है" -#: registry.py:336 +#: registry.py:405 #, 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:419 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r पहले से पंजीकृत है" -#: registry.py:431 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:446 +#: registry.py:531 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "%r आयाम को %sसंस्करण से स्फिंक्स में सम्मिलित किया जा चुका है; आयाम की उपेक्षा की गयी." -#: registry.py:457 +#: registry.py:545 msgid "Original exception:\n" msgstr "मौलिक अपवाद:\n" -#: registry.py:458 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "%s आयाम का आयात नहीं किया जा सका" -#: registry.py:463 +#: registry.py:554 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "आयाम %r में कोई सेटअप #setup()# कारक नहीं है; क्या यह वास्तव में स्फिंक्स का परिवर्धक प्रभाग है?" -#: registry.py:472 +#: registry.py:567 #, 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:480 +#: registry.py:579 #, 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:514 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: project.py:71 +#: roles.py:206 #, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: project.py:87 +#: roles.py:229 #, python-format -msgid "Ignored unreadable document %r." +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:251 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: highlighting.py:168 +#: roles.py:274 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:294 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "पाइथन अभिवृद्धि प्रस्ताव; पी.ई.पी. %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "पिगमेंटस लेक्सर नाम %r अज्ञात है" -#: highlighting.py:202 +#: highlighting.py:209 #, python-format msgid "" "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " "Retrying in relaxed mode." msgstr "" -#: extension.py:55 +#: project.py:72 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "आयाम %s की needs_extensions मान में आवश्कता है, पर यह नहीं चढ़ाया गया है." +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "" -#: extension.py:76 +#: project.py:87 #, 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) से बनाना संभव नहीं है." +msgid "Ignored unreadable document %r." +msgstr "" -#: theming.py:114 +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "विन्यास मान %s.%s खोजे गए किसी भी रूप विन्यास में नहीं दिखा" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "विन्यास का असमर्थित रूप विकल्प %r दिया गया" -#: theming.py:207 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "रुपविन्यास के पथ में फाइल %r कोई प्रमाणिक ज़िप फाइल नहीं है या इसमें कोई रुपविन्यास नहीं सहेजा गया है" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:275 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:309 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "विन्यास निर्देशिका में कोन्फ़.पाय #conf.py# फाइल (%s) नहीं है " +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "प्रभागों में से डॉक्-स्ट्रिंग स्वतःसम्मिलित करें" -#: config.py:318 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "डॉक्-टेस्ट अंशों के निर्देश भाग की स्वतः जाँच करें" -#: config.py:341 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "शब्दकोष विन्यास मान %r की उल्लंघन नहीं किया जा सकता, अनदेखा किया गया (प्रत्येक अवयव का मान रखने के लिए %r का उपयोग करें)" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "भिन्न परियोजनाओं के स्फिंक्स प्रलेखों का पारस्परिक सम्बन्ध करने दें" -#: config.py:350 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "विन्यास मान %r के लिए अमान्य संख्या %r, अनदेखा किया गया" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "वह \"शेष\" प्रविष्टियाँ लिख लें, जिन्हें निर्माण के समय दिखाया या छिपाया जा सकता है" -#: config.py:356 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "असमर्थित प्रकार के साथ विन्यास मान %r का उल्लंघन नहीं किया जा सकता, अनदेखा किया गया" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "प्रलेखों की व्याप्ति की जाँच करें" -#: config.py:377 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "आरोहण में अज्ञात विन्यास मान %r, अनदेखा किया गया" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "गणित को सम्मिलित करें, पी.एन.जी. अथवा एस.वी.जी. में चित्रित" -#: config.py:430 -#, python-format -msgid "No such config value: %r" -msgstr "" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "गणित को सम्मिलित करें, दिग्दर्शक में मैथजाक्स #MathJax# द्वारा प्रदर्शित" -#: config.py:453 -#, python-format -msgid "Config value %r already present" -msgstr "विन्यास मान %r पहले से विद्यमान है" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "विन्यास मान के आधार पर सामिग्री का सशर्त समावेश" -#: config.py:489 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "पाइथन विषयवस्तुओं के प्रलेखों के स्रोत निर्देश की कड़ी जोड़ें" -#: config.py:527 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "आपकी विन्यास फाइल में रचनाक्रम की त्रुटि है: %s\n" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "गिटहब GitHub पर लेखपत्र प्रकाशित करने के लिए .nojekyll फाइल बनाएं" -#: config.py:530 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "विन्यास फाइल (अथवा इसके द्वारा आयातित प्रभागों) द्वारा sys.exit() का आह्वान किया गया" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "कृपया एक मान्य पथ का नाम दें" + +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "कृपया कुछ वाक्यांश लिखें" -#: config.py:537 +#: cmd/quickstart.py:133 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "विन्यास फाइल में प्रोग्राम के योग्य त्रुटि है:\n\n%s" +msgid "Please enter one of %s." +msgstr "%s में से एक चुनें" -#: config.py:560 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "कृपया हाँ के लिए 'y' अथवा नहीं के लिए 'n' मात्र दें. " -#: config.py:581 config.py:586 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "कृपया एक फाइल प्रत्यय दें, जैसे कि '.rst' अथवा '.txt'." -#: config.py:589 +#: cmd/quickstart.py:229 #, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "स्फिंक्स %s त्वरित-आरंभ #sphinx-quickstart# उपकरण के लिए अभिनन्दन" + +#: cmd/quickstart.py:234 msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "कृपया निम्न विन्यासों के लिए मान प्रदान करें (मानक मान, यदि कोष्ठक में हो तो, स्वीकार करने के लिए एन्टर दबाएँ)" -#: config.py:608 +#: cmd/quickstart.py:241 #, python-format -msgid "Section %s" -msgstr "भाग %s" +msgid "Selected root path: %s" +msgstr "चुना हुआ बुनियादी तथा मूल स्थान: %s" -#: config.py:609 -#, python-format -msgid "Fig. %s" -msgstr "चित्र %s" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "आलेख का बुनियादी स्थान बताएं." -#: config.py:610 -#, python-format -msgid "Table %s" -msgstr "सारणी %s" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "आलेख का बुनियादी पथ" -#: config.py:611 -#, python-format -msgid "Listing %s" -msgstr "सूची %s" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "त्रुटि: एक मौजूदा conf.py फाइल दिए गए मूल पथ में प्राप्त हुई है." + +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "स्फिंक्स-त्वरित-आरम्भ #sphinx-quickstart# मौजूदा स्फिंक्स परियोजनाओं पर पुनर्लेखन नहीं करेगा." + +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "कृपया एक नया मूल पथ दें (अथवा निकलने हेतु सिर्फ एन्टर #Enter# कर दें)" -#: config.py:718 +#: cmd/quickstart.py:273 msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "`{name}` विन्यास मान, {candidates} में से एक होना चाहिए, परन्तु `{current}` दिया गया है." +"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\" निर्देशिका प्रयोग करें." -#: config.py:742 +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "विभिन्न स्रोत और निर्माण डायरेक्टरी (y/n)" + +#: cmd/quickstart.py:286 msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; अपेक्षित {permitted}." +"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:291 +msgid "Name prefix for templates and static dir" +msgstr "नमूने और स्थैतिक डायरेक्टरी के लिए पूर्व-प्रत्यय" -#: config.py:755 +#: cmd/quickstart.py:297 msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; मानक `{default.__name__}' का प्रयोग किया गया." +"The project name will occur in several places in the built documentation." +msgstr "परियोजना का नाम बनाये गए प्रपत्रों में बहुत से स्थानों पर प्रयुक्त होगा." -#: config.py:766 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r नहीं मिला, अनदेखा किया गया." +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "परियोजना का नाम" -#: config.py:778 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "लेखक(कों) का नाम" + +#: cmd/quickstart.py:308 msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." +"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:128 domains/rst.py:185 -#, python-format -msgid "%s (directive)" -msgstr "%s (निर्देश)" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "परियोजना संस्करण" -#: domains/rst.py:186 domains/rst.py:190 -#, python-format -msgid ":%s: (directive option)" -msgstr "" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "परियोजना आवृत्ति" -#: domains/rst.py:214 -#, python-format -msgid "%s (role)" -msgstr "%s (भूमिका)" +#: 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 "यदि प्रलेखों को अंग्रेजी के अलावा अन्य किसी भाषा में लिखा जाना है,\nतो यहाँ पर आप भाषा का कूटशब्द दे सकते हैं. स्फिंक्स तदपुरांत,\nजो वाक्यांश बनाता है उसे उस भाषा में अनुवादित करेगा.\n\nमान्य भाषा कूटशब्द सूची यहाँ पर देखें\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: domains/rst.py:224 -msgid "directive" -msgstr "निर्देश" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "परियोजना की भाषा" -#: domains/rst.py:225 -msgid "directive-option" +#: 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 "" -#: domains/rst.py:226 -msgid "role" -msgstr "भूमिका" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "स्रोत फाइल का प्रत्यय" -#: domains/rst.py:248 -#, python-format -msgid "duplicate description of %s %s, other instance in %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 "" -#: domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (अंतर्निर्मित फंक्शन)" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "आपने मुख्य लेखपत्र का नाम दें (प्रत्यय रहित)" -#: domains/javascript.py:166 domains/python/__init__.py:253 +#: cmd/quickstart.py:367 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s विधि)" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "त्रुटि: मुख्य फाइल %s चुने हुए मूल पथ में पहले से उपलब्ध है." -#: domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (वर्ग)" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "स्फिंक्स-त्वरित-आरम्भ मौजूदा फाइलों पर पुनर्लेखन नहीं करेगा." -#: domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (वैश्विक चरपद अथवा अचर) " +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "कृपया एक नया फाइल नाम दें, अथवा मौजूदा फाइल का पुनर्नामकरण करें और एन्टर दबाएँ" -#: domains/javascript.py:172 domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s लक्षण)" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "इनमें से कौन सा स्फिंक्स आयाम प्रयोग करना है, इंगित करें:" -#: domains/javascript.py:255 -msgid "Arguments" -msgstr "चर " +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "टिप्पणी: imgmath और mathjax एक साथ समर्थ नहीं हो सकते. imgmath को अचिन्हित कर दिया गया है." -#: domains/cpp/__init__.py:447 domains/javascript.py:258 -msgid "Throws" -msgstr "देता है " +#: cmd/quickstart.py:406 +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/c/__init__.py:310 domains/cpp/__init__.py:458 -#: domains/javascript.py:261 domains/python/_object.py:176 -msgid "Returns" -msgstr "प्रदत्त " +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "मेकफाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" -#: domains/c/__init__.py:312 domains/javascript.py:263 -#: domains/python/_object.py:178 -msgid "Return type" -msgstr "प्रदत्त प्रकार " +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "विंडोज़ कमांड फाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" -#: domains/javascript.py:334 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "%s (module)" -msgstr "%s (प्रभाग)" - -#: domains/c/__init__.py:681 domains/cpp/__init__.py:859 -#: domains/javascript.py:371 domains/python/__init__.py:660 -msgid "function" -msgstr "फंक्शन" - -#: domains/javascript.py:372 domains/python/__init__.py:664 -msgid "method" -msgstr "पद्धति" - -#: domains/cpp/__init__.py:857 domains/javascript.py:373 -#: domains/python/__init__.py:662 -msgid "class" -msgstr "वर्ग" - -#: domains/javascript.py:374 domains/python/__init__.py:661 -msgid "data" -msgstr "आंकड़े " +msgid "Creating file %s." +msgstr "फाइल बनाई जा रही है ...%s" -#: domains/javascript.py:375 domains/python/__init__.py:667 -msgid "attribute" -msgstr "लक्षण" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "File %s already exists, skipping." +msgstr "फाइल %s पहले से उपस्थित है, छोड़ दी गई." -#: domains/javascript.py:376 domains/python/__init__.py:670 -msgid "module" -msgstr "प्रभाग" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "समाप्त: एक प्रारंभिक निर्देशिका का ढांचा बना दिया गया है." -#: domains/javascript.py:407 +#: cmd/quickstart.py:519 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: domains/changeset.py:25 -#, python-format -msgid "Added in version %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: domains/changeset.py:26 +#: cmd/quickstart.py:530 #, python-format -msgid "Changed in version %s" -msgstr "संस्करण %s से अलग " +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Deprecated since version %s" -msgstr "संस्करण %s से प्रतिबंधित " +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" -#: domains/changeset.py:28 -#, python-format -msgid "Removed in version %s" +#: cmd/quickstart.py:572 +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/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: domains/__init__.py:299 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "शांत ढंग " -#: domains/citation.py:73 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "प्रतिरूप उद्धरण %s, दूसरी प्रतिकृति %s में है " +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "" -#: domains/citation.py:84 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "उद्धरण [%s] सन्दर्भ कहीं नहीं है" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "ढांचे के विकल्प" -#: domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "समीकरण का प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "यदि निर्दिष्ट हो तो विभिन्न स्रोत और निर्माण पथ" -#: domains/math.py:119 writers/latex.py:2479 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "अमान्य math_eqref_format: %r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "" -#: environment/__init__.py:81 -msgid "new config" -msgstr "नव विन्यास" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "_templates आदि में बिंदु का बदलाव" -#: environment/__init__.py:82 -msgid "config changed" -msgstr "विन्यास परिवर्तित" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "परोयोजना के मूलभूत विकल्प" -#: environment/__init__.py:83 -msgid "extensions changed" -msgstr "आयाम परिवर्तित" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "परियोजना का नाम" -#: environment/__init__.py:249 -msgid "build environment version not current" -msgstr "निर्मित परिस्थिति वर्तमान संस्करण नहीं है " +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "लेखकों के नाम" -#: environment/__init__.py:251 -msgid "source directory has changed" -msgstr "स्रोत निर्देशिका परिवर्तित हो चुकी है " +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "परियोजना का संस्करण" -#: environment/__init__.py:313 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "परियोजना की आवृत्ति" -#: environment/__init__.py:318 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "लेखपत्र की भाषा" -#: environment/__init__.py:324 +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "स्रोत फाइल का प्रत्यय" + +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "मुख्य लेखपत्र का नाम" + +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "ई-पब प्रयोग करें" + +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "आयाम के विकल्प" + +#: cmd/quickstart.py:670 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" +msgid "enable %s extension" +msgstr "आयाम %s सक्षम करें" + +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "स्वेच्छित आयाम सक्षम करें" + +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "मेकफाइल और बैचफाइल का सर्जन" + +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "मेकफाइल बनाएं" + +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "मेकफाइल नहीं बनाएं" + +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "बैचफाइल बनाएं" + +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "बैचफाइल नहीं बनाएं" + +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "Makefile/make.bat के लिए make-mode का प्रयोग करें" -#: environment/__init__.py:366 +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "परियोजना नमूनावृत्ति" + +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "नमूना फाइलों के लिए नमूना निर्देशिका" + +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "नमूना चर-पद का निरूपण करें" + +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"शांत\" निर्दिष्ट है, परन्तु कोई भी \"परियोजना\" अथवा \"लेखक\" निर्दिष्ट नहीं है." + +#: cmd/quickstart.py:785 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "यह परिस्थिति चुने गए निर्माता से मेल नहीं खाती, कृपया दूसरी डॉक-ट्री निर्देशिका चुनें. " +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "त्रुटि: दिया गया पथ निर्देशिका नहीं है, अथवा स्फिंक्स फाइलें पहले से उपस्थित हैं." -#: environment/__init__.py:473 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "लेखपत्रों के पर्यवेक्षण में असफलता %s: %r" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "स्फिंक्स-त्वरित-आरम्भ केवल एक खाली निर्देशिका में कार्यशील हो सकती है. कृपया एक नया मूल पथ निर्दिष्ट करें." -#: environment/__init__.py:626 +#: cmd/quickstart.py:809 #, python-format -msgid "Domain %r is not registered" -msgstr "अधिकारक्षेत्र %r पंजीकृत नहीं है" +msgid "Invalid template variable: %s" +msgstr "अमान्य नमूना चर-पद: %s" -#: environment/__init__.py:777 -msgid "document isn't included in any toctree" -msgstr "लेखपत्र किसी भी विषय-सूची-संरचना में सम्मिलित नहीं है" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "कार्य संख्या एक धनात्मक संख्या होनी चाहिए" -#: environment/__init__.py:810 -msgid "self referenced toctree found. Ignored." -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 "" -#: environment/__init__.py:839 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: 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 "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "सावधानी" +#: cmd/build.py:114 +msgid "general options" +msgstr "सामान्य विकल्प" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "चेतावनी" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "खतरा" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: locale/__init__.py:232 -msgid "Error" -msgstr "गलती" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "सभी फाइलें लिखें (मानक: केवल नई और परिवर्तित फाइलें लिखें)" -#: locale/__init__.py:233 -msgid "Hint" -msgstr "संकेत" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "सहेजी गयी परिस्थिति का प्रयोग न करें, सदैव सभी फाइलों को पढ़ें" -#: locale/__init__.py:234 -msgid "Important" -msgstr "महत्त्वपूर्ण" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: locale/__init__.py:235 -msgid "Note" -msgstr "टिप्पणी " +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "यह भी देखिए" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "सलाह" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "चेतावनी" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "विन्यास फाइल के एक मान का उल्लंघन करें " -#: cmd/quickstart.py:43 -msgid "automatically insert docstrings from modules" -msgstr "प्रभागों में से डॉक्-स्ट्रिंग स्वतःसम्मिलित करें" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "एच.टी.एम्.एल. के नमूने में राशि प्रेषित करें" -#: cmd/quickstart.py:44 -msgid "automatically test code snippets in doctest blocks" -msgstr "डॉक्-टेस्ट अंशों के निर्देश भाग की स्वतः जाँच करें" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "नाम-पत्र परिभाषित करें: केवल नाम-पत्र वाले खण्डों का समावेश करें" -#: cmd/quickstart.py:45 -msgid "link between Sphinx documentation of different projects" -msgstr "भिन्न परियोजनाओं के स्फिंक्स प्रलेखों का पारस्परिक सम्बन्ध करने दें" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "" -#: cmd/quickstart.py:46 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "वह \"शेष\" प्रविष्टियाँ लिख लें, जिन्हें निर्माण के समय दिखाया या छिपाया जा सकता है" +#: cmd/build.py:212 +msgid "console output options" +msgstr "प्रदर्शित परिणामों के विकल्प" -#: cmd/quickstart.py:47 -msgid "checks for documentation coverage" -msgstr "प्रलेखों की व्याप्ति की जाँच करें" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "शब्द-प्रयोग बढ़ाएं (पुनरावृत्ति की जा सकती है) " -#: cmd/quickstart.py:48 -msgid "include math, rendered as PNG or SVG images" -msgstr "गणित को सम्मिलित करें, पी.एन.जी. अथवा एस.वी.जी. में चित्रित" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "एस.टी.डी आउट #stdout# पर कोई परिणाम नहीं, एस.टी.डी एरर #stderr# पर चेतावनियाँ " -#: cmd/quickstart.py:49 -msgid "include math, rendered in the browser by MathJax" -msgstr "गणित को सम्मिलित करें, दिग्दर्शक में मैथजाक्स #MathJax# द्वारा प्रदर्शित" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "कुछ भी निर्गमित नहीं, यहाँ तक कि चेतावनी भी नहीं" -#: cmd/quickstart.py:50 -msgid "conditional inclusion of content based on config values" -msgstr "विन्यास मान के आधार पर सामिग्री का सशर्त समावेश" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "रंगीन परिणाम ही दिखाएँ (मानक: स्वतः अनुमानित)" -#: cmd/quickstart.py:51 -msgid "include links to the source code of documented Python objects" -msgstr "पाइथन विषयवस्तुओं के प्रलेखों के स्रोत निर्देश की कड़ी जोड़ें" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "रंगीन परिणाम नहीं दिखाएँ (मानक: स्वतः अनुमानित)" -#: cmd/quickstart.py:52 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "गिटहब GitHub पर लेखपत्र प्रकाशित करने के लिए .nojekyll फाइल बनाएं" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" -#: cmd/quickstart.py:94 -msgid "Please enter a valid path name." -msgstr "कृपया एक मान्य पथ का नाम दें" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "चेतावनियाँ (और त्रुटियाँ) दी गई फाइल में लिखें" -#: cmd/quickstart.py:110 -msgid "Please enter some text." -msgstr "कृपया कुछ वाक्यांश लिखें" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "चेतावनियों को अशुद्धि मानें" -#: cmd/quickstart.py:117 -#, python-format -msgid "Please enter one of %s." -msgstr "%s में से एक चुनें" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "अपवाद होने पर पूरा विलोम-अनुगमन देखें" -#: cmd/quickstart.py:125 -msgid "Please enter either 'y' or 'n'." -msgstr "कृपया हाँ के लिए 'y' अथवा नहीं के लिए 'n' मात्र दें. " +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "अपवाद होने पर पी.डी.बी. चलाएं" -#: cmd/quickstart.py:131 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "कृपया एक फाइल प्रत्यय दें, जैसे कि '.rst' अथवा '.txt'." +#: 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/quickstart.py:215 +#: cmd/build.py:357 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "स्फिंक्स %s त्वरित-आरंभ #sphinx-quickstart# उपकरण के लिए अभिनन्दन" +msgid "cannot open warning file '%s': %s" +msgstr "" -#: cmd/quickstart.py:219 -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/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "-D विकल्प का मान नाम = मान के रूप में होना आवश्यक है" -#: cmd/quickstart.py:227 +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "-A विकल्प का मान नाम = मान के रूप में होना आवश्यक है" + +#: domains/javascript.py:183 #, python-format -msgid "Selected root path: %s" -msgstr "चुना हुआ बुनियादी तथा मूल स्थान: %s" +msgid "%s() (built-in function)" +msgstr "%s() (अंतर्निर्मित फंक्शन)" -#: cmd/quickstart.py:230 -msgid "Enter the root path for documentation." -msgstr "आलेख का बुनियादी स्थान बताएं." +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s विधि)" -#: cmd/quickstart.py:231 -msgid "Root path for the documentation" -msgstr "आलेख का बुनियादी पथ" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (वर्ग)" -#: cmd/quickstart.py:239 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "त्रुटि: एक मौजूदा conf.py फाइल दिए गए मूल पथ में प्राप्त हुई है." +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (वैश्विक चरपद अथवा अचर) " -#: cmd/quickstart.py:245 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "स्फिंक्स-त्वरित-आरम्भ #sphinx-quickstart# मौजूदा स्फिंक्स परियोजनाओं पर पुनर्लेखन नहीं करेगा." +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s लक्षण)" -#: cmd/quickstart.py:248 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "कृपया एक नया मूल पथ दें (अथवा निकलने हेतु सिर्फ एन्टर #Enter# कर दें)" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "चर " -#: cmd/quickstart.py:258 -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\" निर्देशिका प्रयोग करें." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "देता है " -#: cmd/quickstart.py:265 -msgid "Separate source and build directories (y/n)" -msgstr "विभिन्न स्रोत और निर्माण डायरेक्टरी (y/n)" +#: 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:271 -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आप अधोरेखा के स्थान पर अन्य पूर्व-प्रत्यय (जैसे कि \".\") का प्रयोग कर सकते हैं." +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "प्रदत्त प्रकार " -#: cmd/quickstart.py:277 -msgid "Name prefix for templates and static dir" -msgstr "नमूने और स्थैतिक डायरेक्टरी के लिए पूर्व-प्रत्यय" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (प्रभाग)" -#: cmd/quickstart.py:282 -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:736 +msgid "function" +msgstr "फंक्शन" -#: cmd/quickstart.py:286 -msgid "Project name" -msgstr "परियोजना का नाम" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "पद्धति" -#: cmd/quickstart.py:288 -msgid "Author name(s)" -msgstr "लेखक(कों) का नाम" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "वर्ग" -#: cmd/quickstart.py:293 -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:737 +msgid "data" +msgstr "आंकड़े " -#: cmd/quickstart.py:301 -msgid "Project version" -msgstr "परियोजना संस्करण" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "लक्षण" -#: cmd/quickstart.py:303 -msgid "Project release" -msgstr "परियोजना आवृत्ति" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "प्रभाग" -#: cmd/quickstart.py:308 -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." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" -#: cmd/quickstart.py:317 -msgid "Project language" -msgstr "परियोजना की भाषा" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:324 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:329 -msgid "Source file suffix" -msgstr "स्रोत फाइल का प्रत्यय" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "संस्करण %s से अलग " -#: cmd/quickstart.py:334 -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." +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "संस्करण %s से प्रतिबंधित " + +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:342 -msgid "Name of your master document (without suffix)" -msgstr "आपने मुख्य लेखपत्र का नाम दें (प्रत्यय रहित)" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "समीकरण का प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " -#: cmd/quickstart.py:352 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "त्रुटि: मुख्य फाइल %s चुने हुए मूल पथ में पहले से उपलब्ध है." +msgid "Invalid math_eqref_format: %r" +msgstr "अमान्य math_eqref_format: %r" -#: cmd/quickstart.py:359 -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 (निर्देश)" -#: cmd/quickstart.py:362 -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)" +msgstr "" -#: cmd/quickstart.py:371 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "इनमें से कौन सा स्फिंक्स आयाम प्रयोग करना है, इंगित करें:" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (भूमिका)" -#: cmd/quickstart.py:381 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "टिप्पणी: imgmath और mathjax एक साथ समर्थ नहीं हो सकते. imgmath को अचिन्हित कर दिया गया है." +#: domains/rst.py:234 +msgid "directive" +msgstr "निर्देश" -#: cmd/quickstart.py:391 -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/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:397 -msgid "Create Makefile? (y/n)" -msgstr "मेकफाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" +#: domains/rst.py:236 +msgid "role" +msgstr "भूमिका" -#: cmd/quickstart.py:401 -msgid "Create Windows command file? (y/n)" -msgstr "विंडोज़ कमांड फाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" -#: cmd/quickstart.py:453 ext/apidoc.py:92 +#: domains/citation.py:75 #, python-format -msgid "Creating file %s." -msgstr "फाइल बनाई जा रही है ...%s" +msgid "duplicate citation %s, other instance in %s" +msgstr "प्रतिरूप उद्धरण %s, दूसरी प्रतिकृति %s में है " -#: cmd/quickstart.py:458 ext/apidoc.py:89 +#: domains/citation.py:92 #, python-format -msgid "File %s already exists, skipping." -msgstr "फाइल %s पहले से उपस्थित है, छोड़ दी गई." +msgid "Citation [%s] is not referenced." +msgstr "उद्धरण [%s] सन्दर्भ कहीं नहीं है" -#: cmd/quickstart.py:501 -msgid "Finished: An initial directory structure has been created." -msgstr "समाप्त: एक प्रारंभिक निर्देशिका का ढांचा बना दिया गया है." +#: environment/__init__.py:88 +msgid "new config" +msgstr "नव विन्यास" -#: cmd/quickstart.py:504 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +#: environment/__init__.py:89 +msgid "config changed" +msgstr "विन्यास परिवर्तित" -#: cmd/quickstart.py:512 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "आयाम परिवर्तित" + +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "निर्मित परिस्थिति वर्तमान संस्करण नहीं है " + +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "स्रोत निर्देशिका परिवर्तित हो चुकी है " + +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: cmd/quickstart.py:515 +#: environment/__init__.py:352 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: cmd/quickstart.py:522 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: cmd/quickstart.py:557 +#: environment/__init__.py:401 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/build.py:153 cmd/quickstart.py:567 ext/apidoc.py:374 -#: ext/autosummary/generate.py:766 -msgid "For more information, visit ." -msgstr "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "यह परिस्थिति चुने गए निर्माता से मेल नहीं खाती, कृपया दूसरी डॉक-ट्री निर्देशिका चुनें. " -#: cmd/quickstart.py:577 -msgid "quiet mode" -msgstr "शांत ढंग " +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "लेखपत्रों के पर्यवेक्षण में असफलता %s: %r" -#: cmd/quickstart.py:587 -msgid "project root" -msgstr "" +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "अधिकारक्षेत्र %r पंजीकृत नहीं है" -#: cmd/quickstart.py:590 -msgid "Structure options" -msgstr "ढांचे के विकल्प" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "लेखपत्र किसी भी विषय-सूची-संरचना में सम्मिलित नहीं है" -#: cmd/quickstart.py:596 -msgid "if specified, separate source and build dirs" -msgstr "यदि निर्दिष्ट हो तो विभिन्न स्रोत और निर्माण पथ" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "स्वयं-संदर्भित विषय-सूची-संरचना मिली है. उपेक्षा की गई." -#: cmd/quickstart.py:602 -msgid "if specified, create build dir under source dir" +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: cmd/quickstart.py:608 -msgid "replacement for dot in _templates etc." -msgstr "_templates आदि में बिंदु का बदलाव" - -#: cmd/quickstart.py:611 -msgid "Project basic options" -msgstr "परोयोजना के मूलभूत विकल्प" - -#: cmd/quickstart.py:613 -msgid "project name" -msgstr "परियोजना का नाम" - -#: cmd/quickstart.py:616 -msgid "author names" -msgstr "लेखकों के नाम" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: cmd/quickstart.py:623 -msgid "version of project" -msgstr "परियोजना का संस्करण" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: cmd/quickstart.py:630 -msgid "release of project" -msgstr "परियोजना की आवृत्ति" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: cmd/quickstart.py:637 -msgid "document language" -msgstr "लेखपत्र की भाषा" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: cmd/quickstart.py:640 -msgid "source file suffix" -msgstr "स्रोत फाइल का प्रत्यय" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" -#: cmd/quickstart.py:643 -msgid "master document name" -msgstr "मुख्य लेखपत्र का नाम" +#: _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:646 -msgid "use epub" -msgstr "ई-पब प्रयोग करें" +#: _cli/__init__.py:171 +#, python-brace-format +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: cmd/quickstart.py:649 -msgid "Extension options" -msgstr "आयाम के विकल्प" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr "" -#: cmd/quickstart.py:656 ext/apidoc.py:578 -#, python-format -msgid "enable %s extension" -msgstr "आयाम %s सक्षम करें" +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "" -#: cmd/quickstart.py:663 ext/apidoc.py:570 -msgid "enable arbitrary extensions" -msgstr "स्वेच्छित आयाम सक्षम करें" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "" -#: cmd/quickstart.py:666 -msgid "Makefile and Batchfile creation" -msgstr "मेकफाइल और बैचफाइल का सर्जन" +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "" -#: cmd/quickstart.py:672 -msgid "create makefile" -msgstr "मेकफाइल बनाएं" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: cmd/quickstart.py:678 -msgid "do not create makefile" -msgstr "मेकफाइल नहीं बनाएं" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "" -#: cmd/quickstart.py:685 -msgid "create batchfile" -msgstr "बैचफाइल बनाएं" +#: _cli/__init__.py:225 +msgid "No output at all" +msgstr "" -#: cmd/quickstart.py:691 -msgid "do not create batchfile" -msgstr "बैचफाइल नहीं बनाएं" +#: _cli/__init__.py:231 +msgid "" +msgstr "" -#: cmd/quickstart.py:700 -msgid "use make-mode for Makefile/make.bat" -msgstr "Makefile/make.bat के लिए make-mode का प्रयोग करें" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: cmd/quickstart.py:703 ext/apidoc.py:581 -msgid "Project templating" -msgstr "परियोजना नमूनावृत्ति" +#: builders/html/__init__.py:489 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" -#: cmd/quickstart.py:709 ext/apidoc.py:587 -msgid "template directory for template files" -msgstr "नमूना फाइलों के लिए नमूना निर्देशिका" +#: builders/latex/__init__.py:203 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 "अनुक्रमणिका" -#: cmd/quickstart.py:716 -msgid "define a template variable" -msgstr "नमूना चर-पद का निरूपण करें" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "पाया गया शीर्ष बिंदु किसी भाग, प्रसंग, तालिका, विषय-प्रबोध अथवा पार्श्व-स्थान में नहीं है" -#: cmd/quickstart.py:751 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"शांत\" निर्दिष्ट है, परन्तु कोई भी \"परियोजना\" अथवा \"लेखक\" निर्दिष्ट नहीं है." +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "पाद टिप्पणियां" -#: cmd/quickstart.py:770 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "त्रुटि: दिया गया पथ निर्देशिका नहीं है, अथवा स्फिंक्स फाइलें पहले से उपस्थित हैं." +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "शीर्षक रेखाचित्र के भीतर नहीं है" -#: cmd/quickstart.py:777 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "स्फिंक्स-त्वरित-आरम्भ केवल एक खाली निर्देशिका में कार्यशील हो सकती है. कृपया एक नया मूल पथ निर्दिष्ट करें." +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" +msgstr "अकार्यान्वित बिंदु प्रकार: %r" -#: cmd/quickstart.py:795 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:431 #, python-format -msgid "Invalid template variable: %s" -msgstr "अमान्य नमूना चर-पद: %s" +msgid "numfig_format is not defined for %s" +msgstr "%s के लिए नमफिग_फॉर्मेट नहीं बताया गया है" -#: cmd/build.py:49 -msgid "Exception occurred while building, starting debugger:" -msgstr "निर्माण के दौरान अपवाद घटित हुआ है, दोष-मुक्तक चालू किया जा रहा " +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "%s बिंदु के लिए कोई पहचान-चिन्ह नहीं दिया गया" -#: _cli/util/errors.py:129 cmd/build.py:65 -msgid "Interrupted!" -msgstr "कार्य खंडित " +#: writers/html5.py:496 +msgid "Link to this term" +msgstr "" -#: cmd/build.py:67 -msgid "reST markup error:" -msgstr "रेस्ट सुसज्जा त्रुटि:" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" -#: _cli/util/errors.py:143 cmd/build.py:73 -msgid "Encoding error:" -msgstr "कूटलेखन त्रुटि:" +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "" -#: cmd/build.py:78 cmd/build.py:108 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "यदि आप इस विषय को कूटलिपिकारों के संज्ञान में लाना चाहते है तो पिछला पूरा विवरण %s में सहेज दिया गया है" +msgid "unsupported rubric heading level: %s" +msgstr "" -#: _cli/util/errors.py:148 cmd/build.py:90 -msgid "Recursion error:" -msgstr "पुनरावर्तन त्रुटि:" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "" -#: _cli/util/errors.py:152 cmd/build.py:94 -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.:" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: _cli/util/errors.py:165 cmd/build.py:103 -msgid "Exception occurred:" -msgstr "अपवाद घटित:" +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "" -#: _cli/util/errors.py:178 cmd/build.py:117 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "यदि यह प्रयोक्ता की गलती थी तो कृपया इसको भी रिपोर्ट करें ताकि अगली बार गलती होने पर अधिक अर्थपूर्ण सन्देश दिया जा सके." +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "चित्र का आकार नहीं मिल सका. :scale: विकल्प की उपेक्षा की जा रही है." -#: cmd/build.py:124 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "त्रुटि की सूचना पर उपस्थित पंजिका में दर्ज की जा सकती है. धन्यवाद!" +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "[चित्र: %s]" -#: cmd/build.py:144 -msgid "job number should be a positive number" -msgstr "कार्य संख्या एक धनात्मक संख्या होनी चाहिए" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[चित्र]" -#: cmd/build.py:154 -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 "" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "अज्ञात %r उच्चतमस्तर_विभाजन #toplevel_sectioning# %r वर्ग के लिए" -#: cmd/build.py:180 -msgid "path to documentation source files" -msgstr "अभिलेख की स्रोत फाइलों का पथ" +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "%r भाषा के लिए कोई बाबेल विकल्प नहीं " -#: cmd/build.py:183 -msgid "path to output directory" -msgstr "परिणाम निर्देशिका का पथ" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "अत्याधिक अधिकतम गहराई # :maxdepth: #, उपेक्षित किया गया." -#: cmd/build.py:188 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: cmd/build.py:194 -msgid "general options" -msgstr "सामान्य विकल्प" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "लेखपत्र का शीर्षक एकल पाठ बिंदु नहीं है" -#: cmd/build.py:201 -msgid "builder to use (default: 'html')" -msgstr "" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "दोनों तालिका-स्तंभ और :चौड़ाई: विकल्प दिए गए हैं. :चौड़ाई: मान की उपेक्षा की जाएगी." -#: cmd/build.py:210 +#: writers/latex.py:1230 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"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 "" -#: cmd/build.py:220 -msgid "write all files (default: only write new and changed files)" -msgstr "सभी फाइलें लिखें (मानक: केवल नई और परिवर्तित फाइलें लिखें)" - -#: cmd/build.py:227 -msgid "don't use a saved environment, always read all files" -msgstr "सहेजी गयी परिस्थिति का प्रयोग न करें, सदैव सभी फाइलों को पढ़ें" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "परिमाण मात्रक %s अमान्य है. उपेक्षा की जाएगी." -#: cmd/build.py:230 -msgid "path options" -msgstr "" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार %s मिला" -#: cmd/build.py:236 +#: directives/patches.py:71 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: cmd/build.py:246 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: cmd/build.py:255 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "अमान्य शीर्षक: %s" -#: cmd/build.py:264 -msgid "override a setting in configuration file" -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" +msgstr "पंक्ति संख्या का ब्यौरा सीमा से बाहर है (1-%d): %r" -#: cmd/build.py:273 -msgid "pass a value into HTML templates" -msgstr "एच.टी.एम्.एल. के नमूने में राशि प्रेषित करें" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "दोनों \"%s\" और \"%s\" विकल्पों का प्रयोग नहीं किया जा सकता" -#: cmd/build.py:282 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "नाम-पत्र परिभाषित करें: केवल नाम-पत्र वाले खण्डों का समावेश करें" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: cmd/build.py:289 -msgid "nitpicky mode: warn about all missing references" +#: 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 "" -#: cmd/build.py:292 -msgid "console output options" -msgstr "प्रदर्शित परिणामों के विकल्प" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "%r नामक विषयवस्तु सम्मिलित फाइल %r में नहीं मिली" -#: cmd/build.py:299 -msgid "increase verbosity (can be repeated)" -msgstr "शब्द-प्रयोग बढ़ाएं (पुनरावृत्ति की जा सकती है) " +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "\"lineno-match\" का प्रयोग बिना जुडी \"lines\" के युग्म के साथ नहीं हो सकता" -#: cmd/build.py:306 ext/apidoc.py:413 -msgid "no output on stdout, just warnings on stderr" -msgstr "एस.टी.डी आउट #stdout# पर कोई परिणाम नहीं, एस.टी.डी एरर #stderr# पर चेतावनियाँ " +#: directives/code.py:314 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "लाइन ब्यौरा %r: सम्मिलित फाइल %r से कोई लाइन नहीं ली जा सकीं" -#: cmd/build.py:313 -msgid "no output at all, not even warnings" -msgstr "कुछ भी निर्गमित नहीं, यहाँ तक कि चेतावनी भी नहीं" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: cmd/build.py:321 -msgid "do emit colored output (default: auto-detect)" -msgstr "रंगीन परिणाम ही दिखाएँ (मानक: स्वतः अनुमानित)" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "विषय-सूची-संरचना में छोड़े गए लेखपत्र %r का सन्दर्भ है" -#: cmd/build.py:329 -msgid "do not emit colored output (default: auto-detect)" -msgstr "रंगीन परिणाम नहीं दिखाएँ (मानक: स्वतः अनुमानित)" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "विषय-सूची-संरचना में अविद्यमान लेखपत्र %r का सन्दर्भ है" -#: cmd/build.py:332 -msgid "warning control options" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: cmd/build.py:338 -msgid "write warnings (and errors) to given file" -msgstr "चेतावनियाँ (और त्रुटियाँ) दी गई फाइल में लिखें" +#: directives/other.py:203 +msgid "Section author: " +msgstr "भाग के लेखक:" -#: cmd/build.py:345 -msgid "turn warnings into errors" -msgstr "चेतावनियों को अशुद्धि मानें" +#: directives/other.py:205 +msgid "Module author: " +msgstr "प्रभाग लेखक:" -#: cmd/build.py:353 -msgid "show full traceback on exception" -msgstr "अपवाद होने पर पूरा विलोम-अनुगमन देखें" +#: directives/other.py:207 +msgid "Code author: " +msgstr "निर्देश लेखक:" -#: cmd/build.py:356 -msgid "run Pdb on exception" -msgstr "अपवाद होने पर पी.डी.बी. चलाएं" +#: directives/other.py:209 +msgid "Author: " +msgstr "लेखक:" -#: cmd/build.py:362 -msgid "raise an exception on warnings" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: cmd/build.py:405 -msgid "cannot combine -a option and filenames" -msgstr "-a विकल्प और फाइल के नामों को सम्मिलित नहीं किया जा सकता" - -#: cmd/build.py:437 -#, python-format -msgid "cannot open warning file '%s': %s" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: cmd/build.py:456 -msgid "-D option argument must be in the form name=value" -msgstr "-D विकल्प का मान नाम = मान के रूप में होना आवश्यक है" - -#: cmd/build.py:463 -msgid "-A option argument must be in the form name=value" -msgstr "-A विकल्प का मान नाम = मान के रूप में होना आवश्यक है" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "मूक निर्माता से किसी फाइलों की उत्पत्ति नहीं होती." - -#: builders/linkcheck.py:75 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "उपरोक्त परिणाम में अथवा %(outdir)s /output.txt में त्रुटियाँ ढूँढने का प्रयास " - -#: builders/linkcheck.py:146 -#, python-format -msgid "broken link: %s (%s)" -msgstr "खंडित कड़ी: %s (%s)" +#: ext/todo.py:61 +msgid "Todo" +msgstr "अपूर्ण " -#: builders/linkcheck.py:540 +#: ext/todo.py:94 #, python-format -msgid "Anchor '%s' not found" -msgstr "लक्ष्य '%s' नहीं मिला" +msgid "TODO entry found: %s" +msgstr "अपूर्ण प्रविष्टि मिली: %s " -#: builders/linkcheck.py:742 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +#: ext/todo.py:152 +msgid "<>" +msgstr "<<मूल प्रविष्टि>>" -#: builders/singlehtml.py:37 +#: ext/todo.py:154 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें है." +msgid "(The <> is located in %s, line %d.)" +msgstr "(<<मूल प्रविष्टि>> %s, पंक्ति %d में उपस्थित है.)" -#: builders/singlehtml.py:173 -msgid "assembling single document" -msgstr "एकल लेखपत्र संकलन किया जा रहा है" +#: ext/todo.py:166 +msgid "original entry" +msgstr "मौलिक प्रविष्टि" -#: builders/latex/__init__.py:346 builders/manpage.py:56 -#: builders/singlehtml.py:178 builders/texinfo.py:121 -msgid "writing" -msgstr "लिखा जा रहा है" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[स्रोत]" -#: builders/singlehtml.py:191 -msgid "writing additional files" -msgstr "अतिरिक्त फाइलों को लिखा जा रहा है" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "प्रभाग निर्देश विशिष्ट रूप से दर्शाया जा रहा है..." -#: builders/manpage.py:39 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "पुस्तिका पृष्ठ %(outdir)sमें हैं." +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: builders/manpage.py:47 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "कोई \"man_pages\" विन्यास मान नहीं मिला; कोई नियमावली पृष्ठ नहीं लिखे जाएंगे" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "प्रभाग निर्देश" -#: builders/manpage.py:73 +#: ext/viewcode.py:359 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" +msgid "

Source code for %s

" +msgstr "

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

" -#: builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "पाठ फाइल %(outdir)s में हैं." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "सिंहावलोकन: प्रभाग निर्देश" -#: builders/html/__init__.py:1239 builders/text.py:81 builders/xml.py:97 -#, python-format -msgid "error writing file %s: %s" -msgstr "%s फाइल लिखने में व्यवधान: %s" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: builders/xml.py:38 +#: ext/coverage.py:48 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." +msgid "invalid regex %r in %s" +msgstr "अमान्य रेगएक्स #regex# %r, %s में " -#: builders/xml.py:110 +#: 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/texinfo.py:47 +#: ext/coverage.py:148 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "टेक्सइन्फो पृष्ठ %(outdir)sमें हैं." +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: builders/texinfo.py:49 +#: ext/coverage.py:158 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nइन्हें मेकइन्फो से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'मेक इन्फो' आदेश का उपयोग करें)" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" -#: builders/texinfo.py:78 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "कोई \"texinfo_documents\" विन्यास मान नहीं मिला; कोई लेखपत्र नहीं लिखे जाएंगे" +#: 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/texinfo.py:90 +#: ext/coverage.py:187 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "अमान्य रेगएक्स #regex# %r, coverage_c_regexes में " -#: builders/latex/__init__.py:324 builders/texinfo.py:115 +#: ext/coverage.py:260 #, python-format -msgid "processing %s" -msgstr "%s की प्रक्रिया जारी" - -#: builders/latex/__init__.py:404 builders/texinfo.py:174 -msgid "resolving references..." -msgstr "सन्दर्भों का विश्लेषण किया जा रहा है..." - -#: builders/latex/__init__.py:415 builders/texinfo.py:184 -msgid " (in " -msgstr " (में" - -#: builders/_epub_base.py:423 builders/html/__init__.py:778 -#: builders/latex/__init__.py:482 builders/texinfo.py:202 -msgid "copying images... " -msgstr "चित्रों की प्रतिलिपि बनाई जा रही है..." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" -#: builders/_epub_base.py:445 builders/latex/__init__.py:497 -#: builders/texinfo.py:219 +#: ext/coverage.py:452 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "चित्रलेख फाइल %r की प्रतिलिपि नहीं की जा सकी:%s" - -#: builders/texinfo.py:226 -msgid "copying Texinfo support files" -msgstr "टेक्सइन्फो सहायक फाइलों की प्रतिलिपि की जा रही है..." +msgid "undocumented python function: %s :: %s" +msgstr "" -#: builders/texinfo.py:234 +#: ext/coverage.py:473 #, python-format -msgid "error writing file Makefile: %s" -msgstr "मेकफाइल लिखने में त्रुटि: %s" +msgid "undocumented python class: %s :: %s" +msgstr "" -#: builders/gettext.py:230 +#: ext/coverage.py:492 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "सन्देश सूचीपत्र %(outdir)s में हैं." +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" -#: builders/__init__.py:383 builders/gettext.py:251 +#: ext/imgmath.py:148 #, python-format -msgid "building [%s]: " -msgstr "निर्माणाधीन [%s]: " +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "लाटेक्स आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). आई.एम्.जी.मैथ_लाटेक्स मान की जाँच करें" -#: builders/gettext.py:252 +#: ext/imgmath.py:167 #, python-format -msgid "targets for %d template files" -msgstr "%d नमूना फाइलों के लक्ष्य" - -#: builders/gettext.py:257 -msgid "reading templates... " -msgstr "नमूनों को पढ़ा जा रहा है..." - -#: builders/gettext.py:292 -msgid "writing message catalogs... " -msgstr "सन्देश सूचीपत्रों को लिखा जा रहा है..." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). imgmath_%s मान की जाँच करें" -#: builders/__init__.py:212 +#: ext/imgmath.py:326 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s.(%s)" +msgid "display latex %r: %s" +msgstr "लाटेक्स दिखाएँ %r: %s" -#: builders/__init__.py:220 +#: ext/imgmath.py:362 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s" - -#: builders/__init__.py:243 -msgid "building [mo]: " -msgstr "निर्माणाधीन [mo]: " +msgid "inline latex %r: %s" +msgstr "पंक्तिबद्ध लाटेक्स %r: %s" -#: builders/__init__.py:246 builders/__init__.py:741 builders/__init__.py:773 -msgid "writing output... " -msgstr "परिणाम लिखा जा रहा है..." +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: builders/__init__.py:263 +#: ext/imgconverter.py:44 #, python-format -msgid "all of %d po files" -msgstr "सभी %d पी.ओ. फाइलें" +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 "" -#: builders/__init__.py:285 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "targets for %d po files that are specified" -msgstr "निर्दिष्ट %d पी.ओ. फाइलों के लक्ष्य" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "परिवर्तक त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:297 +#: ext/imgconverter.py:83 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d पी.ओ. फाइलों के लक्ष्य कालातीत है" - -#: builders/__init__.py:307 -msgid "all source files" -msgstr "सभी स्रोत फाइलें" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" -#: builders/__init__.py:319 +#: ext/autosectionlabel.py:52 #, python-format -msgid "file %r given on command line does not exist, " +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: builders/__init__.py:325 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "आदेश स्थान में दी गयी फाइल %r स्रोत निर्देशिका में नहीं है, उपेक्षा की जा रही है" +msgid "duplicate label %s, other instance in %s" +msgstr "प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " -#: builders/__init__.py:336 +#: ext/doctest.py:118 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgid "missing '+' or '-' in '%s' option." +msgstr "'%s' विकल्प में अनुपस्थित '+' या '-'." -#: builders/__init__.py:351 +#: ext/doctest.py:124 #, python-format -msgid "%d source files given on command line" -msgstr "%d स्रोत फाइलें आदेश स्थान में दी " +msgid "'%s' is not a valid option." +msgstr "'%s' एक मान्य विकल्प नहीं है." -#: builders/__init__.py:366 +#: ext/doctest.py:139 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d फाइलों के लक्ष्य कालातीत है" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' एक मान्य पाईवर्शन #pyversion# विकल्प नहीं है. " -#: builders/__init__.py:394 -msgid "looking for now-outdated files... " -msgstr "अप्रचलित फाइलों को चिन्हित किया जा रहा है..." +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "अमान्य टेस्टकोड का प्रकार " -#: builders/__init__.py:398 +#: ext/doctest.py:297 #, python-format -msgid "%d found" -msgstr "%d मिला" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "स्रोतों में डॉकटेस्ट्स की जांच पूरी, परिणाम %(outdir)s/output.txt में देखें. " -#: builders/__init__.py:400 -msgid "none found" -msgstr "एक भी नहीं मिला" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "%s भाग में %s पर कोई निर्देश / परिणाम नहीं: %s" -#: builders/__init__.py:407 -msgid "pickling environment" -msgstr "स्थिति को परिरक्षित किया जा रहा है" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "अमान्य डॉकटेस्ट निर्देश की उपेक्षा की जा रही है: %r" -#: builders/__init__.py:414 -msgid "checking consistency" -msgstr "संगतता की जांच की जा रही है" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: builders/__init__.py:418 -msgid "no targets are out of date." -msgstr "कोई प्रयोजन कालातीत नहीं है" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: builders/__init__.py:458 -msgid "updating environment: " -msgstr "स्थिति का नवीनीकरण किया जा रहा है" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "ग्राफविज़ निर्देश में दोनों मापदंड, विषय-वस्तु और फाइल का नाम, नहीं हो सकते" -#: builders/__init__.py:483 +#: ext/graphviz.py:153 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s जोड़ा गया, %s बदला गया, %s हटाया गया" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "बाहरी ग्राफविज़ फाइल %r नहीं मिली अथवा पढने में असफलता मिली" + +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "विषय-वस्तु के बिना ग्राफविज़ निर्देश की उपेक्षा की जा रही है. " -#: builders/__init__.py:519 +#: ext/graphviz.py:287 #, 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 "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/__init__.py:528 +#: ext/graphviz.py:328 #, 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 "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "डॉट निर्देश %r नहीं चलाया जा सकता (ग्राफविज़ परिणाम के लिए आवश्यक), ग्राफविज़_डॉट मान की जांच करें" -#: builders/__init__.py:539 +#: ext/graphviz.py:339 #, 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 "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "डॉट त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:546 +#: ext/graphviz.py:344 #, 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:565 builders/__init__.py:581 -msgid "reading sources... " -msgstr "स्रोतों को पढ़ा जा रहा है..." +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "डॉट ने किसी परिणाम फाइल का नहीं बनाया:\n[stderr]\n%r\n[stdout]\n%r" -#: builders/__init__.py:698 +#: ext/graphviz.py:367 #, python-format -msgid "docnames to write: %s" -msgstr "लेखन के लिए शेष लेखपत्र: %s" - -#: builders/__init__.py:711 -msgid "preparing documents" -msgstr "लेखपत्र बनाए जा रहे हैं" - -#: builders/__init__.py:714 -msgid "copying assets" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/__init__.py:866 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "असाधनीय स्रोत अक्षर, \"?\" द्वारा बदले जा रहे हैं: %r" +msgid "dot code %r: %s" +msgstr "डॉट निर्देश %r: %s" -#: builders/epub3.py:83 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ई-पब फाइल %(outdir)s में है." +msgid "[graph: %s]" +msgstr "[graph: %s]" + +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "टेक्सइन्फो पृष्ठ %(outdir)sमें हैं." -#: builders/epub3.py:220 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_language\" (अथवा \"language\") खाली नहीं होना चाहिए" +#: 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इन्हें मेकइन्फो से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'मेक इन्फो' आदेश का उपयोग करें)" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_uid\" एक्स.एम्.एल. नाम होना चाहिए" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "कोई \"texinfo_documents\" विन्यास मान नहीं मिला; कोई लेखपत्र नहीं लिखे जाएंगे" -#: builders/epub3.py:231 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_title\" (अथवा \"html_title\") खाली नहीं होना चाहिए" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_author\" खाली नहीं होना चाहिए" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "%s की प्रक्रिया जारी" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_contributor\" खाली नहीं होना चाहिए" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "लिखा जा रहा है" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_description\" खाली नहीं होना चाहिए" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "सन्दर्भों का विश्लेषण किया जा रहा है..." -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_publisher\" खाली नहीं होना चाहिए" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (में" -#: builders/epub3.py:255 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_copyright\" (अथवा \"copyright\") खाली नहीं होना चाहिए" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "चित्रों की प्रतिलिपि बनाई जा रही है..." -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_identifier\" खाली नहीं होना चाहिए" +#: 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" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"version\" खाली नहीं होना चाहिए" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "टेक्सइन्फो सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: builders/epub3.py:279 builders/html/__init__.py:1289 +#: builders/texinfo.py:218 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "अमान्य css_file: %r, उपेक्षित" +msgid "error writing file Makefile: %s" +msgstr "मेकफाइल लिखने में त्रुटि: %s" -#: builders/_epub_base.py:222 +#: builders/_epub_base.py:223 #, python-format msgid "duplicated ToC entry found: %s" msgstr "विषय-सूची प्रविष्टि की प्रतिलिपि पायी गई: %s" -#: builders/_epub_base.py:434 +#: builders/_epub_base.py:436 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "चित्रलेख फाइल %r नहीं पढ़ा जा सका: इसकी प्रतिलिपि बनाई जा रही है" -#: builders/_epub_base.py:465 +#: builders/_epub_base.py:467 #, python-format msgid "cannot write image file %r: %s" msgstr "चित्रलेख फाइल %r नहीं लिखा जा सका:%s" -#: builders/_epub_base.py:477 +#: builders/_epub_base.py:479 msgid "Pillow not found - copying image files" msgstr "पिलो नहीं मिला - चित्र फाइलों की प्रतिलिपि बनाई जा रही है" -#: builders/_epub_base.py:512 +#: builders/_epub_base.py:514 msgid "writing mimetype file..." msgstr "" -#: builders/_epub_base.py:521 +#: builders/_epub_base.py:523 msgid "writing META-INF/container.xml file..." msgstr "" -#: builders/_epub_base.py:558 +#: builders/_epub_base.py:561 msgid "writing content.opf file..." msgstr "" -#: builders/_epub_base.py:590 +#: builders/_epub_base.py:594 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "%s के लिए अज्ञात लेख प्रकार, छोड़ा गया" -#: builders/_epub_base.py:745 +#: builders/_epub_base.py:748 msgid "node has an invalid level" msgstr "" -#: builders/_epub_base.py:764 +#: builders/_epub_base.py:768 msgid "writing toc.ncx file..." msgstr "" -#: builders/_epub_base.py:793 +#: builders/_epub_base.py:801 #, python-format msgid "writing %s file..." msgstr "%s फाइल को लिखा जा रहा है..." -#: builders/changes.py:33 +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." + +#: builders/html/__init__.py:1256 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 में हैं." + +#: builders/changes.py:29 #, python-format msgid "The overview file is in %(outdir)s." msgstr "संक्षिप्त विवरण फाइल %(outdir)s में है." -#: builders/changes.py:60 +#: builders/changes.py:61 #, python-format msgid "no changes in version %s." msgstr "%s संस्करण में कोई परिवर्तन नहीं हैं." -#: builders/changes.py:62 +#: builders/changes.py:63 msgid "writing summary file..." msgstr "सार फाइल को लिखा जा रहा है..." -#: builders/changes.py:74 +#: builders/changes.py:75 msgid "Builtins" msgstr "अंतर्निर्मित" -#: builders/changes.py:76 +#: builders/changes.py:77 msgid "Module level" msgstr "प्रभाग स्तर" -#: builders/changes.py:128 +#: builders/changes.py:129 msgid "copying source files..." msgstr "स्रोत फाइलों की प्रतिलिपि बनाई जा रही है..." -#: builders/changes.py:137 +#: builders/changes.py:138 #, python-format msgid "could not read %r for changelog creation" msgstr "परिवर्तन सूची बनाने के लिए %r को नहीं पढ़ा जा सका" -#: util/rst.py:72 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" -msgstr "मानक भूमिका '%s' नहीं मिली" +msgid "The manual pages are in %(outdir)s." +msgstr "पुस्तिका पृष्ठ %(outdir)sमें हैं." -#: util/docfields.py:95 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "कोई \"man_pages\" विन्यास मान नहीं मिला; कोई नियमावली पृष्ठ नहीं लिखे जाएंगे" -#: util/osutil.py:130 +#: builders/manpage.py:64 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: util/nodes.py:419 +#: builders/epub3.py:84 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "The ePub file is in %(outdir)s." +msgstr "ई-पब फाइल %(outdir)s में है." + +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: util/nodes.py:487 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "विषय-सूची-संरचना में अविद्यमान फाइल %r का सन्दर्भ है" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_language\" (अथवा \"language\") खाली नहीं होना चाहिए" -#: util/nodes.py:701 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "केवल निर्देशक भाव का मूल्यांकन करते समय अपवाद: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_uid\" एक्स.एम्.एल. नाम होना चाहिए" -#: util/fileutil.py:74 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_title\" (अथवा \"html_title\") खाली नहीं होना चाहिए" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_author\" खाली नहीं होना चाहिए" -#: util/inventory.py:170 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_contributor\" खाली नहीं होना चाहिए" -#: util/inventory.py:185 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_description\" खाली नहीं होना चाहिए" -#: util/docutils.py:284 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_publisher\" खाली नहीं होना चाहिए" -#: util/docutils.py:747 -#, python-format -msgid "unknown node type: %r" -msgstr "अज्ञात बिंदु प्रकार: %r" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_copyright\" (अथवा \"copyright\") खाली नहीं होना चाहिए" -#: util/display.py:81 -msgid "skipped" -msgstr "छोड़ा " +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_identifier\" खाली नहीं होना चाहिए" -#: util/display.py:86 -msgid "failed" -msgstr "असफल" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"version\" खाली नहीं होना चाहिए" -#: util/i18n.py:103 +#: builders/epub3.py:283 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:110 +#: builders/gettext.py:243 #, python-format -msgid "writing error: %s, %s" -msgstr "अशुद्धि लेखन: %s, %s" +msgid "The message catalogs are in %(outdir)s." +msgstr "सन्देश सूचीपत्र %(outdir)s में हैं." -#: util/i18n.py:138 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "building [%s]: " +msgstr "निर्माणाधीन [%s]: " -#: util/i18n.py:230 +#: builders/gettext.py:265 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "अमान्य तिथि प्रारूप. यदि आप सीधे परिणाम में दर्शाना चाहते हैं तो अक्षरमाला को एकाकी उद्धरण चिन्ह द्वारा चिन्हित करें: %s" +msgid "targets for %d template files" +msgstr "%d नमूना फाइलों के लक्ष्य" -#: 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 "" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "नमूनों को पढ़ा जा रहा है..." -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "सन्देश सूचीपत्रों को लिखा जा रहा है..." -#: directives/code.py:87 +#: builders/text.py:27 #, python-format -msgid "Invalid caption: %s" -msgstr "अमान्य शीर्षक: %s" +msgid "The text files are in %(outdir)s." +msgstr "पाठ फाइल %(outdir)s में हैं." -#: directives/code.py:132 directives/code.py:297 directives/code.py:484 +#: 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 निर्माता के लिए योग्य चित्र नहीं मिला: %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 निर्माता के लिए योग्य चित्र नहीं मिला: %s" -#: directives/code.py:231 +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "निर्माणाधीन [mo]: " + +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "परिणाम लिखा जा रहा है..." + +#: 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 पी.ओ. फाइलें" -#: directives/code.py:234 +#: 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 "निर्दिष्ट %d पी.ओ. फाइलों के लक्ष्य" -#: directives/code.py:276 +#: builders/__init__.py:315 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "%r नामक विषयवस्तु सम्मिलित फाइल %r में नहीं मिली" +msgid "targets for %d po files that are out of date" +msgstr "%d पी.ओ. फाइलों के लक्ष्य कालातीत है" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "\"lineno-match\" का प्रयोग बिना जुडी \"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" -msgstr "लाइन ब्यौरा %r: सम्मिलित फाइल %r से कोई लाइन नहीं ली जा सकीं" +msgid "file %r given on command line does not exist, " +msgstr "" -#: directives/other.py:122 +#: 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 "आदेश स्थान में दी गयी फाइल %r स्रोत निर्देशिका में नहीं है, उपेक्षा की जा रही है" + +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/other.py:155 environment/adapters/toctree.py:355 +#: builders/__init__.py:367 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "विषय-सूची-संरचना में छोड़े गए लेखपत्र %r का सन्दर्भ है" +msgid "%d source files given on command line" +msgstr "%d स्रोत फाइलें आदेश स्थान में दी " -#: directives/other.py:158 environment/adapters/toctree.py:359 +#: builders/__init__.py:383 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "विषय-सूची-संरचना में अविद्यमान लेखपत्र %r का सन्दर्भ है" +msgid "targets for %d source files that are out of date" +msgstr "%d फाइलों के लक्ष्य कालातीत है" + +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "अप्रचलित फाइलों को चिन्हित किया जा रहा है..." -#: directives/other.py:171 +#: builders/__init__.py:416 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +msgid "%d found" +msgstr "%d मिला" + +#: builders/__init__.py:418 +msgid "none found" +msgstr "एक भी नहीं मिला" + +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "स्थिति को परिरक्षित किया जा रहा है" -#: directives/other.py:204 -msgid "Section author: " -msgstr "भाग के लेखक:" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "संगतता की जांच की जा रही है" -#: directives/other.py:206 -msgid "Module author: " -msgstr "प्रभाग लेखक:" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "कोई प्रयोजन कालातीत नहीं है" -#: directives/other.py:208 -msgid "Code author: " -msgstr "निर्देश लेखक:" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "स्थिति का नवीनीकरण किया जा रहा है" -#: directives/other.py:210 -msgid "Author: " -msgstr "लेखक:" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s जोड़ा गया, %s बदला गया, %s हटाया गया" -#: directives/other.py:284 -msgid ".. acks content is not a list" +#: 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 "" -#: directives/other.py:309 -msgid ".. hlist content is not a list" +#: 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: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 -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." -msgstr "" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "स्रोतों को पढ़ा जा रहा है..." -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "लेखन के लिए शेष लेखपत्र: %s" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:112 _cli/__init__.py:183 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "लेखपत्र बनाए जा रहे हैं" + +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:172 +#: builders/__init__.py:915 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: _cli/__init__.py:182 -msgid " Manage documentation with Sphinx." -msgstr "" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें है." -#: _cli/__init__.py:194 -msgid "Show the version and exit." -msgstr "" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "एकल लेखपत्र संकलन किया जा रहा है" -#: _cli/__init__.py:202 -msgid "Show this message and exit." -msgstr "" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "अतिरिक्त फाइलों को लिखा जा रहा है" -#: _cli/__init__.py:206 -msgid "Logging" -msgstr "" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "मूक निर्माता से किसी फाइलों की उत्पत्ति नहीं होती." -#: _cli/__init__.py:213 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "उपरोक्त परिणाम में अथवा %(outdir)s /output.txt में त्रुटियाँ ढूँढने का प्रयास " -#: _cli/__init__.py:221 -msgid "Only print errors and warnings." -msgstr "" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "खंडित कड़ी: %s (%s)" -#: _cli/__init__.py:228 -msgid "No output at all" -msgstr "" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "लक्ष्य '%s' नहीं मिला" -#: _cli/__init__.py:234 -msgid "" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: _cli/__init__.py:265 -msgid "See 'sphinx --help'.\n" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:198 -#: transforms/__init__.py:133 writers/manpage.py:102 writers/texinfo.py:219 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "सावधानी" -#: transforms/__init__.py:143 -msgid "could not calculate translation progress!" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "चेतावनी" -#: transforms/__init__.py:148 -msgid "no translated elements!" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "खतरा" -#: transforms/__init__.py:267 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4 पंक्तिबद्ध सूचियाँ मिलीं. यह आपके द्वारा उपयोग किए गए आयाम की त्रुटि हो सकती है: %r" +#: locale/__init__.py:232 +msgid "Error" +msgstr "गलती" -#: transforms/__init__.py:313 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "पाद-टिप्पणी [%s] का कोई सन्दर्भ नहीं है." +#: locale/__init__.py:233 +msgid "Hint" +msgstr "संकेत" -#: transforms/__init__.py:322 -msgid "Footnote [*] is not referenced." -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "महत्त्वपूर्ण" -#: transforms/__init__.py:333 -msgid "Footnote [#] is not referenced." -msgstr "पाद-टिप्पणी [#] सन्दर्भ कहीं नहीं है" +#: locale/__init__.py:235 +msgid "Note" +msgstr "टिप्पणी " + +#: locale/__init__.py:236 +msgid "See also" +msgstr "यह भी देखिए" -#: transforms/i18n.py:228 transforms/i18n.py:303 +#: locale/__init__.py:237 +msgid "Tip" +msgstr "सलाह" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "चेतावनी" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "अनुवादित संदेश में असंगत पाद-टिप्पणी के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: transforms/i18n.py:273 +#: transforms/i18n.py:276 +#, python-brace-format msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "अनुवादित संदेश में असंगत प्रसंग. मूल: {0}, अनुवादित: {1}" -#: transforms/i18n.py:323 +#: transforms/i18n.py:326 +#, python-brace-format msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "अनुवादित संदेश में असंगत उद्धरण के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: transforms/i18n.py:345 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "अनुवादित संदेश में असंगत शब्द के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: ext/linkcode.py:75 ext/viewcode.py:201 -msgid "[source]" -msgstr "[स्रोत]" - -#: ext/imgconverter.py:40 -#, 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:49 ext/imgconverter.py:73 -#, 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:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" - -#: ext/viewcode.py:258 -msgid "highlighting module code... " -msgstr "प्रभाग निर्देश विशिष्ट रूप से दर्शाया जा रहा है..." - -#: ext/viewcode.py:286 -msgid "[docs]" -msgstr "[docs]" - -#: ext/viewcode.py:306 -msgid "Module code" -msgstr "प्रभाग निर्देश" - -#: ext/viewcode.py:312 -#, python-format -msgid "

Source code for %s

" -msgstr "

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

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

All modules for which code is available

" -msgstr "

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

" - -#: ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" -msgstr "अमान्य रेगएक्स #regex# %r, %s में " - -#: ext/coverage.py:134 ext/coverage.py:280 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "प्रभाग %s का आयत नहीं किया जा सका: %s" - -#: ext/coverage.py:141 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: ext/coverage.py:163 +#: transforms/__init__.py:258 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -msgstr "स्रोतों की व्यापकता की जांच पूरी, परिणाम %(outdir)spython.txt में देखें. " +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4 पंक्तिबद्ध सूचियाँ मिलीं. यह आपके द्वारा उपयोग किए गए आयाम की त्रुटि हो सकती है: %r" -#: ext/coverage.py:177 +#: transforms/__init__.py:299 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "अमान्य रेगएक्स #regex# %r, coverage_c_regexes में " +msgid "Footnote [%s] is not referenced." +msgstr "पाद-टिप्पणी [%s] का कोई सन्दर्भ नहीं है." -#: ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "पाद-टिप्पणी [#] सन्दर्भ कहीं नहीं है" -#: ext/coverage.py:445 +#: util/inventory.py:147 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: ext/coverage.py:458 +#: util/inventory.py:166 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: ext/todo.py:71 -msgid "Todo" -msgstr "अपूर्ण " - -#: ext/todo.py:104 -#, python-format -msgid "TODO entry found: %s" -msgstr "अपूर्ण प्रविष्टि मिली: %s " - -#: ext/todo.py:163 -msgid "<>" -msgstr "<<मूल प्रविष्टि>>" - -#: ext/todo.py:165 +#: util/i18n.py:100 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<<मूल प्रविष्टि>> %s, पंक्ति %d में उपस्थित है.)" - -#: ext/todo.py:175 -msgid "original entry" -msgstr "मौलिक प्रविष्टि" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +msgid "reading error: %s, %s" +msgstr "अशुद्धि पाठन: %s, %s" -#: ext/doctest.py:115 +#: util/i18n.py:113 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "'%s' विकल्प में अनुपस्थित '+' या '-'." +msgid "writing error: %s, %s" +msgstr "अशुद्धि लेखन: %s, %s" -#: ext/doctest.py:120 +#: util/i18n.py:146 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' एक मान्य विकल्प नहीं है." +msgid "locale_dir %s does not exist" +msgstr "" -#: ext/doctest.py:134 +#: util/i18n.py:244 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' एक मान्य पाईवर्शन #pyversion# विकल्प नहीं है. " - -#: ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "अमान्य टेस्टकोड का प्रकार " +msgid "Invalid Babel locale: %r." +msgstr "" -#: ext/doctest.py:281 +#: util/i18n.py:253 #, python-format msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "स्रोतों में डॉकटेस्ट्स की जांच पूरी, परिणाम %(outdir)s/output.txt में देखें. " +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "अमान्य तिथि प्रारूप. यदि आप सीधे परिणाम में दर्शाना चाहते हैं तो अक्षरमाला को एकाकी उद्धरण चिन्ह द्वारा चिन्हित करें: %s" -#: ext/doctest.py:434 +#: util/fileutil.py:76 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "%s भाग में %s पर कोई निर्देश / परिणाम नहीं: %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: ext/doctest.py:522 +#: util/fileutil.py:89 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "अमान्य डॉकटेस्ट निर्देश की उपेक्षा की जा रही है: %r" - -#: ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "ग्राफविज़ निर्देश में दोनों मापदंड, विषय-वस्तु और फाइल का नाम, नहीं हो सकते" +msgid "Writing evaluated template result to %s" +msgstr "" -#: ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "बाहरी ग्राफविज़ फाइल %r नहीं मिली अथवा पढने में असफलता मिली" +#: util/display.py:82 +msgid "skipped" +msgstr "छोड़ा " -#: ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "विषय-वस्तु के बिना ग्राफविज़ निर्देश की उपेक्षा की जा रही है. " +#: util/display.py:87 +msgid "failed" +msgstr "असफल" -#: ext/graphviz.py:268 +#: util/osutil.py:131 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: ext/graphviz.py:303 +#: util/docfields.py:103 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "डॉट निर्देश %r नहीं चलाया जा सकता (ग्राफविज़ परिणाम के लिए आवश्यक), ग्राफविज़_डॉट मान की जांच करें" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: ext/graphviz.py:310 +#: util/nodes.py:454 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "डॉट त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: ext/graphviz.py:313 +#: util/nodes.py:521 #, 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 "toctree contains ref to nonexisting file %r" +msgstr "विषय-सूची-संरचना में अविद्यमान फाइल %r का सन्दर्भ है" -#: ext/graphviz.py:329 +#: util/nodes.py:737 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "ग्राफविज़_आउटपुट_फॉर्मेट का 'पी.एन.जी', 'एस.वी.जी.', होना आवश्यक है, पर यह %r है" +msgid "exception while evaluating only directive expression: %s" +msgstr "केवल निर्देशक भाव का मूल्यांकन करते समय अपवाद: %s" -#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#: util/docutils.py:325 #, python-format -msgid "dot code %r: %s" -msgstr "डॉट निर्देश %r: %s" +msgid "unknown directive name: %s" +msgstr "" -#: ext/graphviz.py:436 ext/graphviz.py:444 +#: util/docutils.py:361 #, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" +msgid "unknown role name: %s" +msgstr "" -#: ext/graphviz.py:438 ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graph]" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "अज्ञात बिंदु प्रकार: %r" -#: ext/imgmath.py:369 ext/mathjax.py:52 -msgid "Link to this equation" -msgstr "" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "मानक भूमिका '%s' नहीं मिली" -#: ext/apidoc.py:85 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "Would create file %s." -msgstr "%s फाइल बन जाएगी." +msgid "Could not fetch remote image: %s [%s]" +msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%s]" -#: ext/apidoc.py:375 -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नोट: सामान्यतया यह स्क्रिप्ट किसी पहले से बनाई गई फाइल पर पुनर्लेखन नहीं करती." +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%d]" -#: ext/apidoc.py:392 -msgid "path to module to document" -msgstr "प्रभाग से लेखपत्र का पथ" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "अज्ञात चित्र प्रारूप: %s..." -#: ext/apidoc.py:396 +#: transforms/post_transforms/__init__.py:88 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fnmatch-style फाइल और/ अथवा निर्देशिका स्वरुप जो निर्माण प्रक्रिया से छोड़ने हैं" - -#: ext/apidoc.py:407 -msgid "directory to place all output" -msgstr "सभी परिणामों को सहेजने के लिए निर्देशिका" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" -#: ext/apidoc.py:422 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "विषय-सूची में दिखाए जाने वाले उपप्रभागों की अधिकतम गहराई (मानक: 4)" +#: 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.py:429 -msgid "overwrite existing files" -msgstr "मौजूदा फाइलों पर पुनर्लेखन करें" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" -#: ext/apidoc.py:437 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "सांकेतिक कड़ियों का अनुसरण करें. कलेक्टिव.रेसिपी.ऑमलेट के साथ प्रभावशाली. " +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "" -#: ext/apidoc.py:446 -msgid "run the script without creating files" -msgstr "फाइलों को बनाए बिना स्क्रिप्ट चलाएं " +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "पिछले पृष्ठ से जारी" -#: ext/apidoc.py:453 -msgid "put documentation for each module on its own page" -msgstr "प्रत्येक प्रभाग के आलेख उसके अपने पृष्ठ में रखें" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "अगले पृष्ठ पर जारी" -#: ext/apidoc.py:460 -msgid "include \"_private\" modules" -msgstr "\"_private\" प्रभाग को सम्मिलित करें " +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "अकारादि-क्रमहीन " -#: ext/apidoc.py:467 -msgid "filename of table of contents (default: modules)" -msgstr "विषय-सूची की फाइल का नाम (मानक: प्रभाग) " +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "संकेत " -#: ext/apidoc.py:474 -msgid "don't create a table of contents file" -msgstr "विषय-सूची की फाइल न बनाएं " +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "संख्याएं " -#: ext/apidoc.py:481 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "प्रभाग/पैकेज पैकेजों का शीर्षक न बनाएं (उदाहरणार्थ, जब डॉकस्ट्रिंग्स में यह पहले से हों) " +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "पृष्ठ" -#: ext/apidoc.py:492 -msgid "put module documentation before submodule documentation" -msgstr " मुख्य प्रभाग के आलेख को उपप्रभाग के आलेख से पहले रखें" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "आवृत्ति" -#: ext/apidoc.py:498 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "प्रभाग पथ की व्याख्या 'पी.ई.पी.-0420 निहित नामराशि विवरण' के आधार पर करें " +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: ext/apidoc.py:508 -msgid "file suffix (default: rst)" -msgstr "फाइल प्रत्यय (मानक: rst)" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "" -#: ext/apidoc.py:515 ext/autosummary/generate.py:839 -msgid "Remove existing files in the output directory that were not generated" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: ext/apidoc.py:524 -msgid "generate a full project with sphinx-quickstart" -msgstr "स्फिंक्स-त्वरित-आरम्भ के साथ पूर्ण परियोजना उत्पन्न करें " +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r में कोई \"रूप\" मान नहीं है" -#: ext/apidoc.py:531 -msgid "append module_path to sys.path, used when --full is given" -msgstr "मोड्यूल_पाथ #module_path# को सिस.पाथ #sys.path# में जोड़ें, जब --full दिया जाता है तब इसका प्रयोग होता है " +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r में कोई \"%s \" मान नहीं है" -#: ext/apidoc.py:538 -msgid "project name (default: root module name)" -msgstr "परियोजना का नाम (मानक: मूल प्रभाग का नाम) " +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "लाटेक्स लेखपत्र %(outdir)s में हैं." -#: ext/apidoc.py:545 -msgid "project author(s), used when --full is given" -msgstr "परियोजना लेखक(गण), जब --full दिया जाता है तब इसका प्रयोग होता है " +#: 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' आदेश का उपयोग करें)" -#: ext/apidoc.py:552 -msgid "project version, used when --full is given" -msgstr "परियोजना संस्करण, जब --full दिया जाता है तब इसका प्रयोग होता है " +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "कोई \"latex_documents\" विन्यास मान नहीं मिला; कोई नहीं लिखे जाएंगे" -#: ext/apidoc.py:559 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "परियोजना आवृत्ति, जब --full दिया जाता है तब इसका प्रयोग होता है " +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" -#: ext/apidoc.py:564 -msgid "extension options" -msgstr "आयाम विकल्प " +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "अतिरिक्त फाइलों की प्रतिकृति बनाई जा रही है" -#: ext/apidoc.py:638 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%s is not a directory." -msgstr "%s एक निर्देशिका नहीं है. " +msgid "logo file %r does not exist" +msgstr "प्रतीकचिन्ह फाइल %r का अस्तित्व नहीं है" -#: ext/apidoc.py:710 ext/autosummary/generate.py:875 +#: builders/latex/__init__.py:529 #, python-format -msgid "Failed to remove %s: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: ext/autosectionlabel.py:48 +#: builders/latex/__init__.py:537 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/std/__init__.py:703 domains/std/__init__.py:812 -#: ext/autosectionlabel.py:52 +#: 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:115 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " +msgid "The HTML pages are in %(outdir)s." +msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें हैं." + +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "निर्माण सूचनापत्र फाइल को नहीं पढ़ा जा सका: %r" + +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: ext/duration.py:85 -msgid "" -"====================== slowest reading durations =======================" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: ext/imgmath.py:159 +#: builders/html/__init__.py:386 #, python-format msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "लाटेक्स आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). आई.एम्.जी.मैथ_लाटेक्स मान की जाँच करें" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). imgmath_%s मान की जाँच करें" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "सामान्य अनुक्रमाणिका" -#: ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "लाटेक्स दिखाएँ %r: %s" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "अनुक्रमणिका" -#: ext/imgmath.py:362 +#: builders/html/__init__.py:563 #, python-format -msgid "inline latex %r: %s" -msgstr "पंक्तिबद्ध लाटेक्स %r: %s" +msgid "Logo of %s" +msgstr "" -#: writers/latex.py:1090 writers/manpage.py:263 writers/texinfo.py:662 -msgid "Footnotes" -msgstr "पाद टिप्पणियां" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "आगामी" -#: writers/manpage.py:309 writers/text.py:936 -#, python-format -msgid "[image: %s]" -msgstr "[चित्र: %s]" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "पूर्ववर्ती" -#: writers/manpage.py:310 writers/text.py:937 -msgid "[image]" -msgstr "[चित्र]" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "अनुक्रमाणिका निर्मित की जा रही है" -#: writers/html5.py:99 writers/html5.py:108 -msgid "Link to this definition" -msgstr "" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "अतिरिक्त पृष्ठ लिखे जा रहे हैं" -#: writers/html5.py:415 +#: builders/html/__init__.py:796 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "%s के लिए नमफिग_फॉर्मेट नहीं बताया गया है" +msgid "cannot copy image file '%s': %s" +msgstr "" + +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "उतारी गई फाइलों की प्रतिलिपि बनाई जा रही है..." -#: writers/html5.py:427 +#: builders/html/__init__.py:820 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "%s बिंदु के लिए कोई पहचान-चिन्ह नहीं दिया गया" +msgid "cannot copy downloadable file %r: %s" +msgstr "उतारी गई फाइलों %r की प्रतिलिपि नहीं की जा सकी: %s" -#: writers/html5.py:482 -msgid "Link to this term" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: writers/html5.py:525 writers/html5.py:530 -msgid "Link to this heading" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: writers/html5.py:535 -msgid "Link to this table" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: writers/html5.py:549 writers/latex.py:1099 +#: builders/html/__init__.py:936 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "cannot copy static file %r" +msgstr "स्थैतिक फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: writers/html5.py:613 -msgid "Link to this code" -msgstr "" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "अतिरिक्त फाइलों की प्रतिलिपियां बनाये जा रहे है| " -#: writers/html5.py:615 -msgid "Link to this image" -msgstr "" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" +msgstr "अतिरिक्त फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: writers/html5.py:617 -msgid "Link to this toctree" -msgstr "" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "निर्माण फाइल को नहीं लिखा जा सका: %r" -#: writers/html5.py:758 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "चित्र का आकार नहीं मिल सका. :scale: विकल्प की उपेक्षा की जा रही है." +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "खोज अनुक्रमाणिका नहीं चढाई जा सकी, लेकिन सभी लेखपत्र नहीं बनाए जाएंगे: अनुक्रमणिका अपूर्ण रहेगी." -#: builders/latex/__init__.py:205 domains/std/__init__.py:646 -#: domains/std/__init__.py:658 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:513 -msgid "Index" -msgstr "अनुक्रमणिका" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "पृष्ठ %s html_sidebars में दो आकृतियों से मिलता है: %r %r" -#: writers/latex.py:743 writers/texinfo.py:644 +#: builders/html/__init__.py:1218 +#, python-format msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -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# विहित विन्यास मान यूनिकोड अक्षरों में हैं." -#: writers/texinfo.py:1216 -msgid "caption not inside a figure." -msgstr "शीर्षक रेखाचित्र के भीतर नहीं है" +#: builders/html/__init__.py:1231 +#, 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 "" -#: writers/texinfo.py:1302 +#: builders/html/__init__.py:1239 #, python-format -msgid "unimplemented node type: %r" -msgstr "अकार्यान्वित बिंदु प्रकार: %r" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "पृष्ठ %s की प्रस्तुति करते समय एक त्रुटि हुई.\nकारण: %r" -#: writers/latex.py:360 +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "विषयवस्तुओं का भंडार बनाया जा रहा है" + +#: builders/html/__init__.py:1280 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "अज्ञात %r उच्चतमस्तर_विभाजन #toplevel_sectioning# %r वर्ग के लिए" +msgid "dumping search index in %s" +msgstr "%s में खोज अनुक्रमाणिका भंडार बनाया जा रहा है" -#: builders/latex/__init__.py:223 writers/latex.py:410 +#: builders/html/__init__.py:1323 #, python-format -msgid "no Babel option known for language %r" -msgstr "%r भाषा के लिए कोई बाबेल विकल्प नहीं " +msgid "invalid js_file: %r, ignored" +msgstr "अमान्य js_file: %r, उपेक्षित" -#: writers/latex.py:428 -msgid "too large :maxdepth:, ignored." -msgstr "अत्याधिक अधिकतम गहराई # :maxdepth: #, उपेक्षित किया गया." +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "कई math_renderers पंजीकृत हैं. लेकिन कोई math_renderers नहीं चुना गया है." -#: writers/latex.py:590 +#: builders/html/__init__.py:1361 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "अज्ञात math_renderer %r दिया गया." -#: writers/latex.py:708 -msgid "document title is not a single Text node" -msgstr "लेखपत्र का शीर्षक एकल पाठ बिंदु नहीं है" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path का प्रविष्टि %r outdir में है| " -#: writers/latex.py:1175 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "दोनों तालिका-स्तंभ और :चौड़ाई: विकल्प दिए गए हैं. :चौड़ाई: मान की उपेक्षा की जाएगी." +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path प्रविष्टि %r का अस्तित्व नहीं है" -#: writers/latex.py:1573 +#: builders/html/__init__.py:1395 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "परिमाण मात्रक %s अमान्य है. उपेक्षा की जाएगी." +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path का प्रविष्टि %r outdir में है| " -#: writers/latex.py:1931 +#: builders/html/__init__.py:1400 #, python-format -msgid "unknown index entry type %s found" -msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार %s मिला" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path प्रविष्टि %r का अस्तित्व नहीं है" -#: domains/std/__init__.py:87 domains/std/__init__.py:104 +#: builders/html/__init__.py:1422 #, python-format -msgid "environment variable; %s" -msgstr "परिस्थिति चर पद; %s" +msgid "favicon file %r does not exist" +msgstr "इष्ट चिन्ह फाइल %r का अस्तित्व नहीं है" -#: domains/std/__init__.py:112 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s; configuration value" +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/std/__init__.py:166 -msgid "Type" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/std/__init__.py:176 -msgid "Default" -msgstr "" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s दिग्दर्शिका" -#: domains/std/__init__.py:235 +#: ext/intersphinx/_resolve.py:49 #, 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 "(in %s v%s)" +msgstr "(%s v%s में)" -#: domains/std/__init__.py:306 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "%s command line option" -msgstr "" +msgid "(in %s)" +msgstr "(%s में)" -#: domains/std/__init__.py:308 -msgid "command line option" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:430 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:438 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:444 domains/std/__init__.py:457 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:602 -msgid "glossary term" -msgstr "पारिभाषिक पद" - -#: domains/std/__init__.py:603 -msgid "grammar token" -msgstr "व्याकरण संकेत " - -#: domains/std/__init__.py:604 -msgid "reference label" -msgstr "सन्दर्भ शीर्षक" - -#: domains/std/__init__.py:607 -msgid "environment variable" -msgstr "परिस्थिति चर पद " - -#: domains/std/__init__.py:608 -msgid "program option" -msgstr "प्रोग्राम विकल्प " - -#: domains/std/__init__.py:609 -msgid "document" -msgstr "लेखपत्र" - -#: domains/std/__init__.py:647 domains/std/__init__.py:659 -msgid "Module Index" -msgstr "प्रभाग सूची" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: domains/std/__init__.py:648 domains/std/__init__.py:660 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "खोज पृष्ठ" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: domains/std/__init__.py:722 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:932 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig असमर्थ है. :numref: उपेक्षित है." +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: domains/std/__init__.py:940 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:952 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "the link has no caption: %s" -msgstr "कड़ी का कोई शीर्षक नहीं है: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: domains/std/__init__.py:966 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "अमान्य numfig_format: %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 "" -#: domains/std/__init__.py:969 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "invalid numfig_format: %s" -msgstr "अमान्य numfig_format: %s" +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:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: domains/std/__init__.py:1200 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "undefined label: %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:1202 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s प्रभाग में )" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: domains/python/__init__.py:167 domains/python/__init__.py:334 -#: domains/python/__init__.py:385 domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s प्रभाग में )" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "कुछ चीजों के साथ कुछ समस्या है, लेकिन काम के दूसरे विकल्प उपलब्ध हैं: " -#: domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (अंतर्निर्मित चर पद)" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "कुछ चीजों पहुँचने में असफलता मिली और यह समस्याएँ मिलीं: " -#: domains/python/__init__.py:194 +#: ext/intersphinx/_load.py:400 #, python-format -msgid "%s (built-in class)" -msgstr "%s (अंतर्निर्मित वर्ग)" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "इन्टरस्फिंक्स सामान स्थानांतरित हो चुका है: %s -> %s" -#: domains/python/__init__.py:195 +#: ext/apidoc/_generate.py:69 #, python-format -msgid "%s (class in %s)" -msgstr "%s (%s वर्ग में)" +msgid "Would create file %s." +msgstr "%s फाइल बन जाएगी." -#: domains/python/__init__.py:249 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s वर्ग विधि) " +msgid "Failed to remove %s: %s" +msgstr "" -#: domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s स्थैतिक विधि)" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" -#: domains/python/__init__.py:389 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "%s (%s property)" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/python/__init__.py:428 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "%s (type alias in %s)" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/python/__init__.py:559 -msgid "Python Module Index" -msgstr "पाइथन प्रभाग सूची" - -#: domains/python/__init__.py:560 -msgid "modules" -msgstr "प्रभाग" - -#: domains/python/__init__.py:637 -msgid "Deprecated" -msgstr "अवमानित " - -#: domains/python/__init__.py:663 -msgid "exception" -msgstr "अपवाद " - -#: domains/python/__init__.py:665 -msgid "class method" -msgstr "वर्ग विधि" - -#: domains/python/__init__.py:666 -msgid "static method" -msgstr "स्थैतिक पद्धति" - -#: domains/python/__init__.py:668 -msgid "property" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/python/__init__.py:669 -msgid "type alias" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/python/__init__.py:729 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/python/__init__.py:858 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "पारस्परिक-सन्दर्भों के लिए एक से अधिक लक्ष्य मिले %r: %s" - -#: domains/python/__init__.py:920 -msgid " (deprecated)" -msgstr "(अवमानित)" - -#: domains/c/__init__.py:304 domains/cpp/__init__.py:441 -#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 -msgid "Parameters" -msgstr "मापदण्ड" - -#: domains/python/_object.py:169 -msgid "Variables" -msgstr "चर पद " - -#: domains/python/_object.py:173 -msgid "Raises" -msgstr "उभारता है " +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "" -#: domains/c/__init__.py:199 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/c/__init__.py:307 domains/cpp/__init__.py:454 -msgid "Return values" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/c/__init__.py:679 domains/cpp/__init__.py:860 -msgid "member" -msgstr "सदस्य" - -#: domains/c/__init__.py:680 -msgid "variable" -msgstr "चर पद" - -#: domains/c/__init__.py:682 -msgid "macro" -msgstr "मैक्रो" - -#: domains/c/__init__.py:683 -msgid "struct" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/c/__init__.py:684 domains/cpp/__init__.py:858 -msgid "union" -msgstr "युग्म" - -#: domains/c/__init__.py:685 domains/cpp/__init__.py:863 -msgid "enum" -msgstr "गणक" - -#: domains/c/__init__.py:686 domains/cpp/__init__.py:864 -msgid "enumerator" -msgstr "प्रगणक " - -#: domains/c/__init__.py:687 domains/cpp/__init__.py:861 -msgid "type" -msgstr "प्रकार" - -#: domains/c/__init__.py:689 domains/cpp/__init__.py:866 -msgid "function parameter" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "नमूना मानदण्ड " - -#: domains/cpp/__init__.py:277 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/cpp/__init__.py:862 -msgid "concept" -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स्वतःप्रभाग निर्देश द्वारा में प्रति पैकेज एक रेस्ट #reST# फाइल बनाएं.\n\n फाइल और/ अथवा निर्देशिका स्वरुप हो सकते हैं\nजो निर्माण प्रकिया में छोड़ दिए जाएंगे.\n\nनोट: सामान्यतया यह स्क्रिप्ट किसी पहले से बनाई गई फाइल पर पुनर्लेखन नहीं करती." -#: domains/cpp/__init__.py:867 -msgid "template parameter" -msgstr "" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "प्रभाग से लेखपत्र का पथ" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "विषय सामिग्री" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fnmatch-style फाइल और/ अथवा निर्देशिका स्वरुप जो निर्माण प्रक्रिया से छोड़ने हैं" -#: 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/apidoc/_cli.py:60 +msgid "directory to place all output" +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/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "विषय-सूची में दिखाए जाने वाले उपप्रभागों की अधिकतम गहराई (मानक: 4)" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "चलिए" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "मौजूदा फाइलों पर पुनर्लेखन करें" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "स्रोत दिखाएँ" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "सांकेतिक कड़ियों का अनुसरण करें. कलेक्टिव.रेसिपी.ऑमलेट के साथ प्रभावशाली. " -#: 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" +msgstr "फाइलों को बनाए बिना स्क्रिप्ट चलाएं " -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "संचालन" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "प्रत्येक प्रभाग के आलेख उसके अपने पृष्ठ में रखें" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s में खोजें" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "\"_private\" प्रभाग को सम्मिलित करें " -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "इन लेखपत्रों के बारे में" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "विषय-सूची की फाइल का नाम (मानक: प्रभाग) " -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "सर्वाधिकार" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "विषय-सूची की फाइल न बनाएं " -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)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)" +msgstr "प्रभाग/पैकेज पैकेजों का शीर्षक न बनाएं (उदाहरणार्थ, जब डॉकस्ट्रिंग्स में यह पहले से हों) " -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "अंतिम बार सम्पादित %(last_updated)s." +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr " मुख्य प्रभाग के आलेख को उपप्रभाग के आलेख से पहले रखें" -#: themes/basic/layout.html:204 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "प्रभाग पथ की व्याख्या 'पी.ई.पी.-0420 निहित नामराशि विवरण' के आधार पर करें " -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." 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/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "अक्षर द्वारा अनुक्रमित पृष्ठ" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "फाइल प्रत्यय (मानक: rst)" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "बृहदाकार हो सकता है" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr " %(docstitle)s में खोजें" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "स्फिंक्स-त्वरित-आरम्भ के साथ पूर्ण परियोजना उत्पन्न करें " -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "यह पृष्ठ " +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "मोड्यूल_पाथ #module_path# को सिस.पाथ #sys.path# में जोड़ें, जब --full दिया जाता है तब इसका प्रयोग होता है " -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "सिंहावलोकन" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "परियोजना का नाम (मानक: मूल प्रभाग का नाम) " -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "नमस्ते! यह है" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "परियोजना लेखक(गण), जब --full दिया जाता है तब इसका प्रयोग होता है " -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "आलेख विषय" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "परियोजना संस्करण, जब --full दिया जाता है तब इसका प्रयोग होता है " -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "अंतिम परिवर्धन" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "परियोजना आवृत्ति, जब --full दिया जाता है तब इसका प्रयोग होता है " -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "सूचियाँ और सारणियाँ:" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "आयाम विकल्प " -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "विस्तृत विषय-सूची" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "सभी अनुभागों एवं उप-अनुभागों की सूची" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "इस आलेख में खोजें" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s एक निर्देशिका नहीं है. " -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "सार्वभौमिक प्रभाग सूची" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "सभी प्रभाग तक तुरंत पहुँच" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "सामान्य अनुक्रमाणिका" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "सभी कार्ययुक्तियां, वर्ग, शब्द" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "त्वरित खोज" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "उदाहरण" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "खोज कार्य के लिए जावा स्क्रिप्ट का होना आवश्यक है. कृपया जावा स्क्रिप्ट को शुरू करें." +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "कुछ उदाहरण" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "मुख्य शब्दों के चर-पद" -#: themes/basic/search.html:35 -msgid "search" -msgstr "खोज" +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "टिप्पणियाँ" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "पिछला प्रकरण" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "अन्य मापदण्ड" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "पिछला अध्याय" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "मापदण्ड" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "अगला प्रकरण" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "अगला अध्याय" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "सन्दर्भ" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "किनारे का स्थान बढ़ाएं" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "चेतावनी देता है" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "मिलता है" + +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "परिवर्तित संस्करण %(version)s — %(docstitle)s" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "संस्करण %(version)s में स्वतः रचित परिवर्तनों की सूची" +msgid "Failed to parse type_comment for %r: %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "पुस्तकालय में परिवर्तन" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "सी ऐ.पी.आई. परिवर्तन" +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "अन्य परिवर्तन" +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "invalid signature for auto%s (%r)" +msgstr "स्वतः %s (%r) के लिए अमान्य हस्ताक्षर" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "खोजे गए जोड़े छिपाएं" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "%s के पदों का प्रारूप बनाने में व्यवधान: %s" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "खोज परीणाम " +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: themes/basic/static/searchtools.js:119 +#: ext/autodoc/__init__.py:1021 +#, 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 "आपके खोज परिणामों में कोई प्रलेख नहीं मिला. कृपया सुनिश्चित करें कि सभी शब्दों की वर्तनी शुद्ध है और आपने यथेष्ट श्रेणियां चुनी हैं." +"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 के लिए आयात करना है (लेखपत्र में \"प्रभाग\" या \"वर्तमान-प्रभाग\" निर्देश रख कर देखें; अथवा स्पष्ट प्रभाग नाम देकर देखें)" -#: themes/basic/static/searchtools.js:123 -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/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "खोज जारी" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "खोज की तैयारी" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "स्वतः प्रभाग नाम में \"::\" विवेकहीन है" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", में " +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "स्वतः-प्रभाग %s के लिए हस्ताक्षर पद अथवा प्रत्युत्तरित टिप्पणी प्रदान की गई" -#: environment/collectors/asset.py:96 +#: ext/autodoc/__init__.py:1201 #, 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:124 +#: ext/autodoc/__init__.py:1278 #, 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:161 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "download file not readable: %s" -msgstr "उतारी गई फाइल पठनीय नहीं है: %s" +msgid "Failed to get a function signature for %s: %s" +msgstr "" -#: environment/collectors/toctree.py:258 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s में पहले से भाग संख्या नियत है (एक के अन्दर दूसरा अंकित विषय-सूची-संरचना)" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: environment/adapters/toctree.py:318 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "पारस्परिक संदर्भित विषय-सूची-संरचना सन्दर्भ पाए गए, उपेक्षा की जा रही है: %s <- %s" +msgid "Bases: %s" +msgstr "आधार: %s" -#: environment/adapters/toctree.py:342 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "विषय-सूची-संरचना में लेखपत्र %r, जिसका कोई शीर्षक नहीं है, का सन्दर्भ है: कोई सम्बन्ध नहीं बनाया जा सकेगा" +msgid "missing attribute %s in object %s" +msgstr "%s गुण %s वस्तु में अनुपस्थित" -#: environment/adapters/toctree.py:357 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "alias of %s" msgstr "" -#: environment/adapters/indexentries.py:126 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "see %s" -msgstr "%s देखिए" +msgid "alias of TypeVar(%s)" +msgstr "" -#: environment/adapters/indexentries.py:136 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "see also %s" -msgstr "%s भी देखिए" +msgid "Failed to get a method signature for %s: %s" +msgstr "" -#: environment/adapters/indexentries.py:144 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "unknown index entry type %r" -msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार अज्ञात %r" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: environment/adapters/indexentries.py:270 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "संकेत " +#: ext/autosummary/__init__.py:284 +#, python-format +msgid "autosummary references excluded document %r. Ignored." +msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/__init__.py:288 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/__init__.py:384 +#, python-format +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें हैं." +msgid "failed to parse name %s" +msgstr "पद-विच्छेदन में असफलता: %s" + +#: ext/autosummary/__init__.py:412 +#, python-format +msgid "failed to import object %s" +msgstr "विषय-वस्तु के आयात में असफलता: %s" -#: builders/html/__init__.py:348 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "Failed to read build info file: %r" -msgstr "निर्माण सूचनापत्र फाइल को नहीं पढ़ा जा सका: %r" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "" -#: builders/html/__init__.py:363 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/autosummary/__init__.py:927 +#, python-format +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:382 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "अनुक्रमणिका" +#: ext/autosummary/generate.py:588 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[ऑटोसमरी] अब इसका स्वतःसारांश बना रहा है: %s" -#: builders/html/__init__.py:560 +#: ext/autosummary/generate.py:592 #, python-format -msgid "Logo of %s" -msgstr "" +msgid "[autosummary] writing to %s" +msgstr "[ऑटोसमरी] %s पर लिख रहा है" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "आगामी" +#: ext/autosummary/generate.py:637 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "पूर्ववर्ती" +#: ext/autosummary/generate.py:836 +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# निर्देश का प्रयोग करते हुए पुर्नसरंचितपाठ बनाता है.\n\nस्फिंक्स-ऑटोजेन स्फिंक्स.एक्स्ट.ऑटोसमरी.जेनेरेट का मुखड़ा है.\nयह प्रदत्त फाइलों में सम्मिलित ऑटो समरी निर्देशों के अनुसार पुर्नसरंचितपाठ बनाता है\n\nस्वतः सारांश #autosummary# निर्देश का प्रारूप स्फिंक्स.एक्स्ट.ऑटोसमरी \nपाइथन प्रभाग में निबंधित है और इसे आप निम्नलिखित माध्यम से पढ़ सकते हैं:\n\n pydoc sphinx.ext.autosummary\n" -#: builders/html/__init__.py:695 -msgid "generating indices" -msgstr "अनुक्रमाणिका निर्मित की जा रही है" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" +msgstr "आर.एस.टी. फाइलें बनाने के लिए स्रोत फाइलें" -#: builders/html/__init__.py:710 -msgid "writing additional pages" -msgstr "अतिरिक्त पृष्ठ लिखे जा रहे हैं" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "सभी परिणाम रखने के लिए निर्देशिका" -#: builders/html/__init__.py:793 +#: ext/autosummary/generate.py:874 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:805 -msgid "copying downloadable files... " -msgstr "उतारी गई फाइलों की प्रतिलिपि बनाई जा रही है..." +msgid "default suffix for files (default: %(default)s)" +msgstr "फाइलों के लिए मानक प्रत्यय (मानक: %(default)s)" -#: builders/html/__init__.py:817 +#: ext/autosummary/generate.py:882 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "उतारी गई फाइलों %r की प्रतिलिपि नहीं की जा सकी: %s" +msgid "custom template directory (default: %(default)s)" +msgstr "पारंपरिक प्रारूप निर्देशिका (मानक: %(default)s)" -#: builders/html/__init__.py:863 +#: ext/autosummary/generate.py:890 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "document imported members (default: %(default)s)" +msgstr "लेखपत्र आयातित सदस्य (मानक: %(default)s)" -#: builders/html/__init__.py:881 +#: ext/autosummary/generate.py:899 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: builders/html/__init__.py:916 -msgid "copying static files" +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/html/__init__.py:933 -#, python-format -msgid "cannot copy static file %r" -msgstr "स्थैतिक फाइल %r की प्रतिलिपि नहीं की जा सकी" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "कार्य खंडित " -#: builders/html/__init__.py:938 -msgid "copying extra files" -msgstr "अतिरिक्त फाइलों की प्रतिलिपियां बनाये जा रहे है| " +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "" -#: builders/html/__init__.py:948 -#, python-format -msgid "cannot copy extra file %r" -msgstr "अतिरिक्त फाइल %r की प्रतिलिपि नहीं की जा सकी" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" -#: builders/html/__init__.py:954 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "निर्माण फाइल को नहीं लिखा जा सका: %r" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" -#: builders/html/__init__.py:1003 +#: _cli/util/errors.py:207 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -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 "" -#: builders/html/__init__.py:1051 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "पृष्ठ %s html_sidebars में दो आकृतियों से मिलता है: %r %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +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 की प्रस्तुति करते समय यूनिकोड त्रुटि हुई. कृपया यह सुनिश्चित कर लें कि सभी नॉन-असकी #non-ASCII# विहित विन्यास मान यूनिकोड अक्षरों में हैं." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" -#: builders/html/__init__.py:1222 -#, python-format +#: _cli/util/errors.py:240 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "पृष्ठ %s की प्रस्तुति करते समय एक त्रुटि हुई.\nकारण: %r" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: builders/html/__init__.py:1255 -msgid "dumping object inventory" -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:1263 -#, python-format -msgid "dumping search index in %s" -msgstr "%s में खोज अनुक्रमाणिका भंडार बनाया जा रहा है" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "किनारे का स्थान घटाएं" -#: builders/html/__init__.py:1306 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "अमान्य js_file: %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:1339 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "कई math_renderers पंजीकृत हैं. लेकिन कोई math_renderers नहीं चुना गया है." +#: 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:1344 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "अज्ञात math_renderer %r दिया गया." +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "चलिए" -#: builders/html/__init__.py:1358 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path का प्रविष्टि %r outdir में है| " +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "स्रोत दिखाएँ" -#: builders/html/__init__.py:1363 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path प्रविष्टि %r का अस्तित्व नहीं है" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "विषय सामिग्री" -#: builders/html/__init__.py:1378 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path का प्रविष्टि %r outdir में है| " +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "त्वरित खोज" -#: builders/html/__init__.py:1383 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path प्रविष्टि %r का अस्तित्व नहीं है" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "अक्षर द्वारा अनुक्रमित पृष्ठ" -#: builders/html/__init__.py:1394 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -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 "एक पृष्ठ पर पूरी अनुक्रमणिका" -#: builders/html/__init__.py:1405 -#, python-format -msgid "favicon file %r does not exist" -msgstr "इष्ट चिन्ह फाइल %r का अस्तित्व नहीं है" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "बृहदाकार हो सकता है" -#: builders/html/__init__.py:1417 -#, python-format +#: themes/basic/search.html:20 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 "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "खोज कार्य के लिए जावा स्क्रिप्ट का होना आवश्यक है. कृपया जावा स्क्रिप्ट को शुरू करें." -#: builders/html/__init__.py:1430 +#: themes/basic/search.html:28 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: builders/html/__init__.py:1447 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s दिग्दर्शिका" +#: themes/basic/search.html:35 +msgid "search" +msgstr "खोज" -#: builders/latex/transforms.py:118 -msgid "Failed to get a docname!" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "संचालन" -#: builders/latex/transforms.py:119 +#: themes/basic/layout.html:115 #, python-format -msgid "Failed to get a docname for source %r!" -msgstr "" +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 "सर्वाधिकार" -#: builders/latex/transforms.py:485 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: builders/latex/__init__.py:117 +#: themes/basic/layout.html:201 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "लाटेक्स लेखपत्र %(outdir)s में हैं." +msgid "Last updated on %(last_updated)s." +msgstr "अंतिम बार सम्पादित %(last_updated)s." -#: builders/latex/__init__.py:119 +#: themes/basic/layout.html:204 +#, 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 "\nइन्हें (pdf)latex से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'make latexpdf' आदेश का उपयोग करें)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +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/__init__.py:157 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "कोई \"latex_documents\" विन्यास मान नहीं मिला; कोई नहीं लिखे जाएंगे" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "अगला अध्याय" -#: builders/latex/__init__.py:169 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" - -#: builders/latex/__init__.py:208 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "आवृत्ति" +msgid "Search %(docstitle)s" +msgstr " %(docstitle)s में खोजें" -#: builders/latex/__init__.py:429 -msgid "copying TeX support files" -msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "सिंहावलोकन" -#: builders/latex/__init__.py:466 -msgid "copying additional files" -msgstr "अतिरिक्त फाइलों की प्रतिकृति बनाई जा रही है" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "नमस्ते! यह है" -#: builders/latex/__init__.py:540 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "आलेख विषय" -#: builders/latex/__init__.py:548 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "अंतिम परिवर्धन" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r में कोई \"रूप\" मान नहीं है" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "सूचियाँ और सारणियाँ:" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r में कोई \"%s \" मान नहीं है" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "विस्तृत विषय-सूची" -#: _cli/util/errors.py:124 -msgid "Exception occurred, starting debugger:" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "सभी अनुभागों एवं उप-अनुभागों की सूची" -#: _cli/util/errors.py:133 -msgid "reStructuredText markup error:" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "खोज पृष्ठ" -#: _cli/util/errors.py:168 -msgid "The full traceback has been saved in:" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "इस आलेख में खोजें" -#: _cli/util/errors.py:172 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "सार्वभौमिक प्रभाग सूची" -#: transforms/post_transforms/__init__.py:125 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "सभी प्रभाग तक तुरंत पहुँच" -#: transforms/post_transforms/__init__.py:185 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "किसी भी पारस्परिक-सन्दर्भ के लिए एक से अधिक लक्ष्य मिले %r: %s संभव" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "सभी कार्ययुक्तियां, वर्ग, शब्द" -#: transforms/post_transforms/__init__.py:251 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Index – %(key)s" msgstr "" -#: transforms/post_transforms/__init__.py:257 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%r reference target not found: %s" -msgstr "" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "परिवर्तित संस्करण %(version)s — %(docstitle)s" -#: transforms/post_transforms/images.py:77 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%s]" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "संस्करण %(version)s में स्वतः रचित परिवर्तनों की सूची" -#: transforms/post_transforms/images.py:94 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%d]" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "पुस्तकालय में परिवर्तन" -#: transforms/post_transforms/images.py:141 -#, python-format -msgid "Unknown image format: %s..." -msgstr "अज्ञात चित्र प्रारूप: %s..." +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "सी ऐ.पी.आई. परिवर्तन" -#: ext/napoleon/docstring.py:707 -msgid "Example" -msgstr "उदाहरण" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "अन्य परिवर्तन" -#: ext/napoleon/docstring.py:708 -msgid "Examples" -msgstr "कुछ उदाहरण" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 -msgid "Keyword Arguments" -msgstr "मुख्य शब्दों के चर-पद" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "खोज परीणाम " -#: ext/napoleon/docstring.py:768 -msgid "Notes" -msgstr "टिप्पणियाँ" +#: themes/basic/static/searchtools.js:125 +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/napoleon/docstring.py:777 -msgid "Other Parameters" -msgstr "अन्य मापदण्ड" +#: themes/basic/static/searchtools.js:129 +#, 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/napoleon/docstring.py:813 -msgid "Receives" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "खोज जारी" -#: ext/napoleon/docstring.py:817 -msgid "References" -msgstr "सन्दर्भ" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "खोज की तैयारी" -#: ext/napoleon/docstring.py:849 -msgid "Warns" -msgstr "चेतावनी देता है" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", में " -#: ext/napoleon/docstring.py:853 -msgid "Yields" -msgstr "मिलता है" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "खोजे गए जोड़े छिपाएं" -#: ext/napoleon/docstring.py:1015 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "किनारे का स्थान बढ़ाएं" -#: ext/napoleon/docstring.py:1022 +#: environment/adapters/toctree.py:335 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "पारस्परिक संदर्भित विषय-सूची-संरचना सन्दर्भ पाए गए, उपेक्षा की जा रही है: %s <- %s" -#: ext/napoleon/docstring.py:1029 +#: environment/adapters/toctree.py:360 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "विषय-सूची-संरचना में लेखपत्र %r, जिसका कोई शीर्षक नहीं है, का सन्दर्भ है: कोई सम्बन्ध नहीं बनाया जा सकेगा" -#: ext/napoleon/docstring.py:1036 +#: 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/autosummary/__init__.py:256 +#: environment/adapters/toctree.py:378 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/autosummary/__init__.py:258 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:277 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" +msgid "see %s" +msgstr "%s देखिए" -#: ext/autosummary/__init__.py:330 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" +msgid "see also %s" +msgstr "%s भी देखिए" -#: ext/autosummary/__init__.py:344 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "failed to parse name %s" -msgstr "पद-विच्छेदन में असफलता: %s" +msgid "unknown index entry type %r" +msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार अज्ञात %r" -#: ext/autosummary/__init__.py:349 +#: environment/collectors/asset.py:98 #, python-format -msgid "failed to import object %s" -msgstr "विषय-वस्तु के आयात में असफलता: %s" +msgid "image file not readable: %s" +msgstr "चित्र फाइल पठनीय नहीं है: %s" -#: ext/autosummary/__init__.py:648 +#: environment/collectors/asset.py:126 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" +msgid "image file %s not readable: %s" +msgstr "चित्र फाइल %s पठनीय नहीं है: %s" -#: ext/autosummary/__init__.py:819 +#: environment/collectors/asset.py:165 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" +msgid "download file not readable: %s" +msgstr "उतारी गई फाइल पठनीय नहीं है: %s" -#: ext/autosummary/__init__.py:827 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s में पहले से भाग संख्या नियत है (एक के अन्दर दूसरा अंकित विषय-सूची-संरचना)" -#: ext/autosummary/generate.py:215 ext/autosummary/generate.py:391 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autosummary/generate.py:526 -#, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[ऑटोसमरी] अब इसका स्वतःसारांश बना रहा है: %s" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "नमूना मानदण्ड " -#: ext/autosummary/generate.py:530 +#: domains/cpp/__init__.py:302 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[ऑटोसमरी] %s पर लिख रहा है" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/autosummary/generate.py:572 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/autosummary/generate.py:767 -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# निर्देश का प्रयोग करते हुए पुर्नसरंचितपाठ बनाता है.\n\nस्फिंक्स-ऑटोजेन स्फिंक्स.एक्स्ट.ऑटोसमरी.जेनेरेट का मुखड़ा है.\nयह प्रदत्त फाइलों में सम्मिलित ऑटो समरी निर्देशों के अनुसार पुर्नसरंचितपाठ बनाता है\n\nस्वतः सारांश #autosummary# निर्देश का प्रारूप स्फिंक्स.एक्स्ट.ऑटोसमरी \nपाइथन प्रभाग में निबंधित है और इसे आप निम्नलिखित माध्यम से पढ़ सकते हैं:\n\n pydoc sphinx.ext.autosummary\n" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "युग्म" -#: ext/autosummary/generate.py:789 -msgid "source files to generate rST files for" -msgstr "आर.एस.टी. फाइलें बनाने के लिए स्रोत फाइलें" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "सदस्य" -#: ext/autosummary/generate.py:797 -msgid "directory to place all output in" -msgstr "सभी परिणाम रखने के लिए निर्देशिका" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "प्रकार" -#: ext/autosummary/generate.py:805 -#, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "फाइलों के लिए मानक प्रत्यय (मानक: %(default)s)" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "अवधारणा " -#: ext/autosummary/generate.py:813 -#, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "पारंपरिक प्रारूप निर्देशिका (मानक: %(default)s)" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "गणक" -#: ext/autosummary/generate.py:821 -#, python-format -msgid "document imported members (default: %(default)s)" -msgstr "लेखपत्र आयातित सदस्य (मानक: %(default)s)" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "प्रगणक " -#: ext/autosummary/generate.py:829 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/intersphinx/_resolve.py:47 -#, python-format -msgid "(in %s v%s)" -msgstr "(%s v%s में)" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s)" -msgstr "(%s में)" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "चर पद " -#: ext/intersphinx/_resolve.py:103 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "उभारता है " -#: ext/intersphinx/_resolve.py:113 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:359 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:367 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (%s प्रभाग में )" -#: ext/intersphinx/_resolve.py:378 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (%s प्रभाग में )" -#: ext/intersphinx/_resolve.py:585 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (अंतर्निर्मित चर पद)" -#: ext/intersphinx/_load.py:59 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (अंतर्निर्मित वर्ग)" -#: ext/intersphinx/_load.py:70 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (%s वर्ग में)" -#: ext/intersphinx/_load.py:81 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s वर्ग विधि) " -#: ext/intersphinx/_load.py:92 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s स्थैतिक विधि)" -#: ext/intersphinx/_load.py:101 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:120 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "पाइथन प्रभाग सूची" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "प्रभाग" -#: ext/intersphinx/_load.py:155 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "अवमानित " + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "अपवाद " + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "वर्ग विधि" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "स्थैतिक पद्धति" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:240 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:265 +#: domains/python/__init__.py:814 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "कुछ चीजों के साथ कुछ समस्या है, लेकिन काम के दूसरे विकल्प उपलब्ध हैं: " - -#: ext/intersphinx/_load.py:275 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "कुछ चीजों पहुँचने में असफलता मिली और यह समस्याएँ मिलीं: " +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: ext/intersphinx/_load.py:319 +#: domains/python/__init__.py:976 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "इन्टरस्फिंक्स सामान स्थानांतरित हो चुका है: %s -> %s" +msgid "more than one target found for cross-reference %r: %s" +msgstr "पारस्परिक-सन्दर्भों के लिए एक से अधिक लक्ष्य मिले %r: %s" + +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr "(अवमानित)" -#: ext/autodoc/type_comment.py:132 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "परिस्थिति चर पद; %s" -#: ext/autodoc/type_comment.py:135 +#: domains/std/__init__.py:116 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:142 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:415 +#: domains/std/__init__.py:239 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "स्वतः %s (%r) के लिए अमान्य हस्ताक्षर" +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\"" -#: ext/autodoc/__init__.py:532 +#: domains/std/__init__.py:319 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "%s के पदों का प्रारूप बनाने में व्यवधान: %s" +msgid "%s command line option" +msgstr "" -#: ext/autodoc/__init__.py:807 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:902 -#, 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 के लिए आयात करना है (लेखपत्र में \"प्रभाग\" या \"वर्तमान-प्रभाग\" निर्देश रख कर देखें; अथवा स्पष्ट प्रभाग नाम देकर देखें)" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "" -#: ext/autodoc/__init__.py:946 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:965 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1028 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "स्वतः प्रभाग नाम में \"::\" विवेकहीन है" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "पारिभाषिक पद" -#: ext/autodoc/__init__.py:1035 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "स्वतः-प्रभाग %s के लिए हस्ताक्षर पद अथवा प्रत्युत्तरित टिप्पणी प्रदान की गई" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "व्याकरण संकेत " -#: ext/autodoc/__init__.py:1048 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ अंतिम अक्षरमाला होनी चाहिए, न कि %r (%s प्रभाग में) -- __all__ की उपेक्षा की जाएगी" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "सन्दर्भ शीर्षक" -#: ext/autodoc/__init__.py:1114 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -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" +msgstr "लेखपत्र" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "प्रभाग सूची" -#: ext/autodoc/__init__.py:1337 ext/autodoc/__init__.py:1414 -#: ext/autodoc/__init__.py:2829 +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1633 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig असमर्थ है. :numref: उपेक्षित है." + +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1760 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" -msgstr "आधार: %s" +msgid "the link has no caption: %s" +msgstr "कड़ी का कोई शीर्षक नहीं है: %s" -#: ext/autodoc/__init__.py:1774 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" -msgstr "%s गुण %s वस्तु में अनुपस्थित" +msgid "invalid numfig_format: %s (%r)" +msgstr "अमान्य numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:1855 ext/autodoc/__init__.py:1892 -#: ext/autodoc/__init__.py:1987 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" -msgstr "" +msgid "invalid numfig_format: %s" +msgstr "अमान्य numfig_format: %s" -#: ext/autodoc/__init__.py:1875 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2217 ext/autodoc/__init__.py:2317 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2448 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/preserve_defaults.py:190 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "%s (C %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" -msgstr "अकारादि-क्रमहीन " +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "चर पद" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "संख्याएं " +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "मैक्रो" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "पृष्ठ" +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo index 34d4dd389cf..8b670354510 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 6805e517878..4783951ca04 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) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -7,153 +7,287 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-12-29 22:39+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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.16.0\n" +"Generated-By: Babel 2.17.0\n" "Language: hi_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: events.py:77 +#: config.py:362 #, python-format -msgid "Event %r already present" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: events.py:370 +#: config.py:385 #, python-format -msgid "Unknown event name: %s" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: events.py:416 +#: config.py:390 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:190 +#: config.py:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:194 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:198 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:228 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:250 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:266 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:271 registry.py:452 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:277 +#: application.py:310 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 "" -#: application.py:312 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:329 util/display.py:88 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:331 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:345 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:353 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:366 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:398 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:400 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:404 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:407 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:409 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:414 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:417 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:419 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:968 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1047 +#: application.py:1128 #, python-format -msgid "directive %r is already registered, it will be overridden" +msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1069 application.py:1094 +#: application.py:1154 application.py:1182 #, python-format -msgid "role %r is already registered, it will be overridden" +msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1644 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1648 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1651 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,3940 +308,3937 @@ msgid "" "explicit" msgstr "" -#: application.py:1655 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1663 application.py:1667 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: roles.py:208 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:231 -#, python-format -msgid "invalid CVE number %s" -msgstr "" - -#: roles.py:253 +#: extension.py:58 #, python-format -msgid "Common Weakness Enumeration; CWE %s" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: roles.py:276 +#: extension.py:79 #, python-format -msgid "invalid CWE number %s" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: roles.py:296 +#: events.py:81 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Event %r already present" msgstr "" -#: roles.py:319 +#: events.py:379 #, python-format -msgid "invalid PEP number %s" +msgid "Unknown event name: %s" msgstr "" -#: roles.py:357 +#: events.py:424 #, python-format -msgid "invalid RFC number %s" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: registry.py:144 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:146 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:159 +#: registry.py:182 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:166 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:173 +#: registry.py:199 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:196 registry.py:209 registry.py:220 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:200 +#: registry.py:230 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:212 +#: registry.py:248 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:223 +#: registry.py:261 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:254 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:280 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:287 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:296 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:304 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:320 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:336 +#: registry.py:405 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:419 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:431 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:446 +#: registry.py:531 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:457 +#: registry.py:545 msgid "Original exception:\n" msgstr "" -#: registry.py:458 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:463 +#: registry.py:554 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:472 +#: registry.py:567 #, 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:480 +#: registry.py:579 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:514 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: project.py:71 +#: roles.py:206 #, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: project.py:87 +#: roles.py:229 #, python-format -msgid "Ignored unreadable document %r." +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 "" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" msgstr "" -#: highlighting.py:168 +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: highlighting.py:202 +#: highlighting.py:209 #, python-format msgid "" "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " "Retrying in relaxed mode." msgstr "" -#: extension.py:55 +#: project.py:72 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: extension.py:76 +#: project.py:87 #, python-format -msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +msgid "Ignored unreadable document %r." msgstr "" -#: theming.py:114 +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: theming.py:207 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:275 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:309 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: config.py:318 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: config.py:341 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: config.py:350 -#, python-format -msgid "invalid number %r for config value %r, ignoring" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: config.py:356 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: config.py:377 -#, python-format -msgid "unknown config value %r in override, ignoring" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: config.py:430 -#, python-format -msgid "No such config value: %r" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: config.py:453 -#, python-format -msgid "Config value %r already present" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: config.py:489 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: config.py:527 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: config.py:530 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: config.py:537 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: config.py:560 +#: cmd/quickstart.py:133 #, python-format -msgid "Failed to convert %r to a set or tuple" +msgid "Please enter one of %s." msgstr "" -#: config.py:581 config.py:586 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: config.py:589 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: config.py:608 +#: cmd/quickstart.py:229 #, python-format -msgid "Section %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: config.py:609 -#, python-format -msgid "Fig. %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 "" -#: config.py:610 +#: cmd/quickstart.py:241 #, python-format -msgid "Table %s" +msgid "Selected root path: %s" msgstr "" -#: config.py:611 -#, python-format -msgid "Listing %s" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: config.py:718 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: config.py:742 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: config.py:755 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: config.py:766 -#, python-format -msgid "primary_domain %r not found, ignored." +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: config.py:778 +#: cmd/quickstart.py:273 msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: domains/rst.py:128 domains/rst.py:185 -#, python-format -msgid "%s (directive)" +"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:186 domains/rst.py:190 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/rst.py:214 -#, python-format -msgid "%s (role)" +#: 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 "" -#: domains/rst.py:224 -msgid "directive" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/rst.py:225 -msgid "directive-option" +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/rst.py:226 -msgid "role" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: domains/rst.py:248 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" +#: 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 "" -#: domains/javascript.py:166 domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: 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 "" -#: domains/javascript.py:172 domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: domains/javascript.py:255 -msgid "Arguments" +#: 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 "" -#: domains/cpp/__init__.py:447 domains/javascript.py:258 -msgid "Throws" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: domains/c/__init__.py:310 domains/cpp/__init__.py:458 -#: domains/javascript.py:261 domains/python/_object.py:176 -msgid "Returns" +#: 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 "" -#: domains/c/__init__.py:312 domains/javascript.py:263 -#: domains/python/_object.py:178 -msgid "Return type" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/javascript.py:334 +#: cmd/quickstart.py:367 #, python-format -msgid "%s (module)" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/c/__init__.py:681 domains/cpp/__init__.py:859 -#: domains/javascript.py:371 domains/python/__init__.py:660 -msgid "function" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/javascript.py:372 domains/python/__init__.py:664 -msgid "method" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/cpp/__init__.py:857 domains/javascript.py:373 -#: domains/python/__init__.py:662 -msgid "class" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: domains/javascript.py:374 domains/python/__init__.py:661 -msgid "data" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/javascript.py:375 domains/python/__init__.py:667 -msgid "attribute" +#: cmd/quickstart.py:406 +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:376 domains/python/__init__.py:670 -msgid "module" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: domains/javascript.py:407 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: domains/changeset.py:25 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "Added in version %s" +msgid "Creating file %s." msgstr "" -#: domains/changeset.py:26 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Changed in version %s" +msgid "File %s already exists, skipping." msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Deprecated since version %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: domains/changeset.py:28 +#: cmd/quickstart.py:519 #, 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:299 -#, python-format -msgid "%s %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: domains/citation.py:73 +#: cmd/quickstart.py:530 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: domains/citation.py:84 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:572 +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/math.py:119 writers/latex.py:2479 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: environment/__init__.py:81 -msgid "new config" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: environment/__init__.py:82 -msgid "config changed" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: environment/__init__.py:83 -msgid "extensions changed" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: environment/__init__.py:249 -msgid "build environment version not current" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: environment/__init__.py:251 -msgid "source directory has changed" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: environment/__init__.py:313 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: environment/__init__.py:318 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: environment/__init__.py:324 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: environment/__init__.py:366 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: environment/__init__.py:473 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: environment/__init__.py:626 -#, python-format -msgid "Domain %r is not registered" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: environment/__init__.py:777 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: environment/__init__.py:810 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: environment/__init__.py:839 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: locale/__init__.py:230 -msgid "Caution" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: locale/__init__.py:231 -msgid "Danger" +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" msgstr "" -#: locale/__init__.py:232 -msgid "Error" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: locale/__init__.py:233 -msgid "Hint" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: locale/__init__.py:234 -msgid "Important" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: locale/__init__.py:235 -msgid "Note" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: locale/__init__.py:236 -msgid "See also" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: locale/__init__.py:237 -msgid "Tip" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: locale/__init__.py:238 -msgid "Warning" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:43 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:44 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:45 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:46 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:47 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:48 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:49 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:50 -msgid "conditional inclusion of content based on config values" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: cmd/quickstart.py:51 -msgid "include links to the source code of documented Python objects" +#: 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/quickstart.py:52 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: cmd/quickstart.py:94 -msgid "Please enter a valid path name." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter some text." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: cmd/quickstart.py:117 -#, python-format -msgid "Please enter one of %s." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: cmd/quickstart.py:125 -msgid "Please enter either 'y' or 'n'." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: cmd/quickstart.py:131 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" - -#: cmd/quickstart.py:215 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" - -#: cmd/quickstart.py:219 +#: cmd/build.py:131 msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: cmd/quickstart.py:227 -#, python-format -msgid "Selected root path: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: cmd/quickstart.py:230 -msgid "Enter the root path for documentation." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: cmd/quickstart.py:231 -msgid "Root path for the documentation" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: cmd/quickstart.py:239 -msgid "Error: an existing conf.py has been found in the selected root path." +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: cmd/quickstart.py:245 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: cmd/quickstart.py:248 -msgid "Please enter a new root path (or just Enter to exit)" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: cmd/quickstart.py:258 -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/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: cmd/quickstart.py:265 -msgid "Separate source and build directories (y/n)" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: cmd/quickstart.py:271 -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/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: cmd/quickstart.py:277 -msgid "Name prefix for templates and static dir" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: cmd/quickstart.py:282 -msgid "" -"The project name will occur in several places in the built documentation." +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: cmd/quickstart.py:286 -msgid "Project name" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: cmd/quickstart.py:288 -msgid "Author name(s)" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: cmd/quickstart.py:293 -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." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project version" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:303 -msgid "Project release" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:308 -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." +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project language" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: cmd/quickstart.py:329 -msgid "Source file suffix" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: cmd/quickstart.py:334 -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." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: cmd/quickstart.py:342 -msgid "Name of your master document (without suffix)" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: cmd/quickstart.py:352 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: cmd/quickstart.py:359 -msgid "sphinx-quickstart will not overwrite the existing file." +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: cmd/quickstart.py:362 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:371 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:381 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:391 -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:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:397 -msgid "Create Makefile? (y/n)" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:401 -msgid "Create Windows command file? (y/n)" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:453 ext/apidoc.py:92 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "Creating file %s." +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:458 ext/apidoc.py:89 -#, python-format -msgid "File %s already exists, skipping." +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:501 -msgid "Finished: An initial directory structure has been created." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:504 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: 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:512 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:515 +#: 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" +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:522 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: cmd/quickstart.py:557 -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:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: cmd/build.py:153 cmd/quickstart.py:567 ext/apidoc.py:374 -#: ext/autosummary/generate.py:766 -msgid "For more information, visit ." +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: cmd/quickstart.py:577 -msgid "quiet mode" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: cmd/quickstart.py:587 -msgid "project root" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:590 -msgid "Structure options" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: cmd/quickstart.py:596 -msgid "if specified, separate source and build dirs" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:602 -msgid "if specified, create build dir under source dir" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: cmd/quickstart.py:608 -msgid "replacement for dot in _templates etc." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:611 -msgid "Project basic options" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" msgstr "" -#: cmd/quickstart.py:613 -msgid "project name" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: cmd/quickstart.py:616 -msgid "author names" +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:623 -msgid "version of project" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:630 -msgid "release of project" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: cmd/quickstart.py:637 -msgid "document language" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:640 -msgid "source file suffix" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:643 -msgid "master document name" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:646 -msgid "use epub" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:649 -msgid "Extension options" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:656 ext/apidoc.py:578 -#, python-format -msgid "enable %s extension" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:663 ext/apidoc.py:570 -msgid "enable arbitrary extensions" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:666 -msgid "Makefile and Batchfile creation" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:672 -msgid "create makefile" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:678 -msgid "do not create makefile" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: cmd/quickstart.py:685 -msgid "create batchfile" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: cmd/quickstart.py:691 -msgid "do not create batchfile" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: cmd/quickstart.py:700 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: cmd/quickstart.py:703 ext/apidoc.py:581 -msgid "Project templating" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: cmd/quickstart.py:709 ext/apidoc.py:587 -msgid "template directory for template files" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: cmd/quickstart.py:716 -msgid "define a template variable" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: cmd/quickstart.py:751 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: cmd/quickstart.py:770 +#: environment/__init__.py:401 msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: cmd/quickstart.py:777 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: cmd/quickstart.py:795 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "Invalid template variable: %s" +msgid "Domain %r is not registered" msgstr "" -#: cmd/build.py:49 -msgid "Exception occurred while building, starting debugger:" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: _cli/util/errors.py:129 cmd/build.py:65 -msgid "Interrupted!" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: cmd/build.py:67 -msgid "reST markup error:" +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: _cli/util/errors.py:143 cmd/build.py:73 -msgid "Encoding error:" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: cmd/build.py:78 cmd/build.py:108 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: _cli/util/errors.py:148 cmd/build.py:90 -msgid "Recursion error:" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: _cli/util/errors.py:152 cmd/build.py:94 -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.:" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: _cli/util/errors.py:165 cmd/build.py:103 -msgid "Exception occurred:" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: _cli/util/errors.py:178 cmd/build.py:117 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: cmd/build.py:124 +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"A bug report can be filed in the tracker at . Thanks!" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: cmd/build.py:144 -msgid "job number should be a positive number" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: cmd/build.py:154 -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" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: cmd/build.py:180 -msgid "path to documentation source files" +#: _cli/__init__.py:199 +msgid "Show this message and exit." msgstr "" -#: cmd/build.py:183 -msgid "path to output directory" +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: cmd/build.py:188 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: cmd/build.py:194 -msgid "general options" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." msgstr "" -#: cmd/build.py:201 -msgid "builder to use (default: 'html')" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: cmd/build.py:210 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: cmd/build.py:220 -msgid "write all files (default: only write new and changed files)" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" msgstr "" -#: cmd/build.py:227 -msgid "don't use a saved environment, always read all files" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: cmd/build.py:230 -msgid "path options" +#: builders/latex/__init__.py:203 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 "" -#: cmd/build.py:236 +#: writers/latex.py:766 writers/texinfo.py:646 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: cmd/build.py:246 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: cmd/build.py:255 -msgid "use no configuration file, only use settings from -D options" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: cmd/build.py:264 -msgid "override a setting in configuration file" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: cmd/build.py:273 -msgid "pass a value into HTML templates" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: cmd/build.py:282 -msgid "define tag: include \"only\" blocks with TAG" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: cmd/build.py:289 -msgid "nitpicky mode: warn about all missing references" +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: cmd/build.py:292 -msgid "console output options" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: cmd/build.py:299 -msgid "increase verbosity (can be repeated)" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: cmd/build.py:306 ext/apidoc.py:413 -msgid "no output on stdout, just warnings on stderr" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: cmd/build.py:313 -msgid "no output at all, not even warnings" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: cmd/build.py:321 -msgid "do emit colored output (default: auto-detect)" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: cmd/build.py:329 -msgid "do not emit colored output (default: auto-detect)" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: cmd/build.py:332 -msgid "warning control options" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: cmd/build.py:338 -msgid "write warnings (and errors) to given file" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: cmd/build.py:345 -msgid "turn warnings into errors" +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" msgstr "" -#: cmd/build.py:353 -msgid "show full traceback on exception" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: cmd/build.py:356 -msgid "run Pdb on exception" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: cmd/build.py:362 -msgid "raise an exception on warnings" +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: cmd/build.py:405 -msgid "cannot combine -a option and filenames" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: cmd/build.py:437 +#: writers/latex.py:614 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: cmd/build.py:456 -msgid "-D option argument must be in the form name=value" +#: writers/latex.py:730 +msgid "document title is not a single Text node" msgstr "" -#: cmd/build.py:463 -msgid "-A option argument must be in the form name=value" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: writers/latex.py:1230 +#, 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/linkcheck.py:75 +#: writers/latex.py:1626 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/linkcheck.py:146 +#: writers/latex.py:1986 #, python-format -msgid "broken link: %s (%s)" +msgid "unknown index entry type %s found" msgstr "" -#: builders/linkcheck.py:540 -#, python-format -msgid "Anchor '%s' not found" +#: 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/linkcheck.py:742 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: builders/singlehtml.py:37 +#: directives/code.py:87 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Invalid caption: %s" msgstr "" -#: builders/singlehtml.py:173 -msgid "assembling single document" +#: 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 "" -#: builders/latex/__init__.py:346 builders/manpage.py:56 -#: builders/singlehtml.py:178 builders/texinfo.py:121 -msgid "writing" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: builders/singlehtml.py:191 -msgid "writing additional files" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: builders/manpage.py:39 +#: directives/code.py:235 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: builders/manpage.py:47 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: builders/manpage.py:73 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: builders/text.py:34 +#: directives/code.py:314 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: builders/html/__init__.py:1239 builders/text.py:81 builders/xml.py:97 +#: directives/other.py:119 #, python-format -msgid "error writing file %s: %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: builders/xml.py:38 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "toctree contains reference to excluded document %r" msgstr "" -#: builders/xml.py:110 +#: directives/other.py:156 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: builders/texinfo.py:47 +#: directives/other.py:169 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: builders/texinfo.py:49 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: builders/texinfo.py:78 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: builders/texinfo.py:90 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: builders/latex/__init__.py:324 builders/texinfo.py:115 -#, python-format -msgid "processing %s" +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: builders/latex/__init__.py:404 builders/texinfo.py:174 -msgid "resolving references..." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: builders/latex/__init__.py:415 builders/texinfo.py:184 -msgid " (in " +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: builders/_epub_base.py:423 builders/html/__init__.py:778 -#: builders/latex/__init__.py:482 builders/texinfo.py:202 -msgid "copying images... " +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/_epub_base.py:445 builders/latex/__init__.py:497 -#: builders/texinfo.py:219 +#: ext/todo.py:94 #, python-format -msgid "cannot copy image file %r: %s" +msgid "TODO entry found: %s" msgstr "" -#: builders/texinfo.py:226 -msgid "copying Texinfo support files" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/texinfo.py:234 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/gettext.py:230 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/__init__.py:383 builders/gettext.py:251 -#, python-format -msgid "building [%s]: " +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: builders/gettext.py:252 -#, python-format -msgid "targets for %d template files" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: builders/gettext.py:257 -msgid "reading templates... " +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: builders/gettext.py:292 -msgid "writing message catalogs... " +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: builders/__init__.py:212 +#: ext/viewcode.py:359 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "

Source code for %s

" msgstr "" -#: builders/__init__.py:220 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: builders/__init__.py:243 -msgid "building [mo]: " +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: builders/__init__.py:246 builders/__init__.py:741 builders/__init__.py:773 -msgid "writing output... " +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/__init__.py:263 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "all of %d po files" +msgid "module %s could not be imported: %s" msgstr "" -#: builders/__init__.py:285 +#: ext/coverage.py:148 #, python-format -msgid "targets for %d po files that are specified" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: builders/__init__.py:307 -msgid "all source files" +#: 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:319 +#: ext/coverage.py:187 #, python-format -msgid "file %r given on command line does not exist, " +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/__init__.py:325 +#: ext/coverage.py:260 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/__init__.py:336 +#: ext/coverage.py:452 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/__init__.py:351 +#: ext/coverage.py:473 #, python-format -msgid "%d source files given on command line" +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/__init__.py:366 +#: ext/coverage.py:492 #, python-format -msgid "targets for %d source files that are out of date" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/__init__.py:394 -msgid "looking for now-outdated 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/__init__.py:398 +#: ext/imgmath.py:167 #, python-format -msgid "%d found" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/__init__.py:400 -msgid "none found" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/__init__.py:407 -msgid "pickling environment" -msgstr "" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "" -#: builders/__init__.py:414 -msgid "checking consistency" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: builders/__init__.py:418 -msgid "no targets are out of date." +#: 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 "" -#: builders/__init__.py:458 -msgid "updating environment: " +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/__init__.py:483 +#: ext/imgconverter.py:83 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: builders/__init__.py:519 +#: ext/autosectionlabel.py:52 #, 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 "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: builders/__init__.py:528 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, 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 "duplicate label %s, other instance in %s" +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 "" -#: builders/__init__.py:539 +#: ext/doctest.py:297 #, 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." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/__init__.py:546 +#: 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/extlinks.py:82 #, 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." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:565 builders/__init__.py:581 -msgid "reading sources... " +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/__init__.py:698 +#: ext/graphviz.py:153 #, python-format -msgid "docnames to write: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/__init__.py:711 -msgid "preparing documents" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/__init__.py:714 -msgid "copying assets" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/__init__.py:866 +#: ext/graphviz.py:328 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/epub3.py:83 +#: ext/graphviz.py:339 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: 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:220 -msgid "conf value \"epub_language\" (or \"language\") 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:227 -msgid "conf value \"epub_uid\" should be XML NAME 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:231 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: 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/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: builders/epub3.py:255 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +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 "" + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1289 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "invalid css_file: %r, ignored" +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:222 +#: builders/_epub_base.py:223 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: builders/_epub_base.py:434 +#: builders/_epub_base.py:436 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: builders/_epub_base.py:465 +#: builders/_epub_base.py:467 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: builders/_epub_base.py:477 +#: builders/_epub_base.py:479 msgid "Pillow not found - copying image files" msgstr "" -#: builders/_epub_base.py:512 +#: builders/_epub_base.py:514 msgid "writing mimetype file..." msgstr "" -#: builders/_epub_base.py:521 +#: builders/_epub_base.py:523 msgid "writing META-INF/container.xml file..." msgstr "" -#: builders/_epub_base.py:558 +#: builders/_epub_base.py:561 msgid "writing content.opf file..." msgstr "" -#: builders/_epub_base.py:590 +#: builders/_epub_base.py:594 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: builders/_epub_base.py:745 +#: builders/_epub_base.py:748 msgid "node has an invalid level" msgstr "" -#: builders/_epub_base.py:764 +#: builders/_epub_base.py:768 msgid "writing toc.ncx file..." msgstr "" -#: builders/_epub_base.py:793 +#: builders/_epub_base.py:801 #, python-format msgid "writing %s file..." msgstr "" -#: builders/changes.py:33 +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/changes.py:29 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: builders/changes.py:60 +#: builders/changes.py:61 #, python-format msgid "no changes in version %s." msgstr "" -#: builders/changes.py:62 +#: builders/changes.py:63 msgid "writing summary file..." msgstr "" -#: builders/changes.py:74 +#: builders/changes.py:75 msgid "Builtins" msgstr "" -#: builders/changes.py:76 +#: builders/changes.py:77 msgid "Module level" msgstr "" -#: builders/changes.py:128 +#: builders/changes.py:129 msgid "copying source files..." msgstr "" -#: builders/changes.py:137 +#: builders/changes.py:138 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: util/rst.py:72 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/docfields.py:95 -#, 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/osutil.py:130 +#: builders/manpage.py:64 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:419 +#: builders/epub3.py:84 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: util/nodes.py:487 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: util/nodes.py:701 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: util/fileutil.py:74 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: util/inventory.py:170 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:185 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:284 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:747 -#, python-format -msgid "unknown node type: %r" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: util/display.py:81 -msgid "skipped" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/display.py:86 -msgid "failed" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:103 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:110 +#: builders/gettext.py:243 #, python-format -msgid "writing error: %s, %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/i18n.py:138 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "locale_dir %s does not exist" +msgid "building [%s]: " msgstr "" -#: util/i18n.py:230 +#: builders/gettext.py:265 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "targets for %d template files" msgstr "" -#: 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." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: directives/code.py:87 +#: builders/text.py:27 #, python-format -msgid "Invalid caption: %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: directives/code.py:132 directives/code.py:297 directives/code.py:484 +#: builders/__init__.py:230 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:238 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/code.py:234 -#, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: directives/code.py:276 +#: builders/__init__.py:281 #, python-format -msgid "Object named %r not found in include file %r" +msgid "all of %d po files" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:315 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/other.py:122 +#: 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:155 environment/adapters/toctree.py:355 +#: 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:158 environment/adapters/toctree.py:359 +#: 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:171 +#: 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:204 -msgid "Section author: " +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/other.py:206 -msgid "Module author: " +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/other.py:208 -msgid "Code author: " +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: directives/other.py:210 -msgid "Author: " +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: directives/other.py:284 -msgid ".. acks content is not a list" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: directives/other.py:309 -msgid ".. hlist content is not a list" +#: 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 -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:112 _cli/__init__.py:183 -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:172 +#: 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:182 -msgid " Manage documentation with Sphinx." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:194 -msgid "Show the version and exit." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:202 -msgid "Show this message and exit." +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:206 -msgid "Logging" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:213 -msgid "Increase verbosity (can be repeated)" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:221 -msgid "Only print errors and warnings." +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: _cli/__init__.py:228 -msgid "No output at all" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:234 -msgid "" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: _cli/__init__.py:265 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:198 -#: transforms/__init__.py:133 writers/manpage.py:102 writers/texinfo.py:219 -#, python-format -msgid "%b %d, %Y" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:143 -msgid "could not calculate translation progress!" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: transforms/__init__.py:148 -msgid "no translated elements!" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: transforms/__init__.py:267 +#: builders/linkcheck.py:549 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/__init__.py:313 +#: builders/linkcheck.py:768 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/__init__.py:322 -msgid "Footnote [*] is not referenced." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: transforms/__init__.py:333 -msgid "Footnote [#] is not referenced." +#: 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 "" -#: transforms/i18n.py:228 transforms/i18n.py:303 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:273 +#: transforms/i18n.py:276 +#, python-brace-format msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: transforms/i18n.py:323 +#: transforms/i18n.py:326 +#, python-brace-format msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:345 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: ext/linkcode.py:75 ext/viewcode.py:201 -msgid "[source]" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: ext/imgconverter.py:40 -#, 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" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#: transforms/__init__.py:258 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: ext/imgconverter.py:68 +#: transforms/__init__.py:299 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "Footnote [%s] is not referenced." msgstr "" -#: ext/viewcode.py:258 -msgid "highlighting module code... " +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: ext/viewcode.py:286 -msgid "[docs]" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: ext/viewcode.py:306 -msgid "Module code" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: ext/viewcode.py:312 +#: util/inventory.py:166 #, python-format -msgid "

Source code for %s

" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: ext/viewcode.py:338 -msgid "Overview: module code" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: ext/viewcode.py:339 -msgid "

All modules for which code is available

" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: ext/coverage.py:47 +#: util/i18n.py:146 #, python-format -msgid "invalid regex %r in %s" +msgid "locale_dir %s does not exist" msgstr "" -#: ext/coverage.py:134 ext/coverage.py:280 +#: util/i18n.py:244 #, python-format -msgid "module %s could not be imported: %s" +msgid "Invalid Babel locale: %r." msgstr "" -#: ext/coverage.py:141 +#: util/i18n.py:253 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: ext/coverage.py:149 +#: util/fileutil.py:76 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: ext/coverage.py:163 +#: util/fileutil.py:89 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +msgid "Writing evaluated template result to %s" msgstr "" -#: ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: util/display.py:87 +msgid "failed" msgstr "" -#: ext/coverage.py:429 +#: util/osutil.py:131 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: ext/coverage.py:445 +#: util/docfields.py:103 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: ext/coverage.py:458 +#: util/nodes.py:454 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: ext/todo.py:71 -msgid "Todo" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: ext/todo.py:104 +#: util/nodes.py:737 #, python-format -msgid "TODO entry found: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: ext/todo.py:163 -msgid "<>" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: ext/todo.py:165 +#: util/docutils.py:361 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "unknown role name: %s" msgstr "" -#: ext/todo.py:175 -msgid "original entry" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: ext/extlinks.py:82 +#: util/rst.py:73 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgid "default role %s not found" msgstr "" -#: ext/doctest.py:115 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/doctest.py:120 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "'%s' is not a valid option." +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/doctest.py:134 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "Unknown image format: %s..." msgstr "" -#: ext/doctest.py:220 -msgid "invalid TestCode type" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/doctest.py:281 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/doctest.py:434 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/doctest.py:522 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "%r reference target not found: %s" msgstr "" -#: ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#: builders/latex/transforms.py:121 #, python-format -msgid "dot code %r: %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: ext/graphviz.py:436 ext/graphviz.py:444 +#: builders/latex/transforms.py:487 #, python-format -msgid "[graph: %s]" +msgid "No footnote was found for given reference node %r" msgstr "" -#: ext/graphviz.py:438 ext/graphviz.py:446 -msgid "[graph]" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: ext/imgmath.py:369 ext/mathjax.py:52 -msgid "Link to this equation" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: ext/apidoc.py:85 +#: builders/latex/__init__.py:115 #, python-format -msgid "Would create file %s." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: ext/apidoc.py:375 +#: 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." +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: ext/apidoc.py:392 -msgid "path to module to document" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: ext/apidoc.py:396 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: ext/apidoc.py:407 -msgid "directory to place all output" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: ext/apidoc.py:422 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: ext/apidoc.py:429 -msgid "overwrite existing files" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: ext/apidoc.py:437 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: ext/apidoc.py:446 -msgid "run the script without creating files" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: ext/apidoc.py:453 -msgid "put documentation for each module on its own page" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: ext/apidoc.py:460 -msgid "include \"_private\" modules" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: ext/apidoc.py:467 -msgid "filename of table of contents (default: modules)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: ext/apidoc.py:474 -msgid "don't create a table of contents file" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: ext/apidoc.py:481 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: ext/apidoc.py:492 -msgid "put module documentation before submodule documentation" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: ext/apidoc.py:498 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: ext/apidoc.py:508 -msgid "file suffix (default: rst)" +#: builders/html/__init__.py:386 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: ext/apidoc.py:515 ext/autosummary/generate.py:839 -msgid "Remove existing files in the output directory that were not generated" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: ext/apidoc.py:524 -msgid "generate a full project with sphinx-quickstart" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: ext/apidoc.py:531 -msgid "append module_path to sys.path, used when --full is given" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: ext/apidoc.py:538 -msgid "project name (default: root module name)" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: ext/apidoc.py:545 -msgid "project author(s), used when --full is given" +#: builders/html/__init__.py:601 +msgid "previous" msgstr "" -#: ext/apidoc.py:552 -msgid "project version, used when --full is given" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: ext/apidoc.py:559 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: ext/apidoc.py:564 -msgid "extension options" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: ext/apidoc.py:638 -#, python-format -msgid "%s is not a directory." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: ext/apidoc.py:710 ext/autosummary/generate.py:875 +#: builders/html/__init__.py:820 #, python-format -msgid "Failed to remove %s: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: ext/autosectionlabel.py:48 +#: builders/html/__init__.py:866 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/std/__init__.py:703 domains/std/__init__.py:812 -#: ext/autosectionlabel.py:52 +#: builders/html/__init__.py:884 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: ext/duration.py:85 -msgid "" -"====================== slowest reading durations =======================" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: ext/imgmath.py:159 +#: builders/html/__init__.py:936 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "cannot copy static file %r" msgstr "" -#: ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: ext/imgmath.py:328 +#: builders/html/__init__.py:951 #, python-format -msgid "display latex %r: %s" +msgid "cannot copy extra file %r" msgstr "" -#: ext/imgmath.py:362 +#: builders/html/__init__.py:957 #, python-format -msgid "inline latex %r: %s" +msgid "Failed to write build info file: %r" msgstr "" -#: writers/latex.py:1090 writers/manpage.py:263 writers/texinfo.py:662 -msgid "Footnotes" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: writers/manpage.py:309 writers/text.py:936 +#: builders/html/__init__.py:1054 #, python-format -msgid "[image: %s]" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: writers/manpage.py:310 writers/text.py:937 -msgid "[image]" +#: builders/html/__init__.py:1218 +#, 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 "" -#: writers/html5.py:99 writers/html5.py:108 -msgid "Link to this definition" +#: builders/html/__init__.py:1231 +#, 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 "" -#: writers/html5.py:415 +#: builders/html/__init__.py:1239 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: writers/html5.py:427 -#, python-format -msgid "Any IDs not assigned for %s node" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: writers/html5.py:482 -msgid "Link to this term" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: writers/html5.py:525 writers/html5.py:530 -msgid "Link to this heading" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: writers/html5.py:535 -msgid "Link to this table" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: writers/html5.py:549 writers/latex.py:1099 +#: builders/html/__init__.py:1361 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: writers/html5.py:613 -msgid "Link to this code" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:615 -msgid "Link to this image" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: writers/html5.py:617 -msgid "Link to this toctree" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:758 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: builders/latex/__init__.py:205 domains/std/__init__.py:646 -#: domains/std/__init__.py:658 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:513 -msgid "Index" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: writers/latex.py:743 writers/texinfo.py:644 +#: builders/html/__init__.py:1435 +#, python-format msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"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 "" -#: writers/texinfo.py:1216 -msgid "caption not inside a figure." +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: writers/texinfo.py:1302 +#: builders/html/__init__.py:1464 #, python-format -msgid "unimplemented node type: %r" +msgid "%s %s documentation" msgstr "" -#: writers/latex.py:360 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(in %s v%s)" msgstr "" -#: builders/latex/__init__.py:223 writers/latex.py:410 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "no Babel option known for language %r" +msgid "(in %s)" msgstr "" -#: writers/latex.py:428 -msgid "too large :maxdepth:, ignored." +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: writers/latex.py:590 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: writers/latex.py:708 -msgid "document title is not a single Text node" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: writers/latex.py:1175 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: writers/latex.py:1573 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: writers/latex.py:1931 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "unknown index entry type %s found" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/std/__init__.py:87 domains/std/__init__.py:104 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "environment variable; %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:112 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "%s; configuration value" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/std/__init__.py:166 -msgid "Type" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:176 -msgid "Default" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:235 +#: ext/intersphinx/_load.py:102 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: domains/std/__init__.py:306 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s command line option" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: domains/std/__init__.py:308 -msgid "command line option" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:430 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:438 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:444 domains/std/__init__.py:457 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" - -#: domains/std/__init__.py:602 -msgid "glossary term" -msgstr "" - -#: domains/std/__init__.py:603 -msgid "grammar token" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:604 -msgid "reference label" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:607 -msgid "environment variable" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:608 -msgid "program option" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:609 -msgid "document" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:647 domains/std/__init__.py:659 -msgid "Module Index" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:648 domains/std/__init__.py:660 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:722 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:932 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:940 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:952 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:966 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:969 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/std/__init__.py:1200 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/std/__init__.py:1202 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "%s() (in module %s)" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/python/__init__.py:167 domains/python/__init__.py:334 -#: domains/python/__init__.py:385 domains/python/__init__.py:424 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "%s (in module %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/python/__init__.py:169 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s (built-in variable)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/python/__init__.py:194 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "%s (built-in class)" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/python/__init__.py:195 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "%s (class in %s)" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" +#: 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 "" -#: domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/python/__init__.py:559 -msgid "Python Module Index" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/python/__init__.py:560 -msgid "modules" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/python/__init__.py:637 -msgid "Deprecated" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/python/__init__.py:663 -msgid "exception" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/python/__init__.py:665 -msgid "class method" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/python/__init__.py:666 -msgid "static method" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/python/__init__.py:668 -msgid "property" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/python/__init__.py:669 -msgid "type alias" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/python/__init__.py:729 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/python/__init__.py:858 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/python/__init__.py:920 -msgid " (deprecated)" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/c/__init__.py:304 domains/cpp/__init__.py:441 -#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 -msgid "Parameters" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/python/_object.py:169 -msgid "Variables" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/python/_object.py:173 -msgid "Raises" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/c/__init__.py:199 -#, python-format -msgid "%s (C %s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/c/__init__.py:260 domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/c/__init__.py:307 domains/cpp/__init__.py:454 -msgid "Return values" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: domains/c/__init__.py:679 domains/cpp/__init__.py:860 -msgid "member" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: domains/c/__init__.py:680 -msgid "variable" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: domains/c/__init__.py:682 -msgid "macro" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: domains/c/__init__.py:683 -msgid "struct" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: domains/c/__init__.py:684 domains/cpp/__init__.py:858 -msgid "union" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: domains/c/__init__.py:685 domains/cpp/__init__.py:863 -msgid "enum" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" msgstr "" -#: domains/c/__init__.py:686 domains/cpp/__init__.py:864 -msgid "enumerator" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: domains/c/__init__.py:687 domains/cpp/__init__.py:861 -msgid "type" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: domains/c/__init__.py:689 domains/cpp/__init__.py:866 -msgid "function parameter" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: domains/cpp/__init__.py:277 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s (C++ %s)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: domains/cpp/__init__.py:862 -msgid "concept" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: domains/cpp/__init__.py:867 -msgid "template parameter" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: ext/napoleon/docstring.py:956 +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" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: themes/basic/layout.html:115 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Search within %(docstitle)s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "invalid value for member-order option: %s" msgstr "" -#: themes/basic/layout.html:201 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: themes/basic/layout.html:204 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: themes/basic/genindex-single.html:26 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "Index – %(key)s" +msgid "error while formatting arguments for %s: %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" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: themes/basic/opensearch.xml:4 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "Search %(docstitle)s" +msgid "error while formatting signature for %s: %s" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: ext/autodoc/__init__.py:1201 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: 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 "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "" - -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "" - -#: themes/basic/searchbox.html:4 -msgid "Quick 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 "" - -#: themes/basic/search.html:35 -msgid "search" -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/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: ext/autodoc/__init__.py:2720 #, 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" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: ext/autosummary/__init__.py:284 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: themes/basic/static/searchtools.js:119 +#: ext/autosummary/__init__.py:288 +#, 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 "" - -#: themes/basic/static/searchtools.js:123 -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:253 -msgid "Searching" -msgstr "" - -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: environment/collectors/asset.py:96 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "image file not readable: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: environment/collectors/asset.py:124 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "image file %s not readable: %s" +msgid "failed to parse name %s" msgstr "" -#: environment/collectors/asset.py:161 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "download file not readable: %s" +msgid "failed to import object %s" msgstr "" -#: environment/collectors/toctree.py:258 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: environment/adapters/toctree.py:318 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: environment/adapters/toctree.py:342 -#, python-format +#: ext/autosummary/__init__.py:937 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: environment/adapters/toctree.py:357 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: environment/adapters/indexentries.py:126 +#: ext/autosummary/generate.py:588 #, python-format -msgid "see %s" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: environment/adapters/indexentries.py:136 +#: ext/autosummary/generate.py:592 #, python-format -msgid "see also %s" +msgid "[autosummary] writing to %s" msgstr "" -#: environment/adapters/indexentries.py:144 +#: ext/autosummary/generate.py:637 #, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: environment/adapters/indexentries.py:270 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:836 +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 "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autosummary/generate.py:874 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autosummary/generate.py:882 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:363 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:382 +#: ext/autosummary/generate.py:899 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/html/__init__.py:598 -msgid "previous" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/html/__init__.py:695 -msgid "generating indices" +#: _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:710 -msgid "writing additional pages" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/html/__init__.py:793 -#, python-format -msgid "cannot copy image file '%s': %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/html/__init__.py:805 -msgid "copying downloadable files... " +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/html/__init__.py:817 -#, python-format -msgid "cannot copy downloadable file %r: %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/html/__init__.py:863 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/html/__init__.py:881 -#, python-format -msgid "Failed to copy a file in 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:916 -msgid "copying static files" +#: 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:933 -#, python-format -msgid "cannot copy static file %r" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: builders/html/__init__.py:938 -msgid "copying extra files" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: builders/html/__init__.py:948 -#, python-format -msgid "cannot copy extra file %r" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: builders/html/__init__.py:954 -#, python-format -msgid "Failed to write build info file: %r" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: builders/html/__init__.py:1003 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: builders/html/__init__.py:1051 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %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 "" -#: 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." +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: builders/html/__init__.py:1222 -#, python-format +#: themes/basic/search.html:20 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: builders/html/__init__.py:1255 -msgid "dumping object inventory" -msgstr "" - -#: builders/html/__init__.py:1263 -#, python-format -msgid "dumping search index in %s" -msgstr "" - -#: builders/html/__init__.py:1306 -#, python-format -msgid "invalid js_file: %r, ignored" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: builders/html/__init__.py:1339 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: builders/html/__init__.py:1344 -#, python-format -msgid "Unknown math_renderer %r is given." +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: builders/html/__init__.py:1358 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: builders/html/__init__.py:1363 +#: themes/basic/layout.html:115 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "Search within %(docstitle)s" msgstr "" -#: builders/html/__init__.py:1378 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: builders/html/__init__.py:1383 -#, python-format -msgid "html_static_path entry %r does not exist" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: builders/html/__init__.py:1394 builders/latex/__init__.py:504 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "logo file %r does not exist" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: builders/html/__init__.py:1405 +#: themes/basic/layout.html:201 #, python-format -msgid "favicon file %r does not exist" +msgid "Last updated on %(last_updated)s." msgstr "" -#: builders/html/__init__.py:1417 +#: themes/basic/layout.html:204 #, 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:1430 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" - -#: builders/html/__init__.py:1447 -#, python-format -msgid "%s %s documentation" -msgstr "" - -#: builders/latex/transforms.py:118 -msgid "Failed to get a docname!" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: builders/latex/transforms.py:119 -#, python-format -msgid "Failed to get a docname for source %r!" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: builders/latex/transforms.py:485 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: builders/latex/__init__.py:117 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: builders/latex/__init__.py:119 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: builders/latex/__init__.py:157 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: builders/latex/__init__.py:169 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Search %(docstitle)s" msgstr "" -#: builders/latex/__init__.py:208 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: builders/latex/__init__.py:429 -msgid "copying TeX support files" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: builders/latex/__init__.py:466 -msgid "copying additional files" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: builders/latex/__init__.py:540 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: builders/latex/__init__.py:548 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: _cli/util/errors.py:124 -msgid "Exception occurred, starting debugger:" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: _cli/util/errors.py:133 -msgid "reStructuredText markup error:" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: _cli/util/errors.py:168 -msgid "The full traceback has been saved in:" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: _cli/util/errors.py:172 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: transforms/post_transforms/__init__.py:125 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: transforms/post_transforms/__init__.py:185 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Index – %(key)s" msgstr "" -#: transforms/post_transforms/__init__.py:251 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: transforms/post_transforms/__init__.py:257 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%r reference target not found: %s" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: transforms/post_transforms/images.py:77 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: transforms/post_transforms/images.py:94 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: transforms/post_transforms/images.py:141 -#, python-format -msgid "Unknown image format: %s..." +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/napoleon/docstring.py:707 -msgid "Example" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:708 -msgid "Examples" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 -msgid "Keyword Arguments" +#: themes/basic/static/searchtools.js:125 +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/napoleon/docstring.py:768 -msgid "Notes" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/napoleon/docstring.py:777 -msgid "Other Parameters" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/napoleon/docstring.py:813 -msgid "Receives" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/napoleon/docstring.py:817 -msgid "References" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/napoleon/docstring.py:849 -msgid "Warns" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/napoleon/docstring.py:853 -msgid "Yields" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/napoleon/docstring.py:1015 +#: 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:1022 +#: 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:1029 +#: 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:1036 +#: 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/autosummary/__init__.py:256 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "see %s" msgstr "" -#: ext/autosummary/__init__.py:258 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "see also %s" msgstr "" -#: ext/autosummary/__init__.py:277 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/autosummary/__init__.py:330 +#: environment/collectors/asset.py:98 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "image file not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:344 +#: environment/collectors/asset.py:126 #, python-format -msgid "failed to parse name %s" +msgid "image file %s not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:349 +#: environment/collectors/asset.py:165 #, python-format -msgid "failed to import object %s" +msgid "download file not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:648 +#: environment/collectors/toctree.py:259 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/autosummary/__init__.py:819 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autosummary/__init__.py:827 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autosummary/generate.py:215 ext/autosummary/generate.py:391 +#: domains/cpp/__init__.py:302 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +msgid "%s (C++ %s)" msgstr "" -#: ext/autosummary/generate.py:526 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/autosummary/generate.py:530 -#, python-format -msgid "[autosummary] writing to %s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/autosummary/generate.py:572 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/autosummary/generate.py:767 -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" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/autosummary/generate.py:789 -msgid "source files to generate rST files for" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autosummary/generate.py:797 -msgid "directory to place all output in" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/autosummary/generate.py:805 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/autosummary/generate.py:813 -#, python-format -msgid "custom template directory (default: %(default)s)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/autosummary/generate.py:821 -#, python-format -msgid "document imported members (default: %(default)s)" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autosummary/generate.py:829 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/intersphinx/_resolve.py:47 -#, python-format -msgid "(in %s v%s)" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s)" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:103 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:113 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s() (in module %s)" msgstr "" -#: ext/intersphinx/_resolve.py:359 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s (in module %s)" msgstr "" -#: ext/intersphinx/_resolve.py:367 +#: domains/python/__init__.py:184 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "%s (built-in variable)" msgstr "" -#: ext/intersphinx/_resolve.py:378 +#: domains/python/__init__.py:219 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "%s (built-in class)" msgstr "" -#: ext/intersphinx/_resolve.py:585 +#: domains/python/__init__.py:220 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "%s (class in %s)" msgstr "" -#: ext/intersphinx/_load.py:59 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_load.py:70 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_load.py:81 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:92 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:101 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_load.py:120 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_load.py:155 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:240 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:265 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:275 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:319 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/type_comment.py:132 +#: domains/python/__init__.py:976 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/autodoc/__init__.py:142 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for member-order option: %s" +msgid "environment variable; %s" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:415 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:532 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:807 +#: domains/std/__init__.py:239 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:902 +#: domains/std/__init__.py:319 #, 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 "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:946 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:965 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1028 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1035 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1048 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1114 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1337 ext/autodoc/__init__.py:1414 -#: ext/autodoc/__init__.py:2829 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1633 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: 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" +msgstr "" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1760 +#: domains/std/__init__.py:857 #, python-format -msgid "Bases: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1774 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: domains/std/__init__.py:1124 #, python-format -msgid "missing attribute %s in object %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1855 ext/autodoc/__init__.py:1892 -#: ext/autodoc/__init__.py:1987 +#: domains/std/__init__.py:1138 #, python-format -msgid "alias of %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1875 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2217 ext/autodoc/__init__.py:2317 +#: domains/std/__init__.py:1157 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2448 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:190 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: 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 "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo index 99c0c40f778..363439485e6 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 96a08c526e9..7850194ce84 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) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,153 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-12-29 22:39+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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.16.0\n" +"Generated-By: Babel 2.17.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" -#: events.py:77 +#: config.py:362 #, python-format -msgid "Event %r already present" -msgstr "Događaj %r već postoji" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "u konfiguracijskom direktoriju ne postoji datoteka conf.py (%s)" -#: events.py:370 +#: config.py:385 #, python-format -msgid "Unknown event name: %s" -msgstr "Nepoznato ime događaja: %s" +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" -#: events.py:416 +#: config.py:390 #, python-format -msgid "Handler %r for event %r threw an exception" +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:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "nepravilan broj %r za konf. vrijednost %r, zanemaruje se" + +#: config.py:410 +#, 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" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "nepoznata konfiguracijska vrijednost %r, zanemaruje se" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Konfiguracijska vrijednost %r već postoji" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, 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:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: application.py:190 +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Poglavlje %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Slika %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tablica %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Ispis %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nije pronađen, zanemareno je." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nema izvornog direktorija (%s)" -#: application.py:194 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:198 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Izvorni i odredišni direktorij ne smiju biti jednaki" -#: application.py:228 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Izrada pomoću Sphinx v%s" -#: application.py:250 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Ovaj projekt se ne može izgraditi s instaliranom verzijom, potrebno je instalirati Sphinx v%s ili višu verziju." -#: application.py:266 +#: application.py:298 msgid "making output directory" msgstr "izrada izlazne mape" -#: application.py:271 registry.py:452 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:277 +#: application.py:310 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' koji je postavljen u conf.py nije moguće pozvati. Molimo izmijenite definiciju 'setup' funkcije kako bi ju mogli izvršiti iz Pythona. Ovo je potrebno kako bi conf.py imao karakter Sphinx proširenja. " -#: application.py:312 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "učitavanje prijevoda [%s]... " -#: application.py:329 util/display.py:88 +#: application.py:377 util/display.py:89 msgid "done" msgstr "napravljeno" -#: application.py:331 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:345 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:353 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "neuspješno: %s" -#: application.py:366 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Nije odabran format, koristi se zadani: html" -#: application.py:398 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:400 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:404 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:407 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:409 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:414 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:417 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:419 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:968 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1047 +#: application.py:1128 #, python-format -msgid "directive %r is already registered, it will be overridden" +msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1069 application.py:1094 +#: application.py:1154 application.py:1182 #, python-format -msgid "role %r is already registered, it will be overridden" +msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1644 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +296,12 @@ msgid "" "explicit" msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: application.py:1648 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1651 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,3941 +309,3938 @@ msgid "" "explicit" msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: application.py:1655 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1663 application.py:1667 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: roles.py:208 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:231 -#, python-format -msgid "invalid CVE number %s" -msgstr "" - -#: roles.py:253 +#: extension.py:58 #, python-format -msgid "Common Weakness Enumeration; CWE %s" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: roles.py:276 +#: extension.py:79 #, python-format -msgid "invalid CWE number %s" -msgstr "" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "Ovaj projekt treba proširenje %s najmanje u verziji %si stoga se ne može izraditi s postojećom verzijom (%s)." -#: roles.py:296 +#: events.py:81 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Event %r already present" +msgstr "Događaj %r već postoji" -#: roles.py:319 +#: events.py:379 #, python-format -msgid "invalid PEP number %s" -msgstr "" +msgid "Unknown event name: %s" +msgstr "Nepoznato ime događaja: %s" -#: roles.py:357 +#: events.py:424 #, python-format -msgid "invalid RFC number %s" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: registry.py:144 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa %s nema \"name\" svojstvo" -#: registry.py:146 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r već postoji (u modulu %s)" -#: registry.py:159 +#: registry.py:182 #, 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:166 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" msgstr "Builder %s nije registriran" -#: registry.py:173 +#: registry.py:199 #, python-format msgid "domain %s already registered" msgstr "domena %s je već registrirana" -#: registry.py:196 registry.py:209 registry.py:220 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" msgstr "domena %s nije još registrirana" -#: registry.py:200 +#: registry.py:230 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:212 +#: registry.py:248 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:223 +#: registry.py:261 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:254 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:280 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:287 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:296 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser za %r je već registriran" -#: registry.py:304 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:320 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:336 +#: registry.py:405 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:419 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:431 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:446 +#: registry.py:531 #, 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:457 +#: registry.py:545 msgid "Original exception:\n" msgstr "Izvorna iznimka:\n" -#: registry.py:458 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "Proširenje %s ne može biti uvezena" -#: registry.py:463 +#: registry.py:554 #, 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:472 +#: registry.py:567 #, 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:480 +#: registry.py:579 #, 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:514 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: project.py:71 +#: roles.py:206 #, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: project.py:87 +#: roles.py:229 #, python-format -msgid "Ignored unreadable document %r." +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 "" -#: highlighting.py:168 +#: roles.py:294 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: highlighting.py:202 +#: highlighting.py:209 #, python-format msgid "" "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " "Retrying in relaxed mode." msgstr "" -#: extension.py:55 +#: project.py:72 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: extension.py:76 +#: project.py:87 #, python-format -msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." -msgstr "Ovaj projekt treba proširenje %s najmanje u verziji %si stoga se ne može izraditi s postojećom verzijom (%s)." +msgid "Ignored unreadable document %r." +msgstr "" -#: theming.py:114 +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, 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" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: theming.py:207 +#: theming.py:218 #, 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" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:275 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:309 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "u konfiguracijskom direktoriju ne postoji datoteka conf.py (%s)" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "" -#: config.py:318 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: config.py:341 -#, 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)" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "" -#: config.py:350 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nepravilan broj %r za konf. vrijednost %r, zanemaruje se" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" -#: config.py:356 -#, 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" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "" -#: config.py:377 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "nepoznata konfiguracijska vrijednost %r, zanemaruje se" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "" -#: config.py:430 -#, python-format -msgid "No such config value: %r" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: config.py:453 -#, python-format -msgid "Config value %r already present" -msgstr "Konfiguracijska vrijednost %r već postoji" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "" -#: config.py:489 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: config.py:527 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Postoji sintaksna greška u konfiguracijskoj datoteci: %s\n" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" -#: config.py:530 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: config.py:537 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: config.py:560 +#: cmd/quickstart.py:133 #, python-format -msgid "Failed to convert %r to a set or tuple" +msgid "Please enter one of %s." msgstr "" -#: config.py:581 config.py:586 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "" + +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: config.py:589 +#: cmd/quickstart.py:229 #, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" + +#: cmd/quickstart.py:234 msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: config.py:608 +#: cmd/quickstart.py:241 #, python-format -msgid "Section %s" -msgstr "Poglavlje %s" +msgid "Selected root path: %s" +msgstr "" -#: config.py:609 -#, python-format -msgid "Fig. %s" -msgstr "Slika %s" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "" -#: config.py:610 -#, python-format -msgid "Table %s" -msgstr "Tablica %s" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: config.py:611 -#, python-format -msgid "Listing %s" -msgstr "Ispis %s" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: config.py:718 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: config.py:742 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: config.py:755 +#: cmd/quickstart.py:273 msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +"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 "" -#: config.py:766 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nije pronađen, zanemareno je." +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: config.py:778 +#: cmd/quickstart.py:286 msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." +"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:128 domains/rst.py:185 -#, python-format -msgid "%s (directive)" -msgstr "%s (directive)" - -#: domains/rst.py:186 domains/rst.py:190 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/rst.py:214 -#, python-format -msgid "%s (role)" -msgstr "%s (role)" - -#: domains/rst.py:224 -msgid "directive" -msgstr "Direktive" - -#: domains/rst.py:225 -msgid "directive-option" +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/rst.py:226 -msgid "role" -msgstr "uloga" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "" -#: domains/rst.py:248 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (ugrađene funkcije)" +#: 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 "" -#: domains/javascript.py:166 domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metoda)" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "" -#: domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (razred)" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "" -#: domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globalna varijabla ili konstanta)" +#: 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 "" -#: domains/javascript.py:172 domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atribut)" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "" -#: domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumenti" +#: 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 "" -#: domains/cpp/__init__.py:447 domains/javascript.py:258 -msgid "Throws" -msgstr "Baca (iznimke)" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "" -#: domains/c/__init__.py:310 domains/cpp/__init__.py:458 -#: domains/javascript.py:261 domains/python/_object.py:176 -msgid "Returns" -msgstr "Vraća" +#: 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 "" -#: domains/c/__init__.py:312 domains/javascript.py:263 -#: domains/python/_object.py:178 -msgid "Return type" -msgstr "Vraća tip" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "" -#: domains/javascript.py:334 +#: cmd/quickstart.py:367 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" -#: domains/c/__init__.py:681 domains/cpp/__init__.py:859 -#: domains/javascript.py:371 domains/python/__init__.py:660 -msgid "function" -msgstr "funkcija" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" -#: domains/javascript.py:372 domains/python/__init__.py:664 -msgid "method" -msgstr "metoda" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" -#: domains/cpp/__init__.py:857 domains/javascript.py:373 -#: domains/python/__init__.py:662 -msgid "class" -msgstr "razred" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" -#: domains/javascript.py:374 domains/python/__init__.py:661 -msgid "data" -msgstr "podaci" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" -#: domains/javascript.py:375 domains/python/__init__.py:667 -msgid "attribute" -msgstr "atribut" +#: cmd/quickstart.py:406 +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:376 domains/python/__init__.py:670 -msgid "module" -msgstr "modul" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "" -#: domains/javascript.py:407 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: domains/changeset.py:25 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "Added in version %s" +msgid "Creating file %s." msgstr "" -#: domains/changeset.py:26 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Changed in version %s" -msgstr "Promijenjeno u verziji %s" +msgid "File %s already exists, skipping." +msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Deprecated since version %s" -msgstr "Zastarijelo od verzije %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "" -#: domains/changeset.py:28 +#: cmd/quickstart.py:519 #, 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:299 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" -#: domains/citation.py:73 +#: cmd/quickstart.py:530 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: domains/citation.py:84 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "dvostruka oznaka jednakosti %s, drugo pojavljivanje u %s" +#: cmd/quickstart.py:572 +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/math.py:119 writers/latex.py:2479 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: environment/__init__.py:81 -msgid "new config" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: environment/__init__.py:82 -msgid "config changed" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: environment/__init__.py:83 -msgid "extensions changed" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: environment/__init__.py:249 -msgid "build environment version not current" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: environment/__init__.py:251 -msgid "source directory has changed" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: environment/__init__.py:313 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: environment/__init__.py:318 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: environment/__init__.py:324 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: environment/__init__.py:366 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: environment/__init__.py:473 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: environment/__init__.py:626 -#, python-format -msgid "Domain %r is not registered" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: environment/__init__.py:777 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: environment/__init__.py:810 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: environment/__init__.py:839 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Pozor" - -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Pažnja" - -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Opasnost" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Greška" - -#: 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/quickstart.py:660 +msgid "use epub" +msgstr "" -#: cmd/quickstart.py:43 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: cmd/quickstart.py:44 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" msgstr "" -#: cmd/quickstart.py:45 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: cmd/quickstart.py:46 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:47 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:48 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:49 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:50 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:51 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:52 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:94 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter some text." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:117 -#, python-format -msgid "Please enter one of %s." +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:125 -msgid "Please enter either 'y' or 'n'." +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:131 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:215 +#: cmd/quickstart.py:809 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:219 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: cmd/quickstart.py:227 -#, python-format -msgid "Selected root path: %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 "" -#: cmd/quickstart.py:230 -msgid "Enter the root path for documentation." +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: cmd/quickstart.py:231 -msgid "Root path for the documentation" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: cmd/quickstart.py:239 -msgid "Error: an existing conf.py has been found in the selected root path." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: cmd/quickstart.py:245 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: cmd/quickstart.py:248 -msgid "Please enter a new root path (or just Enter to exit)" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: cmd/quickstart.py:258 +#: cmd/build.py:131 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." +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: cmd/quickstart.py:265 -msgid "Separate source and build directories (y/n)" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: cmd/quickstart.py:271 -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/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: cmd/quickstart.py:277 -msgid "Name prefix for templates and static dir" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: cmd/quickstart.py:282 +#: cmd/build.py:157 msgid "" -"The project name will occur in several places in the built documentation." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: cmd/quickstart.py:286 -msgid "Project name" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: cmd/quickstart.py:288 -msgid "Author name(s)" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: cmd/quickstart.py:293 -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." +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project version" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: cmd/quickstart.py:303 -msgid "Project release" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: cmd/quickstart.py:308 -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." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project language" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: cmd/quickstart.py:329 -msgid "Source file suffix" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: cmd/quickstart.py:334 -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." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: cmd/quickstart.py:342 -msgid "Name of your master document (without suffix)" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:352 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:359 -msgid "sphinx-quickstart will not overwrite the existing file." +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: cmd/quickstart.py:362 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: cmd/quickstart.py:371 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: cmd/quickstart.py:381 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: cmd/quickstart.py:391 -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." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: cmd/quickstart.py:397 -msgid "Create Makefile? (y/n)" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: cmd/quickstart.py:401 -msgid "Create Windows command file? (y/n)" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: cmd/quickstart.py:453 ext/apidoc.py:92 +#: cmd/build.py:357 #, python-format -msgid "Creating file %s." +msgid "cannot open warning file '%s': %s" msgstr "" -#: cmd/quickstart.py:458 ext/apidoc.py:89 -#, python-format -msgid "File %s already exists, skipping." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:501 -msgid "Finished: An initial directory structure has been created." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:504 +#: domains/javascript.py:183 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (ugrađene funkcije)" -#: cmd/quickstart.py:512 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metoda)" -#: cmd/quickstart.py:515 +#: domains/javascript.py:186 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s() (class)" +msgstr "%s() (razred)" -#: cmd/quickstart.py:522 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globalna varijabla ili konstanta)" -#: cmd/quickstart.py:557 -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:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atribut)" -#: cmd/build.py:153 cmd/quickstart.py:567 ext/apidoc.py:374 -#: ext/autosummary/generate.py:766 -msgid "For more information, visit ." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenti" -#: cmd/quickstart.py:577 -msgid "quiet mode" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Baca (iznimke)" -#: cmd/quickstart.py:587 -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 "Vraća" -#: cmd/quickstart.py:590 -msgid "Structure options" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Vraća tip" -#: cmd/quickstart.py:596 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: cmd/quickstart.py:602 -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:736 +msgid "function" +msgstr "funkcija" -#: cmd/quickstart.py:608 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "metoda" -#: cmd/quickstart.py:611 -msgid "Project basic options" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "razred" -#: cmd/quickstart.py:613 -msgid "project name" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "podaci" -#: cmd/quickstart.py:616 -msgid "author names" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atribut" -#: cmd/quickstart.py:623 -msgid "version of project" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modul" -#: cmd/quickstart.py:630 -msgid "release of project" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:637 -msgid "document language" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:640 -msgid "source file suffix" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:643 -msgid "master document name" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "Promijenjeno u verziji %s" -#: cmd/quickstart.py:646 -msgid "use epub" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "Zastarijelo od verzije %s" + +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:649 -msgid "Extension options" +#: 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/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: cmd/quickstart.py:656 ext/apidoc.py:578 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "enable %s extension" +msgid "%s (directive)" +msgstr "%s (directive)" + +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:663 ext/apidoc.py:570 -msgid "enable arbitrary extensions" +#: 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:666 -msgid "Makefile and Batchfile creation" +#: domains/rst.py:236 +msgid "role" +msgstr "uloga" + +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:672 -msgid "create makefile" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:678 -msgid "do not create makefile" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:685 -msgid "create batchfile" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: cmd/quickstart.py:691 -msgid "do not create batchfile" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: cmd/quickstart.py:700 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: cmd/quickstart.py:703 ext/apidoc.py:581 -msgid "Project templating" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: cmd/quickstart.py:709 ext/apidoc.py:587 -msgid "template directory for template files" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: cmd/quickstart.py:716 -msgid "define a template variable" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: cmd/quickstart.py:751 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: cmd/quickstart.py:770 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: cmd/quickstart.py:777 +#: environment/__init__.py:401 msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: cmd/quickstart.py:795 +#: environment/__init__.py:515 #, python-format -msgid "Invalid template variable: %s" -msgstr "" - -#: cmd/build.py:49 -msgid "Exception occurred while building, starting debugger:" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: _cli/util/errors.py:129 cmd/build.py:65 -msgid "Interrupted!" +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" msgstr "" -#: cmd/build.py:67 -msgid "reST markup error:" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: _cli/util/errors.py:143 cmd/build.py:73 -msgid "Encoding error:" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: cmd/build.py:78 cmd/build.py:108 +#: environment/__init__.py:941 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: _cli/util/errors.py:148 cmd/build.py:90 -msgid "Recursion error:" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: _cli/util/errors.py:152 cmd/build.py:94 -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.:" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: _cli/util/errors.py:165 cmd/build.py:103 -msgid "Exception occurred:" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: _cli/util/errors.py:178 cmd/build.py:117 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: cmd/build.py:124 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: cmd/build.py:144 -msgid "job number should be a positive number" +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: cmd/build.py:154 +#: _cli/__init__.py:171 +#, python-brace-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" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: cmd/build.py:180 -msgid "path to documentation source files" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: cmd/build.py:183 -msgid "path to output directory" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: cmd/build.py:188 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: _cli/__init__.py:199 +msgid "Show this message and exit." msgstr "" -#: cmd/build.py:194 -msgid "general options" +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: cmd/build.py:201 -msgid "builder to use (default: 'html')" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: cmd/build.py:210 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." msgstr "" -#: cmd/build.py:220 -msgid "write all files (default: only write new and changed files)" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: cmd/build.py:227 -msgid "don't use a saved environment, always read all files" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: cmd/build.py:230 -msgid "path options" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" msgstr "" -#: cmd/build.py:236 +#: builders/html/__init__.py:489 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: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 "Abecedni popis" + +#: writers/latex.py:766 writers/texinfo.py:646 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: cmd/build.py:246 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Fusnote" -#: cmd/build.py:255 -msgid "use no configuration file, only use settings from -D options" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: cmd/build.py:264 -msgid "override a setting in configuration file" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: cmd/build.py:273 -msgid "pass a value into HTML templates" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: cmd/build.py:282 -msgid "define tag: include \"only\" blocks with TAG" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: cmd/build.py:289 -msgid "nitpicky mode: warn about all missing references" +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: cmd/build.py:292 -msgid "console output options" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: cmd/build.py:299 -msgid "increase verbosity (can be repeated)" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: cmd/build.py:306 ext/apidoc.py:413 -msgid "no output on stdout, just warnings on stderr" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: cmd/build.py:313 -msgid "no output at all, not even warnings" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: cmd/build.py:321 -msgid "do emit colored output (default: auto-detect)" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: cmd/build.py:329 -msgid "do not emit colored output (default: auto-detect)" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: cmd/build.py:332 -msgid "warning control options" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: cmd/build.py:338 -msgid "write warnings (and errors) to given file" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: cmd/build.py:345 -msgid "turn warnings into errors" -msgstr "" +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "[slika: %s]" -#: cmd/build.py:353 -msgid "show full traceback on exception" -msgstr "" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[slika]" -#: cmd/build.py:356 -msgid "run Pdb on exception" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: cmd/build.py:362 -msgid "raise an exception on warnings" +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: cmd/build.py:405 -msgid "cannot combine -a option and filenames" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: cmd/build.py:437 +#: writers/latex.py:614 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: cmd/build.py:456 -msgid "-D option argument must be in the form name=value" -msgstr "" - -#: cmd/build.py:463 -msgid "-A option argument must be in the form name=value" +#: writers/latex.py:730 +msgid "document title is not a single Text node" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/linkcheck.py:75 +#: writers/latex.py:1230 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +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/linkcheck.py:146 +#: writers/latex.py:1626 #, python-format -msgid "broken link: %s (%s)" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/linkcheck.py:540 +#: writers/latex.py:1986 #, python-format -msgid "Anchor '%s' not found" +msgid "unknown index entry type %s found" msgstr "" -#: builders/linkcheck.py:742 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: 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/singlehtml.py:37 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: builders/singlehtml.py:173 -msgid "assembling single document" -msgstr "" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Neispravan navod: %s" -#: builders/latex/__init__.py:346 builders/manpage.py:56 -#: builders/singlehtml.py:178 builders/texinfo.py:121 -msgid "writing" +#: 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 "" -#: builders/singlehtml.py:191 -msgid "writing additional files" -msgstr "" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Ne mogu se istovremeno koristiti *%s* i *%s* opcije" -#: builders/manpage.py:39 +#: directives/code.py:231 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: builders/manpage.py:47 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: 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/manpage.py:73 +#: directives/code.py:276 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" +msgid "Object named %r not found in include file %r" +msgstr "Objekt %r nije pronađen u include datoteci %r" + +#: 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/text.py:34 +#: directives/code.py:314 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Specifikacija retka %r: nema redaka preuzetih iz include datoteke %r" -#: builders/html/__init__.py:1239 builders/text.py:81 builders/xml.py:97 +#: directives/other.py:119 #, python-format -msgid "error writing file %s: %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: builders/xml.py:38 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "toctree contains reference to excluded document %r" msgstr "" -#: builders/xml.py:110 +#: directives/other.py:156 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: builders/texinfo.py:47 +#: directives/other.py:169 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: builders/texinfo.py:49 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor sekcije: " -#: builders/texinfo.py:78 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor modula: " -#: builders/texinfo.py:90 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor koda:" -#: builders/latex/__init__.py:324 builders/texinfo.py:115 -#, python-format -msgid "processing %s" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor:" -#: builders/latex/__init__.py:404 builders/texinfo.py:174 -msgid "resolving references..." +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: builders/latex/__init__.py:415 builders/texinfo.py:184 -msgid " (in " -msgstr " (u " - -#: builders/_epub_base.py:423 builders/html/__init__.py:778 -#: builders/latex/__init__.py:482 builders/texinfo.py:202 -msgid "copying images... " +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: builders/_epub_base.py:445 builders/latex/__init__.py:497 -#: builders/texinfo.py:219 +#: 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:226 -msgid "copying Texinfo support files" -msgstr "" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: builders/texinfo.py:234 +#: ext/todo.py:154 #, python-format -msgid "error writing file Makefile: %s" -msgstr "" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> se nalazi u %s, redak %d.)" -#: builders/gettext.py:230 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "" +#: ext/todo.py:166 +msgid "original entry" +msgstr "izvorna stavka" -#: builders/__init__.py:383 builders/gettext.py:251 -#, python-format -msgid "building [%s]: " +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: builders/gettext.py:252 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kod modula" + +#: ext/viewcode.py:359 #, python-format -msgid "targets for %d template files" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Izvorni kod za %s

" -#: builders/gettext.py:257 -msgid "reading templates... " -msgstr "" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Pregled: kod modula" -#: builders/gettext.py:292 -msgid "writing message catalogs... " +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Svi moduli za koje je dostupan kod

" + +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/__init__.py:212 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "module %s could not be imported: %s" msgstr "" -#: builders/__init__.py:220 +#: ext/coverage.py:148 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/__init__.py:243 -msgid "building [mo]: " +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: builders/__init__.py:246 builders/__init__.py:741 builders/__init__.py:773 -msgid "writing output... " +#: 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:263 +#: ext/coverage.py:187 #, python-format -msgid "all of %d po files" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/__init__.py:285 +#: 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:297 +#: 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:307 -msgid "all source files" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/__init__.py:319 +#: ext/coverage.py:492 #, python-format -msgid "file %r given on command line does not exist, " +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/__init__.py:325 +#: ext/imgmath.py:148 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/__init__.py:336 +#: ext/imgmath.py:167 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/__init__.py:351 +#: ext/imgmath.py:326 #, python-format -msgid "%d source files given on command line" +msgid "display latex %r: %s" msgstr "" -#: builders/__init__.py:366 +#: ext/imgmath.py:362 #, python-format -msgid "targets for %d source files that are out of date" +msgid "inline latex %r: %s" msgstr "" -#: builders/__init__.py:394 -msgid "looking for now-outdated files... " +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: builders/__init__.py:398 +#: ext/imgconverter.py:44 #, python-format -msgid "%d found" +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 "" -#: builders/__init__.py:400 -msgid "none found" +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/__init__.py:407 -msgid "pickling environment" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: builders/__init__.py:414 -msgid "checking consistency" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: builders/__init__.py:418 -msgid "no targets are out of date." +#: 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 "" -#: builders/__init__.py:458 -msgid "updating environment: " -msgstr "" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "nedostaje '+' ili '-' u '%s' opciji." -#: builders/__init__.py:483 +#: ext/doctest.py:124 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "'%s' is not a valid option." +msgstr "'%s' nije valjana opcija." + +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' nije valjana pyversion opcija" + +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: builders/__init__.py:519 +#: ext/doctest.py:297 #, 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." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/__init__.py:528 +#: ext/doctest.py:451 #, 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 "no code/output in %s block at %s:%s" msgstr "" -#: builders/__init__.py:539 +#: ext/doctest.py:568 #, 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 "ignoring invalid doctest code: %r" msgstr "" -#: builders/__init__.py:546 +#: ext/extlinks.py:82 #, 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." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:565 builders/__init__.py:581 -msgid "reading sources... " +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: builders/__init__.py:698 +#: 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" + +#: ext/graphviz.py:153 #, python-format -msgid "docnames to write: %s" -msgstr "" +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/__init__.py:711 -msgid "preparing documents" -msgstr "" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignoriranje \"graphviz\" direktive bez sadržaja." -#: builders/__init__.py:714 -msgid "copying assets" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/__init__.py:866 +#: ext/graphviz.py:328 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +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" + +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/epub3.py:83 +#: ext/graphviz.py:344 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/epub3.py:220 -msgid "conf value \"epub_language\" (or \"language\") 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:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: 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]" + +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: builders/epub3.py:231 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: 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/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: builders/epub3.py:255 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (u " + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: 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/epub3.py:279 builders/html/__init__.py:1289 +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:218 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "error writing file Makefile: %s" msgstr "" -#: builders/_epub_base.py:222 +#: builders/_epub_base.py:223 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: builders/_epub_base.py:434 +#: builders/_epub_base.py:436 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: builders/_epub_base.py:465 +#: builders/_epub_base.py:467 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: builders/_epub_base.py:477 +#: builders/_epub_base.py:479 msgid "Pillow not found - copying image files" msgstr "" -#: builders/_epub_base.py:512 +#: builders/_epub_base.py:514 msgid "writing mimetype file..." msgstr "" -#: builders/_epub_base.py:521 +#: builders/_epub_base.py:523 msgid "writing META-INF/container.xml file..." msgstr "" -#: builders/_epub_base.py:558 +#: builders/_epub_base.py:561 msgid "writing content.opf file..." msgstr "" -#: builders/_epub_base.py:590 +#: builders/_epub_base.py:594 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: builders/_epub_base.py:745 +#: builders/_epub_base.py:748 msgid "node has an invalid level" msgstr "" -#: builders/_epub_base.py:764 +#: builders/_epub_base.py:768 msgid "writing toc.ncx file..." msgstr "" -#: builders/_epub_base.py:793 +#: builders/_epub_base.py:801 #, python-format msgid "writing %s file..." msgstr "" -#: builders/changes.py:33 +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/changes.py:29 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: builders/changes.py:60 +#: builders/changes.py:61 #, python-format msgid "no changes in version %s." msgstr "" -#: builders/changes.py:62 +#: builders/changes.py:63 msgid "writing summary file..." msgstr "" -#: builders/changes.py:74 +#: builders/changes.py:75 msgid "Builtins" msgstr "Ugrađeni dijelovi" -#: builders/changes.py:76 +#: builders/changes.py:77 msgid "Module level" msgstr "Nivo modula" -#: builders/changes.py:128 +#: builders/changes.py:129 msgid "copying source files..." msgstr "" -#: builders/changes.py:137 +#: builders/changes.py:138 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: util/rst.py:72 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/docfields.py:95 -#, 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/osutil.py:130 +#: builders/manpage.py:64 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:419 +#: builders/epub3.py:84 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: util/nodes.py:487 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: util/nodes.py:701 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: util/fileutil.py:74 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: util/inventory.py:170 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:185 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:284 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:747 -#, python-format -msgid "unknown node type: %r" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: util/display.py:81 -msgid "skipped" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/display.py:86 -msgid "failed" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:103 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:110 +#: builders/gettext.py:243 #, python-format -msgid "writing error: %s, %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/i18n.py:138 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "locale_dir %s does not exist" +msgid "building [%s]: " msgstr "" -#: util/i18n.py:230 +#: builders/gettext.py:265 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "targets for %d template files" msgstr "" -#: 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." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: directives/code.py:87 +#: builders/text.py:27 #, python-format -msgid "Invalid caption: %s" -msgstr "Neispravan navod: %s" +msgid "The text files are in %(outdir)s." +msgstr "" -#: directives/code.py:132 directives/code.py:297 directives/code.py:484 +#: builders/__init__.py:230 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:238 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Ne mogu se istovremeno koristiti *%s* i *%s* opcije" +msgid "a suitable image for %s builder not found: %s" +msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "" + +#: 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:234 +#: 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" -msgstr "Objekt %r nije pronađen u include datoteci %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\"" -msgstr "Ne može se koristiti \"lineno-match\" sa nespojivom grupom \"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" -msgstr "Specifikacija retka %r: nema redaka preuzetih iz include datoteke %r" +msgid "file %r given on command line does not exist, " +msgstr "" -#: directives/other.py:122 +#: 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:155 environment/adapters/toctree.py:355 +#: 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:158 environment/adapters/toctree.py:359 +#: 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:171 +#: 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:204 -msgid "Section author: " -msgstr "Autor sekcije: " - -#: directives/other.py:206 -msgid "Module author: " -msgstr "Autor modula: " - -#: directives/other.py:208 -msgid "Code author: " -msgstr "Autor koda:" - -#: directives/other.py:210 -msgid "Author: " -msgstr "Autor:" - -#: directives/other.py:284 -msgid ".. acks content is not a list" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/other.py:309 -msgid ".. hlist content is not a list" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: _cli/__init__.py:75 -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 "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: _cli/__init__.py:112 _cli/__init__.py:183 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: _cli/__init__.py:172 +#: builders/__init__.py:537 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"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:182 -msgid " Manage documentation with Sphinx." +#: 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:194 -msgid "Show the version and exit." +#: 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:202 -msgid "Show this message and exit." +#: 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:206 -msgid "Logging" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:213 -msgid "Increase verbosity (can be repeated)" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:221 -msgid "Only print errors and warnings." +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:228 -msgid "No output at all" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:234 -msgid "" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:265 -msgid "See 'sphinx --help'.\n" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:198 -#: transforms/__init__.py:133 writers/manpage.py:102 writers/texinfo.py:219 +#: builders/singlehtml.py:35 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "The HTML page is in %(outdir)s." +msgstr "" -#: transforms/__init__.py:143 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: transforms/__init__.py:148 -msgid "no translated elements!" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "" + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:267 +#: builders/linkcheck.py:78 #, 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:313 +#: builders/linkcheck.py:150 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "broken link: %s (%s)" msgstr "" -#: transforms/__init__.py:322 -msgid "Footnote [*] is not referenced." +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: transforms/__init__.py:333 -msgid "Footnote [#] is not referenced." +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" + +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:228 transforms/i18n.py:303 +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Pozor" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Pažnja" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Opasnost" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Greška" + +#: 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" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:273 +#: transforms/i18n.py:276 +#, python-brace-format msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: transforms/i18n.py:323 +#: transforms/i18n.py:326 +#, python-brace-format msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:345 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: ext/linkcode.py:75 ext/viewcode.py:201 -msgid "[source]" -msgstr "[source]" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: ext/imgconverter.py:40 -#, 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" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#: transforms/__init__.py:258 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: ext/imgconverter.py:68 +#: transforms/__init__.py:299 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "Footnote [%s] is not referenced." msgstr "" -#: ext/viewcode.py:258 -msgid "highlighting module code... " +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: ext/viewcode.py:286 -msgid "[docs]" -msgstr "[docs]" - -#: ext/viewcode.py:306 -msgid "Module code" -msgstr "Kod modula" - -#: ext/viewcode.py:312 -#, python-format -msgid "

Source code for %s

" -msgstr "

Izvorni kod za %s

" - -#: ext/viewcode.py:338 -msgid "Overview: module code" -msgstr "Pregled: kod modula" - -#: ext/viewcode.py:339 -msgid "

All modules for which code is available

" -msgstr "

Svi moduli za koje je dostupan kod

" - -#: ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: ext/coverage.py:134 ext/coverage.py:280 +#: util/inventory.py:147 #, python-format -msgid "module %s could not be imported: %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: ext/coverage.py:141 +#: util/inventory.py:166 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: ext/coverage.py:163 +#: util/i18n.py:113 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +msgid "writing error: %s, %s" msgstr "" -#: ext/coverage.py:177 +#: util/i18n.py:146 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "locale_dir %s does not exist" msgstr "" -#: ext/coverage.py:245 +#: util/i18n.py:244 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "Invalid Babel locale: %r." msgstr "" -#: ext/coverage.py:429 +#: util/i18n.py:253 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: ext/coverage.py:445 +#: util/fileutil.py:76 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: ext/coverage.py:458 +#: util/fileutil.py:89 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: ext/todo.py:71 -msgid "Todo" -msgstr "Todo" - -#: ext/todo.py:104 -#, python-format -msgid "TODO entry found: %s" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: ext/todo.py:163 -msgid "<>" -msgstr "<>" +#: util/display.py:87 +msgid "failed" +msgstr "" -#: ext/todo.py:165 +#: util/osutil.py:131 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> se nalazi u %s, redak %d.)" - -#: ext/todo.py:175 -msgid "original entry" -msgstr "izvorna stavka" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: ext/extlinks.py:82 +#: util/docfields.py:103 #, python-format msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: ext/doctest.py:115 +#: util/nodes.py:454 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "nedostaje '+' ili '-' u '%s' opciji." +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: ext/doctest.py:120 +#: util/nodes.py:521 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' nije valjana opcija." +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: ext/doctest.py:134 +#: util/nodes.py:737 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' nije valjana pyversion opcija" - -#: ext/doctest.py:220 -msgid "invalid TestCode type" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: ext/doctest.py:281 +#: util/docutils.py:325 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "unknown directive name: %s" msgstr "" -#: ext/doctest.py:434 +#: util/docutils.py:361 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "unknown role name: %s" msgstr "" -#: ext/doctest.py:522 +#: util/docutils.py:805 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "unknown node type: %r" msgstr "" -#: ext/graphviz.py:135 -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" - -#: ext/graphviz.py:145 +#: util/rst.py:73 #, 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" - -#: ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignoriranje \"graphviz\" direktive bez sadržaja." +msgid "default role %s not found" +msgstr "" -#: ext/graphviz.py:268 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/graphviz.py:303 +#: transforms/post_transforms/images.py:96 #, 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" +msgid "Could not fetch remote image: %s [%d]" +msgstr "" -#: ext/graphviz.py:310 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Unknown image format: %s..." msgstr "" -#: ext/graphviz.py:313 -#, python-format +#: transforms/post_transforms/__init__.py:88 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/graphviz.py:329 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format mora biti 'png' ili 'svg', ali je %r" +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/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "dot code %r: %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/graphviz.py:436 ext/graphviz.py:444 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" +msgid "%r reference target not found: %s" +msgstr "" -#: ext/graphviz.py:438 ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graph]" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "nastavak sa prethodne stranice" -#: ext/imgmath.py:369 ext/mathjax.py:52 -msgid "Link to this equation" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/apidoc.py:375 -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 "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simboli" -#: ext/apidoc.py:392 -msgid "path to module to document" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/apidoc.py:396 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "stranica" -#: ext/apidoc.py:407 -msgid "directory to place all output" -msgstr "" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Distribucija" -#: ext/apidoc.py:422 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: ext/apidoc.py:429 -msgid "overwrite existing files" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: ext/apidoc.py:437 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: ext/apidoc.py:446 -msgid "run the script without creating files" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: ext/apidoc.py:453 -msgid "put documentation for each module on its own page" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: ext/apidoc.py:460 -msgid "include \"_private\" modules" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: ext/apidoc.py:467 -msgid "filename of table of contents (default: modules)" +#: 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 "" -#: ext/apidoc.py:474 -msgid "don't create a table of contents file" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: ext/apidoc.py:481 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: ext/apidoc.py:492 -msgid "put module documentation before submodule documentation" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: ext/apidoc.py:498 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: ext/apidoc.py:508 -msgid "file suffix (default: rst)" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: ext/apidoc.py:515 ext/autosummary/generate.py:839 -msgid "Remove existing files in the output directory that were not generated" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: ext/apidoc.py:524 -msgid "generate a full project with sphinx-quickstart" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: ext/apidoc.py:531 -msgid "append module_path to sys.path, used when --full is given" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: ext/apidoc.py:538 -msgid "project name (default: root module name)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: ext/apidoc.py:545 -msgid "project author(s), used when --full is given" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: ext/apidoc.py:552 -msgid "project version, used when --full is given" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: ext/apidoc.py:559 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: ext/apidoc.py:564 -msgid "extension options" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: ext/apidoc.py:638 -#, python-format -msgid "%s is not a directory." +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: ext/apidoc.py:710 ext/autosummary/generate.py:875 +#: builders/html/__init__.py:386 #, python-format -msgid "Failed to remove %s: %s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: ext/autosectionlabel.py:48 +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Opceniti abecedni indeks" + +#: builders/html/__init__.py:510 +msgid "index" +msgstr "abecedni indeks" + +#: builders/html/__init__.py:563 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "Logo of %s" msgstr "" -#: domains/std/__init__.py:703 domains/std/__init__.py:812 -#: ext/autosectionlabel.py:52 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "naprijed" + +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "nazad" + +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: ext/duration.py:85 -msgid "" -"====================== slowest reading durations =======================" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: ext/imgmath.py:159 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "cannot copy image file '%s': %s" +msgstr "" + +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: ext/imgmath.py:174 +#: builders/html/__init__.py:820 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: ext/imgmath.py:328 +#: builders/html/__init__.py:866 #, python-format -msgid "display latex %r: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: ext/imgmath.py:362 +#: builders/html/__init__.py:884 #, python-format -msgid "inline latex %r: %s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: writers/latex.py:1090 writers/manpage.py:263 writers/texinfo.py:662 -msgid "Footnotes" -msgstr "Fusnote" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" -#: writers/manpage.py:309 writers/text.py:936 +#: builders/html/__init__.py:936 #, python-format -msgid "[image: %s]" -msgstr "[slika: %s]" - -#: writers/manpage.py:310 writers/text.py:937 -msgid "[image]" -msgstr "[slika]" +msgid "cannot copy static file %r" +msgstr "" -#: writers/html5.py:99 writers/html5.py:108 -msgid "Link to this definition" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: writers/html5.py:415 +#: builders/html/__init__.py:951 #, python-format -msgid "numfig_format is not defined for %s" +msgid "cannot copy extra file %r" msgstr "" -#: writers/html5.py:427 +#: builders/html/__init__.py:957 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "Failed to write build info file: %r" msgstr "" -#: writers/html5.py:482 -msgid "Link to this term" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: writers/html5.py:525 writers/html5.py:530 -msgid "Link to this heading" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: writers/html5.py:535 -msgid "Link to this table" +#: builders/html/__init__.py:1218 +#, 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 "" -#: writers/html5.py:549 writers/latex.py:1099 +#: builders/html/__init__.py:1231 #, python-format -msgid "unsupported rubric heading level: %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 "" -#: writers/html5.py:613 -msgid "Link to this code" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: writers/html5.py:615 -msgid "Link to this image" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: writers/html5.py:617 -msgid "Link to this toctree" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: writers/html5.py:758 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: builders/latex/__init__.py:205 domains/std/__init__.py:646 -#: domains/std/__init__.py:658 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:513 -msgid "Index" -msgstr "Abecedni popis" - -#: writers/latex.py:743 writers/texinfo.py:644 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: writers/texinfo.py:1216 -msgid "caption not inside a figure." +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: writers/texinfo.py:1302 +#: builders/html/__init__.py:1375 #, python-format -msgid "unimplemented node type: %r" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: writers/latex.py:360 +#: builders/html/__init__.py:1380 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: builders/latex/__init__.py:223 writers/latex.py:410 +#: builders/html/__init__.py:1395 #, python-format -msgid "no Babel option known for language %r" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: writers/latex.py:428 -msgid "too large :maxdepth:, ignored." +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: writers/latex.py:590 +#: builders/html/__init__.py:1422 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "favicon file %r does not exist" msgstr "" -#: writers/latex.py:708 -msgid "document title is not a single Text node" +#: 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 "" -#: writers/latex.py:1175 +#: builders/html/__init__.py:1448 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: writers/latex.py:1573 +#: builders/html/__init__.py:1464 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "%s %s documentation" +msgstr "%s %s dokumentacija" + +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(u %s v%s)" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: writers/latex.py:1931 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "unknown index entry type %s found" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:87 domains/std/__init__.py:104 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "environment variable; %s" -msgstr "varijabla okruženja; %s" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: domains/std/__init__.py:112 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "%s; configuration value" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:166 -msgid "Type" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:176 -msgid "Default" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:235 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/std/__init__.py:306 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "%s command line option" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:308 -msgid "command line option" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/std/__init__.py:430 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:438 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:444 domains/std/__init__.py:457 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_load.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 "" -#: domains/std/__init__.py:602 -msgid "glossary term" -msgstr "termin rječnika" - -#: domains/std/__init__.py:603 -msgid "grammar token" -msgstr "token gramatike" +#: ext/intersphinx/_load.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 "" -#: domains/std/__init__.py:604 -msgid "reference label" -msgstr "referentna oznaka" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: domains/std/__init__.py:607 -msgid "environment variable" -msgstr "varijabla okruženja" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" -#: domains/std/__init__.py:608 -msgid "program option" -msgstr "programske mogućnosti" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: domains/std/__init__.py:609 -msgid "document" -msgstr "dokument" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: domains/std/__init__.py:647 domains/std/__init__.py:659 -msgid "Module Index" -msgstr "Popis modula" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" -#: domains/std/__init__.py:648 domains/std/__init__.py:660 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Tražilica" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" -#: domains/std/__init__.py:722 +#: ext/intersphinx/_load.py:400 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:932 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:940 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:952 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:966 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:969 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:1200 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:1202 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (u modulu %s)" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "" -#: domains/python/__init__.py:167 domains/python/__init__.py:334 -#: domains/python/__init__.py:385 domains/python/__init__.py:424 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "%s (in module %s)" -msgstr "%s (u modulu %s)" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "" -#: domains/python/__init__.py:169 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (ugrađene variable)" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "" -#: domains/python/__init__.py:194 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "%s (built-in class)" -msgstr "%s (ugrađen razred)" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "" -#: domains/python/__init__.py:195 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "%s (class in %s)" -msgstr "%s (razred u %s)" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "" -#: domains/python/__init__.py:249 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s metoda klase)" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "" -#: domains/python/__init__.py:251 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statična metoda)" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: domains/python/__init__.py:389 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "%s (%s property)" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/python/__init__.py:428 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "%s (type alias in %s)" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/python/__init__.py:559 -msgid "Python Module Index" -msgstr "Python indeks modula" - -#: domains/python/__init__.py:560 -msgid "modules" -msgstr "Moduli" - -#: domains/python/__init__.py:637 -msgid "Deprecated" -msgstr "Zastarjelo" +#: 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 "" -#: domains/python/__init__.py:663 -msgid "exception" -msgstr "izuzetak" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "" -#: domains/python/__init__.py:665 -msgid "class method" -msgstr "metoda klase" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" -#: domains/python/__init__.py:666 -msgid "static method" -msgstr "statična metoda" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "" -#: domains/python/__init__.py:668 -msgid "property" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/python/__init__.py:669 -msgid "type alias" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/python/__init__.py:729 -#, python-format +#: ext/apidoc/_cli.py:91 msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/python/__init__.py:858 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/python/__init__.py:920 -msgid " (deprecated)" -msgstr " (zastarjelo)" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" -#: domains/c/__init__.py:304 domains/cpp/__init__.py:441 -#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 -msgid "Parameters" -msgstr "Parametri" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" -#: domains/python/_object.py:169 -msgid "Variables" -msgstr "Varijable" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" -#: domains/python/_object.py:173 -msgid "Raises" -msgstr "Podiže" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" -#: domains/c/__init__.py:199 -#, python-format -msgid "%s (C %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 "" -#: domains/c/__init__.py:260 domains/c/_symbol.py:510 -#, python-format +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: ext/apidoc/_cli.py:152 msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/c/__init__.py:307 domains/cpp/__init__.py:454 -msgid "Return values" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/c/__init__.py:679 domains/cpp/__init__.py:860 -msgid "member" -msgstr "član" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "" -#: domains/c/__init__.py:680 -msgid "variable" -msgstr "varijabla" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: domains/c/__init__.py:682 -msgid "macro" -msgstr "makro" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "" -#: domains/c/__init__.py:683 -msgid "struct" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/c/__init__.py:684 domains/cpp/__init__.py:858 -msgid "union" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: domains/c/__init__.py:685 domains/cpp/__init__.py:863 -msgid "enum" -msgstr "enum" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "" -#: domains/c/__init__.py:686 domains/cpp/__init__.py:864 -msgid "enumerator" -msgstr "enumerator" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" -#: domains/c/__init__.py:687 domains/cpp/__init__.py:861 -msgid "type" -msgstr "tip" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" -#: domains/c/__init__.py:689 domains/cpp/__init__.py:866 -msgid "function parameter" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Parametri predloška" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: domains/cpp/__init__.py:277 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "%s (C++ %s)" +msgid "enable %s extension, used when --full is given" msgstr "" -#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "%s is not a directory." msgstr "" -#: domains/cpp/__init__.py:862 -msgid "concept" -msgstr "koncept" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "" -#: domains/cpp/__init__.py:867 -msgid "template parameter" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Sadržaj" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +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" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %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 "Traži" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Traži" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Primjeri" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Prikaži izvorni kod" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Argumenti" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Sakrij pomoćnu traku" +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigacija" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Traži između %(docstitle)s" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametri" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "O ovim dokumentima" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Sva prava zadržana" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Zadnji put ažurirano %(last_updated)s." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "" -#: themes/basic/layout.html:204 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: themes/basic/genindex-single.html:26 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Index – %(key)s" +msgid "Failed to parse type_comment for %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 "Potpun indeks na jednoj stranici" - -#: 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/opensearch.xml:4 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Search %(docstitle)s" -msgstr "Traži %(docstitle)s" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Trenutna stranica" - -#: 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" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "brz dostup do svih modula" - -#: builders/html/__init__.py:507 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/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Brzo pretraživanje" - -#: 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." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "traži" - -#: 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/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Pokaži pomoćnu traku" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Promjene u verziji %(version)s — %(docstitle)s" +msgid "invalid value for member-order option: %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: ext/autodoc/__init__.py:158 #, 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" +msgid "invalid value for class-doc-from option: %s" +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Sakrij rezultate pretrage" +msgid "invalid signature for auto%s (%r)" +msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Rezultati pretrage" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "" -#: themes/basic/static/searchtools.js:119 +#: ext/autodoc/__init__.py:898 +#, 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 "Zadanim uvjetima nije pronađen dokument. Molim provjerite točnost upisanih riječi i odabir označenih kategija." - -#: themes/basic/static/searchtools.js:123 -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:253 -msgid "Searching" -msgstr "Pretraživanje" - -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Priprema pretrage..." - -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", u " +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: environment/collectors/asset.py:96 +#: ext/autodoc/__init__.py:1021 #, python-format -msgid "image file not readable: %s" +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 "" -#: environment/collectors/asset.py:124 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "image file %s not readable: %s" +msgid "A mocked object is detected: %r" msgstr "" -#: environment/collectors/asset.py:161 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "download file not readable: %s" +msgid "error while formatting signature for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: environment/collectors/toctree.py:258 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: environment/adapters/toctree.py:318 +#: ext/autodoc/__init__.py:1201 #, 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:342 +#: ext/autodoc/__init__.py:1278 #, 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:357 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: environment/adapters/indexentries.py:126 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "see %s" -msgstr "pogledajte %s" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: environment/adapters/indexentries.py:136 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "see also %s" -msgstr "Dodatne informacije: %s" +msgid "Bases: %s" +msgstr "Osnovice: %s" -#: environment/adapters/indexentries.py:144 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "unknown index entry type %r" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/adapters/indexentries.py:270 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboli" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:348 +#: ext/autosummary/__init__.py:284 #, python-format -msgid "Failed to read build info file: %r" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:363 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/autosummary/__init__.py:288 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:382 +#: ext/autosummary/__init__.py:384 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "abecedni indeks" +#: ext/autosummary/__init__.py:404 +#, python-format +msgid "failed to parse name %s" +msgstr "" -#: builders/html/__init__.py:560 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Logo of %s" +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "naprijed" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "nazad" - -#: builders/html/__init__.py:695 -msgid "generating indices" -msgstr "" - -#: builders/html/__init__.py:710 -msgid "writing additional pages" -msgstr "" - -#: builders/html/__init__.py:793 -#, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:805 -msgid "copying downloadable files... " -msgstr "" - -#: builders/html/__init__.py:817 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "" - -#: builders/html/__init__.py:863 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" - -#: builders/html/__init__.py:881 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: builders/html/__init__.py:916 -msgid "copying static files" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:933 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: builders/html/__init__.py:938 -msgid "copying extra files" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:948 -#, python-format -msgid "cannot copy extra file %r" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:954 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "Failed to write build info file: %r" -msgstr "" - -#: builders/html/__init__.py:1003 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1051 +#: ext/autosummary/generate.py:588 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1213 +#: ext/autosummary/generate.py:592 #, 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 "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1222 +#: ext/autosummary/generate.py:637 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: builders/html/__init__.py:1255 -msgid "dumping object inventory" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1263 -#, python-format -msgid "dumping search index in %s" +#: ext/autosummary/generate.py:836 +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 "" -#: builders/html/__init__.py:1306 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/__init__.py:1339 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/__init__.py:1344 +#: ext/autosummary/generate.py:874 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:1358 +#: ext/autosummary/generate.py:882 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:1363 +#: ext/autosummary/generate.py:890 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:1378 +#: ext/autosummary/generate.py:899 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/html/__init__.py:1383 -#, python-format -msgid "html_static_path entry %r does not exist" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/html/__init__.py:1394 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/html/__init__.py:1405 -#, python-format -msgid "favicon file %r does not exist" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/html/__init__.py:1417 -#, 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`." +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/html/__init__.py:1430 +#: _cli/util/errors.py:207 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" - -#: builders/html/__init__.py:1447 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentacija" - -#: builders/latex/transforms.py:118 -msgid "Failed to get a docname!" -msgstr "" - -#: builders/latex/transforms.py:119 -#, python-format -msgid "Failed to get a docname for source %r!" +"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/transforms.py:485 -#, python-format -msgid "No footnote was found for given reference node %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:117 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/__init__.py:119 +#: _cli/util/errors.py:240 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:157 -msgid "no \"latex_documents\" config value found; no documents will be written" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/__init__.py:169 -#, python-format -msgid "\"latex_documents\" config value references unknown document %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/latex/__init__.py:208 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Distribucija" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Sakrij pomoćnu traku" -#: builders/latex/__init__.py:429 -msgid "copying TeX support files" +#: 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/latex/__init__.py:466 -msgid "copying additional files" -msgstr "" +#: 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" -#: builders/latex/__init__.py:540 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Traži" -#: builders/latex/__init__.py:548 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Prikaži izvorni kod" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Sadržaj" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Brzo pretraživanje" -#: _cli/util/errors.py:124 -msgid "Exception occurred, starting debugger:" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indeksiraj stranice po slovu" -#: _cli/util/errors.py:133 -msgid "reStructuredText markup error:" -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" -#: _cli/util/errors.py:168 -msgid "The full traceback has been saved in:" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "može biti ogromno" -#: _cli/util/errors.py:172 +#: themes/basic/search.html:20 msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Molimo omogućite JavaScript\n za djelovanje tražilice." -#: transforms/post_transforms/__init__.py:125 +#: themes/basic/search.html:28 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: transforms/post_transforms/__init__.py:185 -#, 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" +#: themes/basic/search.html:35 +msgid "search" +msgstr "traži" -#: transforms/post_transforms/__init__.py:251 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigacija" -#: transforms/post_transforms/__init__.py:257 +#: themes/basic/layout.html:115 #, python-format -msgid "%r reference target not found: %s" -msgstr "" +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" -#: transforms/post_transforms/images.py:77 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: transforms/post_transforms/images.py:94 +#: themes/basic/layout.html:201 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Zadnji put ažurirano %(last_updated)s." -#: transforms/post_transforms/images.py:141 +#: themes/basic/layout.html:204 #, python-format -msgid "Unknown image format: %s..." +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:707 -msgid "Example" -msgstr "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Trenutna stranica" -#: ext/napoleon/docstring.py:708 -msgid "Examples" -msgstr "Primjeri" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Prijašnja tema" -#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 -msgid "Keyword Arguments" -msgstr "Argumenti" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "Prijašnje poglavlje" -#: ext/napoleon/docstring.py:768 -msgid "Notes" -msgstr "" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Sljedeća tema" -#: ext/napoleon/docstring.py:777 -msgid "Other Parameters" -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "sljedeće poglavlje" -#: ext/napoleon/docstring.py:813 -msgid "Receives" -msgstr "" +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Traži %(docstitle)s" -#: ext/napoleon/docstring.py:817 -msgid "References" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Pregled" -#: ext/napoleon/docstring.py:849 -msgid "Warns" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Dobro došli! Ovo je" -#: ext/napoleon/docstring.py:853 -msgid "Yields" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentacija za" -#: ext/napoleon/docstring.py:1015 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "posljednja promjena" -#: ext/napoleon/docstring.py:1022 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Kazala i tablice:" -#: ext/napoleon/docstring.py:1029 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Detaljni sadržaj" -#: ext/napoleon/docstring.py:1036 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "prikaži sve sekcije i podsekcije" -#: ext/autosummary/__init__.py:256 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Tražilica" -#: ext/autosummary/__init__.py:258 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "traži po dokumentaciji" -#: ext/autosummary/__init__.py:277 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Općeniti popis modula" -#: ext/autosummary/__init__.py:330 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "brz dostup do svih modula" -#: ext/autosummary/__init__.py:344 -#, python-format -msgid "failed to parse name %s" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "sve funkcije, razredi, izrazi" -#: ext/autosummary/__init__.py:349 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "failed to import object %s" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/__init__.py:648 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Promjene u verziji %(version)s — %(docstitle)s" -#: ext/autosummary/__init__.py:819 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatski generirani popis promjena u verziji %(version)s" -#: ext/autosummary/__init__.py:827 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Promjene lib-ova" -#: ext/autosummary/generate.py:215 ext/autosummary/generate.py:391 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API promjene" -#: ext/autosummary/generate.py:526 -#, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ostale promjene" -#: ext/autosummary/generate.py:530 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "[autosummary] writing to %s" -msgstr "" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/autosummary/generate.py:572 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Rezultati pretrage" -#: ext/autosummary/generate.py:767 +#: themes/basic/static/searchtools.js:125 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 "" +"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/autosummary/generate.py:789 -msgid "source files to generate rST files for" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/autosummary/generate.py:797 -msgid "directory to place all output in" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Pretraživanje" -#: ext/autosummary/generate.py:805 -#, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Priprema pretrage..." -#: ext/autosummary/generate.py:813 -#, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", u " + +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Sakrij rezultate pretrage" -#: ext/autosummary/generate.py:821 +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Pokaži pomoćnu traku" + +#: environment/adapters/toctree.py:335 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/autosummary/generate.py:829 +#: environment/adapters/toctree.py:360 #, python-format msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/intersphinx/_resolve.py:47 +#: environment/adapters/toctree.py:375 #, python-format -msgid "(in %s v%s)" -msgstr "(u %s v%s)" +msgid "toctree contains reference to non-included document %r" +msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: environment/adapters/toctree.py:378 #, python-format -msgid "(in %s)" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/intersphinx/_resolve.py:103 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgid "see %s" +msgstr "pogledajte %s" -#: ext/intersphinx/_resolve.py:113 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "see also %s" +msgstr "Dodatne informacije: %s" -#: ext/intersphinx/_resolve.py:359 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "unknown index entry type %r" msgstr "" -#: ext/intersphinx/_resolve.py:367 +#: environment/collectors/asset.py:98 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "image file not readable: %s" msgstr "" -#: ext/intersphinx/_resolve.py:378 +#: environment/collectors/asset.py:126 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "image file %s not readable: %s" msgstr "" -#: ext/intersphinx/_resolve.py:585 +#: environment/collectors/asset.py:165 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "download file not readable: %s" msgstr "" -#: ext/intersphinx/_load.py:59 +#: environment/collectors/toctree.py:259 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/intersphinx/_load.py:70 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/intersphinx/_load.py:81 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametri predloška" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s (C++ %s)" msgstr "" -#: ext/intersphinx/_load.py:92 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/intersphinx/_load.py:101 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/intersphinx/_load.py:120 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: 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 "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Varijable" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Podiže" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_load.py:155 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_load.py:240 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (u modulu %s)" -#: ext/intersphinx/_load.py:265 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "" +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 +#, python-format +msgid "%s (in module %s)" +msgstr "%s (u modulu %s)" -#: ext/intersphinx/_load.py:275 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "" +#: domains/python/__init__.py:184 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (ugrađene variable)" -#: ext/intersphinx/_load.py:319 +#: domains/python/__init__.py:219 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (ugrađen razred)" -#: ext/autodoc/type_comment.py:132 +#: domains/python/__init__.py:220 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (razred u %s)" -#: ext/autodoc/type_comment.py:135 +#: domains/python/__init__.py:285 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s metoda klase)" -#: ext/autodoc/__init__.py:142 +#: domains/python/__init__.py:287 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s statična metoda)" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:440 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "%s (%s property)" msgstr "" -#: ext/autodoc/__init__.py:415 +#: domains/python/__init__.py:480 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s (type alias in %s)" msgstr "" -#: ext/autodoc/__init__.py:532 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python indeks modula" + +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "Moduli" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Zastarjelo" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "izuzetak" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "metoda klase" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statična metoda" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/autodoc/__init__.py:807 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/autodoc/__init__.py:902 +#: domains/python/__init__.py:814 #, 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)" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:946 +#: domains/python/__init__.py:976 #, python-format -msgid "A mocked object is detected: %r" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:965 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (zastarjelo)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "environment variable; %s" +msgstr "varijabla okruženja; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:1028 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:1035 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1048 +#: domains/std/__init__.py:239 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1114 +#: domains/std/__init__.py:319 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1337 ext/autodoc/__init__.py:1414 -#: ext/autodoc/__init__.py:2829 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1633 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1760 -#, python-format -msgid "Bases: %s" -msgstr "Osnovice: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" +msgstr "" -#: ext/autodoc/__init__.py:1774 -#, python-format -msgid "missing attribute %s in object %s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1855 ext/autodoc/__init__.py:1892 -#: ext/autodoc/__init__.py:1987 +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "termin rječnika" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "token gramatike" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "referentna oznaka" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "varijabla okruženja" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "programske mogućnosti" + +#: domains/std/__init__.py:735 +msgid "document" +msgstr "dokument" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Popis modula" + +#: domains/std/__init__.py:857 #, python-format -msgid "alias of %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1875 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: domains/std/__init__.py:1124 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:2217 ext/autodoc/__init__.py:2317 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2448 +#: domains/std/__init__.py:1153 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/preserve_defaults.py:190 +#: domains/std/__init__.py:1157 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "invalid numfig_format: %s" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "nastavak sa prethodne stranice" +#: domains/std/__init__.py:1453 +#, python-format +msgid "undefined label: %r" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: domains/std/__init__.py:1456 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: 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 "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "stranica" +#: 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 "" diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo index 51f44ec0382..d00da9e7da4 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 b341280fa2d..4ffdd3de17b 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) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -13,153 +13,287 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-12-29 22:39+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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.16.0\n" +"Generated-By: Babel 2.17.0\n" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: events.py:77 +#: config.py:362 #, python-format -msgid "Event %r already present" +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:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: events.py:370 +#: config.py:390 #, python-format -msgid "Unknown event name: %s" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: events.py:416 +#: config.py:402 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "%s. bekezdés" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "%s. ábra" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "%s. táblázat" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "%s. felsorlás" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:190 +#: config.py:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nem található a forráskönyvtár (%s)" -#: application.py:194 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:198 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "A forráskönyvtár és célkönyvtár nem lehet azonos" -#: application.py:228 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx %s verzió futtatása" -#: application.py:250 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Ez a projekt legalább a Sphinx %s verzióját igényli, és emiatt nem állítható össze ezzel a verzióval." -#: application.py:266 +#: application.py:298 msgid "making output directory" msgstr "kimeneti könyvtár elkészítése" -#: application.py:271 registry.py:452 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "a(z) %s kiterjesztés beállításakor:" -#: application.py:277 +#: application.py:310 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 "A „setup”, ahogy jelenleg a conf.py fájlban meg van határozva, nem meghívható Python függvény. Módosítsa a meghatározását, hogy meghívható függvénnyé tegye. Ez ahhoz szükséges, hogy a conf.py Sphinx kiterjesztésként viselkedjen." -#: application.py:312 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "fordítások betöltése [%s]…" -#: application.py:329 util/display.py:88 +#: application.py:377 util/display.py:89 msgid "done" msgstr "kész" -#: application.py:331 +#: application.py:379 msgid "not available for built-in messages" msgstr "nem érhető el beépített üzenetekhez" -#: application.py:345 +#: application.py:393 msgid "loading pickled environment" msgstr "pickle-t környezet betöltése" -#: application.py:353 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "sikertelen: %s" -#: application.py:366 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Nincs összeállító kiválasztva, az alapértelmezett használata: html" -#: application.py:398 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:400 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:404 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:407 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:409 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:414 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:417 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:419 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:968 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "a(z) %r csomópontosztály már regisztrálva van, a látogatói felül lesznek bírálva" -#: application.py:1047 +#: application.py:1128 #, python-format -msgid "directive %r is already registered, it will be overridden" -msgstr "a(z) %r direktíva már regisztrálva van, felül lesz bírálva" +msgid "directive %r is already registered and will not be overridden" +msgstr "" -#: application.py:1069 application.py:1094 +#: application.py:1154 application.py:1182 #, python-format -msgid "role %r is already registered, it will be overridden" +msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1644 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -167,12 +301,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1648 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1651 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -180,3940 +314,3937 @@ msgid "" "explicit" msgstr "" -#: application.py:1655 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1663 application.py:1667 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: roles.py:208 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:231 +#: extension.py:58 #, python-format -msgid "invalid CVE number %s" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: roles.py:253 +#: extension.py:79 #, python-format -msgid "Common Weakness Enumeration; CWE %s" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: roles.py:276 +#: events.py:81 #, python-format -msgid "invalid CWE number %s" +msgid "Event %r already present" msgstr "" -#: roles.py:296 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Fejlesztési Javaslatok; PEP %s" - -#: roles.py:319 +#: events.py:379 #, python-format -msgid "invalid PEP number %s" +msgid "Unknown event name: %s" msgstr "" -#: roles.py:357 +#: events.py:424 #, python-format -msgid "invalid RFC number %s" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: registry.py:144 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:146 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:159 +#: registry.py:182 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:166 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:173 +#: registry.py:199 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:196 registry.py:209 registry.py:220 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:200 +#: registry.py:230 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:212 +#: registry.py:248 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:223 +#: registry.py:261 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:254 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:280 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:287 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:296 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:304 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:320 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:336 +#: registry.py:405 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:419 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:431 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:446 +#: registry.py:531 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:457 +#: registry.py:545 msgid "Original exception:\n" msgstr "" -#: registry.py:458 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:463 +#: registry.py:554 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:472 +#: registry.py:567 #, 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:480 +#: registry.py:579 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:514 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: project.py:71 +#: roles.py:206 #, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: project.py:87 +#: roles.py:229 #, python-format -msgid "Ignored unreadable document %r." +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 "Python Fejlesztési Javaslatok; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" msgstr "" -#: highlighting.py:168 +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: highlighting.py:202 +#: highlighting.py:209 #, python-format msgid "" "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " "Retrying in relaxed mode." msgstr "" -#: extension.py:55 +#: project.py:72 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: extension.py:76 +#: project.py:87 #, python-format -msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +msgid "Ignored unreadable document %r." msgstr "" -#: theming.py:114 +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: theming.py:207 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:275 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:309 -#, 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:318 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: config.py:341 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: config.py:350 -#, python-format -msgid "invalid number %r for config value %r, ignoring" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: config.py:356 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: config.py:377 -#, python-format -msgid "unknown config value %r in override, ignoring" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: config.py:430 -#, python-format -msgid "No such config value: %r" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: config.py:453 -#, python-format -msgid "Config value %r already present" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: config.py:489 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: config.py:527 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: config.py:530 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: config.py:537 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: config.py:560 -#, python-format -msgid "Failed to convert %r to a set or tuple" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: config.py:581 config.py:586 +#: cmd/quickstart.py:133 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "Please enter one of %s." msgstr "" -#: config.py:589 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: config.py:608 -#, python-format -msgid "Section %s" -msgstr "%s. bekezdés" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" -#: config.py:609 +#: cmd/quickstart.py:229 #, python-format -msgid "Fig. %s" -msgstr "%s. ábra" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: config.py:610 -#, python-format -msgid "Table %s" -msgstr "%s. táblázat" +#: 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 "" -#: config.py:611 +#: cmd/quickstart.py:241 #, python-format -msgid "Listing %s" -msgstr "%s. felsorlás" - -#: config.py:718 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +msgid "Selected root path: %s" msgstr "" -#: config.py:742 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: config.py:755 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: config.py:766 -#, python-format -msgid "primary_domain %r not found, ignored." +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: config.py:778 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: domains/rst.py:128 domains/rst.py:185 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktíva)" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: domains/rst.py:186 domains/rst.py:190 -#, python-format -msgid ":%s: (directive option)" +#: 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 "" -#: domains/rst.py:214 -#, python-format -msgid "%s (role)" -msgstr "%s (szerepkör)" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: domains/rst.py:224 -msgid "directive" -msgstr "direktíva" +#: 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 "" -#: domains/rst.py:225 -msgid "directive-option" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/rst.py:226 -msgid "role" -msgstr "szerepkör" +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" -#: domains/rst.py:248 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (beépített függvény)" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" -#: domains/javascript.py:166 domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metódus)" +#: 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 "" -#: domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (osztály)" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "" -#: domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globális változó vagy konstans)" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "" -#: domains/javascript.py:172 domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribútum)" +#: 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 "" -#: domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumentum" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "" -#: domains/cpp/__init__.py:447 domains/javascript.py:258 -msgid "Throws" -msgstr "Dob" +#: 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 "" -#: domains/c/__init__.py:310 domains/cpp/__init__.py:458 -#: domains/javascript.py:261 domains/python/_object.py:176 -msgid "Returns" -msgstr "Visszatérési érték" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "" -#: domains/c/__init__.py:312 domains/javascript.py:263 -#: domains/python/_object.py:178 -msgid "Return type" -msgstr "Visszatérés típusa" +#: 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 "" -#: domains/javascript.py:334 +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:367 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" -#: domains/c/__init__.py:681 domains/cpp/__init__.py:859 -#: domains/javascript.py:371 domains/python/__init__.py:660 -msgid "function" -msgstr "függvény" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" -#: domains/javascript.py:372 domains/python/__init__.py:664 -msgid "method" -msgstr "metódus" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" -#: domains/cpp/__init__.py:857 domains/javascript.py:373 -#: domains/python/__init__.py:662 -msgid "class" -msgstr "osztály" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" -#: domains/javascript.py:374 domains/python/__init__.py:661 -msgid "data" -msgstr "adat" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" -#: domains/javascript.py:375 domains/python/__init__.py:667 -msgid "attribute" -msgstr "attribútum" +#: cmd/quickstart.py:406 +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:376 domains/python/__init__.py:670 -msgid "module" -msgstr "modul" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "" -#: domains/javascript.py:407 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: domains/changeset.py:25 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "Added in version %s" +msgid "Creating file %s." msgstr "" -#: domains/changeset.py:26 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Changed in version %s" -msgstr "A %s verzióban változott" +msgid "File %s already exists, skipping." +msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Deprecated since version %s" -msgstr "Elavult a(z) %s verzió óta" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "" -#: domains/changeset.py:28 +#: cmd/quickstart.py:519 #, 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:299 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" -#: domains/citation.py:73 +#: cmd/quickstart.py:530 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: domains/citation.py:84 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:572 +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/math.py:119 writers/latex.py:2479 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: environment/__init__.py:81 -msgid "new config" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: environment/__init__.py:82 -msgid "config changed" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: environment/__init__.py:83 -msgid "extensions changed" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: environment/__init__.py:249 -msgid "build environment version not current" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: environment/__init__.py:251 -msgid "source directory has changed" -msgstr "forrás mappa megváltozott" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "" -#: environment/__init__.py:313 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: environment/__init__.py:318 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: environment/__init__.py:324 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: environment/__init__.py:366 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: environment/__init__.py:473 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: environment/__init__.py:626 -#, python-format -msgid "Domain %r is not registered" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: environment/__init__.py:777 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: environment/__init__.py:810 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: environment/__init__.py:839 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: locale/__init__.py:229 -msgid "Attention" -msgstr "Figyelem" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "" -#: locale/__init__.py:230 -msgid "Caution" -msgstr "Figyelem" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "" -#: locale/__init__.py:231 -msgid "Danger" -msgstr "Veszély" +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" +msgstr "" -#: locale/__init__.py:232 -msgid "Error" -msgstr "Hiba" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "" -#: 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/quickstart.py:43 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:44 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:45 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:46 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:47 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:48 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:49 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:50 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:51 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:52 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:94 -msgid "Please enter a valid path name." -msgstr "" +#: cmd/quickstart.py:785 +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:110 -msgid "Please enter some text." +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:117 +#: cmd/quickstart.py:809 #, python-format -msgid "Please enter one of %s." -msgstr "" - -#: cmd/quickstart.py:125 -msgid "Please enter either 'y' or 'n'." -msgstr "" - -#: cmd/quickstart.py:131 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:215 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: cmd/quickstart.py:219 +#: cmd/build.py:74 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:227 -#, python-format -msgid "Selected root path: %s" +"\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/quickstart.py:230 -msgid "Enter the root path for documentation." +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: cmd/quickstart.py:231 -msgid "Root path for the documentation" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: cmd/quickstart.py:239 -msgid "Error: an existing conf.py has been found in the selected root path." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: cmd/quickstart.py:245 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: cmd/quickstart.py:248 -msgid "Please enter a new root path (or just Enter to exit)" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: cmd/quickstart.py:258 +#: cmd/build.py:131 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." +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: cmd/quickstart.py:265 -msgid "Separate source and build directories (y/n)" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: cmd/quickstart.py:271 -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/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: cmd/quickstart.py:277 -msgid "Name prefix for templates and static dir" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: cmd/quickstart.py:282 +#: cmd/build.py:157 msgid "" -"The project name will occur in several places in the built documentation." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: cmd/quickstart.py:286 -msgid "Project name" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: cmd/quickstart.py:288 -msgid "Author name(s)" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: cmd/quickstart.py:293 -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." +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project version" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: cmd/quickstart.py:303 -msgid "Project release" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: cmd/quickstart.py:308 -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." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project language" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: cmd/quickstart.py:329 -msgid "Source file suffix" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: cmd/quickstart.py:334 -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." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: cmd/quickstart.py:342 -msgid "Name of your master document (without suffix)" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:352 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:359 -msgid "sphinx-quickstart will not overwrite the existing file." +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: cmd/quickstart.py:362 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: cmd/quickstart.py:371 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: cmd/quickstart.py:381 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: cmd/quickstart.py:391 -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." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: cmd/quickstart.py:397 -msgid "Create Makefile? (y/n)" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: cmd/quickstart.py:401 -msgid "Create Windows command file? (y/n)" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: cmd/quickstart.py:453 ext/apidoc.py:92 +#: cmd/build.py:357 #, python-format -msgid "Creating file %s." +msgid "cannot open warning file '%s': %s" msgstr "" -#: cmd/quickstart.py:458 ext/apidoc.py:89 -#, python-format -msgid "File %s already exists, skipping." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:501 -msgid "Finished: An initial directory structure has been created." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:504 +#: domains/javascript.py:183 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (beépített függvény)" -#: cmd/quickstart.py:512 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metódus)" -#: cmd/quickstart.py:515 +#: domains/javascript.py:186 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s() (class)" +msgstr "%s() (osztály)" -#: cmd/quickstart.py:522 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globális változó vagy konstans)" -#: cmd/quickstart.py:557 -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:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribútum)" -#: cmd/build.py:153 cmd/quickstart.py:567 ext/apidoc.py:374 -#: ext/autosummary/generate.py:766 -msgid "For more information, visit ." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumentum" -#: cmd/quickstart.py:577 -msgid "quiet mode" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Dob" -#: cmd/quickstart.py:587 -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 "Visszatérési érték" -#: cmd/quickstart.py:590 -msgid "Structure options" -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:596 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: cmd/quickstart.py:602 -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:736 +msgid "function" +msgstr "függvény" -#: cmd/quickstart.py:608 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "metódus" -#: cmd/quickstart.py:611 -msgid "Project basic options" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "osztály" -#: cmd/quickstart.py:613 -msgid "project name" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "adat" -#: cmd/quickstart.py:616 -msgid "author names" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "attribútum" -#: cmd/quickstart.py:623 -msgid "version of project" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modul" -#: cmd/quickstart.py:630 -msgid "release of project" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:637 -msgid "document language" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: cmd/quickstart.py:640 -msgid "source file suffix" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:643 -msgid "master document name" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "A %s verzióban változott" -#: cmd/quickstart.py:646 -msgid "use epub" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "Elavult a(z) %s verzió óta" + +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:649 -msgid "Extension options" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:656 ext/apidoc.py:578 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "enable %s extension" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: cmd/quickstart.py:663 ext/apidoc.py:570 -msgid "enable arbitrary extensions" +#: 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:666 -msgid "Makefile and Batchfile creation" +#: 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 "" -#: cmd/quickstart.py:672 -msgid "create makefile" +#: 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" msgstr "" -#: cmd/quickstart.py:678 -msgid "do not create makefile" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:685 -msgid "create batchfile" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:691 -msgid "do not create batchfile" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: cmd/quickstart.py:700 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: cmd/quickstart.py:703 ext/apidoc.py:581 -msgid "Project templating" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: cmd/quickstart.py:709 ext/apidoc.py:587 -msgid "template directory for template files" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: cmd/quickstart.py:716 -msgid "define a template variable" +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "forrás mappa megváltozott" + +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: cmd/quickstart.py:751 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: cmd/quickstart.py:770 -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." +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: cmd/quickstart.py:777 +#: environment/__init__.py:401 msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: cmd/quickstart.py:795 +#: environment/__init__.py:515 #, python-format -msgid "Invalid template variable: %s" -msgstr "" - -#: cmd/build.py:49 -msgid "Exception occurred while building, starting debugger:" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: _cli/util/errors.py:129 cmd/build.py:65 -msgid "Interrupted!" +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" msgstr "" -#: cmd/build.py:67 -msgid "reST markup error:" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: _cli/util/errors.py:143 cmd/build.py:73 -msgid "Encoding error:" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: cmd/build.py:78 cmd/build.py:108 +#: environment/__init__.py:941 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: _cli/util/errors.py:148 cmd/build.py:90 -msgid "Recursion error:" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: _cli/util/errors.py:152 cmd/build.py:94 -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.:" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: _cli/util/errors.py:165 cmd/build.py:103 -msgid "Exception occurred:" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: _cli/util/errors.py:178 cmd/build.py:117 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: cmd/build.py:124 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: cmd/build.py:144 -msgid "job number should be a positive number" +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: cmd/build.py:154 +#: _cli/__init__.py:171 +#, python-brace-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" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: cmd/build.py:180 -msgid "path to documentation source files" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: cmd/build.py:183 -msgid "path to output directory" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: cmd/build.py:188 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: _cli/__init__.py:199 +msgid "Show this message and exit." msgstr "" -#: cmd/build.py:194 -msgid "general options" +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: cmd/build.py:201 -msgid "builder to use (default: 'html')" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: cmd/build.py:210 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." msgstr "" -#: cmd/build.py:220 -msgid "write all files (default: only write new and changed files)" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: cmd/build.py:227 -msgid "don't use a saved environment, always read all files" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: cmd/build.py:230 -msgid "path options" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" msgstr "" -#: cmd/build.py:236 +#: builders/html/__init__.py:489 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: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 "Tárgymutató" + +#: writers/latex.py:766 writers/texinfo.py:646 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: cmd/build.py:246 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Lábjegyzetek" -#: cmd/build.py:255 -msgid "use no configuration file, only use settings from -D options" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: cmd/build.py:264 -msgid "override a setting in configuration file" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: cmd/build.py:273 -msgid "pass a value into HTML templates" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: cmd/build.py:282 -msgid "define tag: include \"only\" blocks with TAG" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: cmd/build.py:289 -msgid "nitpicky mode: warn about all missing references" +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: cmd/build.py:292 -msgid "console output options" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: cmd/build.py:299 -msgid "increase verbosity (can be repeated)" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: cmd/build.py:306 ext/apidoc.py:413 -msgid "no output on stdout, just warnings on stderr" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: cmd/build.py:313 -msgid "no output at all, not even warnings" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: cmd/build.py:321 -msgid "do emit colored output (default: auto-detect)" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: cmd/build.py:329 -msgid "do not emit colored output (default: auto-detect)" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: cmd/build.py:332 -msgid "warning control options" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: cmd/build.py:338 -msgid "write warnings (and errors) to given file" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: cmd/build.py:345 -msgid "turn warnings into errors" -msgstr "" +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "[image: %s]" -#: cmd/build.py:353 -msgid "show full traceback on exception" -msgstr "" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[image]" -#: cmd/build.py:356 -msgid "run Pdb on exception" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: cmd/build.py:362 -msgid "raise an exception on warnings" +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: cmd/build.py:405 -msgid "cannot combine -a option and filenames" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: cmd/build.py:437 +#: writers/latex.py:614 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: cmd/build.py:456 -msgid "-D option argument must be in the form name=value" +#: writers/latex.py:730 +msgid "document title is not a single Text node" msgstr "" -#: cmd/build.py:463 -msgid "-A option argument must be in the form name=value" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: writers/latex.py:1230 +#, 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/linkcheck.py:75 +#: writers/latex.py:1626 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/linkcheck.py:146 +#: writers/latex.py:1986 #, python-format -msgid "broken link: %s (%s)" +msgid "unknown index entry type %s found" msgstr "" -#: builders/linkcheck.py:540 -#, python-format -msgid "Anchor '%s' not found" +#: 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/linkcheck.py:742 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: builders/singlehtml.py:37 +#: directives/code.py:87 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Invalid caption: %s" msgstr "" -#: builders/singlehtml.py:173 -msgid "assembling single document" +#: 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 "" -#: builders/latex/__init__.py:346 builders/manpage.py:56 -#: builders/singlehtml.py:178 builders/texinfo.py:121 -msgid "writing" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: builders/singlehtml.py:191 -msgid "writing additional files" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: builders/manpage.py:39 +#: directives/code.py:235 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: builders/manpage.py:47 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: builders/manpage.py:73 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: builders/text.py:34 +#: directives/code.py:314 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: builders/html/__init__.py:1239 builders/text.py:81 builders/xml.py:97 +#: directives/other.py:119 #, python-format -msgid "error writing file %s: %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: builders/xml.py:38 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "toctree contains reference to excluded document %r" msgstr "" -#: builders/xml.py:110 +#: directives/other.py:156 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: builders/texinfo.py:47 +#: directives/other.py:169 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: builders/texinfo.py:49 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: 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ő: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Szerző: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: builders/texinfo.py:78 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: builders/texinfo.py:90 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Tennivaló" + +#: ext/todo.py:94 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:324 builders/texinfo.py:115 +#: ext/todo.py:154 #, python-format -msgid "processing %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/latex/__init__.py:404 builders/texinfo.py:174 -msgid "resolving references..." +#: ext/todo.py:166 +msgid "original entry" +msgstr "eredeti bejegyzés" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: builders/latex/__init__.py:415 builders/texinfo.py:184 -msgid " (in " -msgstr " (" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: builders/_epub_base.py:423 builders/html/__init__.py:778 -#: builders/latex/__init__.py:482 builders/texinfo.py:202 -msgid "copying images... " +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modul forráskód" + +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s forráskódja

" + +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Áttekintés: modul forráskód" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" + +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/_epub_base.py:445 builders/latex/__init__.py:497 -#: builders/texinfo.py:219 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "cannot copy image file %r: %s" +msgid "module %s could not be imported: %s" msgstr "" -#: builders/texinfo.py:226 -msgid "copying Texinfo support files" +#: 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 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +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/texinfo.py:234 +#: ext/coverage.py:187 #, python-format -msgid "error writing file Makefile: %s" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/gettext.py:230 +#: ext/coverage.py:260 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/__init__.py:383 builders/gettext.py:251 +#: ext/coverage.py:452 #, python-format -msgid "building [%s]: " +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/gettext.py:252 +#: ext/coverage.py:473 #, python-format -msgid "targets for %d template files" +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/gettext.py:257 -msgid "reading templates... " +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/gettext.py:292 -msgid "writing message catalogs... " +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/__init__.py:212 +#: ext/imgmath.py:167 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/__init__.py:220 +#: ext/imgmath.py:326 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "display latex %r: %s" msgstr "" -#: builders/__init__.py:243 -msgid "building [mo]: " +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/__init__.py:246 builders/__init__.py:741 builders/__init__.py:773 -msgid "writing output... " +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: builders/__init__.py:263 +#: ext/imgconverter.py:44 #, python-format -msgid "all of %d po files" +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 "" -#: builders/__init__.py:285 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "targets for %d po files that are specified" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/__init__.py:297 +#: ext/imgconverter.py:83 #, python-format -msgid "targets for %d po files that are out of date" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: builders/__init__.py:307 -msgid "all source files" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: builders/__init__.py:319 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "file %r given on command line does not exist, " +msgid "duplicate label %s, other instance in %s" msgstr "" -#: builders/__init__.py:325 +#: ext/doctest.py:118 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: builders/__init__.py:336 +#: ext/doctest.py:124 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "'%s' is not a valid option." msgstr "" -#: builders/__init__.py:351 +#: ext/doctest.py:139 #, python-format -msgid "%d source files given on command line" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: builders/__init__.py:366 +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:297 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/__init__.py:394 -msgid "looking for now-outdated files... " +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: builders/__init__.py:398 +#: ext/doctest.py:568 #, python-format -msgid "%d found" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: builders/__init__.py:400 -msgid "none found" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:407 -msgid "pickling environment" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: builders/__init__.py:414 -msgid "checking consistency" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: builders/__init__.py:418 -msgid "no targets are out of date." +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/__init__.py:458 -msgid "updating environment: " +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/__init__.py:483 +#: ext/graphviz.py:287 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/__init__.py:519 +#: ext/graphviz.py:328 #, 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." +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/__init__.py:528 +#: ext/graphviz.py:339 #, 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." +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/__init__.py:539 +#: ext/graphviz.py:344 #, 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." +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/__init__.py:546 +#: ext/graphviz.py:367 #, 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 "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: builders/__init__.py:565 builders/__init__.py:581 -msgid "reading sources... " +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: builders/__init__.py:698 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "docnames to write: %s" +msgid "[graph: %s]" +msgstr "[graph: %s]" + +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" + +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: builders/__init__.py:711 -msgid "preparing documents" +#: 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/__init__.py:714 -msgid "copying assets" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: builders/__init__.py:866 +#: builders/texinfo.py:85 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: builders/epub3.py:83 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "processing %s" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: builders/epub3.py:220 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" - -#: builders/epub3.py:231 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (" -#: builders/epub3.py:255 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: 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/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1289 +#: builders/texinfo.py:218 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "error writing file Makefile: %s" msgstr "" -#: builders/_epub_base.py:222 +#: builders/_epub_base.py:223 #, python-format msgid "duplicated ToC entry found: %s" msgstr "" -#: builders/_epub_base.py:434 +#: builders/_epub_base.py:436 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: builders/_epub_base.py:465 +#: builders/_epub_base.py:467 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: builders/_epub_base.py:477 +#: builders/_epub_base.py:479 msgid "Pillow not found - copying image files" msgstr "" -#: builders/_epub_base.py:512 +#: builders/_epub_base.py:514 msgid "writing mimetype file..." msgstr "" -#: builders/_epub_base.py:521 +#: builders/_epub_base.py:523 msgid "writing META-INF/container.xml file..." msgstr "" -#: builders/_epub_base.py:558 +#: builders/_epub_base.py:561 msgid "writing content.opf file..." msgstr "" -#: builders/_epub_base.py:590 +#: builders/_epub_base.py:594 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: builders/_epub_base.py:745 +#: builders/_epub_base.py:748 msgid "node has an invalid level" msgstr "" -#: builders/_epub_base.py:764 +#: builders/_epub_base.py:768 msgid "writing toc.ncx file..." msgstr "" -#: builders/_epub_base.py:793 +#: builders/_epub_base.py:801 #, python-format msgid "writing %s file..." msgstr "" -#: builders/changes.py:33 +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/changes.py:29 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: builders/changes.py:60 +#: builders/changes.py:61 #, python-format msgid "no changes in version %s." msgstr "" -#: builders/changes.py:62 +#: builders/changes.py:63 msgid "writing summary file..." msgstr "" -#: builders/changes.py:74 +#: builders/changes.py:75 msgid "Builtins" msgstr "Beépített" -#: builders/changes.py:76 +#: builders/changes.py:77 msgid "Module level" msgstr "Modul szint" -#: builders/changes.py:128 +#: builders/changes.py:129 msgid "copying source files..." msgstr "" -#: builders/changes.py:137 +#: builders/changes.py:138 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: util/rst.py:72 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/docfields.py:95 -#, 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/osutil.py:130 +#: builders/manpage.py:64 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:419 +#: builders/epub3.py:84 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: util/nodes.py:487 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: util/nodes.py:701 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: util/fileutil.py:74 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: util/inventory.py:170 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:185 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:284 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:747 -#, python-format -msgid "unknown node type: %r" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: util/display.py:81 -msgid "skipped" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/display.py:86 -msgid "failed" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:103 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "reading error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:110 +#: builders/gettext.py:243 #, python-format -msgid "writing error: %s, %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: util/i18n.py:138 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "locale_dir %s does not exist" +msgid "building [%s]: " msgstr "" -#: util/i18n.py:230 +#: builders/gettext.py:265 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "targets for %d template files" msgstr "" -#: 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." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: directives/code.py:87 +#: builders/text.py:27 #, python-format -msgid "Invalid caption: %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: directives/code.py:132 directives/code.py:297 directives/code.py:484 +#: builders/__init__.py:230 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:238 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "" + +#: 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:234 +#: 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 "" -#: directives/other.py:122 +#: 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:155 environment/adapters/toctree.py:355 +#: 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:158 environment/adapters/toctree.py:359 +#: 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:171 +#: 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:204 -msgid "Section author: " -msgstr "Fejezet szerző: " - -#: directives/other.py:206 -msgid "Module author: " -msgstr "Modul szerző: " - -#: directives/other.py:208 -msgid "Code author: " -msgstr "Kód szerző: " - -#: directives/other.py:210 -msgid "Author: " -msgstr "Szerző: " - -#: directives/other.py:284 -msgid ".. acks content is not a list" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/other.py:309 -msgid ".. hlist content is not a list" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: _cli/__init__.py:75 -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 "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: _cli/__init__.py:98 -msgid "Options" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: _cli/__init__.py:112 _cli/__init__.py:183 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: _cli/__init__.py:172 +#: builders/__init__.py:537 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"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:182 -msgid " Manage documentation with Sphinx." +#: 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:194 -msgid "Show the version and exit." +#: 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:202 -msgid "Show this message and exit." +#: 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:206 -msgid "Logging" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:213 -msgid "Increase verbosity (can be repeated)" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:221 -msgid "Only print errors and warnings." +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:228 -msgid "No output at all" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:234 -msgid "" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:265 -msgid "See 'sphinx --help'.\n" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:198 -#: transforms/__init__.py:133 writers/manpage.py:102 writers/texinfo.py:219 +#: builders/singlehtml.py:35 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "The HTML page is in %(outdir)s." +msgstr "" -#: transforms/__init__.py:143 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: transforms/__init__.py:148 -msgid "no translated elements!" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "" + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:267 +#: builders/linkcheck.py:78 #, 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:313 +#: builders/linkcheck.py:150 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "broken link: %s (%s)" msgstr "" -#: transforms/__init__.py:322 -msgid "Footnote [*] is not referenced." +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: transforms/__init__.py:333 -msgid "Footnote [#] is not referenced." +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/i18n.py:228 transforms/i18n.py:303 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:273 -msgid "" +#: 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" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: transforms/i18n.py:323 +#: transforms/i18n.py:326 +#, python-brace-format msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:345 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: ext/linkcode.py:75 ext/viewcode.py:201 -msgid "[source]" -msgstr "[source]" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: ext/imgconverter.py:40 -#, 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" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#: transforms/__init__.py:258 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: ext/imgconverter.py:68 +#: transforms/__init__.py:299 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "Footnote [%s] is not referenced." msgstr "" -#: ext/viewcode.py:258 -msgid "highlighting module code... " +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: ext/viewcode.py:286 -msgid "[docs]" -msgstr "[docs]" - -#: ext/viewcode.py:306 -msgid "Module code" -msgstr "Modul forráskód" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "" -#: ext/viewcode.py:312 +#: util/inventory.py:147 #, python-format -msgid "

Source code for %s

" -msgstr "

%s forráskódja

" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: ext/viewcode.py:338 -msgid "Overview: module code" -msgstr "Áttekintés: modul forráskód" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: ext/viewcode.py:339 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "" -#: ext/coverage.py:47 +#: util/i18n.py:113 #, python-format -msgid "invalid regex %r in %s" +msgid "writing error: %s, %s" msgstr "" -#: ext/coverage.py:134 ext/coverage.py:280 +#: util/i18n.py:146 #, python-format -msgid "module %s could not be imported: %s" +msgid "locale_dir %s does not exist" msgstr "" -#: ext/coverage.py:141 +#: util/i18n.py:244 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "Invalid Babel locale: %r." msgstr "" -#: ext/coverage.py:149 +#: util/i18n.py:253 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: ext/coverage.py:163 +#: util/fileutil.py:76 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: ext/coverage.py:177 +#: util/fileutil.py:89 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "Writing evaluated template result to %s" msgstr "" -#: ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" +#: util/display.py:87 +msgid "failed" msgstr "" -#: ext/coverage.py:445 +#: util/osutil.py:131 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: ext/coverage.py:458 +#: util/docfields.py:103 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: ext/todo.py:71 -msgid "Todo" -msgstr "Tennivaló" - -#: ext/todo.py:104 +#: util/nodes.py:454 #, python-format -msgid "TODO entry found: %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: ext/todo.py:163 -msgid "<>" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: ext/todo.py:165 +#: util/nodes.py:737 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: ext/todo.py:175 -msgid "original entry" -msgstr "eredeti bejegyzés" - -#: ext/extlinks.py:82 +#: util/docutils.py:325 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgid "unknown directive name: %s" msgstr "" -#: ext/doctest.py:115 +#: util/docutils.py:361 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown role name: %s" msgstr "" -#: ext/doctest.py:120 +#: util/docutils.py:805 #, python-format -msgid "'%s' is not a valid option." +msgid "unknown node type: %r" msgstr "" -#: ext/doctest.py:134 +#: util/rst.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "default role %s not found" msgstr "" -#: ext/doctest.py:220 -msgid "invalid TestCode type" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/doctest.py:281 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/doctest.py:434 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "no code/output in %s block at %s:%s" +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." msgstr "" -#: ext/doctest.py:522 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/graphviz.py:145 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "%r reference target not found: %s" msgstr "" -#: ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: 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/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: 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/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "oldal" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Kiadás" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: ext/graphviz.py:313 +#: builders/latex/transforms.py:121 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: ext/graphviz.py:329 +#: builders/latex/transforms.py:487 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#: builders/latex/theming.py:87 #, python-format -msgid "dot code %r: %s" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: ext/graphviz.py:436 ext/graphviz.py:444 +#: builders/latex/theming.py:90 #, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" - -#: ext/graphviz.py:438 ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graph]" - -#: ext/imgmath.py:369 ext/mathjax.py:52 -msgid "Link to this equation" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: ext/apidoc.py:85 +#: builders/latex/__init__.py:115 #, python-format -msgid "Would create file %s." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: ext/apidoc.py:375 +#: 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." +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: ext/apidoc.py:392 -msgid "path to module to document" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: ext/apidoc.py:396 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: ext/apidoc.py:407 -msgid "directory to place all output" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: ext/apidoc.py:422 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: ext/apidoc.py:429 -msgid "overwrite existing files" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: ext/apidoc.py:437 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: ext/apidoc.py:446 -msgid "run the script without creating files" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: ext/apidoc.py:453 -msgid "put documentation for each module on its own page" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: ext/apidoc.py:460 -msgid "include \"_private\" modules" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: ext/apidoc.py:467 -msgid "filename of table of contents (default: modules)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: ext/apidoc.py:474 -msgid "don't create a table of contents file" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: ext/apidoc.py:481 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: ext/apidoc.py:492 -msgid "put module documentation before submodule documentation" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: ext/apidoc.py:498 +#: builders/html/__init__.py:386 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: ext/apidoc.py:508 -msgid "file suffix (default: rst)" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Általános tárgymutató" + +#: builders/html/__init__.py:510 +msgid "index" +msgstr "nyitóoldal" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: ext/apidoc.py:515 ext/autosummary/generate.py:839 -msgid "Remove existing files in the output directory that were not generated" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "következő" + +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "előző" + +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: ext/apidoc.py:524 -msgid "generate a full project with sphinx-quickstart" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: ext/apidoc.py:531 -msgid "append module_path to sys.path, used when --full is given" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: ext/apidoc.py:538 -msgid "project name (default: root module name)" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: ext/apidoc.py:545 -msgid "project author(s), used when --full is given" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: ext/apidoc.py:552 -msgid "project version, used when --full is given" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: ext/apidoc.py:559 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: ext/apidoc.py:564 -msgid "extension options" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: ext/apidoc.py:638 +#: builders/html/__init__.py:936 #, python-format -msgid "%s is not a directory." -msgstr "%s nem mappa" +msgid "cannot copy static file %r" +msgstr "" -#: ext/apidoc.py:710 ext/autosummary/generate.py:875 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: ext/autosectionlabel.py:48 +#: builders/html/__init__.py:951 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "cannot copy extra file %r" msgstr "" -#: domains/std/__init__.py:703 domains/std/__init__.py:812 -#: ext/autosectionlabel.py:52 +#: builders/html/__init__.py:957 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "Failed to write build info file: %r" msgstr "" -#: ext/duration.py:85 +#: builders/html/__init__.py:1007 msgid "" -"====================== slowest reading durations =======================" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: ext/imgmath.py:159 +#: builders/html/__init__.py:1054 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: ext/imgmath.py:174 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: ext/imgmath.py:328 +#: builders/html/__init__.py:1231 #, python-format -msgid "display latex %r: %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 "" -#: ext/imgmath.py:362 +#: builders/html/__init__.py:1239 #, python-format -msgid "inline latex %r: %s" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: writers/latex.py:1090 writers/manpage.py:263 writers/texinfo.py:662 -msgid "Footnotes" -msgstr "Lábjegyzetek" - -#: writers/manpage.py:309 writers/text.py:936 -#, python-format -msgid "[image: %s]" -msgstr "[image: %s]" - -#: writers/manpage.py:310 writers/text.py:937 -msgid "[image]" -msgstr "[image]" - -#: writers/html5.py:99 writers/html5.py:108 -msgid "Link to this definition" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: writers/html5.py:415 +#: builders/html/__init__.py:1280 #, python-format -msgid "numfig_format is not defined for %s" +msgid "dumping search index in %s" msgstr "" -#: writers/html5.py:427 +#: builders/html/__init__.py:1323 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "invalid js_file: %r, ignored" msgstr "" -#: writers/html5.py:482 -msgid "Link to this term" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: writers/html5.py:525 writers/html5.py:530 -msgid "Link to this heading" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: writers/html5.py:535 -msgid "Link to this table" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:549 writers/latex.py:1099 +#: builders/html/__init__.py:1380 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: writers/html5.py:613 -msgid "Link to this code" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:615 -msgid "Link to this image" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: writers/html5.py:617 -msgid "Link to this toctree" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: writers/html5.py:758 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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/latex/__init__.py:205 domains/std/__init__.py:646 -#: domains/std/__init__.py:658 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:513 -msgid "Index" -msgstr "Tárgymutató" - -#: writers/latex.py:743 writers/texinfo.py:644 +#: builders/html/__init__.py:1448 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: writers/texinfo.py:1216 -msgid "caption not inside a figure." -msgstr "" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s dokumentáció" -#: writers/texinfo.py:1302 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "unimplemented node type: %r" -msgstr "" +msgid "(in %s v%s)" +msgstr "(%s v%s)" -#: writers/latex.py:360 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(in %s)" msgstr "" -#: builders/latex/__init__.py:223 writers/latex.py:410 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "no Babel option known for language %r" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: writers/latex.py:428 -msgid "too large :maxdepth:, ignored." +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: writers/latex.py:590 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: writers/latex.py:708 -msgid "document title is not a single Text node" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: writers/latex.py:1175 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: writers/latex.py:1573 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "external %s:%s reference target not found: %s" msgstr "" -#: writers/latex.py:1931 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "unknown index entry type %s found" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:87 domains/std/__init__.py:104 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "environment variable; %s" -msgstr "környezeti változó; %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: domains/std/__init__.py:112 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "%s; configuration value" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:166 -msgid "Type" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:176 -msgid "Default" +#: ext/intersphinx/_load.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 "" -#: domains/std/__init__.py:235 +#: ext/intersphinx/_load.py:121 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: domains/std/__init__.py:306 -#, python-format -msgid "%s command line option" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:308 -msgid "command line option" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:430 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:438 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:444 domains/std/__init__.py:457 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:602 -msgid "glossary term" -msgstr "szójegyzék" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" -#: domains/std/__init__.py:603 -msgid "grammar token" -msgstr "nyelvtani jel" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" -#: domains/std/__init__.py:604 -msgid "reference label" -msgstr "referencia cimke" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "" -#: domains/std/__init__.py:607 -msgid "environment variable" -msgstr "környezeti változó" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" -#: domains/std/__init__.py:608 -msgid "program option" -msgstr "program opció" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" -#: domains/std/__init__.py:609 -msgid "document" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:647 domains/std/__init__.py:659 -msgid "Module Index" -msgstr "Modulok" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: domains/std/__init__.py:648 domains/std/__init__.py:660 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Keresés" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" -#: domains/std/__init__.py:722 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:932 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:940 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/std/__init__.py:952 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/std/__init__.py:966 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/std/__init__.py:969 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:1200 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:1202 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s modulban)" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: domains/python/__init__.py:167 domains/python/__init__.py:334 -#: domains/python/__init__.py:385 domains/python/__init__.py:424 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "%s (in module %s)" -msgstr "%s (%s modulban)" - -#: domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (beépített változó)" - -#: domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (beépített osztály)" - -#: domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (osztály %s)" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" -#: domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s osztály metódus)" +#: 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 "" -#: domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statikus metódus)" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "" -#: domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/python/__init__.py:559 -msgid "Python Module Index" -msgstr "Python Modul Mutató" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" -#: domains/python/__init__.py:560 -msgid "modules" -msgstr "modulok" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "" -#: domains/python/__init__.py:637 -msgid "Deprecated" -msgstr "Elavult" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" -#: domains/python/__init__.py:663 -msgid "exception" -msgstr "kivétel" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "" -#: domains/python/__init__.py:665 -msgid "class method" -msgstr "osztály szintű metódus" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "" -#: domains/python/__init__.py:666 -msgid "static method" -msgstr "statikus metódus" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" -#: domains/python/__init__.py:668 -msgid "property" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/python/__init__.py:669 -msgid "type alias" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/python/__init__.py:729 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/python/__init__.py:858 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/python/__init__.py:920 -msgid " (deprecated)" -msgstr " (elavult)" - -#: domains/c/__init__.py:304 domains/cpp/__init__.py:441 -#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 -msgid "Parameters" -msgstr "Paraméterek" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" -#: domains/python/_object.py:169 -msgid "Variables" -msgstr "Változók" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" -#: domains/python/_object.py:173 -msgid "Raises" -msgstr "Kivétel" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "" -#: domains/c/__init__.py:199 -#, python-format -msgid "%s (C %s)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/c/__init__.py:260 domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/c/__init__.py:307 domains/cpp/__init__.py:454 -msgid "Return values" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/c/__init__.py:679 domains/cpp/__init__.py:860 -msgid "member" -msgstr "tag" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "" -#: domains/c/__init__.py:680 -msgid "variable" -msgstr "változó" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "" -#: domains/c/__init__.py:682 -msgid "macro" -msgstr "makró" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "" -#: domains/c/__init__.py:683 -msgid "struct" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: domains/c/__init__.py:684 domains/cpp/__init__.py:858 -msgid "union" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: domains/c/__init__.py:685 domains/cpp/__init__.py:863 -msgid "enum" -msgstr "enumeráció" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: domains/c/__init__.py:686 domains/cpp/__init__.py:864 -msgid "enumerator" -msgstr "enumerátor" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" +msgstr "" -#: domains/c/__init__.py:687 domains/cpp/__init__.py:861 -msgid "type" -msgstr "típus" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s nem mappa" -#: domains/c/__init__.py:689 domains/cpp/__init__.py:866 -msgid "function parameter" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Sablonparaméterek" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "" -#: domains/cpp/__init__.py:277 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "%s (C++ %s)" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: domains/cpp/__init__.py:862 -msgid "concept" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: domains/cpp/__init__.py:867 -msgid "template parameter" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Tartalom" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +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" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: 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" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ok" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Paraméterek" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Forrás megtekintése" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Oldalsáv összezárása" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigáció" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "" -#: themes/basic/layout.html:115 +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "" + +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Keresés köztük: %(docstitle)s" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Névjegy ezekről a dokumentumokról" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Minden jog fenntartva" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "invalid value for member-order option: %s" msgstr "" -#: themes/basic/layout.html:201 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Utolsó frissítés %(last_updated)s." +msgid "invalid value for class-doc-from option: %s" +msgstr "" -#: themes/basic/layout.html:204 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: themes/basic/genindex-single.html:26 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "Index – %(key)s" +msgid "error while formatting arguments for %s: %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 "Teljes tárgymutató egy oldalon" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Oldalak ABC sorrendben" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "nagy lehet" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" -#: themes/basic/opensearch.xml:4 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "Search %(docstitle)s" -msgstr "Keresés %(docstitle)s" +msgid "error while formatting signature for %s: %s" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Ez az Oldal" - -#: 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" - -#: builders/html/__init__.py:507 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/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Gyorskeresés" - -#: 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." +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "keresé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/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Oldalsáv kinyitása" - -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: 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" - -#: themes/basic/changes/rstsource.html:5 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Keresési Találatok Elrejtése" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Keresési Eredmények" - -#: themes/basic/static/searchtools.js:119 +#: ext/autodoc/__init__.py:1278 +#, 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 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:123 -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:253 -msgid "Searching" -msgstr "Keresés folyamatban" - -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Felkészülés a keresésre..." - -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", " +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" -#: environment/collectors/asset.py:96 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "image file not readable: %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: environment/collectors/asset.py:124 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "image file %s not readable: %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: environment/collectors/asset.py:161 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "download file not readable: %s" +msgid "Bases: %s" msgstr "" -#: environment/collectors/toctree.py:258 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/adapters/toctree.py:318 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "alias of %s" msgstr "" -#: environment/adapters/toctree.py:342 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/adapters/toctree.py:357 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: environment/adapters/indexentries.py:126 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "see %s" -msgstr "lásd %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: environment/adapters/indexentries.py:136 +#: ext/autosummary/__init__.py:284 #, python-format -msgid "see also %s" -msgstr "lásd még %s" +msgid "autosummary references excluded document %r. Ignored." +msgstr "" -#: environment/adapters/indexentries.py:144 +#: ext/autosummary/__init__.py:288 #, python-format -msgid "unknown index entry type %r" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: environment/adapters/indexentries.py:270 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Szimbólumok" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/__init__.py:384 +#, python-format +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/__init__.py:404 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "Failed to read build info file: %r" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:363 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/autosummary/__init__.py:927 +#, python-format +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:382 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "nyitóoldal" +#: ext/autosummary/generate.py:588 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "" -#: builders/html/__init__.py:560 +#: ext/autosummary/generate.py:592 #, python-format -msgid "Logo of %s" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "következő" +#: ext/autosummary/generate.py:637 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "előző" +#: ext/autosummary/generate.py:836 +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 "" -#: builders/html/__init__.py:695 -msgid "generating indices" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/__init__.py:710 -msgid "writing additional pages" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/__init__.py:793 +#: ext/autosummary/generate.py:874 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:805 -msgid "copying downloadable files... " +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:817 +#: ext/autosummary/generate.py:890 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:863 +#: ext/autosummary/generate.py:899 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/html/__init__.py:881 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/html/__init__.py:916 -msgid "copying static files" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/html/__init__.py:933 -#, python-format -msgid "cannot copy static file %r" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/html/__init__.py:938 -msgid "copying extra files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" 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:1003 +#: _cli/util/errors.py:207 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"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:1051 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" 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." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/html/__init__.py:1222 -#, python-format +#: _cli/util/errors.py:240 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/html/__init__.py:1255 -msgid "dumping object inventory" +#: _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:1263 -#, python-format -msgid "dumping search index in %s" -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:1306 -#, python-format -msgid "invalid js_file: %r, ignored" +#: 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:1339 -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 "Keresés" -#: builders/html/__init__.py:1344 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ok" -#: builders/html/__init__.py:1358 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Forrás megtekintése" -#: builders/html/__init__.py:1363 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Tartalom" -#: builders/html/__init__.py:1378 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Gyorskeresés" -#: builders/html/__init__.py:1383 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Oldalak ABC sorrendben" -#: builders/html/__init__.py:1394 builders/latex/__init__.py:504 -#, python-format -msgid "logo 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 "Teljes tárgymutató egy oldalon" -#: builders/html/__init__.py:1405 -#, python-format -msgid "favicon file %r does not exist" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "nagy lehet" -#: builders/html/__init__.py:1417 -#, python-format +#: themes/basic/search.html:20 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 "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Kérem engedélyezze a JavaScriptet a kereső funkció\n használatához." -#: builders/html/__init__.py:1430 +#: themes/basic/search.html:28 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" - -#: builders/html/__init__.py:1447 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentáció" - -#: builders/latex/transforms.py:118 -msgid "Failed to get a docname!" -msgstr "" - -#: builders/latex/transforms.py:119 -#, python-format -msgid "Failed to get a docname for source %r!" -msgstr "" - -#: builders/latex/transforms.py:485 -#, python-format -msgid "No footnote was found for given reference node %r" -msgstr "" - -#: builders/latex/__init__.py:117 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: builders/latex/__init__.py:119 -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/search.html:35 +msgid "search" +msgstr "keresés" -#: builders/latex/__init__.py:157 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigáció" -#: builders/latex/__init__.py:169 +#: themes/basic/layout.html:115 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: builders/latex/__init__.py:208 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Kiadás" - -#: builders/latex/__init__.py:429 -msgid "copying TeX support files" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Keresés köztük: %(docstitle)s" -#: builders/latex/__init__.py:466 -msgid "copying additional files" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Névjegy ezekről a dokumentumokról" -#: builders/latex/__init__.py:540 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Minden jog fenntartva" -#: builders/latex/__init__.py:548 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: builders/latex/theming.py:87 +#: themes/basic/layout.html:201 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Utolsó frissítés %(last_updated)s." -#: builders/latex/theming.py:90 +#: themes/basic/layout.html:204 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: _cli/util/errors.py:124 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: _cli/util/errors.py:133 -msgid "reStructuredText markup error:" -msgstr "" - -#: _cli/util/errors.py:168 -msgid "The full traceback has been saved in:" -msgstr "" - -#: _cli/util/errors.py:172 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" - -#: transforms/post_transforms/__init__.py:125 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: transforms/post_transforms/__init__.py:185 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ez az Oldal" -#: transforms/post_transforms/__init__.py:251 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Előző témakör" -#: transforms/post_transforms/__init__.py:257 -#, python-format -msgid "%r reference target not found: %s" -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "előző fejezet" -#: transforms/post_transforms/images.py:77 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Következő témakör" -#: transforms/post_transforms/images.py:94 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "következő fejezet" -#: transforms/post_transforms/images.py:141 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "Unknown image format: %s..." -msgstr "" - -#: ext/napoleon/docstring.py:707 -msgid "Example" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "Keresés %(docstitle)s" -#: ext/napoleon/docstring.py:708 -msgid "Examples" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Áttekintés" -#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 -msgid "Keyword Arguments" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Üdvözöljük! Ez a" -#: ext/napoleon/docstring.py:768 -msgid "Notes" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentáció" -#: ext/napoleon/docstring.py:777 -msgid "Other Parameters" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "utoljára frissítve" -#: ext/napoleon/docstring.py:813 -msgid "Receives" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Tárgymutató és táblázatok" -#: ext/napoleon/docstring.py:817 -msgid "References" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Teljes tartalomjegyzék" -#: ext/napoleon/docstring.py:849 -msgid "Warns" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "kilistázza az összes fejezetet és alfejezetet" -#: ext/napoleon/docstring.py:853 -msgid "Yields" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Keresés" -#: ext/napoleon/docstring.py:1015 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "keresés ebben a dokumentációban" -#: ext/napoleon/docstring.py:1022 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Teljes modul tárgymutató" -#: ext/napoleon/docstring.py:1029 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "gyors hozzáférés az összes modulhoz" -#: ext/napoleon/docstring.py:1036 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "összes funkció, osztály és kifejezés" -#: ext/autosummary/__init__.py:256 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/__init__.py:258 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:277 -msgid "A captioned autosummary requires :toctree: option. ignored." +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:330 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatikusan generált változáslista a(z) %(version)s változathoz" -#: ext/autosummary/__init__.py:344 -#, python-format -msgid "failed to parse name %s" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Könyvtár változások" -#: ext/autosummary/__init__.py:349 -#, python-format -msgid "failed to import object %s" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API változások" -#: ext/autosummary/__init__.py:648 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Egyéb változások" -#: ext/autosummary/__init__.py:819 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:827 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Keresési Eredmények" -#: ext/autosummary/generate.py:215 ext/autosummary/generate.py:391 -#, python-format +#: themes/basic/static/searchtools.js:125 msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "" - -#: ext/autosummary/generate.py:526 -#, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "" - -#: ext/autosummary/generate.py:530 -#, python-format -msgid "[autosummary] writing to %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 "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/autosummary/generate.py:572 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/autosummary/generate.py:767 -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 "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Keresés folyamatban" -#: ext/autosummary/generate.py:789 -msgid "source files to generate rST files for" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Felkészülés a keresésre..." -#: ext/autosummary/generate.py:797 -msgid "directory to place all output in" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", " -#: ext/autosummary/generate.py:805 -#, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Keresési Találatok Elrejtése" -#: ext/autosummary/generate.py:813 -#, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Oldalsáv kinyitása" -#: ext/autosummary/generate.py:821 +#: environment/adapters/toctree.py:335 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/autosummary/generate.py:829 +#: environment/adapters/toctree.py:360 #, python-format msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/intersphinx/_resolve.py:47 -#, python-format -msgid "(in %s v%s)" -msgstr "(%s v%s)" - -#: ext/intersphinx/_resolve.py:49 +#: environment/adapters/toctree.py:375 #, python-format -msgid "(in %s)" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/intersphinx/_resolve.py:103 +#: environment/adapters/toctree.py:378 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/intersphinx/_resolve.py:113 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "see %s" +msgstr "lásd %s" -#: ext/intersphinx/_resolve.py:359 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "see also %s" +msgstr "lásd még %s" -#: ext/intersphinx/_resolve.py:367 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "unknown index entry type %r" msgstr "" -#: ext/intersphinx/_resolve.py:378 +#: environment/collectors/asset.py:98 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "image file not readable: %s" msgstr "" -#: ext/intersphinx/_resolve.py:585 +#: environment/collectors/asset.py:126 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "image file %s not readable: %s" msgstr "" -#: ext/intersphinx/_load.py:59 +#: environment/collectors/asset.py:165 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "download file not readable: %s" msgstr "" -#: ext/intersphinx/_load.py:70 +#: environment/collectors/toctree.py:259 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/intersphinx/_load.py:81 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/intersphinx/_load.py:92 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Sablonparaméterek" -#: ext/intersphinx/_load.py:101 +#: domains/cpp/__init__.py:302 #, 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 "%s (C++ %s)" msgstr "" -#: ext/intersphinx/_load.py:120 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "tag" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "típus" + +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/intersphinx/_load.py:155 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: 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" msgstr "" -#: ext/intersphinx/_load.py:240 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_load.py:265 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Változók" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Kivétel" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_load.py:275 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_load.py:319 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (%s modulban)" -#: ext/autodoc/type_comment.py:132 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (%s modulban)" -#: ext/autodoc/type_comment.py:135 +#: domains/python/__init__.py:184 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (beépített változó)" -#: ext/autodoc/__init__.py:142 +#: domains/python/__init__.py:219 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (beépített osztály)" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:220 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (osztály %s)" -#: ext/autodoc/__init__.py:415 +#: domains/python/__init__.py:285 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s osztály metódus)" -#: ext/autodoc/__init__.py:532 +#: domains/python/__init__.py:287 #, python-format -msgid "error while formatting arguments for %s: %s" +msgid "%s() (%s static method)" +msgstr "%s() (%s statikus metódus)" + +#: domains/python/__init__.py:440 +#, python-format +msgid "%s (%s property)" msgstr "" -#: ext/autodoc/__init__.py:807 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +msgid "%s (type alias in %s)" +msgstr "" + +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python Modul Mutató" + +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "modulok" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Elavult" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "kivétel" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "osztály szintű metódus" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statikus metódus" + +#: domains/python/__init__.py:744 +msgid "property" +msgstr "" + +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/autodoc/__init__.py:902 +#: domains/python/__init__.py:814 #, 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)" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:946 +#: domains/python/__init__.py:976 #, python-format -msgid "A mocked object is detected: %r" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:965 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (elavult)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "environment variable; %s" +msgstr "környezeti változó; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:1028 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:1035 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1048 +#: domains/std/__init__.py:239 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1114 +#: domains/std/__init__.py:319 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1337 ext/autodoc/__init__.py:1414 -#: ext/autodoc/__init__.py:2829 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1633 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1760 -#, python-format -msgid "Bases: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1774 -#, python-format -msgid "missing attribute %s in object %s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "szójegyzék" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "nyelvtani jel" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "referencia cimke" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "környezeti változó" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "program opció" + +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1855 ext/autodoc/__init__.py:1892 -#: ext/autodoc/__init__.py:1987 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Modulok" + +#: domains/std/__init__.py:857 #, python-format -msgid "alias of %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1875 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: domains/std/__init__.py:1124 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:2217 ext/autodoc/__init__.py:2317 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2448 +#: domains/std/__init__.py:1153 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/preserve_defaults.py:190 +#: domains/std/__init__.py:1157 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "invalid numfig_format: %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" +#: domains/std/__init__.py:1453 +#, python-format +msgid "undefined label: %r" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: domains/std/__init__.py:1456 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: 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 "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "oldal" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "változó" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makró" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.mo b/sphinx/locale/id/LC_MESSAGES/sphinx.mo index 824aafc7ceb..fbe8c0fd1b8 100644 Binary files a/sphinx/locale/id/LC_MESSAGES/sphinx.mo and b/sphinx/locale/id/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.po b/sphinx/locale/id/LC_MESSAGES/sphinx.po index 38005e0e114..11f7eb6142c 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.po @@ -5,17 +5,17 @@ # Translators: # Arif Budiman , 2016-2017 # FIRST AUTHOR , 2009 -# oon arfiandwi (OonID) , 2019-2020 -# oon arfiandwi (OonID) , 2023 +# oon arfiandwi , 2019-2020 +# oon arfiandwi , 2023 # Sakti Dwi Cahyono <54krpl@gmail.com>, 2013,2015 # Tumpal Gemelli, 2018 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: oon arfiandwi (OonID) , 2023\n" +"Last-Translator: oon arfiandwi , 2023\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" @@ -24,141 +24,276 @@ msgstr "" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "direktori konfigurasi tidak berisi berkas conf.py (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "Ekstensi %s diperlukan oleh pengaturan needs_extensions, tapi itu tidak dimuat." +"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)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "nomor %r yang salah untuk konfigurasi nilai %r, mengabaikan" + +#: config.py:410 +#, 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" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "nilai konfigurasi %r yang tidak dikenal pada penulisan ulang, mengabaikan" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Nilai konfigurasi %r sudah ada" + +#: config.py:552 #, 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 "Proyek ini memerlukan ekstensi %s sedikitnya pada versi %s dan maka itu tidak bisa dibangun dengan versi yang dimuat (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, 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:614 +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()" + +#: config.py:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Bab %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Gambar. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabel %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Daftar %s" + +#: config.py:809 +#, 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." + +#: config.py:840 +#, 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:857 +#, 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:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r tidak ditemukan, diabaikan." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Tidak dapat menemukan direktori sumber (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Direktori keluaran (%s) bukan direktori" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Direktori sumber dan direktori tujuan tidak boleh sama" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Menjalankan Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Proyek ini memerlukan sedikitnya Sphinx v%s dan maka itu tidak bisa dibangun dengan versi ini." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "membuat direktori keluaran" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "saat menyiapkan ekstensi %s:" -#: application.py:309 +#: application.py:310 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' yang saat ini didefinisikan pada conf.py bukanlah sebuah Python callable. Silakan modifikasi definisinya untuk membuatnya menjadi fungsi callable. Hal ini diperlukan guna conf.py berjalan sebagai ekstensi Sphinx." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "memuat terjemahan [%s]... " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "selesai" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "tidak tersedia untuk built-in messages" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "memuat lingkungan yang diawetkan" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "gagal: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Tidak ada builder yang dipilih, menggunakan default: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "kelas simpul %r sudah terdaftar, pengunjungnya akan diganti" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -166,12 +301,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:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "ekstensi %s tidak aman untuk pembacaan paralel" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -179,158 +314,212 @@ 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:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "ekstensi %s tidak aman untuk penulisan paralel" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "mengerjakan serial %s" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "direktori konfigurasi tidak berisi berkas conf.py (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "Ekstensi %s diperlukan oleh pengaturan needs_extensions, tapi itu tidak dimuat." -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +"This project needs the extension %s at least in version %s and therefore " +"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)." -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" +msgstr "Event %r sudah ada" + +#: events.py:379 +#, python-format +msgid "Unknown event name: %s" +msgstr "Nama event tidak dikenal: %s" + +#: events.py:424 +#, python-format +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:399 +#: registry.py:162 #, 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)" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Class Builder %s tidak punya atribut \"name\"" -#: config.py:411 +#: registry.py:166 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nomor %r yang salah untuk konfigurasi nilai %r, mengabaikan" +msgid "Builder %r already exists (in module %s)" +msgstr "Builder %r sudah ada (di modul %s)" -#: config.py:419 +#: registry.py:182 #, 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 "Builder name %s not registered or available through entry point" +msgstr "Nama Builder %s todal terdaftar atau tersedia melalui entry point" -#: config.py:442 +#: registry.py:192 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "nilai konfigurasi %r yang tidak dikenal pada penulisan ulang, mengabaikan" +msgid "Builder name %s not registered" +msgstr "Nama Builder %s tidak terdaftar" -#: config.py:496 +#: registry.py:199 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "domain %s already registered" +msgstr "domain %s telah terdaftar" -#: config.py:524 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "Config value %r already present" -msgstr "Nilai konfigurasi %r sudah ada" +msgid "domain %s not yet registered" +msgstr "domain %s belum didaftarkan" -#: config.py:561 +#: registry.py:230 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "The %r directive is already registered to domain %s" +msgstr "Pengarahan %r sudah terdaftar di domain %s" -#: config.py:603 +#: registry.py:248 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Ada kesalahan sintaksis dalam file konfigurasi Anda: %s\n" +msgid "The %r role is already registered to domain %s" +msgstr "Peran %r sudah terdaftar di domain %s" -#: config.py:607 -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()" +#: registry.py:261 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "Indeks %r sudah terdaftar ke domain %s" -#: config.py:615 +#: registry.py:308 #, 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 object_type is already registered" +msgstr "object_type %r telah didaftarkan" -#: config.py:637 +#: registry.py:339 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r crossref_type is already registered" +msgstr "crossref_type %r telah didaftarkan" -#: config.py:655 config.py:663 +#: registry.py:348 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r telah didaftarkan" -#: config.py:669 +#: registry.py:358 #, 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 %r is already registered" +msgstr "source_parser untuk %r telah didaftarkan" -#: config.py:690 +#: registry.py:367 #, python-format -msgid "Section %s" -msgstr "Bab %s" +msgid "Source parser for %s not registered" +msgstr "Parser sumber untuk %s tidak terdaftar" -#: config.py:691 +#: registry.py:388 #, python-format -msgid "Fig. %s" -msgstr "Gambar. %s" +msgid "Translator for %r already exists" +msgstr "Penerjemah untuk %r sudah ada" -#: config.py:692 +#: registry.py:405 #, python-format -msgid "Table %s" -msgstr "Tabel %s" +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" -#: config.py:693 +#: registry.py:498 #, python-format -msgid "Listing %s" -msgstr "Daftar %s" +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r telah terdaftar" -#: config.py:802 -#, 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." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" +msgstr "" -#: config.py:833 -#, python-brace-format +#: registry.py:531 +#, python-format msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Nilai konfigurasi `{name}' memiliki tipe `{current.__name__}'; diharapkan {permitted}." +"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." -#: config.py:850 -#, 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__}'." +#: registry.py:545 +msgid "Original exception:\n" +msgstr "Eksepsi orisinal:\n" -#: config.py:862 +#: registry.py:547 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r tidak ditemukan, diabaikan." +msgid "Could not import extension %s" +msgstr "Tidak dapat mengimpor ekstensi %s" -#: config.py:882 +#: registry.py:554 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +"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 +#, 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 +#, 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 +#, 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 "Python Enhancement Proposals; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "nomor PEP %s tidak valid" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "nomor RFC tidak valid %s" + #: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" @@ -343,1403 +532,953 @@ msgid "" "Retrying in relaxed mode." msgstr "" -#: theming.py:115 +#: 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 "" + +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, 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" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "opsi tema yang tidak didukung %r diberikan" -#: theming.py:208 +#: theming.py:218 #, 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" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:276 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, 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 "Event %r sudah ada" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "masukkan docstrings secara otomatis dari modules" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Nama event tidak dikenal: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "uji snippet kode secara otomatis pada blok doctest" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "tautkan antara dokumentasi Sphinx dari berbagai proyek" -#: project.py:72 -#, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +#: 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" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "periksa coverage dokumentasi" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Class Builder %s tidak punya atribut \"name\"" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "masukkan math, yang dirender sebagai gambar PNG atau SVG" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Builder %r sudah ada (di modul %s)" +#: 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" -#: registry.py:187 -#, python-format -msgid "Builder name %s not registered or available through entry point" -msgstr "Nama Builder %s todal terdaftar atau tersedia melalui entry point" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "inklusi bersyarat untuk isi berdasarkan nilai konfig" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "Nama Builder %s tidak terdaftar" +#: 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" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "domain %s telah terdaftar" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "buat berkas .nojekyll untuk menerbitkannya di halaman GitHub" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "domain %s belum didaftarkan" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Mohon masukkan nama path yang sah." -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "Pengarahan %r sudah terdaftar di domain %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Mohon masukan teks." -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "Peran %r sudah terdaftar di domain %s" +msgid "Please enter one of %s." +msgstr "Mohon masukkan satu dari %s." -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "Indeks %r sudah terdaftar ke domain %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Mohon ketik salah satu dari 'y' atau 'n'." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "object_type %r telah didaftarkan" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Mohon masukkan satu suffiks berkas, contohnya '.rst' atau '.txt'." -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "crossref_type %r telah didaftarkan" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Selamat datang ke alat quickstart Sphinx %s." -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r telah didaftarkan" +#: 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 "Silakan masukkan nilai untuk pengaturan berikut (cukup tekan Enter to\nmenerima nilai bawaan, jika diberikan dalam tanda kurung)." -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser untuk %r telah didaftarkan" +msgid "Selected root path: %s" +msgstr "" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "Parser sumber untuk %s tidak terdaftar" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Masukkan jalur root untuk dokumentasi." -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "Penerjemah untuk %r sudah ada" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Root path dokumentasi" -#: 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" +#: cmd/quickstart.py:254 +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." -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r telah terdaftar" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart tidak akan menulis ulang proyek Sphinx yang ada." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Silakan masukkan root path baru (atau tekan Enter untuk keluar)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 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:543 -msgid "Original exception:\n" -msgstr "Eksepsi orisinal:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "Tidak dapat mengimpor ekstensi %s" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Pisahkan direktori source dan build (y/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 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?" +"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 "" -#: registry.py:565 -#, 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." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Nama prefiks untuk dir templat dan static" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "" +"The project name will occur in several places in the built documentation." +msgstr "Nama proyek akan muncul di beberapa tempat dalam dokumentasi yang dibuat." -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Nama proyek" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Nama(-nama) pembuat" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %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 "" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" - -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "nomor PEP %s tidak valid" - -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "nomor RFC tidak valid %s" - -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[sumber]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "menyoroti kode modul..." - -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[docs]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Kode modul" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Kode sumber untuk %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Tinjauan: kode modul" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Versi proyek" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Semua modul dimana kode tersedia

" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Rilis proyek" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%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 "" -#: 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 "label rangkap %s, contoh lain dalam %s" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Bahasa proyek" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: 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 "" -#: ext/duration.py:90 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== durasi membaca paling lambat =======================" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Akhiran berkas sumber" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "tidak ada '+' atau '-' dalam opsi '%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 "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' bukan opsi yang valid." +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Nama dokumen master Anda (tanpa akhiran)" -#: ext/doctest.py:139 +#: cmd/quickstart.py:367 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' bukan opsi pyversion 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:226 -msgid "invalid TestCode type" -msgstr "tipe TestCode tidak valid" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart tidak akan menimpa berkas yang sudah ada." -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:377 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." - -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "tidak ada kode/keluaran dalam blok %s pada %s:%s" +"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:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "mengabaikan kode dokumen yang tidak valid: %r" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Tunjukkan ekstensi Sphinx berikut mana yang harus diaktifkan:" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:396 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" +"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/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:406 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" +"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 "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "tampilkan latex %r: %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Buat Makefile? (y/n)" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "inline latex %r: %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Buat berkas perintah Windows? (y/n)" -#: ext/coverage.py:48 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "invalid regex %r in %s" -msgstr "regex tidak valid %r dalam %s" +msgid "Creating file %s." +msgstr "Membuat file %s." -#: ext/coverage.py:140 ext/coverage.py:301 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "module %s could not be imported: %s" -msgstr "modul %s tidak dapat diimpor: %s" +msgid "File %s already exists, skipping." +msgstr "File %s sudah ada, lewati." -#: ext/coverage.py:148 +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Selesai: Struktur direktori awal telah dibuat." + +#: cmd/quickstart.py:519 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:526 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:530 +#, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "%r regex tidak valid di coverage_c_regexes" +#: cmd/quickstart.py:537 +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/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +#: cmd/quickstart.py:572 +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/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "mode diam" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -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 "convert keluar dengan kesalahan: \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 "" - -#: 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" - -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "Berkas Graphviz eksternal %r tidak ditemukan atau gagal dibaca" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Mengabaikan pengarahan \"graphviz\" tanpa konten." - -#: 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 "perintah dot %r tidak dapat dioperasikan (diperlukan untuk keluaran graphviz), periksa pengaturan graphviz_dot" - -#: 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" - -#: ext/graphviz.py:344 -#, python-format -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" - -#: 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 "kode dot %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/todo.py:61 -msgid "Todo" -msgstr "Todo" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" -msgstr "Entri TODO ditemukan: %s" - -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" - -#: ext/todo.py:154 -#, 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" - -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "" - -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Keterangan tidak valid: %s" - -#: 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 "spesifikasi nomor baris di luar kisaran (1-%d): %r" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Tidak dapat menggunakan kedua opsi \"%s\" dan \"%s\"" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -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" -msgstr "" - -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "Objek bernama %r tidak ditemukan disertakan di berkas %r" - -#: 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" - -#: 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" - -#: 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 "" - -#: 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:361 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree berisi referensi ke dokumen yang dikecualikan %r" - -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree berisi referensi ke dokumen yang tidak ada %r" - -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: directives/other.py:203 -msgid "Section author: " -msgstr "Penyusun bagian:" - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Penyusun modul: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Penulis kode:" - -#: directives/other.py:209 -msgid "Author: " -msgstr "Penyusun: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" - -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "" - -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Berkas tinjauan berada di %(outdir)s." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "tidak ada pengubahan dalam versi %s." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "menulis berkas ringkasan..." - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Modul Internal" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Level Modul" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "menyalin berkas sumber..." - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "tidak dapat membaca %r untuk pembuatan changelog" - -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Halaman manual berada di %(outdir)s." - -#: 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" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "penulisan" - -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" nilai konfigurasi mengacu pada dokumen tidak diketahui %s" - -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s (%s)" - -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "membangun [mo]: " - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "menulis keluaran... " - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "semua dari %d berkas po" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "target untuk %d berkas po yang telah ditetapkan" - -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "target untuk %d berkas po telah usang" - -#: builders/__init__.py:319 -msgid "all source files" -msgstr "semua berkas sumber" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "root proyek" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Opsi struktur" -#: builders/__init__.py:337 -#, python-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" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "jika ditentukan, pisahkan direktori sumber dan pembangunan" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "%d berkas sumber diberikan di command line" - -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "target untuk %d berkas sumber yang telah usang" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "membangun [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "mencari berkas yang kini-usang... " - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "%d ditemukan" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "tidak ditemukan apapun" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "lingkungan pengawetan" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "memeriksa konsistensi" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "tidak ada target yang usang." - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "memperbarui lingkungan:" - -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s ditambahkan, %s diubah, %s dihapus" - -#: 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/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "pengganti dot di _templates dll." -#: builders/__init__.py:540 -#, 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:625 +msgid "Project basic options" +msgstr "Opsi dasar proyek" -#: builders/__init__.py:551 -#, 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:627 +msgid "project name" +msgstr "nama proyek" -#: builders/__init__.py:558 -#, 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:630 +msgid "author names" +msgstr "nama penulis" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "membaca sumber... " +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "versi proyek" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "docnames yang akan ditulis: %s" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "rilis proyek" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "bahasa dokumen" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "menyiapkan dokumen" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "akhiran berkas sumber" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "nama dokumen utama" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "karakter sumber undecodable, menggantinya dengan \"?\": %r" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "gunakan epub" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Berkas ePub berada di %(outdir)s." +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Opsi ekstensi" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" +msgstr "aktifkan ekstensi %s" -#: builders/epub3.py:221 -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:677 +msgid "enable arbitrary extensions" +msgstr "aktifkan ekstensi berubah-ubah" -#: builders/epub3.py:227 -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:680 +msgid "Makefile and Batchfile creation" +msgstr "Pembuatan Makefile dan Batchfile" -#: builders/epub3.py:232 -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:686 +msgid "create makefile" +msgstr "buat makefile" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_author\" tidak seharusnya kosong untuk EPUB3" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "jangan membuat makefile" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_contributor\" tidak seharusnya kosong untuk EPUB3" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "buat batchfile" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_description\" tidak seharusnya kosong untuk EPUB3" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "jangan membuat batchfile" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_publisher\" tidak seharusnya kosong untuk EPUB3" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "gunakan mode-make untuk Makefile/make.bat" -#: builders/epub3.py:256 -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:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Membuat templat proyek" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_identifier\" tidak seharusnya kosong untuk EPUB3" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "direktori templat untuk berkas templat" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "bilai conf \"version\" tidak seharusnya kosong untuk EPUB3" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "mendefinisikan variabel templat" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file yang salah: %r, mengabaikan" +#: cmd/quickstart.py:766 +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/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Berkas XML berada di %(outdir)s." +#: cmd/quickstart.py:785 +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/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "kesalahan menulis berkas %s: %s" +#: cmd/quickstart.py:792 +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/xml.py:101 +#: cmd/quickstart.py:809 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Berkas pseudo-XML berada di %(outdir)s." +msgid "Invalid template variable: %s" +msgstr "Variabel templat tidak valid: %s" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Berkas Texinfo berada di %(outdir)s." +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "job number seharusnya sebuah bilangan positif" -#: builders/texinfo.py:48 +#: cmd/build.py:74 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)." +"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 "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "tidak ditemukan nilai konfigurasi \"texinfo_documents\"; dokumen tidak akan ditulis" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "path ke berkas sumber" -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "nilai konfigurasi \"texinfo_documents\" mereferensikan dokumen yang tidak dikenal %s" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "path ke direktori output" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "memroses %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "memecahkan referensi..." +#: cmd/build.py:114 +msgid "general options" +msgstr "opsi umum" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (dalam " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "menyalin gambar... " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "tidak dapat menyalin berkas gambar %r: %s" +#: 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)" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "menyalin berkas pendukung Texinfo" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "jangan pakai saved environment, selalu baca semua berkas" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "kesalahan menulis berkas Makefile: %s" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "entri ToC ganda ditemukan: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "tidak dapat membaca berkas gambar %r: menyalin gambar sebagai gantinya" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "tidak dapat menulis berkas gambar %r: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "Pillow tidak ditemukan - menyalin berkas gambar" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "override sebuah aturan di berkas konfigurasi" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "masukkan sebuah nilai ke templat HTML" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "define tag: masukkan blok \"only\" dengan TAG" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "mimetype yang tidak dikenal untuk %s, mengabaikan" +#: 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" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "siarkan output berwarna (default: auto-detect)" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: 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 "" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "menulis %s berkas..." +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "tulis peringatan (dan galat) pada berkas terpilih" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Builder contoh tidak menghasilkan berkas apapun." +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "ubah peringatan menjadi galat" -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Katalog pesan berada di %(outdir)s." +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "tampilkan traceback penuh pada eksepsi" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "target untuk %d berkas templat" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "jalankan Pdb pada eksepsi" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "membaca templat... " +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "menulis katalog pesan... " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "tidak dapat menggabungkan opsi -a dan nama berkas" -#: builders/singlehtml.py:35 +#: cmd/build.py:357 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Halaman HTML berada di %(outdir)s." +msgid "cannot open warning file '%s': %s" +msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "merakit dokumen tunggal" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "argumen opsi -D harus dalam bentuk name=value" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "menulis file tambahan" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "argumen opsi -A harus dalam bentuk name=value" -#: builders/linkcheck.py:77 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" +msgstr "%s() (fungsi built-in)" -#: builders/linkcheck.py:149 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "broken link: %s (%s)" -msgstr "tautan rusak: %s (%s)" +msgid "%s() (%s method)" +msgstr "%s() (method %s)" -#: builders/linkcheck.py:548 +#: domains/javascript.py:186 #, python-format -msgid "Anchor '%s' not found" -msgstr "Anchor '%s' tidak ditemukan" +msgid "%s() (class)" +msgstr "%s() (class)" -#: builders/linkcheck.py:758 +#: domains/javascript.py:188 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (variabel global atau konstan)" -#: builders/text.py:29 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Berkas teks berada di %(outdir)s." +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -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}" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumen" -#: transforms/i18n.py:272 -#, 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}" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Throws" -#: transforms/i18n.py:322 -#, 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}" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Kembali" -#: transforms/i18n.py:344 -#, 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}" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Return type" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: domains/javascript.py:374 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +msgid "%s (module)" +msgstr "%s (module)" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "fungsi" -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "method" -#: transforms/__init__.py:253 -#, 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" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "class" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Catatan kaki [%s] tidak dirujuk." +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "data" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atribut" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "Catatan kaki [#] tidak dirujuk." +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modul" -#: _cli/__init__.py:73 -msgid "Usage:" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "Berubah pada versi %s" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "Ditinggalkan sejak versi %s" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "duplikasi label persamaan %s, misalnya di %s" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Math_eqref_format tidak valid: %r" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktif)" -#: _cli/__init__.py:199 -msgid "Show this message and exit." +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (role)" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktif" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "opsi-direktif" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "role" -#: _cli/__init__.py:231 -msgid "" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "kutipan rangkap %s, contoh lain dalam %s" + +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Kutipan [%s] tidak dirujuk." -#: environment/__init__.py:86 +#: environment/__init__.py:88 msgid "new config" msgstr "konfigurasi baru" -#: environment/__init__.py:87 +#: environment/__init__.py:89 msgid "config changed" msgstr "konfigurasi berubah" -#: environment/__init__.py:88 +#: environment/__init__.py:90 msgid "extensions changed" msgstr "ekstensi berubah" -#: environment/__init__.py:253 +#: environment/__init__.py:258 msgid "build environment version not current" msgstr "membangun lingkungan bukan versi saat ini" -#: environment/__init__.py:255 +#: environment/__init__.py:260 msgid "source directory has changed" msgstr "direktori sumber telah berubah" -#: environment/__init__.py:325 +#: environment/__init__.py:347 #, python-format msgid "The configuration has changed (1 option: %r)" msgstr "" -#: environment/__init__.py:330 +#: environment/__init__.py:352 #, python-format msgid "The configuration has changed (%d options: %s)" msgstr "" -#: environment/__init__.py:336 +#: environment/__init__.py:358 #, python-format msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: environment/__init__.py:379 +#: environment/__init__.py:401 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." -#: environment/__init__.py:493 +#: environment/__init__.py:515 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "Gagal memindai dokumen dalam %s: %r" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format msgid "Domain %r is not registered" msgstr "Domain %r tidak terdaftar" -#: environment/__init__.py:813 +#: environment/__init__.py:800 msgid "document isn't included in any toctree" msgstr "dokumen tidak termasuk dalam toctree" -#: environment/__init__.py:859 +#: environment/__init__.py:911 msgid "self referenced toctree found. Ignored." msgstr "totree referensikan sendiri ditemukan. Diabaikan" -#: environment/__init__.py:889 +#: environment/__init__.py:941 #, python-format msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "kesalahan membaca: %s, %s" - -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "kesalahan menulis: %s, %s" - -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: util/i18n.py:245 -#, 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" - -#: 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." +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: util/nodes.py:423 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree berisi ref ke berkas yang tidak ada %r" - -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "pengecualian saat mengevaluasi hanya ekspresi pengarahan: %s" - -#: util/display.py:82 -msgid "skipped" -msgstr "dilewati" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" -#: util/display.py:87 -msgid "failed" -msgstr "gagal" +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: util/osutil.py:131 -#, python-format +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "tipe simpul tidak dikenal: %r" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "peran bawaan %s tidak ditemukan" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Catatan kaki" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 #, python-format -msgid "[image: %s]" -msgstr "[gambar: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[gambar]" +msgid "%b %d, %Y" +msgstr "%d %b, %Y" -#: builders/latex/__init__.py:206 domains/std/__init__.py:771 +#: builders/latex/__init__.py:203 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 @@ -1749,11 +1488,15 @@ msgstr "[gambar]" msgid "Index" msgstr "Indeks" -#: writers/latex.py:743 writers/texinfo.py:646 +#: writers/latex.py:766 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" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Catatan kaki" + #: writers/texinfo.py:1217 msgid "caption not inside a figure." msgstr "keterangan tidak di dalam gambar." @@ -1763,54 +1506,6 @@ msgstr "keterangan tidak di dalam gambar." msgid "unimplemented node type: %r" msgstr "tipe simpul tidak diterapkan: %r" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "%r toplevel_sectioning tidak diketahui untuk kelas %r" - -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "tidak ada opsi Babel yang dikenal untuk bahasa %r" - -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: terlalu besar, diabaikan." - -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "judul dokumen bukan simpul Text tunggal" - -#: writers/html5.py:572 writers/latex.py:1106 -#, 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 "opsi tabularcolumns dan :widths: opsi diberikan bersamaan. :widths: diabaikan." - -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "unit dimensi %s tidak valid. Diabaikan" - -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "entri indeks tidak diketahui ditemukan tipe %s" - -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Math_eqref_format tidak valid: %r" - #: writers/html5.py:96 writers/html5.py:105 msgid "Link to this definition" msgstr "" @@ -1825,1828 +1520,1974 @@ msgstr "numfig_format tidak didefinisikan untuk %s" msgid "Any IDs not assigned for %s node" msgstr "Tidak ada ID apa pun yang ditugaskan untuk simpul %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" -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 "Tidak dapat memperoleh ukuran gambar. :scale: option diabaikan." - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplikasi label persamaan %s, misalnya di %s" - -#: domains/javascript.py:182 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (fungsi built-in)" - -#: domains/javascript.py:183 domains/python/__init__.py:287 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (method %s)" - -#: domains/javascript.py:185 -#, python-format -msgid "%s() (class)" -msgstr "%s() (class)" - -#: domains/javascript.py:187 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variabel global atau konstan)" - -#: domains/javascript.py:189 domains/python/__init__.py:378 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumen" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Throws" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Kembali" - -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Return type" - -#: domains/javascript.py:370 -#, python-format -msgid "%s (module)" -msgstr "%s (module)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "fungsi" - -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "method" - -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "class" - -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "data" - -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atribut" - -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modul" - -#: domains/javascript.py:454 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: domains/changeset.py:26 -#, python-format -msgid "Added in version %s" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Changed in version %s" -msgstr "Berubah pada versi %s" - -#: domains/changeset.py:28 -#, python-format -msgid "Deprecated since version %s" -msgstr "Ditinggalkan sejak versi %s" +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "" -#: domains/changeset.py:29 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Removed in version %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktif)" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" -msgstr "%s (role)" +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktif" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Tidak dapat memperoleh ukuran gambar. :scale: option diabaikan." -#: domains/rst.py:235 -msgid "directive-option" -msgstr "opsi-direktif" +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "[gambar: %s]" -#: domains/rst.py:236 -msgid "role" -msgstr "role" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[gambar]" -#: domains/rst.py:262 +#: writers/latex.py:384 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "%r toplevel_sectioning tidak diketahui untuk kelas %r" -#: domains/citation.py:75 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "kutipan rangkap %s, contoh lain dalam %s" +msgid "no Babel option known for language %r" +msgstr "tidak ada opsi Babel yang dikenal untuk bahasa %r" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Kutipan [%s] tidak dirujuk." +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: terlalu besar, diabaikan." -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Pehatian" +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Hati-hati" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "judul dokumen bukan simpul Text tunggal" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Bahaya" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "opsi tabularcolumns dan :widths: opsi diberikan bersamaan. :widths: diabaikan." -#: locale/__init__.py:231 -msgid "Error" -msgstr "Kesalahan" +#: writers/latex.py:1230 +#, 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 "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Petunjuk" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "unit dimensi %s tidak valid. Diabaikan" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Penting" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "entri indeks tidak diketahui ditemukan tipe %s" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Catatan" +#: 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 "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Lihat juga" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Tip" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Keterangan tidak valid: %s" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Peringatan" +#: 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 "spesifikasi nomor baris di luar kisaran (1-%d): %r" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "masukkan docstrings secara otomatis dari modules" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Tidak dapat menggunakan kedua opsi \"%s\" dan \"%s\"" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "uji snippet kode secara otomatis pada blok doctest" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "tautkan antara dokumentasi Sphinx dari berbagai proyek" +#: 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 "" -#: 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" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "Objek bernama %r tidak ditemukan disertakan di berkas %r" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "periksa coverage dokumentasi" +#: 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" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "masukkan math, yang dirender sebagai gambar PNG atau SVG" +#: 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" -#: 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" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "inklusi bersyarat untuk isi berdasarkan nilai konfig" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "toctree berisi referensi ke dokumen yang dikecualikan %r" -#: 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" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree berisi referensi ke dokumen yang tidak ada %r" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "buat berkas .nojekyll untuk menerbitkannya di halaman GitHub" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Mohon masukkan nama path yang sah." +#: directives/other.py:203 +msgid "Section author: " +msgstr "Penyusun bagian:" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Mohon masukan teks." +#: directives/other.py:205 +msgid "Module author: " +msgstr "Penyusun modul: " -#: cmd/quickstart.py:133 -#, python-format -msgid "Please enter one of %s." -msgstr "Mohon masukkan satu dari %s." +#: directives/other.py:207 +msgid "Code author: " +msgstr "Penulis kode:" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Mohon ketik salah satu dari 'y' atau 'n'." +#: directives/other.py:209 +msgid "Author: " +msgstr "Penyusun: " -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Mohon masukkan satu suffiks berkas, contohnya '.rst' atau '.txt'." +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" -#: cmd/quickstart.py:229 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Selamat datang ke alat quickstart Sphinx %s." +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" -#: 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 "Silakan masukkan nilai untuk pengaturan berikut (cukup tekan Enter to\nmenerima nilai bawaan, jika diberikan dalam tanda kurung)." +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" -#: cmd/quickstart.py:241 +#: ext/todo.py:94 #, python-format -msgid "Selected root path: %s" -msgstr "" +msgid "TODO entry found: %s" +msgstr "Entri TODO ditemukan: %s" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Masukkan jalur root untuk dokumentasi." +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Root path dokumentasi" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> terletak di %s, baris %d.)" -#: cmd/quickstart.py:254 -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." +#: ext/todo.py:166 +msgid "original entry" +msgstr "entri asli" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart tidak akan menulis ulang proyek Sphinx yang ada." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[sumber]" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Silakan masukkan root path baru (atau tekan Enter untuk keluar)" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "menyoroti kode modul..." -#: 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 "" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Pisahkan direktori source dan build (y/n)" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kode modul" -#: 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 "" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Kode sumber untuk %s

" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Nama prefiks untuk dir templat dan static" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Tinjauan: kode modul" -#: cmd/quickstart.py:297 -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/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Semua modul dimana kode tersedia

" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Nama proyek" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "regex tidak valid %r dalam %s" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Nama(-nama) pembuat" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "modul %s tidak dapat diimpor: %s" -#: cmd/quickstart.py:308 +#: ext/coverage.py:148 +#, 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." +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Versi proyek" - -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Rilis proyek" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" -#: cmd/quickstart.py:323 +#: ext/coverage.py:172 +#, python-brace-format, 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." +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Bahasa proyek" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "%r regex tidak valid di coverage_c_regexes" -#: 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." +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Akhiran berkas sumber" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "" -#: 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." +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Nama dokumen master Anda (tanpa akhiran)" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" -#: cmd/quickstart.py:367 +#: ext/imgmath.py:148 #, 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." - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart tidak akan menimpa berkas yang sudah ada." +"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" -#: cmd/quickstart.py:377 +#: ext/imgmath.py:167 +#, python-format 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" +"%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" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Tunjukkan ekstensi Sphinx berikut mana yang harus diaktifkan:" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "tampilkan latex %r: %s" -#: cmd/quickstart.py:396 -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." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "inline latex %r: %s" -#: cmd/quickstart.py:406 +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" + +#: ext/imgconverter.py:44 +#, 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." +"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 "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Buat Makefile? (y/n)" +#: 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 keluar dengan kesalahan: \n[stderr]\n%r\n[stdout]\n%r" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Buat berkas perintah Windows? (y/n)" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Creating file %s." -msgstr "Membuat file %s." +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "File %s already exists, skipping." -msgstr "File %s sudah ada, lewati." +msgid "duplicate label %s, other instance in %s" +msgstr "label rangkap %s, contoh lain dalam %s" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Selesai: Struktur direktori awal telah dibuat." +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "tidak ada '+' atau '-' dalam opsi '%s'." -#: cmd/quickstart.py:519 +#: ext/doctest.py:124 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "'%s' is not a valid option." +msgstr "'%s' bukan opsi yang valid." -#: cmd/quickstart.py:526 +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' bukan opsi pyversion yang valid" + +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "tipe TestCode tidak valid" + +#: ext/doctest.py:297 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +"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." -#: cmd/quickstart.py:530 +#: ext/doctest.py:451 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "no code/output in %s block at %s:%s" +msgstr "tidak ada kode/keluaran dalam blok %s pada %s:%s" -#: cmd/quickstart.py:537 -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/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "mengabaikan kode dokumen yang tidak valid: %r" -#: cmd/quickstart.py:572 +#: ext/extlinks.py:82 +#, 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" - -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "mode diam" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== durasi membaca paling lambat =======================" -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "root proyek" +#: 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/quickstart.py:604 -msgid "Structure options" -msgstr "Opsi struktur" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Berkas Graphviz eksternal %r tidak ditemukan atau gagal dibaca" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "jika ditentukan, pisahkan direktori sumber dan pembangunan" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Mengabaikan pengarahan \"graphviz\" tanpa konten." -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "pengganti dot di _templates dll." - -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Opsi dasar proyek" - -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "nama proyek" - -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "nama penulis" - -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "versi proyek" +#: ext/graphviz.py:328 +#, python-format +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" -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "rilis proyek" +#: 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" -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "bahasa dokumen" +#: ext/graphviz.py:344 +#, python-format +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" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "akhiran berkas sumber" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "nama dokumen utama" +#: 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:660 -msgid "use epub" -msgstr "gunakan epub" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Opsi ekstensi" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" -#: cmd/quickstart.py:670 +#: builders/texinfo.py:41 #, python-format -msgid "enable %s extension" -msgstr "aktifkan ekstensi %s" - -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "aktifkan ekstensi berubah-ubah" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Berkas Texinfo berada di %(outdir)s." -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Pembuatan Makefile dan Batchfile" +#: 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)." -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "buat makefile" +#: 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" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "jangan membuat makefile" +#: 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" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "buat batchfile" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "memroses %s" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "jangan membuat batchfile" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "penulisan" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "gunakan mode-make untuk Makefile/make.bat" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "memecahkan referensi..." -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Membuat templat proyek" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (dalam " -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "direktori templat untuk berkas templat" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "menyalin gambar... " -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "mendefinisikan variabel templat" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "tidak dapat menyalin berkas gambar %r: %s" -#: cmd/quickstart.py:766 -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/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "menyalin berkas pendukung Texinfo" -#: cmd/quickstart.py:785 -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/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "kesalahan menulis berkas Makefile: %s" -#: cmd/quickstart.py:792 -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/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "entri ToC ganda ditemukan: %s" -#: cmd/quickstart.py:809 +#: builders/_epub_base.py:436 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variabel templat tidak valid: %s" +msgid "cannot read image file %r: copying it instead" +msgstr "tidak dapat membaca berkas gambar %r: menyalin gambar sebagai gantinya" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "job number seharusnya sebuah bilangan positif" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "tidak dapat menulis berkas gambar %r: %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 "" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow tidak ditemukan - menyalin berkas gambar" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "path ke berkas sumber" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "path ke direktori output" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/build.py:114 -msgid "general options" -msgstr "opsi umum" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "mimetype yang tidak dikenal untuk %s, mengabaikan" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: 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)" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "menulis %s berkas..." -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "jangan pakai saved environment, selalu baca semua berkas" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Berkas XML berada di %(outdir)s." -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "kesalahan menulis berkas %s: %s" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Berkas pseudo-XML berada di %(outdir)s." -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Berkas tinjauan berada di %(outdir)s." -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "tidak ada pengubahan dalam versi %s." -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "override sebuah aturan di berkas konfigurasi" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "menulis berkas ringkasan..." -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "masukkan sebuah nilai ke templat HTML" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Modul Internal" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "define tag: masukkan blok \"only\" dengan TAG" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Level Modul" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "menyalin berkas sumber..." + +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "tidak dapat membaca %r untuk pembuatan changelog" + +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Halaman manual berada di %(outdir)s." + +#: 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" + +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" nilai konfigurasi mengacu pada dokumen tidak diketahui %s" + +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Berkas ePub berada di %(outdir)s." + +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/build.py:212 -msgid "console output options" -msgstr "opsi output konsol" +#: builders/epub3.py:225 +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/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "tingkatkan verbosity (dapat diulang)" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "nilai conf \"epub_uid\" harus berupa XML NAME untuk EPUB3" -#: 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" +#: builders/epub3.py:236 +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/build.py:233 -msgid "no output at all, not even warnings" -msgstr "tanpa output sama sekali, peringatan sekalipun" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "nilai conf \"epub_author\" tidak seharusnya kosong untuk EPUB3" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "siarkan output berwarna (default: auto-detect)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "nilai conf \"epub_contributor\" tidak seharusnya kosong untuk EPUB3" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "jangan siarkan output berwarna (default: auto-detect)" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "nilai conf \"epub_description\" tidak seharusnya kosong untuk EPUB3" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "nilai conf \"epub_publisher\" tidak seharusnya kosong untuk EPUB3" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "tulis peringatan (dan galat) pada berkas terpilih" +#: builders/epub3.py:260 +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/build.py:265 -msgid "turn warnings into errors" -msgstr "ubah peringatan menjadi galat" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "nilai conf \"epub_identifier\" tidak seharusnya kosong untuk EPUB3" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "tampilkan traceback penuh pada eksepsi" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "bilai conf \"version\" tidak seharusnya kosong untuk EPUB3" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "jalankan Pdb pada eksepsi" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "css_file yang salah: %r, mengabaikan" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Katalog pesan berada di %(outdir)s." -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "tidak dapat menggabungkan opsi -a dan nama berkas" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "membangun [%s]: " -#: cmd/build.py:357 +#: builders/gettext.py:265 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "targets for %d template files" +msgstr "target untuk %d berkas templat" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "argumen opsi -D harus dalam bentuk name=value" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "membaca templat... " -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "argumen opsi -A harus dalam bentuk name=value" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "menulis katalog pesan... " -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Tutup sidebar" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Berkas teks berada di %(outdir)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 "Daftar Isi" +#: 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)" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Pencarian" +#: 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" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Go" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "membangun [mo]: " -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Lihat Sumber" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "menulis keluaran... " -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Konten" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "semua dari %d berkas po" -#: themes/basic/opensearch.xml:4 +#: builders/__init__.py:303 #, python-format -msgid "Search %(docstitle)s" -msgstr "Pencarian %(docstitle)s" +msgid "targets for %d po files that are specified" +msgstr "target untuk %d berkas po yang telah ditetapkan" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Tinjauan" +#: 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" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Selamat Datang! Ini adalah" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "semua berkas sumber" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentasi untuk" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: builders/__init__.py:343 +#, python-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" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "terakhir diperbarui" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indeks dan tabel:" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d berkas sumber diberikan di command line" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Daftar Isi Lengkap" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "target untuk %d berkas sumber yang telah usang" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "daftar semua seksi dan subseksi" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "mencari berkas yang kini-usang... " -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Pencarian Halaman" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d ditemukan" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "pencarian pada dokumentasi ini" +#: builders/__init__.py:418 +msgid "none found" +msgstr "tidak ditemukan apapun" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Index Modul Global" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "lingkungan pengawetan" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "akses cepat semua modul" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "memeriksa konsistensi" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indeks Umum" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "tidak ada target yang usang." -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "semua fungsi, class, term" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "memperbarui lingkungan:" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Halaman Ini" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s ditambahkan, %s diubah, %s dihapus" -#: themes/basic/genindex-single.html:26 +#: builders/__init__.py:537 #, python-format -msgid "Index – %(key)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 "" -#: 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" +#: 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 "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Pencarian cepat" +#: 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 "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Index halaman berdasarkan huruf" +#: 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 "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "dapat menjadi besar" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "membaca sumber... " -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Topik sebelumnya" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "docnames yang akan ditulis: %s" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "bab sebelum" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Topik berikutnya" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "menyiapkan dokumen" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "bab berikutnya" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigasi" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: themes/basic/layout.html:115 +#: builders/singlehtml.py:35 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Pencarian dalam %(docstitle)s" +msgid "The HTML page is in %(outdir)s." +msgstr "Halaman HTML berada di %(outdir)s." -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Tentang dokumen ini" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "merakit dokumen tunggal" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Hak Cipta" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "menulis file tambahan" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Builder contoh tidak menghasilkan berkas apapun." + +#: builders/linkcheck.py:78 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +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" -#: themes/basic/layout.html:201 +#: builders/linkcheck.py:150 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Terakhir diperbarui pada %(last_updated)s." +msgid "broken link: %s (%s)" +msgstr "tautan rusak: %s (%s)" -#: themes/basic/layout.html:204 +#: builders/linkcheck.py:549 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "Anchor '%s' not found" +msgstr "Anchor '%s' tidak ditemukan" + +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Tolong aktifkan JavaScript untuk melakukan pencarian.\n " +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Mencari beberapa kata hanya menunjukkan kecocokan yang mengandung\n    semua kata." +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Pehatian" -#: themes/basic/search.html:35 -msgid "search" -msgstr "pencarian" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Hati-hati" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Sembunyikan Hasil Pencarian" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Bahaya" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Hasil Pencarian" +#: 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" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +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}" -#: themes/basic/static/searchtools.js:119 +#: transforms/i18n.py:276 +#, python-brace-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 "Tidak ada dokumen yang cocok dengan pencarian anda. Pastikan semua kata ditulis dengan benar dan sudah memilih cukup kategori." +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referensi yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: themes/basic/static/searchtools.js:123 +#: transforms/i18n.py:326 #, 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] "" +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "referensi kutipan tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" + +#: transforms/i18n.py:348 +#, 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}" + +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Pencarian" +#: transforms/__init__.py:258 +#, 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" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Penyiapkan pencarian..." +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Catatan kaki [%s] tidak dirujuk." -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", di" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "Catatan kaki [#] tidak dirujuk." + +#: util/inventory.py:147 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: util/inventory.py:166 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Perubahan pada Versi %(version)s — %(docstitle)s" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: util/i18n.py:100 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Daftar perubahan dibuat otomatis untuk versi %(version)s" +msgid "reading error: %s, %s" +msgstr "kesalahan membaca: %s, %s" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Perubahan library" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "kesalahan menulis: %s, %s" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Perubahan API C" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Perubahan lain" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Buka sidebar" +#: 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" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (di modul %s)" +#: util/display.py:82 +msgid "skipped" +msgstr "dilewati" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (di modul %s)" +#: util/display.py:87 +msgid "failed" +msgstr "gagal" -#: domains/python/__init__.py:182 +#: util/osutil.py:131 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (variabel built-in)" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: domains/python/__init__.py:217 +#: util/docfields.py:103 #, python-format -msgid "%s (built-in class)" -msgstr "%s (class built-in)" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: domains/python/__init__.py:218 +#: util/nodes.py:454 #, python-format -msgid "%s (class in %s)" -msgstr "%s (class di %s)" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: domains/python/__init__.py:283 +#: util/nodes.py:521 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (method class %s)" +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree berisi ref ke berkas yang tidak ada %r" -#: domains/python/__init__.py:285 +#: util/nodes.py:737 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (method static %s)" +msgid "exception while evaluating only directive expression: %s" +msgstr "pengecualian saat mengevaluasi hanya ekspresi pengarahan: %s" -#: domains/python/__init__.py:438 +#: util/docutils.py:325 #, python-format -msgid "%s (%s property)" +msgid "unknown directive name: %s" msgstr "" -#: domains/python/__init__.py:478 +#: util/docutils.py:361 #, python-format -msgid "%s (type alias in %s)" +msgid "unknown role name: %s" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Indeks Modul Python" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "tipe simpul tidak dikenal: %r" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "modul" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "peran bawaan %s tidak ditemukan" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Akan ditinggalkan" +#: 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:743 -msgid "exception" -msgstr "eksepsi" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%d]" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "method class" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Format gambar tidak dikenal: %s..." -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "method static" +#: 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:748 -msgid "property" -msgstr "property" +#: 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/__init__.py:749 -msgid "type alias" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:818 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "%r reference target not found: %s" msgstr "" -#: domains/python/__init__.py:978 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "lebih dari satu target ditemukan untuk referensi silang %r: %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:1052 -msgid " (deprecated)" -msgstr " (obsolet)" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "berlanjut ke halaman berikutnya" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parameter" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Non-abjad" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variabel" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simbol" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Raises" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Angka" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parameter Templat" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "laman" -#: domains/cpp/__init__.py:302 +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Rilis" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Gagal mendapatkan docname!" + +#: builders/latex/transforms.py:121 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/latex/transforms.py:487 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "No footnote was found for given reference node %r" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "Nilai kembalian" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "union" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "anggota" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Berkas LaTeX berada di %(outdir)s." -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tipe" +#: 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)." -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "konsep" +#: 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" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enum" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak dikenal %s" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerator" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "menyalin berkas pendukung TeX" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "menyalin berkas tambahan" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -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" -#: domains/c/__init__.py:211 +#: builders/latex/__init__.py:529 #, python-format -msgid "%s (C %s)" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/latex/__init__.py:537 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variabel" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "struct" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:115 #, python-format -msgid "environment variable; %s" -msgstr "variabel environment; %s" +msgid "The HTML pages are in %(outdir)s." +msgstr "Halaman HTML berada di %(outdir)s." -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:351 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "Gagal membaca berkas info build: %r" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:386 #, 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\"" - -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "opsi baris perintah" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indeks Umum" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "Daftar Istilah kata sulit harus didahului dengan baris kosong" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "index" -#: 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" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" +msgstr "" -#: 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" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "berikut" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "daftar istilah" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "sebelum" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "token grammar" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "menghasilkan indeks" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "label referensi" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "menulis halaman tambahan" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "variabel environment" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opsi program" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "menyalin berkas yang dapat diunduh... " -#: domains/std/__init__.py:735 -msgid "document" -msgstr "dokumen" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "tidak dapat menyalin berkas yang dapat diunduh %r: %s" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Indeks Modul" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:884 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig dinonaktifkan. :numref: diabaikan." +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "menyalin file statis" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:936 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgid "cannot copy static file %r" +msgstr "tidak dapat menyalin berkas statik %r" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "menyalin berkas tambahan" + +#: builders/html/__init__.py:951 #, python-format -msgid "the link has no caption: %s" -msgstr "tautan tidak memiliki teks: %s" +msgid "cannot copy extra file %r" +msgstr "tidak dapat menyalin berkas ekstra %r" -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:957 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format tidak valid: %s (%r)" +msgid "Failed to write build info file: %r" +msgstr "Gagal menulis berkas info build: %r" -#: domains/std/__init__.py:1157 +#: builders/html/__init__.py:1007 +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." + +#: builders/html/__init__.py:1054 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format tidak valid: %s" +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" -#: domains/std/__init__.py:1453 +#: builders/html/__init__.py:1218 #, python-format -msgid "undefined label: %r" -msgstr "label yang tidak ditentukan: %r" +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." -#: domains/std/__init__.py:1456 +#: builders/html/__init__.py:1231 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +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 "" -#: environment/adapters/toctree.py:324 +#: builders/html/__init__.py:1239 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "referensi toctree melingkar terdeteksi, mengabaikan: %s <- %s" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Kesalahan terjadi saat render halaman %s.\nAlasan: %r" -#: environment/adapters/toctree.py:349 +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "menyisihkan persediaan obyek" + +#: builders/html/__init__.py:1280 #, 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" +msgid "dumping search index in %s" +msgstr "" -#: environment/adapters/toctree.py:364 +#: builders/html/__init__.py:1323 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "invalid js_file: %r, ignored" +msgstr "js_file yang salah: %r, mengabaikan" + +#: 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." + +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "math_renderer %r yang tidak diketahui diberikan." + +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: environment/adapters/toctree.py:367 +#: builders/html/__init__.py:1380 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "html_extra_path entry %r does not exist" +msgstr "entri html_extra_path %r tidak ada" + +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: environment/adapters/indexentries.py:123 +#: builders/html/__init__.py:1400 #, python-format -msgid "see %s" -msgstr "lihat %s" +msgid "html_static_path entry %r does not exist" +msgstr "entri html_static_path %r tidak ada" -#: environment/adapters/indexentries.py:133 +#: builders/html/__init__.py:1422 #, python-format -msgid "see also %s" -msgstr "lihat juga %s" +msgid "favicon file %r does not exist" +msgstr "berkas favicon %r tidak ada" -#: environment/adapters/indexentries.py:141 +#: builders/html/__init__.py:1435 #, python-format -msgid "unknown index entry type %r" -msgstr "tipe entri indeks tidak dikenal %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 "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simbol" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: environment/collectors/asset.py:98 +#: builders/html/__init__.py:1464 #, python-format -msgid "image file not readable: %s" -msgstr "berkas gambar tidak dapat dibaca: %s" +msgid "%s %s documentation" +msgstr "Dokumentasi %s %s" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "image file %s not readable: %s" -msgstr "berkas gambar %s tidak dapat dibaca: %s" +msgid "(in %s v%s)" +msgstr "(di %s v%s)" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "download file not readable: %s" -msgstr "berkas unduhan tidak dapat dibaca: %s" +msgid "(in %s)" +msgstr "(dalam %s)" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s sudah diberi nomor bagian (penomoran bersarang toctree?)" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Diinterupsi" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:60 +#, 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.:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: _cli/util/errors.py:240 +#: ext/intersphinx/_load.py:93 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: _cli/util/errors.py:246 +#: ext/intersphinx/_load.py:102 +#, 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 "Mohon juga melaporkan hal ini jika sebuah kesalahan pengguna sehingga lain kali perintah salah yang lebih baik dapat disediakan." +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: transforms/post_transforms/__init__.py:88 +#: ext/intersphinx/_load.py:121 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: transforms/post_transforms/__init__.py:237 -#, 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/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: transforms/post_transforms/__init__.py:305 -#, python-format -msgid "%r reference target not found: %s" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%s]" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%d]" +#: ext/intersphinx/_load.py:311 +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:" -#: transforms/post_transforms/images.py:143 +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "gagal mencapai salah satu inventaris dengan masalah berikut:" + +#: ext/intersphinx/_load.py:400 #, python-format -msgid "Unknown image format: %s..." -msgstr "Format gambar tidak dikenal: %s..." +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "pengimpanan intersphinx telah dipindahkan: %s -> %s" -#: builders/html/__init__.py:113 +#: ext/apidoc/_generate.py:69 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Halaman HTML berada di %(outdir)s." +msgid "Would create file %s." +msgstr "Akan membuat berkas %s." -#: builders/html/__init__.py:348 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Gagal membaca berkas info build: %r" +msgid "Failed to remove %s: %s" +msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "index" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "" -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "berikut" +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "sebelum" +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" -msgstr "menghasilkan indeks" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" -msgstr "menulis halaman tambahan" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "" -#: builders/html/__init__.py:794 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "menyalin berkas yang dapat diunduh... " +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "" -#: builders/html/__init__.py:818 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "tidak dapat menyalin berkas yang dapat diunduh %r: %s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: builders/html/__init__.py:864 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:882 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" -msgstr "menyalin file statis" +#: 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." -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" -msgstr "tidak dapat menyalin berkas statik %r" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "jalur ke modul ke dokumen" -#: builders/html/__init__.py:939 -msgid "copying extra files" -msgstr "menyalin berkas tambahan" +#: 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" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" -msgstr "tidak dapat menyalin berkas ekstra %r" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "direktori untuk menempatkan semua keluaran" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "Gagal menulis berkas info build: %r" +#: 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)" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "menimpa file yang ada" + +#: ext/apidoc/_cli.py:91 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." +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "ikuti tautan simbolik. Berdaya bila digabungkan dengan collective.recipe.omelette." -#: builders/html/__init__.py:1052 -#, 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" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "operasikan skrip tanpa membuat file" -#: builders/html/__init__.py:1216 -#, python-format +#: 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 "" -"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." +"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)" -#: builders/html/__init__.py:1224 -#, python-format +#: 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 "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Kesalahan terjadi saat render halaman %s.\nAlasan: %r" +"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 "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" -msgstr "menyisihkan persediaan obyek" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "akhiran berkas (bawaan: rst)" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file yang salah: %r, mengabaikan" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "menghasilkan proyek penuh dengan sphinx-quickstart" -#: builders/html/__init__.py:1342 -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/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/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "math_renderer %r yang tidak diketahui diberikan." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "nama proyek (bawaan: nama modul utama)" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -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:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "entri html_extra_path %r tidak ada" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "versi proyek, digunakan ketika --full diberikan" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: 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 "" -#: builders/html/__init__.py:1385 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "entri html_static_path %r tidak ada" +msgid "enable %s extension, used when --full is given" +msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "logo file %r does not exist" -msgstr "berkas logo %r tidak ada" +msgid "%s is not a directory." +msgstr "%s bukan direktori." -#: builders/html/__init__.py:1407 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "favicon file %r does not exist" -msgstr "berkas favicon %r tidak ada" +msgid "invalid value set (missing closing brace): %s" +msgstr "" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:183 #, 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 "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s %s documentation" -msgstr "Dokumentasi %s %s" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "Contoh" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Contoh-contoh" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Berkas LaTeX berada di %(outdir)s." +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Argumen Kata Kunci" -#: 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 "\nJalankan 'make' di direktori tersebut untuk menjalankannya melalui (pdf)latex\n(gunakan 'make latexpdf' di sini untuk melakukannya secara otomatis)." +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "Catatan" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "tidak ditemukan nilai konfigurasi \"latex_documents\"; dokumen tidak akan ditulis" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "Parameter lainnya" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak dikenal %s" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parameter" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Rilis" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "menyalin berkas pendukung TeX" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "Referensi" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "menyalin berkas tambahan" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Peringatkan" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "Hasil" -#: builders/latex/__init__.py:536 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Gagal mendapatkan docname!" - -#: builders/latex/transforms.py:121 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" +msgid "invalid signature for auto%s (%r)" +msgstr "tanda tangan tidak valid untuk outo %s (%r)" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "lanjutan dari halaman sebelumnya" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "kesalahan saat memformat argumen untuk %s: %s" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "berlanjut ke halaman berikutnya" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Non-abjad" +#: ext/autodoc/__init__.py:1021 +#, 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 "tidak tahu modul mana yang akan diimpor untuk autodocumenting %r (coba letakkan pengarahan \"module\" atau \"currentmodule\" dalam dokumen, atau berikan nama modul yang eksplisit)" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Angka" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "laman" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Argumen Kata Kunci" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" dalam nama automodule tidak masuk akal" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "argumen tanda tangan atau anotasi kembalian diberikan untuk automodule %s" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +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__" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "Contoh" - -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Contoh-contoh" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "Catatan" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Basis: %s" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "Parameter lainnya" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "atribut hilang %s dalam objek %s" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "Referensi" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Peringatkan" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "Hasil" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" #: ext/autosummary/__init__.py:284 #, python-format @@ -3769,451 +3610,640 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Diinterupsi" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:28 +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 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." +"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 "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "jalur ke modul ke dokumen" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "Berkas gaya-fnmatch dan/atau pola direktori untuk dikecualikan dari pembuatan" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "direktori untuk menempatkan semua keluaran" +#: _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." -#: 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)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Tutup sidebar" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "menimpa file yang ada" +#: 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 "Daftar Isi" -#: ext/apidoc/_cli.py:91 +#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Go" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Lihat Sumber" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Konten" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Pencarian cepat" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Index halaman berdasarkan huruf" + +#: 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" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "dapat menjadi besar" + +#: themes/basic/search.html:20 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ikuti tautan simbolik. Berdaya bila digabungkan dengan collective.recipe.omelette." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Tolong aktifkan JavaScript untuk melakukan pencarian.\n " -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "operasikan skrip tanpa membuat file" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Mencari beberapa kata hanya menunjukkan kecocokan yang mengandung\n    semua kata." -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "letakkan dokumentasi untuk setiap modul di halamannya sendiri" +#: themes/basic/search.html:35 +msgid "search" +msgstr "pencarian" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigasi" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Pencarian dalam %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Tentang dokumen ini" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Hak Cipta" + +#: 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 "Terakhir diperbarui pada %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Halaman Ini" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Topik sebelumnya" + +#: 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/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Pencarian %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Tinjauan" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Selamat Datang! Ini adalah" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentasi untuk" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "terakhir diperbarui" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeks dan tabel:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Daftar Isi Lengkap" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "daftar semua seksi dan subseksi" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Pencarian Halaman" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "termasuk modul \"_private\"" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "pencarian pada dokumentasi ini" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "nama file daftar isi (bawaan: modul)" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Index Modul Global" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "jangan membuat berkas daftar isi" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "akses cepat semua modul" -#: 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)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "semua fungsi, class, term" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "letakkan dokumentasi modul sebelum dokumentasi submodul" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" -#: 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" +#: 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" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: 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" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "akhiran berkas (bawaan: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Perubahan library" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "menghasilkan proyek penuh dengan sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Perubahan API C" -#: 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" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Perubahan lain" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "nama proyek (bawaan: nama modul utama)" +#: 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 "penulis-(penulis) proyek, digunakan ketika --full diberikan" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Hasil Pencarian" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "versi proyek, digunakan ketika --full diberikan" +#: themes/basic/static/searchtools.js:125 +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." -#: 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" +#: themes/basic/static/searchtools.js:129 +#, 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/apidoc/_cli.py:226 -msgid "extension options" -msgstr "opsi ekstensi" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Pencarian" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Penyiapkan pencarian..." -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", di" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s bukan direktori." +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Sembunyikan Hasil Pencarian" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Buka sidebar" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "referensi toctree melingkar terdeteksi, mengabaikan: %s <- %s" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -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/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "see %s" +msgstr "lihat %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "see also %s" +msgstr "lihat juga %s" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "unknown index entry type %r" +msgstr "tipe entri indeks tidak dikenal %r" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "image file not readable: %s" +msgstr "berkas gambar tidak dapat dibaca: %s" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "berkas gambar %s tidak dapat dibaca: %s" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "download file not readable: %s" +msgstr "berkas unduhan tidak dapat dibaca: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s sudah diberi nomor bagian (penomoran bersarang toctree?)" -#: ext/apidoc/_extension.py:247 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parameter Templat" -#: ext/apidoc/_generate.py:69 +#: domains/cpp/__init__.py:302 #, python-format -msgid "Would create file %s." -msgstr "Akan membuat berkas %s." +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(di %s v%s)" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Nilai kembalian" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(dalam %s)" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "union" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "anggota" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipe" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "konsep" + +#: 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 "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variabel" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Raises" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (di modul %s)" + +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 +#, python-format +msgid "%s (in module %s)" +msgstr "%s (di modul %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (variabel built-in)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (class built-in)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (class di %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (method class %s)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (method static %s)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Indeks Modul Python" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "modul" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Akan ditinggalkan" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "eksepsi" -#: ext/intersphinx/_load.py:287 -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:" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "method class" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "gagal mencapai salah satu inventaris dengan masalah berikut:" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "method static" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "pengimpanan intersphinx telah dipindahkan: %s -> %s" +#: domains/python/__init__.py:744 +msgid "property" +msgstr "property" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:814 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:460 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "tanda tangan tidak valid untuk outo %s (%r)" +msgid "more than one target found for cross-reference %r: %s" +msgstr "lebih dari satu target ditemukan untuk referensi silang %r: %s" -#: ext/autodoc/__init__.py:579 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (obsolet)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "kesalahan saat memformat argumen untuk %s: %s" +msgid "environment variable; %s" +msgstr "variabel environment; %s" -#: ext/autodoc/__init__.py:898 +#: domains/std/__init__.py:116 #, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "" + +#: domains/std/__init__.py:239 #, 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 "tidak tahu modul mana yang akan diimpor untuk autodocumenting %r (coba letakkan pengarahan \"module\" atau \"currentmodule\" dalam dokumen, atau berikan nama modul yang eksplisit)" +"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\"" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "opsi baris perintah" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" dalam nama automodule tidak masuk akal" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "Daftar Istilah kata sulit harus didahului dengan baris kosong" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "argumen tanda tangan atau anotasi kembalian diberikan untuk automodule %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" -#: ext/autodoc/__init__.py:1201 -#, python-format -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__" +#: 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" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "daftar istilah" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "token grammar" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "label referensi" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "variabel environment" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "opsi program" + +#: domains/std/__init__.py:735 +msgid "document" +msgstr "dokumen" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Indeks Modul" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig dinonaktifkan. :numref: diabaikan." + +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" -msgstr "Basis: %s" +msgid "the link has no caption: %s" +msgstr "tautan tidak memiliki teks: %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" -msgstr "atribut hilang %s dalam objek %s" +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format tidak valid: %s (%r)" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" -msgstr "" +msgid "invalid numfig_format: %s" +msgstr "numfig_format tidak valid: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "" +msgid "undefined label: %r" +msgstr "label yang tidak ditentukan: %r" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variabel" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "struct" diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.mo b/sphinx/locale/is/LC_MESSAGES/sphinx.mo index e0a0c4295b2..009cf600ce7 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 3fde9bd05bf..72c9d5bf80b 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) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: @@ -8,153 +8,287 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-12-29 22:39+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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.16.0\n" +"Generated-By: Babel 2.17.0\n" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" -#: events.py:77 +#: config.py:362 #, python-format -msgid "Event %r already present" +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: events.py:370 +#: config.py:385 #, python-format -msgid "Unknown event name: %s" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: events.py:416 +#: config.py:390 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Kafli %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Mynd %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tafla %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Listi %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:190 +#: config.py:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:194 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:198 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:228 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:250 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:266 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:271 registry.py:452 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:277 +#: application.py:310 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 "" -#: application.py:312 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:329 util/display.py:88 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:331 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:345 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:353 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:366 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:398 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:400 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:404 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:407 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:409 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:414 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:417 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:419 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:968 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1047 +#: application.py:1128 #, python-format -msgid "directive %r is already registered, it will be overridden" +msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1069 application.py:1094 +#: application.py:1154 application.py:1182 #, python-format -msgid "role %r is already registered, it will be overridden" +msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1644 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +296,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1648 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1651 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,3940 +309,3937 @@ msgid "" "explicit" msgstr "" -#: application.py:1655 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1663 application.py:1667 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: roles.py:208 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:231 -#, python-format -msgid "invalid CVE number %s" -msgstr "" - -#: roles.py:253 +#: extension.py:58 #, python-format -msgid "Common Weakness Enumeration; CWE %s" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: roles.py:276 +#: extension.py:79 #, python-format -msgid "invalid CWE number %s" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: roles.py:296 +#: events.py:81 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Event %r already present" msgstr "" -#: roles.py:319 +#: events.py:379 #, python-format -msgid "invalid PEP number %s" +msgid "Unknown event name: %s" msgstr "" -#: roles.py:357 +#: events.py:424 #, python-format -msgid "invalid RFC number %s" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: registry.py:144 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: registry.py:146 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: registry.py:159 +#: registry.py:182 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: registry.py:166 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" msgstr "" -#: registry.py:173 +#: registry.py:199 #, python-format msgid "domain %s already registered" msgstr "" -#: registry.py:196 registry.py:209 registry.py:220 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" msgstr "" -#: registry.py:200 +#: registry.py:230 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: registry.py:212 +#: registry.py:248 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: registry.py:223 +#: registry.py:261 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: registry.py:254 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: registry.py:280 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: registry.py:287 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: registry.py:296 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: registry.py:304 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: registry.py:320 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" msgstr "" -#: registry.py:336 +#: registry.py:405 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: registry.py:419 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: registry.py:431 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:446 +#: registry.py:531 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: registry.py:457 +#: registry.py:545 msgid "Original exception:\n" msgstr "" -#: registry.py:458 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "" -#: registry.py:463 +#: registry.py:554 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: registry.py:472 +#: registry.py:567 #, 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:480 +#: registry.py:579 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: registry.py:514 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: project.py:71 +#: roles.py:206 #, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: project.py:87 +#: roles.py:229 #, python-format -msgid "Ignored unreadable document %r." +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 "" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" msgstr "" -#: highlighting.py:168 +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "" -#: highlighting.py:202 +#: highlighting.py:209 #, python-format msgid "" "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " "Retrying in relaxed mode." msgstr "" -#: extension.py:55 +#: project.py:72 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: extension.py:76 +#: project.py:87 #, python-format -msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +msgid "Ignored unreadable document %r." msgstr "" -#: theming.py:114 +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "" -#: theming.py:207 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:275 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: config.py:309 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: config.py:318 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: config.py:341 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: config.py:350 -#, python-format -msgid "invalid number %r for config value %r, ignoring" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: config.py:356 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: config.py:377 -#, python-format -msgid "unknown config value %r in override, ignoring" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: config.py:430 -#, python-format -msgid "No such config value: %r" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: config.py:453 -#, python-format -msgid "Config value %r already present" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: config.py:489 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: config.py:527 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: config.py:530 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: config.py:537 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: config.py:560 +#: cmd/quickstart.py:133 #, python-format -msgid "Failed to convert %r to a set or tuple" +msgid "Please enter one of %s." msgstr "" -#: config.py:581 config.py:586 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: config.py:589 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: config.py:608 +#: cmd/quickstart.py:229 #, python-format -msgid "Section %s" -msgstr "Kafli %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: config.py:609 -#, python-format -msgid "Fig. %s" -msgstr "Mynd %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 "" -#: config.py:610 +#: cmd/quickstart.py:241 #, python-format -msgid "Table %s" -msgstr "Tafla %s" +msgid "Selected root path: %s" +msgstr "" -#: config.py:611 -#, python-format -msgid "Listing %s" -msgstr "Listi %s" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "" -#: config.py:718 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: config.py:742 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: config.py:755 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: config.py:766 -#, python-format -msgid "primary_domain %r not found, ignored." +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: config.py:778 +#: cmd/quickstart.py:273 msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: domains/rst.py:128 domains/rst.py:185 -#, python-format -msgid "%s (directive)" +"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:186 domains/rst.py:190 -#, python-format -msgid ":%s: (directive option)" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: domains/rst.py:214 -#, python-format -msgid "%s (role)" +#: 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 "" -#: domains/rst.py:224 -msgid "directive" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: domains/rst.py:225 -msgid "directive-option" +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: domains/rst.py:226 -msgid "role" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: domains/rst.py:248 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" +#: 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 "" -#: domains/javascript.py:166 domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: 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 "" -#: domains/javascript.py:172 domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: domains/javascript.py:255 -msgid "Arguments" +#: 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 "" -#: domains/cpp/__init__.py:447 domains/javascript.py:258 -msgid "Throws" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: domains/c/__init__.py:310 domains/cpp/__init__.py:458 -#: domains/javascript.py:261 domains/python/_object.py:176 -msgid "Returns" +#: 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 "" -#: domains/c/__init__.py:312 domains/javascript.py:263 -#: domains/python/_object.py:178 -msgid "Return type" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: domains/javascript.py:334 +#: cmd/quickstart.py:367 #, python-format -msgid "%s (module)" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: domains/c/__init__.py:681 domains/cpp/__init__.py:859 -#: domains/javascript.py:371 domains/python/__init__.py:660 -msgid "function" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: domains/javascript.py:372 domains/python/__init__.py:664 -msgid "method" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: domains/cpp/__init__.py:857 domains/javascript.py:373 -#: domains/python/__init__.py:662 -msgid "class" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: domains/javascript.py:374 domains/python/__init__.py:661 -msgid "data" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: domains/javascript.py:375 domains/python/__init__.py:667 -msgid "attribute" +#: cmd/quickstart.py:406 +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:376 domains/python/__init__.py:670 -msgid "module" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: domains/javascript.py:407 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: domains/changeset.py:25 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "Added in version %s" +msgid "Creating file %s." msgstr "" -#: domains/changeset.py:26 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "Changed in version %s" +msgid "File %s already exists, skipping." msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Deprecated since version %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: domains/changeset.py:28 +#: cmd/quickstart.py:519 #, 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:299 -#, python-format -msgid "%s %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: domains/citation.py:73 +#: cmd/quickstart.py:530 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: domains/citation.py:84 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/quickstart.py:572 +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/math.py:119 writers/latex.py:2479 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: environment/__init__.py:81 -msgid "new config" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: environment/__init__.py:82 -msgid "config changed" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: environment/__init__.py:83 -msgid "extensions changed" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: environment/__init__.py:249 -msgid "build environment version not current" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: environment/__init__.py:251 -msgid "source directory has changed" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: environment/__init__.py:313 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: environment/__init__.py:318 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: environment/__init__.py:324 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: environment/__init__.py:366 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: environment/__init__.py:473 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: environment/__init__.py:626 -#, python-format -msgid "Domain %r is not registered" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: environment/__init__.py:777 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: environment/__init__.py:810 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: environment/__init__.py:839 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: cmd/quickstart.py:657 +msgid "master document name" 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" - -#: locale/__init__.py:232 -msgid "Error" -msgstr "Villa" - -#: locale/__init__.py:233 -msgid "Hint" -msgstr "Ábending" - -#: locale/__init__.py:234 -msgid "Important" -msgstr "Mikilvægt" - -#: locale/__init__.py:235 -msgid "Note" -msgstr "Athugasemd" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "" -#: locale/__init__.py:236 -msgid "See also" -msgstr "Sjá einnig" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "" -#: locale/__init__.py:237 -msgid "Tip" -msgstr "Ábending" +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" +msgstr "" -#: locale/__init__.py:238 -msgid "Warning" -msgstr "Aðvörun" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "" -#: cmd/quickstart.py:43 -msgid "automatically insert docstrings from modules" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: cmd/quickstart.py:44 -msgid "automatically test code snippets in doctest blocks" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: cmd/quickstart.py:45 -msgid "link between Sphinx documentation of different projects" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: cmd/quickstart.py:46 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: cmd/quickstart.py:47 -msgid "checks for documentation coverage" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: cmd/quickstart.py:48 -msgid "include math, rendered as PNG or SVG images" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: cmd/quickstart.py:49 -msgid "include math, rendered in the browser by MathJax" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: cmd/quickstart.py:50 -msgid "conditional inclusion of content based on config values" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: cmd/quickstart.py:51 -msgid "include links to the source code of documented Python objects" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: cmd/quickstart.py:52 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: cmd/quickstart.py:94 -msgid "Please enter a valid path name." +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter some text." +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: cmd/quickstart.py:117 +#: cmd/quickstart.py:809 #, python-format -msgid "Please enter one of %s." +msgid "Invalid template variable: %s" msgstr "" -#: cmd/quickstart.py:125 -msgid "Please enter either 'y' or 'n'." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: cmd/quickstart.py:131 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: 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/quickstart.py:215 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: cmd/quickstart.py:219 -msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: cmd/quickstart.py:227 -#, python-format -msgid "Selected root path: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: cmd/quickstart.py:230 -msgid "Enter the root path for documentation." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: cmd/quickstart.py:231 -msgid "Root path for the documentation" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: cmd/quickstart.py:239 -msgid "Error: an existing conf.py has been found in the selected root path." +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: cmd/quickstart.py:245 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: cmd/quickstart.py:248 -msgid "Please enter a new root path (or just Enter to exit)" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: cmd/quickstart.py:258 -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/build.py:150 +msgid "path options" msgstr "" -#: cmd/quickstart.py:265 -msgid "Separate source and build directories (y/n)" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: cmd/quickstart.py:271 -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/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: cmd/quickstart.py:277 -msgid "Name prefix for templates and static dir" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: cmd/quickstart.py:282 -msgid "" -"The project name will occur in several places in the built documentation." +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: cmd/quickstart.py:286 -msgid "Project name" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: cmd/quickstart.py:288 -msgid "Author name(s)" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: cmd/quickstart.py:293 -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." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: cmd/quickstart.py:301 -msgid "Project version" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: cmd/quickstart.py:303 -msgid "Project release" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: cmd/quickstart.py:308 -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." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project language" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: cmd/quickstart.py:324 -msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:329 -msgid "Source file suffix" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: cmd/quickstart.py:334 -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." +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: cmd/quickstart.py:342 -msgid "Name of your master document (without suffix)" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: cmd/quickstart.py:352 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: cmd/quickstart.py:359 -msgid "sphinx-quickstart will not overwrite the existing file." +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: cmd/quickstart.py:362 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: cmd/quickstart.py:371 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: cmd/quickstart.py:381 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: cmd/quickstart.py:391 -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." +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: cmd/quickstart.py:397 -msgid "Create Makefile? (y/n)" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:401 -msgid "Create Windows command file? (y/n)" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: cmd/quickstart.py:453 ext/apidoc.py:92 +#: domains/javascript.py:183 #, python-format -msgid "Creating file %s." +msgid "%s() (built-in function)" msgstr "" -#: cmd/quickstart.py:458 ext/apidoc.py:89 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "File %s already exists, skipping." +msgid "%s() (%s method)" msgstr "" -#: cmd/quickstart.py:501 -msgid "Finished: An initial directory structure has been created." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: cmd/quickstart.py:504 +#: domains/javascript.py:188 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "%s (global variable or constant)" msgstr "" -#: cmd/quickstart.py:512 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: cmd/quickstart.py:515 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: cmd/quickstart.py:522 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: cmd/quickstart.py:557 -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:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: cmd/build.py:153 cmd/quickstart.py:567 ext/apidoc.py:374 -#: ext/autosummary/generate.py:766 -msgid "For more information, visit ." +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: cmd/quickstart.py:577 -msgid "quiet mode" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" msgstr "" -#: cmd/quickstart.py:587 -msgid "project root" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: cmd/quickstart.py:590 -msgid "Structure options" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: cmd/quickstart.py:596 -msgid "if specified, separate source and build dirs" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: cmd/quickstart.py:602 -msgid "if specified, create build dir under source dir" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: cmd/quickstart.py:608 -msgid "replacement for dot in _templates etc." +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: cmd/quickstart.py:611 -msgid "Project basic options" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: cmd/quickstart.py:613 -msgid "project name" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: cmd/quickstart.py:616 -msgid "author names" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: cmd/quickstart.py:623 -msgid "version of project" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: cmd/quickstart.py:630 -msgid "release of project" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" msgstr "" -#: cmd/quickstart.py:637 -msgid "document language" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: cmd/quickstart.py:640 -msgid "source file suffix" +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: cmd/quickstart.py:643 -msgid "master document name" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:646 -msgid "use epub" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: cmd/quickstart.py:649 -msgid "Extension options" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: cmd/quickstart.py:656 ext/apidoc.py:578 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "enable %s extension" +msgid ":%s: (directive option)" msgstr "" -#: cmd/quickstart.py:663 ext/apidoc.py:570 -msgid "enable arbitrary extensions" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: cmd/quickstart.py:666 -msgid "Makefile and Batchfile creation" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: cmd/quickstart.py:672 -msgid "create makefile" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: cmd/quickstart.py:678 -msgid "do not create makefile" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: cmd/quickstart.py:685 -msgid "create batchfile" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:691 -msgid "do not create batchfile" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: cmd/quickstart.py:700 -msgid "use make-mode for Makefile/make.bat" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: cmd/quickstart.py:703 ext/apidoc.py:581 -msgid "Project templating" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: cmd/quickstart.py:709 ext/apidoc.py:587 -msgid "template directory for template files" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: cmd/quickstart.py:716 -msgid "define a template variable" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: cmd/quickstart.py:751 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: cmd/quickstart.py:770 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: cmd/quickstart.py:777 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: cmd/quickstart.py:795 +#: environment/__init__.py:352 #, python-format -msgid "Invalid template variable: %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: cmd/build.py:49 -msgid "Exception occurred while building, starting debugger:" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: _cli/util/errors.py:129 cmd/build.py:65 -msgid "Interrupted!" -msgstr "" - -#: cmd/build.py:67 -msgid "reST markup error:" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: _cli/util/errors.py:143 cmd/build.py:73 -msgid "Encoding error:" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: cmd/build.py:78 cmd/build.py:108 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." +msgid "Domain %r is not registered" msgstr "" -#: _cli/util/errors.py:148 cmd/build.py:90 -msgid "Recursion error:" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: _cli/util/errors.py:152 cmd/build.py:94 -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.:" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: _cli/util/errors.py:165 cmd/build.py:103 -msgid "Exception occurred:" +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: _cli/util/errors.py:178 cmd/build.py:117 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: cmd/build.py:124 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: cmd/build.py:144 -msgid "job number should be a positive number" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: cmd/build.py:154 -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" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: cmd/build.py:180 -msgid "path to documentation source files" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: cmd/build.py:183 -msgid "path to output directory" +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: cmd/build.py:188 +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: cmd/build.py:194 -msgid "general options" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: cmd/build.py:201 -msgid "builder to use (default: 'html')" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: cmd/build.py:210 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: _cli/__init__.py:199 +msgid "Show this message and exit." msgstr "" -#: cmd/build.py:220 -msgid "write all files (default: only write new and changed files)" +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: cmd/build.py:227 -msgid "don't use a saved environment, always read all files" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: cmd/build.py:230 -msgid "path options" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." msgstr "" -#: cmd/build.py:236 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: cmd/build.py:246 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: cmd/build.py:255 -msgid "use no configuration file, only use settings from -D options" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" msgstr "" -#: cmd/build.py:264 -msgid "override a setting in configuration file" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: cmd/build.py:273 -msgid "pass a value into HTML templates" -msgstr "" +#: builders/latex/__init__.py:203 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 "Yfirlit" -#: cmd/build.py:282 -msgid "define tag: include \"only\" blocks with TAG" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: cmd/build.py:289 -msgid "nitpicky mode: warn about all missing references" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: cmd/build.py:292 -msgid "console output options" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: cmd/build.py:299 -msgid "increase verbosity (can be repeated)" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: cmd/build.py:306 ext/apidoc.py:413 -msgid "no output on stdout, just warnings on stderr" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: cmd/build.py:313 -msgid "no output at all, not even warnings" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: cmd/build.py:321 -msgid "do emit colored output (default: auto-detect)" +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: cmd/build.py:329 -msgid "do not emit colored output (default: auto-detect)" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: cmd/build.py:332 -msgid "warning control options" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: cmd/build.py:338 -msgid "write warnings (and errors) to given file" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: cmd/build.py:345 -msgid "turn warnings into errors" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: cmd/build.py:353 -msgid "show full traceback on exception" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: cmd/build.py:356 -msgid "run Pdb on exception" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: cmd/build.py:362 -msgid "raise an exception on warnings" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: cmd/build.py:405 -msgid "cannot combine -a option and filenames" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: cmd/build.py:437 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "[image: %s]" +msgstr "[mynd: %s]" -#: cmd/build.py:456 -msgid "-D option argument must be in the form name=value" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[mynd]" + +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: cmd/build.py:463 -msgid "-A option argument must be in the form name=value" +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: builders/linkcheck.py:75 +#: writers/latex.py:614 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: builders/linkcheck.py:146 -#, python-format -msgid "broken link: %s (%s)" +#: writers/latex.py:730 +msgid "document title is not a single Text node" msgstr "" -#: builders/linkcheck.py:540 -#, python-format -msgid "Anchor '%s' not found" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: builders/linkcheck.py:742 +#: writers/latex.py:1230 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +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/singlehtml.py:37 +#: writers/latex.py:1626 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: builders/singlehtml.py:173 -msgid "assembling single document" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: builders/latex/__init__.py:346 builders/manpage.py:56 -#: builders/singlehtml.py:178 builders/texinfo.py:121 -msgid "writing" +#: 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/singlehtml.py:191 -msgid "writing additional files" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: builders/manpage.py:39 +#: directives/code.py:87 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "Invalid caption: %s" msgstr "" -#: builders/manpage.py:47 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: 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 "" -#: builders/manpage.py:73 +#: directives/code.py:216 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: builders/text.py:34 +#: directives/code.py:231 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: builders/html/__init__.py:1239 builders/text.py:81 builders/xml.py:97 +#: directives/code.py:235 #, python-format -msgid "error writing file %s: %s" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: builders/xml.py:38 +#: directives/code.py:276 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Object named %r not found in include file %r" msgstr "" -#: builders/xml.py:110 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: builders/texinfo.py:47 +#: directives/code.py:314 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: builders/texinfo.py:49 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: builders/texinfo.py:78 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: builders/texinfo.py:90 +#: directives/other.py:156 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: builders/latex/__init__.py:324 builders/texinfo.py:115 +#: directives/other.py:169 #, python-format -msgid "processing %s" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: builders/latex/__init__.py:404 builders/texinfo.py:174 -msgid "resolving references..." +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: builders/latex/__init__.py:415 builders/texinfo.py:184 -msgid " (in " +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: builders/_epub_base.py:423 builders/html/__init__.py:778 -#: builders/latex/__init__.py:482 builders/texinfo.py:202 -msgid "copying images... " +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: builders/_epub_base.py:445 builders/latex/__init__.py:497 -#: builders/texinfo.py:219 -#, python-format -msgid "cannot copy image file %r: %s" +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: builders/texinfo.py:226 -msgid "copying Texinfo support files" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: builders/texinfo.py:234 -#, python-format -msgid "error writing file Makefile: %s" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: builders/gettext.py:230 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: builders/__init__.py:383 builders/gettext.py:251 +#: ext/todo.py:94 #, python-format -msgid "building [%s]: " +msgid "TODO entry found: %s" msgstr "" -#: builders/gettext.py:252 -#, python-format -msgid "targets for %d template files" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/gettext.py:257 -msgid "reading templates... " +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: builders/gettext.py:292 -msgid "writing message catalogs... " +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: builders/__init__.py:212 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: builders/__init__.py:220 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: builders/__init__.py:243 -msgid "building [mo]: " +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: builders/__init__.py:246 builders/__init__.py:741 builders/__init__.py:773 -msgid "writing output... " +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: builders/__init__.py:263 +#: ext/viewcode.py:359 #, python-format -msgid "all of %d po files" +msgid "

Source code for %s

" msgstr "" -#: builders/__init__.py:285 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: builders/__init__.py:307 -msgid "all source files" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: builders/__init__.py:319 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "file %r given on command line does not exist, " +msgid "module %s could not be imported: %s" msgstr "" -#: builders/__init__.py:325 +#: ext/coverage.py:148 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: builders/__init__.py:336 +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +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 "file %r given on command line is not a valid document, ignoring" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: builders/__init__.py:351 +#: ext/coverage.py:260 #, python-format -msgid "%d source files given on command line" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: builders/__init__.py:366 +#: ext/coverage.py:452 #, python-format -msgid "targets for %d source files that are out of date" +msgid "undocumented python function: %s :: %s" msgstr "" -#: builders/__init__.py:394 -msgid "looking for now-outdated files... " +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: builders/__init__.py:398 +#: ext/coverage.py:492 #, python-format -msgid "%d found" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: builders/__init__.py:400 -msgid "none found" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: builders/__init__.py:407 -msgid "pickling environment" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: builders/__init__.py:414 -msgid "checking consistency" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: builders/__init__.py:418 -msgid "no targets are out of date." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: builders/__init__.py:458 -msgid "updating environment: " +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: builders/__init__.py:483 +#: ext/imgconverter.py:44 #, python-format -msgid "%s added, %s changed, %s removed" +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 "" -#: builders/__init__.py:519 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, 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." +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/__init__.py:528 +#: ext/imgconverter.py:83 #, 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 "convert command %r cannot be run, check the image_converter setting" +msgstr "" + +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: builders/__init__.py:539 +#: 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/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 "" -"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." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: builders/__init__.py:546 +#: 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/extlinks.py:82 #, 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." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: builders/__init__.py:565 builders/__init__.py:581 -msgid "reading sources... " +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: builders/__init__.py:698 +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" + +#: ext/graphviz.py:153 #, python-format -msgid "docnames to write: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: builders/__init__.py:711 -msgid "preparing documents" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: builders/__init__.py:714 -msgid "copying assets" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: builders/__init__.py:866 +#: ext/graphviz.py:328 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: builders/epub3.py:83 +#: ext/graphviz.py:339 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: 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:220 -msgid "conf value \"epub_language\" (or \"language\") 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:227 -msgid "conf value \"epub_uid\" should be XML NAME 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:231 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: 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/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: builders/epub3.py:255 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" + +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1289 +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "" + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: 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 "invalid css_file: %r, ignored" +msgid "cannot copy image file %r: %s" msgstr "" -#: builders/_epub_base.py:222 +#: 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:434 +#: builders/_epub_base.py:436 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "" -#: builders/_epub_base.py:465 +#: builders/_epub_base.py:467 #, python-format msgid "cannot write image file %r: %s" msgstr "" -#: builders/_epub_base.py:477 +#: builders/_epub_base.py:479 msgid "Pillow not found - copying image files" msgstr "" -#: builders/_epub_base.py:512 +#: builders/_epub_base.py:514 msgid "writing mimetype file..." msgstr "" -#: builders/_epub_base.py:521 +#: builders/_epub_base.py:523 msgid "writing META-INF/container.xml file..." msgstr "" -#: builders/_epub_base.py:558 +#: builders/_epub_base.py:561 msgid "writing content.opf file..." msgstr "" -#: builders/_epub_base.py:590 +#: builders/_epub_base.py:594 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "" -#: builders/_epub_base.py:745 +#: builders/_epub_base.py:748 msgid "node has an invalid level" msgstr "" -#: builders/_epub_base.py:764 +#: builders/_epub_base.py:768 msgid "writing toc.ncx file..." msgstr "" -#: builders/_epub_base.py:793 +#: builders/_epub_base.py:801 #, python-format msgid "writing %s file..." msgstr "" -#: builders/changes.py:33 +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/changes.py:29 #, python-format msgid "The overview file is in %(outdir)s." msgstr "" -#: builders/changes.py:60 +#: builders/changes.py:61 #, python-format msgid "no changes in version %s." msgstr "" -#: builders/changes.py:62 +#: builders/changes.py:63 msgid "writing summary file..." msgstr "" -#: builders/changes.py:74 +#: builders/changes.py:75 msgid "Builtins" msgstr "" -#: builders/changes.py:76 +#: builders/changes.py:77 msgid "Module level" msgstr "" -#: builders/changes.py:128 +#: builders/changes.py:129 msgid "copying source files..." msgstr "" -#: builders/changes.py:137 +#: builders/changes.py:138 #, python-format msgid "could not read %r for changelog creation" msgstr "" -#: util/rst.py:72 +#: builders/manpage.py:37 #, python-format -msgid "default role %s not found" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: util/docfields.py:95 -#, 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/osutil.py:130 +#: builders/manpage.py:64 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: util/nodes.py:419 +#: builders/epub3.py:84 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: util/nodes.py:487 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: util/nodes.py:701 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: util/fileutil.py:74 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: util/inventory.py:170 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: util/inventory.py:185 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:284 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: util/docutils.py:747 -#, python-format -msgid "unknown node type: %r" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: util/display.py:81 -msgid "skipped" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: util/display.py:86 -msgid "failed" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:103 -#, python-format -msgid "reading error: %s, %s" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: util/i18n.py:110 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "writing error: %s, %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: util/i18n.py:138 +#: 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:230 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "building [%s]: " msgstr "" -#: 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." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: directives/code.py:132 directives/code.py:297 directives/code.py:484 +#: builders/text.py:27 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "The text files are in %(outdir)s." msgstr "" -#: directives/code.py:216 +#: builders/__init__.py:230 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: directives/code.py:231 +#: builders/__init__.py:238 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: directives/code.py:234 -#, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: directives/code.py:314 +#: builders/__init__.py:303 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "targets for %d po files that are specified" msgstr "" -#: directives/other.py:122 +#: builders/__init__.py:315 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: directives/other.py:155 environment/adapters/toctree.py:355 +#: builders/__init__.py:336 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "file %r given on command line does not exist, " msgstr "" -#: directives/other.py:158 environment/adapters/toctree.py:359 +#: builders/__init__.py:343 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: directives/other.py:171 +#: builders/__init__.py:354 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: directives/other.py:204 -msgid "Section author: " +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: directives/other.py:206 -msgid "Module author: " +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: directives/other.py:208 -msgid "Code author: " +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: directives/other.py:210 -msgid "Author: " +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: directives/other.py:284 -msgid ".. acks content is not a list" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: directives/other.py:309 -msgid ".. hlist content is not a list" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: _cli/__init__.py:73 -msgid "Usage:" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: _cli/__init__.py:75 -msgid "{0} [OPTIONS] []" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" +#: 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:112 _cli/__init__.py:183 -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:172 +#: 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:182 -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:194 -msgid "Show the version and exit." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: _cli/__init__.py:202 -msgid "Show this message and exit." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: _cli/__init__.py:206 -msgid "Logging" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: _cli/__init__.py:213 -msgid "Increase verbosity (can be repeated)" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: _cli/__init__.py:221 -msgid "Only print errors and warnings." +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: _cli/__init__.py:228 -msgid "No output at all" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: _cli/__init__.py:234 -msgid "" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: _cli/__init__.py:265 -msgid "See 'sphinx --help'.\n" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:198 -#: transforms/__init__.py:133 writers/manpage.py:102 writers/texinfo.py:219 -#, python-format -msgid "%b %d, %Y" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: transforms/__init__.py:143 -msgid "could not calculate translation progress!" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: transforms/__init__.py:148 -msgid "no translated elements!" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: transforms/__init__.py:267 +#: builders/linkcheck.py:150 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "broken link: %s (%s)" msgstr "" -#: transforms/__init__.py:313 +#: builders/linkcheck.py:549 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "Anchor '%s' not found" msgstr "" -#: transforms/__init__.py:322 -msgid "Footnote [*] is not referenced." +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: transforms/__init__.py:333 -msgid "Footnote [#] is not referenced." +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: transforms/i18n.py:228 transforms/i18n.py:303 +#: 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" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Villa" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Ábending" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Mikilvægt" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Athugasemd" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Sjá einnig" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Ábending" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Aðvörun" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" "inconsistent footnote references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:273 +#: transforms/i18n.py:276 +#, python-brace-format msgid "" "inconsistent references in translated message. original: {0}, translated: " "{1}" msgstr "" -#: transforms/i18n.py:323 +#: transforms/i18n.py:326 +#, python-brace-format msgid "" "inconsistent citation references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: transforms/i18n.py:345 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" "inconsistent term references in translated message. original: {0}, " "translated: {1}" msgstr "" -#: ext/linkcode.py:75 ext/viewcode.py:201 -msgid "[source]" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: ext/imgconverter.py:40 -#, 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" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#: transforms/__init__.py:258 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: ext/imgconverter.py:68 +#: transforms/__init__.py:299 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "Footnote [%s] is not referenced." msgstr "" -#: ext/viewcode.py:258 -msgid "highlighting module code... " +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: ext/viewcode.py:286 -msgid "[docs]" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: ext/viewcode.py:306 -msgid "Module code" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: ext/viewcode.py:312 +#: util/inventory.py:166 #, python-format -msgid "

Source code for %s

" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: ext/viewcode.py:338 -msgid "Overview: module code" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: ext/viewcode.py:339 -msgid "

All modules for which code is available

" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: ext/coverage.py:47 +#: util/i18n.py:146 #, python-format -msgid "invalid regex %r in %s" +msgid "locale_dir %s does not exist" msgstr "" -#: ext/coverage.py:134 ext/coverage.py:280 +#: util/i18n.py:244 #, python-format -msgid "module %s could not be imported: %s" +msgid "Invalid Babel locale: %r." msgstr "" -#: ext/coverage.py:141 +#: util/i18n.py:253 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: ext/coverage.py:149 +#: util/fileutil.py:76 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: ext/coverage.py:163 +#: util/fileutil.py:89 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +msgid "Writing evaluated template result to %s" msgstr "" -#: ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: util/display.py:87 +msgid "failed" msgstr "" -#: ext/coverage.py:429 +#: util/osutil.py:131 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: ext/coverage.py:445 +#: util/docfields.py:103 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: ext/coverage.py:458 +#: util/nodes.py:454 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: ext/todo.py:71 -msgid "Todo" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: ext/todo.py:104 +#: util/nodes.py:737 #, python-format -msgid "TODO entry found: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: ext/todo.py:163 -msgid "<>" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: ext/todo.py:165 +#: util/docutils.py:361 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "unknown role name: %s" msgstr "" -#: ext/todo.py:175 -msgid "original entry" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: ext/extlinks.py:82 +#: util/rst.py:73 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgid "default role %s not found" msgstr "" -#: ext/doctest.py:115 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: ext/doctest.py:120 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "'%s' is not a valid option." +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: ext/doctest.py:134 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "Unknown image format: %s..." msgstr "" -#: ext/doctest.py:220 -msgid "invalid TestCode type" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: ext/doctest.py:281 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: ext/doctest.py:434 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: ext/doctest.py:522 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "%r reference target not found: %s" msgstr "" -#: ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: 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/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Útgáfa" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: ext/graphviz.py:310 +#: builders/latex/transforms.py:121 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: ext/graphviz.py:313 +#: builders/latex/transforms.py:487 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: ext/graphviz.py:329 +#: builders/latex/theming.py:87 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#: builders/latex/theming.py:90 #, python-format -msgid "dot code %r: %s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: ext/graphviz.py:436 ext/graphviz.py:444 +#: builders/latex/__init__.py:115 #, python-format -msgid "[graph: %s]" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: ext/graphviz.py:438 ext/graphviz.py:446 -msgid "[graph]" +#: 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 "" -#: ext/imgmath.py:369 ext/mathjax.py:52 -msgid "Link to this equation" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: ext/apidoc.py:85 +#: builders/latex/__init__.py:167 #, python-format -msgid "Would create file %s." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: ext/apidoc.py:375 -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." +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: ext/apidoc.py:392 -msgid "path to module to document" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: ext/apidoc.py:396 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: ext/apidoc.py:407 -msgid "directory to place all output" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: ext/apidoc.py:422 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: ext/apidoc.py:429 -msgid "overwrite existing files" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: ext/apidoc.py:437 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: ext/apidoc.py:446 -msgid "run the script without creating files" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: ext/apidoc.py:453 -msgid "put documentation for each module on its own page" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: ext/apidoc.py:460 -msgid "include \"_private\" modules" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: ext/apidoc.py:467 -msgid "filename of table of contents (default: modules)" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: ext/apidoc.py:474 -msgid "don't create a table of contents file" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: ext/apidoc.py:481 +#: builders/html/__init__.py:386 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: ext/apidoc.py:492 -msgid "put module documentation before submodule documentation" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Almennt yfirlit" -#: ext/apidoc.py:498 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "yfirlit" -#: ext/apidoc.py:508 -msgid "file suffix (default: rst)" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: ext/apidoc.py:515 ext/autosummary/generate.py:839 -msgid "Remove existing files in the output directory that were not generated" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "næsta" + +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "fyrri" + +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: ext/apidoc.py:524 -msgid "generate a full project with sphinx-quickstart" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: ext/apidoc.py:531 -msgid "append module_path to sys.path, used when --full is given" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: ext/apidoc.py:538 -msgid "project name (default: root module name)" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: ext/apidoc.py:545 -msgid "project author(s), used when --full is given" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: ext/apidoc.py:552 -msgid "project version, used when --full is given" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: ext/apidoc.py:559 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: ext/apidoc.py:564 -msgid "extension options" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: ext/apidoc.py:638 +#: builders/html/__init__.py:936 #, python-format -msgid "%s is not a directory." +msgid "cannot copy static file %r" msgstr "" -#: ext/apidoc.py:710 ext/autosummary/generate.py:875 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: ext/autosectionlabel.py:48 +#: builders/html/__init__.py:951 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "cannot copy extra file %r" msgstr "" -#: domains/std/__init__.py:703 domains/std/__init__.py:812 -#: ext/autosectionlabel.py:52 +#: builders/html/__init__.py:957 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "Failed to write build info file: %r" msgstr "" -#: ext/duration.py:85 +#: builders/html/__init__.py:1007 msgid "" -"====================== slowest reading durations =======================" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: ext/imgmath.py:159 +#: builders/html/__init__.py:1054 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: ext/imgmath.py:174 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: ext/imgmath.py:328 +#: builders/html/__init__.py:1231 #, python-format -msgid "display latex %r: %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 "" -#: ext/imgmath.py:362 +#: builders/html/__init__.py:1239 #, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: writers/latex.py:1090 writers/manpage.py:263 writers/texinfo.py:662 -msgid "Footnotes" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: writers/manpage.py:309 writers/text.py:936 -#, python-format -msgid "[image: %s]" -msgstr "[mynd: %s]" - -#: writers/manpage.py:310 writers/text.py:937 -msgid "[image]" -msgstr "[mynd]" - -#: writers/html5.py:99 writers/html5.py:108 -msgid "Link to this definition" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: writers/html5.py:415 +#: builders/html/__init__.py:1280 #, python-format -msgid "numfig_format is not defined for %s" +msgid "dumping search index in %s" msgstr "" -#: writers/html5.py:427 +#: builders/html/__init__.py:1323 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "invalid js_file: %r, ignored" msgstr "" -#: writers/html5.py:482 -msgid "Link to this term" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: writers/html5.py:525 writers/html5.py:530 -msgid "Link to this heading" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: writers/html5.py:535 -msgid "Link to this table" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:549 writers/latex.py:1099 +#: builders/html/__init__.py:1380 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: writers/html5.py:613 -msgid "Link to this code" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: writers/html5.py:615 -msgid "Link to this image" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: writers/html5.py:617 -msgid "Link to this toctree" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: writers/html5.py:758 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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/latex/__init__.py:205 domains/std/__init__.py:646 -#: domains/std/__init__.py:658 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:513 -msgid "Index" -msgstr "Yfirlit" - -#: writers/latex.py:743 writers/texinfo.py:644 +#: builders/html/__init__.py:1448 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: writers/texinfo.py:1216 -msgid "caption not inside a figure." +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" msgstr "" -#: writers/texinfo.py:1302 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "unimplemented node type: %r" +msgid "(in %s v%s)" msgstr "" -#: writers/latex.py:360 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(in %s)" msgstr "" -#: builders/latex/__init__.py:223 writers/latex.py:410 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: writers/latex.py:428 -msgid "too large :maxdepth:, ignored." +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: writers/latex.py:590 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:708 -msgid "document title is not a single Text node" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: writers/latex.py:1175 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: writers/latex.py:1573 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: writers/latex.py:1931 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "unknown index entry type %s found" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:87 domains/std/__init__.py:104 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "environment variable; %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/std/__init__.py:112 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "%s; configuration value" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:166 -msgid "Type" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/std/__init__.py:176 -msgid "Default" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:235 +#: ext/intersphinx/_load.py:93 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:306 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "%s command line option" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: domains/std/__init__.py:308 -msgid "command line option" +#: ext/intersphinx/_load.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 "" -#: domains/std/__init__.py:430 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:438 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:444 domains/std/__init__.py:457 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:602 -msgid "glossary term" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:603 -msgid "grammar token" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:604 -msgid "reference label" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:607 -msgid "environment variable" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:608 -msgid "program option" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:609 -msgid "document" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:647 domains/std/__init__.py:659 -msgid "Module Index" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:648 domains/std/__init__.py:660 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Leitarsíða" - -#: domains/std/__init__.py:722 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:932 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:940 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:952 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:966 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:969 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/std/__init__.py:1200 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/std/__init__.py:1202 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "%s() (in module %s)" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/python/__init__.py:167 domains/python/__init__.py:334 -#: domains/python/__init__.py:385 domains/python/__init__.py:424 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "%s (in module %s)" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/python/__init__.py:169 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s (built-in variable)" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/python/__init__.py:194 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "%s (built-in class)" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/python/__init__.py:195 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "%s (class in %s)" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" +#: 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 "" -#: domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/python/__init__.py:559 -msgid "Python Module Index" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/python/__init__.py:560 -msgid "modules" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/python/__init__.py:637 -msgid "Deprecated" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/python/__init__.py:663 -msgid "exception" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/python/__init__.py:665 -msgid "class method" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/python/__init__.py:666 -msgid "static method" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/python/__init__.py:668 -msgid "property" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/python/__init__.py:669 -msgid "type alias" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/python/__init__.py:729 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/python/__init__.py:858 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/python/__init__.py:920 -msgid " (deprecated)" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/c/__init__.py:304 domains/cpp/__init__.py:441 -#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 -msgid "Parameters" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/python/_object.py:169 -msgid "Variables" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/python/_object.py:173 -msgid "Raises" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/c/__init__.py:199 -#, python-format -msgid "%s (C %s)" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/c/__init__.py:260 domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/c/__init__.py:307 domains/cpp/__init__.py:454 -msgid "Return values" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: domains/c/__init__.py:679 domains/cpp/__init__.py:860 -msgid "member" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: domains/c/__init__.py:680 -msgid "variable" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: domains/c/__init__.py:682 -msgid "macro" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: domains/c/__init__.py:683 -msgid "struct" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: domains/c/__init__.py:684 domains/cpp/__init__.py:858 -msgid "union" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: domains/c/__init__.py:685 domains/cpp/__init__.py:863 -msgid "enum" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" msgstr "" -#: domains/c/__init__.py:686 domains/cpp/__init__.py:864 -msgid "enumerator" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: domains/c/__init__.py:687 domains/cpp/__init__.py:861 -msgid "type" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: domains/c/__init__.py:689 domains/cpp/__init__.py:866 -msgid "function parameter" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: domains/cpp/__init__.py:277 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s (C++ %s)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: domains/cpp/__init__.py:862 -msgid "concept" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: domains/cpp/__init__.py:867 -msgid "template parameter" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: ext/napoleon/docstring.py:956 +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 "Efnisyfirlit" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +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" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: themes/basic/layout.html:115 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Leita í %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: themes/basic/layout.html:201 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "invalid value for member-order option: %s" msgstr "" -#: themes/basic/layout.html:204 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: themes/basic/genindex-single.html:26 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Index – %(key)s" +msgid "invalid signature for auto%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" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" 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/basic/opensearch.xml:4 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Search %(docstitle)s" -msgstr "Leita í %(docstitle)s" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -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 "Atriðaskrá og töflur:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Heildarefnisyfirlit" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "leita" - -#: 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:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Almennt yfirlit" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Flýtileit" - -#: themes/basic/search.html:20 msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: themes/basic/search.html:28 +#: ext/autodoc/__init__.py:1021 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" - -#: themes/basic/search.html:35 -msgid "search" -msgstr "leita" - -#: 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/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +"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 "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "A mocked object is detected: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: ext/autodoc/__init__.py:1103 #, 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" +msgid "error while formatting signature for %s: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Fela leitarniðurstöður" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Leitarniðurstöður" - -#: themes/basic/static/searchtools.js:119 +#: ext/autodoc/__init__.py:1201 +#, 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." - -#: themes/basic/static/searchtools.js:123 -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:253 -msgid "Searching" -msgstr "Leitar" - -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Undirbýr leit..." - -#: themes/basic/static/searchtools.js:474 -msgid ", in " +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: environment/collectors/asset.py:96 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "image file not readable: %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: environment/collectors/asset.py:124 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "image file %s not readable: %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: environment/collectors/asset.py:161 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "download file not readable: %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: environment/collectors/toctree.py:258 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "Bases: %s" msgstr "" -#: environment/adapters/toctree.py:318 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "missing attribute %s in object %s" msgstr "" -#: environment/adapters/toctree.py:342 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "alias of %s" msgstr "" -#: environment/adapters/toctree.py:357 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: environment/adapters/indexentries.py:126 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "see %s" -msgstr "sjá %s" +msgid "Failed to get a method signature for %s: %s" +msgstr "" -#: environment/adapters/indexentries.py:136 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "see also %s" -msgstr "sjá einnig %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: environment/adapters/indexentries.py:144 +#: ext/autosummary/__init__.py:284 #, python-format -msgid "unknown index entry type %r" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: environment/adapters/indexentries.py:270 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/autosummary/__init__.py:288 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/__init__.py:384 +#, python-format +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/__init__.py:404 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "Failed to read build info file: %r" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:363 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/autosummary/__init__.py:927 +#, python-format +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:382 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "yfirlit" - -#: builders/html/__init__.py:560 +#: ext/autosummary/generate.py:588 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "næsta" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "fyrri" - -#: builders/html/__init__.py:695 -msgid "generating indices" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:710 -msgid "writing additional pages" +#: ext/autosummary/generate.py:592 +#, python-format +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:793 +#: ext/autosummary/generate.py:637 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:805 -msgid "copying downloadable files... " +#: ext/autosummary/generate.py:836 +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 "" -#: builders/html/__init__.py:817 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/__init__.py:863 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/__init__.py:881 +#: ext/autosummary/generate.py:874 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: builders/html/__init__.py:916 -msgid "copying static files" +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:933 +#: ext/autosummary/generate.py:882 #, python-format -msgid "cannot copy static file %r" +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:938 -msgid "copying extra files" +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/html/__init__.py:948 +#: ext/autosummary/generate.py:899 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/html/__init__.py:954 -#, python-format -msgid "Failed to write build info file: %r" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/html/__init__.py:1003 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/html/__init__.py:1051 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: _cli/util/errors.py:200 +msgid "Encoding error!" 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." +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/html/__init__.py:1222 -#, python-format +#: _cli/util/errors.py:207 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"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:1255 -msgid "dumping object inventory" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/html/__init__.py:1263 -#, python-format -msgid "dumping search index in %s" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/html/__init__.py:1306 -#, python-format -msgid "invalid js_file: %r, ignored" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/html/__init__.py:1339 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: _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:1344 -#, python-format -msgid "Unknown math_renderer %r is given." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/html/__init__.py:1358 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: 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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Leit" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: builders/html/__init__.py:1363 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: builders/html/__init__.py:1378 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: builders/html/__init__.py:1383 -#, python-format -msgid "html_static_path entry %r does not exist" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Flýtileit" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: builders/html/__init__.py:1394 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" +#: 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:1405 -#, python-format -msgid "favicon file %r does not exist" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: builders/html/__init__.py:1417 -#, python-format +#: themes/basic/search.html:20 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`." +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: builders/html/__init__.py:1430 +#: themes/basic/search.html:28 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: builders/html/__init__.py:1447 -#, python-format -msgid "%s %s documentation" -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "leita" -#: builders/latex/transforms.py:118 -msgid "Failed to get a docname!" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: builders/latex/transforms.py:119 +#: themes/basic/layout.html:115 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Search within %(docstitle)s" +msgstr "Leita í %(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 "" -#: builders/latex/transforms.py:485 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: builders/latex/__init__.py:117 +#: themes/basic/layout.html:201 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "Last updated on %(last_updated)s." msgstr "" -#: builders/latex/__init__.py:119 +#: themes/basic/layout.html:204 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: builders/latex/__init__.py:157 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: builders/latex/__init__.py:169 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Fyrra efni" -#: builders/latex/__init__.py:208 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Útgáfa" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "fyrri kafli" -#: builders/latex/__init__.py:429 -msgid "copying TeX support files" -msgstr "" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Næsta efni" -#: builders/latex/__init__.py:466 -msgid "copying additional files" -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "næsti kafli" -#: builders/latex/__init__.py:540 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +msgid "Search %(docstitle)s" +msgstr "Leita í %(docstitle)s" -#: builders/latex/__init__.py:548 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: builders/latex/theming.py:90 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: _cli/util/errors.py:124 -msgid "Exception occurred, starting debugger:" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: _cli/util/errors.py:133 -msgid "reStructuredText markup error:" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Atriðaskrá og töflur:" -#: _cli/util/errors.py:168 -msgid "The full traceback has been saved in:" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Heildarefnisyfirlit" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: _cli/util/errors.py:172 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Leitarsíða" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "leita" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: transforms/post_transforms/__init__.py:125 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: transforms/post_transforms/__init__.py:185 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: transforms/post_transforms/__init__.py:251 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Index – %(key)s" msgstr "" -#: transforms/post_transforms/__init__.py:257 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%r reference target not found: %s" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: transforms/post_transforms/images.py:77 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: transforms/post_transforms/images.py:94 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: transforms/post_transforms/images.py:141 -#, python-format -msgid "Unknown image format: %s..." +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: ext/napoleon/docstring.py:707 -msgid "Example" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: ext/napoleon/docstring.py:708 -msgid "Examples" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 -msgid "Keyword Arguments" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Leitarniðurstöður" + +#: themes/basic/static/searchtools.js:125 +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." + +#: themes/basic/static/searchtools.js:129 +#, 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:267 +msgid "Searching" +msgstr "Leitar" + +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Undirbýr leit..." + +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/napoleon/docstring.py:768 -msgid "Notes" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Fela leitarniðurstöður" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/napoleon/docstring.py:777 -msgid "Other Parameters" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/napoleon/docstring.py:813 -msgid "Receives" +#: 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/napoleon/docstring.py:817 -msgid "References" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/napoleon/docstring.py:849 -msgid "Warns" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/napoleon/docstring.py:853 -msgid "Yields" -msgstr "" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "sjá %s" -#: ext/napoleon/docstring.py:1015 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "see also %s" +msgstr "sjá einnig %s" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/napoleon/docstring.py:1022 +#: environment/collectors/asset.py:98 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "image file not readable: %s" msgstr "" -#: ext/napoleon/docstring.py:1029 +#: environment/collectors/asset.py:126 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "image file %s not readable: %s" msgstr "" -#: ext/napoleon/docstring.py:1036 +#: environment/collectors/asset.py:165 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "download file not readable: %s" msgstr "" -#: ext/autosummary/__init__.py:256 +#: environment/collectors/toctree.py:259 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/autosummary/__init__.py:258 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/autosummary/__init__.py:277 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/autosummary/__init__.py:330 +#: domains/cpp/__init__.py:302 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "%s (C++ %s)" msgstr "" -#: ext/autosummary/__init__.py:344 -#, python-format -msgid "failed to parse name %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/autosummary/__init__.py:349 -#, python-format -msgid "failed to import object %s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/autosummary/__init__.py:648 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/autosummary/__init__.py:819 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/autosummary/__init__.py:827 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/autosummary/generate.py:215 ext/autosummary/generate.py:391 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/autosummary/generate.py:526 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/autosummary/generate.py:530 -#, python-format -msgid "[autosummary] writing to %s" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/autosummary/generate.py:572 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/autosummary/generate.py:767 -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" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/autosummary/generate.py:789 -msgid "source files to generate rST files for" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/autosummary/generate.py:797 -msgid "directory to place all output in" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/autosummary/generate.py:805 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/autosummary/generate.py:813 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "%s() (in module %s)" msgstr "" -#: ext/autosummary/generate.py:821 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "%s (in module %s)" msgstr "" -#: ext/autosummary/generate.py:829 +#: domains/python/__init__.py:184 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "%s (built-in variable)" msgstr "" -#: ext/intersphinx/_resolve.py:47 +#: domains/python/__init__.py:219 #, python-format -msgid "(in %s v%s)" +msgid "%s (built-in class)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:220 #, python-format -msgid "(in %s)" +msgid "%s (class in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:103 +#: domains/python/__init__.py:285 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:113 +#: domains/python/__init__.py:287 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:359 +#: domains/python/__init__.py:440 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:367 +#: domains/python/__init__.py:480 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:378 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:585 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_load.py:59 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_load.py:81 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:92 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:101 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:120 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:814 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/python/__init__.py:976 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:155 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:240 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:265 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:275 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:319 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/type_comment.py:132 +#: domains/std/__init__.py:239 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/type_comment.py:135 +#: domains/std/__init__.py:319 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:142 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:415 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:532 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:807 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:902 -#, 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)" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:946 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:965 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1028 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1035 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1048 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1114 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1337 ext/autodoc/__init__.py:1414 -#: ext/autodoc/__init__.py:2829 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1633 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1760 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1774 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1855 ext/autodoc/__init__.py:1892 -#: ext/autodoc/__init__.py:1987 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:1875 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2217 ext/autodoc/__init__.py:2317 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2448 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/preserve_defaults.py:190 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "%s (C %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" - -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.mo b/sphinx/locale/it/LC_MESSAGES/sphinx.mo index 44cc7219469..36a067bbc6a 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 48d98cc7b59..39498a20397 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -25,141 +25,276 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Sezione %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabella %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Listato %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "il primary_domain %r non è stato trovato, tralasciato." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Impossibile trovare la cartella sorgente ( %s )" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "La cartella di output (%s) non è una cartella" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "La cartella sorgente e la cartella di destinazione non possono essere identiche" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Sto eseguendo Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Questo progetto necessita almeno di Sphinx v%s per cui non può essere creato con la versione attuale." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "sto creando la cartella di output" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "caricamento traduzioni [%s]... " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "fatto" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -167,12 +302,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -180,257 +315,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" -msgstr "Sezione %s" +msgid "source_suffix %r is already registered" +msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "source_parser for %r is already registered" +msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" -msgstr "Tabella %s" +msgid "Source parser for %s not registered" +msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" -msgstr "Listato %s" - -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +msgid "Translator for %r already exists" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "il primary_domain %r non è stato trovato, tralasciato." +msgid "math renderer %s is already registered" +msgstr "" -#: config.py:882 +#: registry.py:531 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: highlighting.py:170 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "" + +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: theming.py:339 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: theming.py:343 theming.py:391 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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" +msgid "invalid RFC number %s" msgstr "" -#: events.py:370 +#: highlighting.py:170 #, python-format -msgid "Unknown event name: %s" +msgid "Pygments lexer name %r is not known" msgstr "" -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -445,1047 +545,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[sorgente]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[documenti]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Codice del modulo" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Codice sorgente per %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Vista generale: codice del modulo" - -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Tutti i moduli di cui è disponibile il codice

" - -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." 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:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:273 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "manca '+' or'-' nell'opzione '%s'." - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' non è un'opzione valida." +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:297 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: 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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"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/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:349 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:367 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:328 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/quickstart.py:526 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/graphviz.py:344 +#: cmd/quickstart.py:530 #, python-format msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[grafico: %s]" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[grafico]" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Da fare" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(L'<> si trova in %s, linea %d.)" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "riga originale" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Didascalia non valida: %s" +#: cmd/quickstart.py:627 +msgid "project name" +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" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Impossibile usare contemporaneamente le opzioni \"%s\" e \"%s\"" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:644 +msgid "release of project" 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" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:660 +msgid "use epub" 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." +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/other.py:119 +#: cmd/quickstart.py:670 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "enable %s extension" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, 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" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autore della sezione: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autore del modulo: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autore del codice: " - -#: directives/other.py:209 -msgid "Author: " -msgstr "Autore: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Builtins" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Al livello del modulo" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Template di progetto" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:224 +#: cmd/quickstart.py:809 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: 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 "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: 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." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:84 +#: cmd/build.py:357 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (funzione built-in)" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metodo)" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (classe)" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variabile globale o costante)" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attributo)" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Parametri" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Solleva" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Ritorna" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipo di ritorno" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/javascript.py:374 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +msgid "%s (module)" +msgstr "%s (modulo)" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funzione" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "metodo" -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "classe" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "dati" -#: 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 "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "attributo" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modulo" -#: builders/texinfo.py:89 +#: domains/javascript.py:458 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/__init__.py:322 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (in " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/changeset.py:26 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/changeset.py:27 #, python-format -msgid "error writing file Makefile: %s" -msgstr "" +msgid "Changed in version %s" +msgstr "Cambiato nella versione %s" -#: builders/_epub_base.py:223 +#: domains/changeset.py:28 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Deprecato dalla versione %s" -#: builders/_epub_base.py:433 +#: domains/changeset.py:29 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:464 +#: domains/math.py:73 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" +msgid "duplicate label of equation %s, other instance in %s" +msgstr "etichetta dell'equazione %s duplicata, altra istanza in %s" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (direttiva)" -#: builders/_epub_base.py:591 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (ruolo)" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direttiva" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "ruolo" -#: builders/gettext.py:244 +#: domains/rst.py:262 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:75 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/singlehtml.py:35 +#: domains/citation.py:92 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:347 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:352 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1556,2115 +1473,2037 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:203 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 "Indice" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Note a piè di pagina" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: 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 "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" -msgstr "" +msgid "[image: %s]" +msgstr "[immagine: %s]" -#: util/i18n.py:146 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[immagine]" + +#: writers/latex.py:384 #, python-format -msgid "locale_dir %s does not exist" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:236 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "Invalid Babel locale: %r." +msgid "no Babel option known for language %r" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +msgid "Invalid caption: %s" +msgstr "Didascalia non valida: %s" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" -msgstr "" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Impossibile usare contemporaneamente le opzioni \"%s\" e \"%s\"" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Note a piè di pagina" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" -msgstr "[immagine: %s]" +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[immagine]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autore della sezione: " -#: 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 "Indice" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autore del modulo: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autore del codice: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Autore: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Da fare" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +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/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[sorgente]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documenti]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Codice del modulo" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Codice sorgente per %s

" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Vista generale: codice del modulo" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Tutti i moduli di cui è disponibile il codice

" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:473 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:492 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" - -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "etichetta dell'equazione %s duplicata, altra istanza in %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funzione built-in)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metodo)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" +msgid "missing '+' or '-' in '%s' option." +msgstr "manca '+' or'-' nell'opzione '%s'." -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variabile globale o costante)" +msgid "'%s' is not a valid option." +msgstr "'%s' non è un'opzione valida." -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attributo)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Parametri" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Solleva" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Ritorna" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipo di ritorno" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:568 #, python-format -msgid "%s (module)" -msgstr "%s (modulo)" +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funzione" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "metodo" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "classe" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "dati" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "attributo" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modulo" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:328 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:339 #, python-format -msgid "Added in version %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:344 #, python-format -msgid "Changed in version %s" -msgstr "Cambiato nella versione %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:367 #, python-format -msgid "Deprecated since version %s" -msgstr "Deprecato dalla versione %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Removed in version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (directive)" -msgstr "%s (direttiva)" +msgid "[graph: %s]" +msgstr "[grafico: %s]" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[grafico]" + +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" -msgstr "%s (ruolo)" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "direttiva" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "ruolo" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: domains/rst.py:262 +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (in " + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: 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 "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:218 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "error writing file Makefile: %s" msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:223 #, python-format -msgid "Citation [%s] is not referenced." +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Attenzione" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Attenzione" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Pericolo" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Errore" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Suggerimento" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "Importante" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "Nota" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "Vedi anche" - -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Suggerimento" - -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Avvertimento" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Builtins" + +#: builders/changes.py:77 +msgid "Module level" +msgstr "Al livello del modulo" + +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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:604 -msgid "Structure 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 "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: 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:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:150 #, python-format -msgid "enable %s extension" +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Attenzione" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Attenzione" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Pericolo" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Errore" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Template di progetto" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Suggerimento" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: 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" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/quickstart.py:785 +#: transforms/i18n.py:326 +#, python-brace-format msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:74 +#: transforms/__init__.py:258 +#, 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" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:157 +#: util/i18n.py:253 +#, python-format msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: 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:175 -msgid "use no configuration file, only use settings from -D options" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: 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 "" -#: cmd/build.py:212 -msgid "console output options" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "%r reference target not found: %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: 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 "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Comprimi la barra laterale" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simboli" -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" 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" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "pagina" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Vai" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Release" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Mostra sorgente" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Contenuti" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" +msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/latex/transforms.py:487 #, python-format -msgid "Search %(docstitle)s" -msgstr "Cerca %(docstitle)s" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Sintesi" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Benvenuto! Questa è" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "la documentazione per" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "ultimo aggiornamento" +#: 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/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indici e tabelle:" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Tabella dei contenuti completa" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "elenca l'insieme delle sezioni e sottosezioni" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Cerca" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "cerca in questa documentazione" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Indice dei moduli" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "accesso veloce ai moduli" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indice generale" +#: 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" -msgstr "tutte le funzioni, classi e moduli" +#: 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 "Questa pagina" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:115 #, python-format -msgid "Index – %(key)s" +msgid "The HTML pages are in %(outdir)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 "Indice completo in una pagina" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Ricerca veloce" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indice delle pagine per lettera" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "può essere enorme" - -#: 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:369 +msgid "building [html]: " +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Argomento successivo" +#: builders/html/__init__.py:386 +#, 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 "capitolo successivo" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indice generale" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigazione" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "indice" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Cerca in %(docstitle)s" +msgid "Logo of %s" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "A proposito di questi documenti" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "successivo" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "precedente" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Ultimo aggiornamento %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Attiva JavaScript per abilitare la funzione⏎\ndi ricerca." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "cerca" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Nascondi i risultati della ricerca" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Risultati della ricerca" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" -#: 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 "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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: 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] "" -msgstr[2] "" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Cerca" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Preparo la ricerca..." +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", in " +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1054 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1218 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Cambiamenti nella Versione %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1231 #, 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 "" +"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/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1280 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (nel modulo %s)" +msgid "dumping search index in %s" +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1323 #, python-format -msgid "%s (in module %s)" -msgstr "%s (nel modulo %s)" +msgid "invalid js_file: %r, ignored" +msgstr "" -#: domains/python/__init__.py:182 +#: 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 "%s (built-in variable)" -msgstr "%s (variabile built-in)" +msgid "Unknown math_renderer %r is given." +msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s (built-in class)" -msgstr "%s (classe built-in)" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (class in %s)" -msgstr "%s (classe in %s)" +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s metodo della classe)" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s metodo statico)" +msgid "html_static_path entry %r does not exist" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (%s property)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s (type alias in %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 "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Indice del modulo Python" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "moduli" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "Documentazione %s %s " -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Deprecato" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(in %s v%s)" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "eccezione" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "metodo della classe" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "metodo statico" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (deprecato)" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametri" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variabili" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Solleva" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametri del modello" - -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "%s (C++ %s)" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: ext/intersphinx/_load.py:71 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "Valori restituiti" - -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "" - -#: 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 "concetto" - -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enum" - -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumeratore" - -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "" - -#: domains/cpp/__init__.py:952 -msgid "template parameter" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/c/__init__.py:211 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "%s (C %s)" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/intersphinx/_load.py:93 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" - -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variabile" - -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" - -#: domains/c/__init__.py:753 -msgid "struct" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "environment variable; %s" -msgstr "variabile d'ambiente, %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: domains/std/__init__.py:119 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s; configuration value" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:242 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:319 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "%s command line option" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "voce del glossario" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "elemento grammaticale" - -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "etichetta di riferimento" - -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "variabile d'ambiente" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opzione del programma" - -#: domains/std/__init__.py:735 -msgid "document" -msgstr "documento" - -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Indice dei moduli" - -#: domains/std/__init__.py:857 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:1124 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "see %s" -msgstr "vedi %s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "see also %s" -msgstr "vedi anche %s" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "unknown index entry type %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboli" - -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %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 "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: environment/collectors/asset.py:163 -#, python-format -msgid "download file not readable: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating 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.:" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: _cli/util/errors.py:240 +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "" + +#: ext/apidoc/_cli.py:135 msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: _cli/util/errors.py:246 +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "" + +#: ext/apidoc/_cli.py:152 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: transforms/post_transforms/__init__.py:88 +#: ext/apidoc/_cli.py:160 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: transforms/post_transforms/__init__.py:237 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: transforms/post_transforms/__init__.py:299 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: transforms/post_transforms/__init__.py:305 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:113 -#, python-format -msgid "The HTML pages are in %(outdir)s." +#: 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 "" -#: builders/html/__init__.py:348 +#: 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 read build info file: %r" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "indice" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "" -#: builders/html/__init__.py:560 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "Logo of %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "successivo" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "Esempio" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "precedente" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Esempi" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Argomenti parole chiave" + +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "Note" + +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametri" + +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "cannot copy static file %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "cannot copy extra file %r" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/autodoc/__init__.py:898 +#, python-format msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:1021 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +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 "" -#: builders/html/__init__.py:1216 +#: ext/autodoc/__init__.py:1080 #, 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 "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "dumping search index in %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" +msgid "Bases: %s" +msgstr " Basi: %s" -#: builders/html/__init__.py:1380 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "logo file %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autodoc/__init__.py:2720 #, 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 "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autosummary/__init__.py:284 +#, python-format +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1449 +#: ext/autosummary/__init__.py:288 #, python-format -msgid "%s %s documentation" -msgstr "Documentazione %s %s " +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +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/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" - -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Release" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "" - -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "" - -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" - -#: builders/latex/__init__.py:544 -#, 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:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "" - -#: builders/latex/theming.py:91 -#, python-format -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 "continua dalla pagina precedente" - -#: 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 "" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "pagina" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Argomenti parole chiave" - -#: ext/napoleon/docstring.py:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" - -#: ext/napoleon/docstring.py:183 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" - -#: ext/napoleon/docstring.py:190 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "Esempio" - -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Esempi" - -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "Note" - -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "" - -#: ext/napoleon/docstring.py:1001 -msgid "Receives" -msgstr "" - -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "" - -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "" - -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "" - -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" - -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" #: ext/autosummary/__init__.py:384 @@ -3772,451 +3611,642 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" 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." +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:207 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"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 "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: ext/apidoc/_cli.py:91 +#: _cli/util/errors.py:246 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Comprimi la barra laterale" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: 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/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -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" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Vai" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Mostra sorgente" -#: 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/haiku/layout.html:16 +msgid "Contents" +msgstr "Contenuti" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Ricerca veloce" -#: 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-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/genindex-split.html:17 +msgid "can be huge" +msgstr "può essere enorme" + +#: themes/basic/search.html:20 msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Attiva JavaScript per abilitare la funzione⏎\ndi ricerca." -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "cerca" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigazione" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Cerca in %(docstitle)s" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "A proposito di questi documenti" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Ultimo aggiornamento %(last_updated)s." -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:240 +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Questa pagina" + +#: 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/basic/opensearch.xml:4 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "Cerca %(docstitle)s" -#: ext/apidoc/_cli.py:291 +#: 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" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "tutte le funzioni, classi e moduli" + +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s is not a directory." +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -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/_extension.py:102 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Lista delle modifiche generata automaticamente nella versione %(version)s" -#: ext/apidoc/_extension.py:110 +#: 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/basic/changes/rstsource.html:5 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_extension.py:115 +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Risultati della ricerca" + +#: themes/basic/static/searchtools.js:125 +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:129 +#, 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:267 +msgid "Searching" +msgstr "Cerca" + +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Preparo la ricerca..." + +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", in " + +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Nascondi i risultati della ricerca" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Espandi la barra laterale" + +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "see %s" +msgstr "vedi %s" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "see also %s" +msgstr "vedi anche %s" -#: ext/apidoc/_extension.py:178 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:247 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:256 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "Would create file %s." +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(in %s v%s)" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametri del modello" -#: ext/intersphinx/_resolve.py:51 +#: domains/cpp/__init__.py:302 #, python-format -msgid "(in %s)" +msgid "%s (C++ %s)" +msgstr "" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valori restituiti" + +#: 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 "concetto" + +#: 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 "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variabili" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Solleva" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (nel modulo %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (nel modulo %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (variabile built-in)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (classe built-in)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (classe in %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s metodo della classe)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s metodo statico)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Indice del modulo Python" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moduli" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Deprecato" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "eccezione" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "metodo della classe" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "metodo statico" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (deprecato)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "variabile d'ambiente, %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "voce del glossario" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "elemento grammaticale" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "etichetta di riferimento" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "variabile d'ambiente" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "opzione del programma" + +#: domains/std/__init__.py:735 +msgid "document" +msgstr "documento" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Indice dei moduli" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" -msgstr " Basi: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: 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 "" diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo index 5874884e9e3..318ea17a4be 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 cbe5c92da82..25fba9937f2 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -35,141 +35,276 @@ msgstr "" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "conf.py が設定ディレクトリに存在しません (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "needs_extensions設定で %s 拡張が要求されていますが、その拡張がありません。" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "設定値の辞書 %r は上書きないため無視されました (%r を使って個別に設定してください)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "%r は設定値 %r の正しい値ではないため無視されました" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "%r は正しい型ではないため無視されました" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "不明な設定値 %r による上書きは無視されました" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "設定値 %r は既に登録済みです" + +#: config.py:552 #, 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)ではビルドできません。" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +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:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "設定ファイルに文法エラーが見つかりました: %s\n" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "設定ファイル(あるいはインポートしたどれかのモジュール)がsys.exit()を呼びました" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "設定ファイルにプログラム上のエラーがあります:\n\n%s" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, 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型)が指定されましたが、文字列、文字列のリスト、辞書、のいずれかを指定してください。" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "%s 章" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "図 %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "表 %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "リスト %s" + +#: config.py:809 +#, 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:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されていますが、 {permitted} 型を指定してください。" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されています。デフォルト値は `{default.__name__}' です。" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r が見つかりません。無視します。" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "ソースディレクトリが存在しません (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "出力先ディレクトリ (%s) はディレクトリではありません" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "出力先ディレクトリにはソースディレクトリと異なるディレクトリを指定してください" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s を実行中" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "このプロジェクトはSphinx v%s以降のバージョンでなければビルドできません。" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "出力先ディレクトリを作成しています" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "拡張機能のセットアップ中 %s:" -#: application.py:309 +#: application.py:310 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "conf.pyにある'setup'はPythonのcallableではありません。定義を修正してcallableである関数にしてください。これはconf.pyがSphinx拡張として動作するのに必要です。" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "翻訳カタログをロードしています [%s]... " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "完了" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "翻訳が用意されていません" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "保存された環境データを読み込み中" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "失敗: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "ビルダーが選択されていないので、デフォルトの html を使用します" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "nodeクラス %r は既に登録されています。visitor関数は上書きされます" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -177,12 +312,12 @@ msgid "" "explicit" msgstr "拡張 %s は並列読み込みが可能かどうかを宣言していないため、おそらく並列読み込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s拡張は並列読み込みに対して安全ではありません" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -190,159 +325,213 @@ msgid "" "explicit" msgstr "拡張 %s は並列書き込みが可能かどうかを宣言していないため、おそらく並列書き込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s拡張は並列書き込みに対して安全ではありません" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "直列で %sします" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "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 "無効な設定値が見つかりました: 'language = None' 。設定を有効な言語コードに更新してください。 'en' (英語)にフォールバックしています。" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "needs_extensions設定で %s 拡張が要求されていますが、その拡張がありません。" -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +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)ではビルドできません。" -#: config.py:399 +#: events.py:81 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "設定値の辞書 %r は上書きないため無視されました (%r を使って個別に設定してください)" +msgid "Event %r already present" +msgstr "イベント %r はすでに登録されています" -#: config.py:411 +#: events.py:379 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "%r は設定値 %r の正しい値ではないため無視されました" +msgid "Unknown event name: %s" +msgstr "不明なイベント名: %s" -#: config.py:419 +#: events.py:424 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "%r は正しい型ではないため無視されました" +msgid "Handler %r for event %r threw an exception" +msgstr "イベント %r のハンドラ %r で例外が発生しました。" -#: config.py:442 +#: registry.py:162 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "不明な設定値 %r による上書きは無視されました" +msgid "Builder class %s has no \"name\" attribute" +msgstr "ビルダークラス %s には\"name\"属性がありません" -#: config.py:496 +#: registry.py:166 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "Builder %r already exists (in module %s)" +msgstr "ビルダー %r (モジュール %s) がすでに登録されています" -#: config.py:524 +#: registry.py:182 #, python-format -msgid "Config value %r already present" -msgstr "設定値 %r は既に登録済みです" +msgid "Builder name %s not registered or available through entry point" +msgstr "ビルダー名 %s は登録されておらず、entry pointにもありません" -#: config.py:561 +#: registry.py:192 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "Builder name %s not registered" +msgstr "ビルダー名 %s は登録されていません" -#: config.py:603 +#: registry.py:199 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "設定ファイルに文法エラーが見つかりました: %s\n" +msgid "domain %s already registered" +msgstr "ドメイン %s はすでに登録されています" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "設定ファイル(あるいはインポートしたどれかのモジュール)がsys.exit()を呼びました" +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "ドメイン %s はまだ登録されていません" -#: config.py:615 +#: registry.py:230 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "設定ファイルにプログラム上のエラーがあります:\n\n%s" +msgid "The %r directive is already registered to domain %s" +msgstr "ディレクティブ %r は既に%sドメインに登録されています" -#: config.py:637 +#: registry.py:248 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r role is already registered to domain %s" +msgstr "ロール %r は既にドメイン%sに登録されています" -#: config.py:655 config.py:663 +#: registry.py:261 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "The %r index is already registered to domain %s" +msgstr "インデックス %r はすでに%sドメインに登録されています" -#: config.py:669 +#: registry.py:308 #, 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 object_type is already registered" +msgstr "object_type %r はすでに登録されています" -#: config.py:690 +#: registry.py:339 #, python-format -msgid "Section %s" -msgstr "%s 章" +msgid "The %r crossref_type is already registered" +msgstr "classref_type %r はすでに登録されています" -#: config.py:691 +#: registry.py:348 #, python-format -msgid "Fig. %s" -msgstr "図 %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r はすでに登録されています" -#: config.py:692 +#: registry.py:358 #, python-format -msgid "Table %s" -msgstr "表 %s" +msgid "source_parser for %r is already registered" +msgstr "%r のsource_parserはすでに登録されています" -#: config.py:693 +#: registry.py:367 #, python-format -msgid "Listing %s" -msgstr "リスト %s" +msgid "Source parser for %s not registered" +msgstr "%s のsource_parserは登録されていません" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr " 設定値 `{name}` に `{current}` が指定されましたが、 {candidates} のいずれかを指定してください。" +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" +msgstr "%r のTranslatorはすでに登録されています" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されていますが、 {permitted} 型を指定してください。" +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "add_node() のキーワード引数は (visit, depart) の形式で関数をタプルで指定してください: %r=%r" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されています。デフォルト値は `{default.__name__}' です。" +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r はすでに登録されています" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r が見つかりません。無視します。" +msgid "math renderer %s is already registered" +msgstr "math renderer %s はすでに登録されています" -#: config.py:882 +#: registry.py:531 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "拡張 %r はSphinxのバージョン%sでSphinxに統合されています。この拡張は無視されます。" -#: highlighting.py:170 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "元の例外:\n" + +#: registry.py:547 +#, python-format +msgid "Could not import extension %s" +msgstr "拡張 %s をimportできません" + +#: registry.py:554 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "拡張 %r には setup() 関数がありません。これは本当にSphinx拡張ですか?" + +#: registry.py:567 +#, 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 +#, 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 +#, 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 "Python Enhancement Proposals; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "無効なPEP番号 %s" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "無効なRFC番号 %s" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments に %r というlexerがありません" @@ -354,1403 +543,953 @@ msgid "" "Retrying in relaxed mode." msgstr "" -#: theming.py:115 +#: 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 "" + +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "設定 %s.%s がテーマ設定にありません" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "サポートされていないテーマオプション %r が指定されました" -#: theming.py:208 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "テーマパス上のファイル %r は正しいzipファイルではないか、テーマを含んでいません" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:276 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, 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 "イベント %r はすでに登録されています" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "モジュールから自動的に docstring を挿入する" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "不明なイベント名: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "doctest ブロック内のコードスニペットを自動的にテストする" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "イベント %r のハンドラ %r で例外が発生しました。" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "異なるプロジェクトのSphinxドキュメント間のリンク" -#: project.py:72 -#, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "ビルド時に表示または非表示にできる \"todo\" エントリを書く" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "ドキュメントの適用範囲を確認する" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "ビルダークラス %s には\"name\"属性がありません" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "PNG または SVG 画像としてレンダリングされた数学を含む" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "ビルダー %r (モジュール %s) がすでに登録されています" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "MathJax によってブラウザにレンダリングされた数学を含む" -#: registry.py:187 -#, python-format -msgid "Builder name %s not registered or available through entry point" -msgstr "ビルダー名 %s は登録されておらず、entry pointにもありません" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "設定値に基づくコンテンツの条件付き包含" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "ビルダー名 %s は登録されていません" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "文書化された Python オブジェクトのソースコードへのリンクを含める" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "ドメイン %s はすでに登録されています" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "GitHub ページにドキュメントを公開するための .nojekyll ファイルを作成する" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "ドメイン %s はまだ登録されていません" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "有効なパス名を入力してください。" -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "ディレクティブ %r は既に%sドメインに登録されています" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "何か入力してください。" -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "ロール %r は既にドメイン%sに登録されています" +msgid "Please enter one of %s." +msgstr "%sのいずれかを入力してください。 " -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "インデックス %r はすでに%sドメインに登録されています" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "'y' または 'n' を入力してください。" -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "object_type %r はすでに登録されています" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "ファイルの拡張子を入力してください。例: '.rst' または '.txt'。" -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "classref_type %r はすでに登録されています" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Sphinx %s クイックスタートユーティリティへようこそ。" -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r はすでに登録されています" +#: 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 "以下の設定値を入力してください(Enter キーのみ押した場合、\nかっこで囲まれた値をデフォルト値として受け入れます)。" -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "%r のsource_parserはすでに登録されています" +msgid "Selected root path: %s" +msgstr "選択されたルートパス: %s" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "%s のsource_parserは登録されていません" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "ドキュメントのルートパスを入力してください。" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "%r のTranslatorはすでに登録されています" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "ドキュメントのルートパス" -#: 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" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "エラー:選択されたルートパスに既存の conf.py が見つかりました。" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r はすでに登録されています" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart は、既存の Sphinx プロジェクトを上書きしません。" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "math renderer %s はすでに登録されています" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "新しいルートパスを入力してください(または Enter を押すことで終了します)。" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." -msgstr "拡張 %r はSphinxのバージョン%sでSphinxに統合されています。この拡張は無視されます。" - -#: registry.py:543 -msgid "Original exception:\n" -msgstr "元の例外:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "Sphinx 出力用のビルドディレクトリを配置する方法は2つあります。\nルートパス内にある \"_build\" ディレクトリを使うか、\nルートパス内に \"source\" と \"build\" ディレクトリを分ける方法です。" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "拡張 %s をimportできません" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "ソースディレクトリとビルドディレクトリを分ける(y / n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" -msgstr "拡張 %r には setup() 関数がありません。これは本当にSphinx拡張ですか?" +"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これらのディレクトリは \"_\" で始まっていますが、別の文字(\".\"など)で始まるように指定できます。" -#: registry.py:565 -#, 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 以降が必要なため、現在のバージョンではビルドできません。" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "テンプレートと静的ディレクトリの名前プレフィックス" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "" +"The project name will occur in several places in the built documentation." +msgstr "プロジェクト名は、ビルドされたドキュメントのいくつかの場所にあります。" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "プロジェクト名" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "著者名(複数可)" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: 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 には、ソフトウェアに対して \"バージョン\" と \"リリース\" という概念が\nあります。各バージョンは複数のリリースを持つことができます。\n例えば、Python だとバージョンが 2.5 や 3.0 のように分かれているように、\nリリースも 2.5.1 や 3.0a1 のように分けて持つことができます。もしこのような多重構成が必要ない場合は、\n両方を同じ値に設定するだけです。" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "プロジェクトのバージョン" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "プロジェクトのリリース" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "無効なPEP番号 %s" +#: 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 "ドキュメントを英語以外の言語で書く場合は、\n 言語コードで言語を選択できます。Sphinx は生成したテキストをその言語に翻訳します。\n\nサポートされているコードのリストについては、\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language を参照してください。" -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "無効なRFC番号 %s" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "プロジェクトの言語" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[ソース]" +#: 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 "ソースファイルのファイル名の拡張子。一般的には、\".txt\"または\".rst \"のどちらかです。この拡張子を持つファイルだけがドキュメントとみなされます。" -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "モジュールコードをハイライトしています..." +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "ソース・ファイルサフィックス" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[ドキュメント]" +#: 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 "1つのドキュメントは、\"コンテンツツリー\"の最上位ノードと\n見なされるという点で特別です。つまり、それはドキュメントにおける階層構造のルートである\nということです。通常、これは \"index\" ですが、\n\"index\" ドキュメントがカスタムテンプレートの場合、これを別のファイル名に設定することもできます。" -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "モジュールコード" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "マスター文書の名前(拡張子を除く)" -#: ext/viewcode.py:353 +#: cmd/quickstart.py:367 #, python-format -msgid "

Source code for %s

" -msgstr "

%s のソースコード

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "概要: モジュールコード" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "エラー:マスタファイル %s は、選択されたルートパス上で既に存在します。" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart は既存のファイルを上書きしません。" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:377 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "ハードコードされたリンク %r は 拡張リンクに置き換えられる可能性があります (代わりに %r を使用してみてください)。" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "新しいファイル名を入力するか、既存のファイルの名前を変更してEnterキーを押してください。" -#: 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:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "次の Sphinx 拡張機能のうちどれを有効にするかを指定します。" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "注:imgmath と mathjax を同時に有効にすることはできません。 imgmath は未選択になります。" -#: ext/duration.py:90 +#: cmd/quickstart.py:406 msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 最も遅い読み取り時間 =======================" +"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:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "'%s' オプション内に '+' または '-' が不足しています" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Makefile を作成しますか? (y/n)" -#: ext/doctest.py:124 +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Windows コマンドファイルを作成しますか?(y/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' は正しいオプションではありません" +msgid "Creating file %s." +msgstr "ファイル %s を作成しています。" -#: ext/doctest.py:139 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' は正しい pyversion オプションではありません" +msgid "File %s already exists, skipping." +msgstr "ファイル %s は既に存在しますのでスキップします。" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "無効な TestCode タイプ" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "終了:初期ディレクトリ構造が作成されました。" -#: ext/doctest.py:297 +#: cmd/quickstart.py:519 #, 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 の結果を確認してください。" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "マスターファイル %s を作成して\n他のドキュメントソースファイルを作成します。" -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "%sブロックにあるコード/出力 が %s にありません: %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "次のように Makefile を使ってドキュメントを作成します。\n make builder" -#: ext/doctest.py:568 +#: cmd/quickstart.py:530 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "無効な doctest コードは無視されます: %r" +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/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX コマンド %r を実行できません (数式表示のために必要です)。imgmath_latex の設定を確認してください" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "\"builder\" はサポートされているビルダーの 1 つです。 例: html, latex, または linkcheck。" -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:572 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s コマンド %r を実行できません (数式表示のために必要です)。imgmath_%s の設定を確認してください" +"\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/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "latex の表示 %r: %s" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "詳しくは、を見てください。" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "latex のインライン表示 %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "Quiet モード" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "無効な正規表現 %r が %s 内に見つかりました" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "project root" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "モジュール %s をインポートできませんでした: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "構成オプション" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "記述した場合、ソースとビルドのディレクトリを分割します。" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -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 "coverage_c_regexes 内に無効な正規表現 %r があります" - -#: 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/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 "変換処理はエラー終了しました:\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 コマンド %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 "" - -#: 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 "" - -#: 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/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 "元のエントリ" - -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "デデントによる空白の除去" - -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "不正な caption です: %s" - -#: 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" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "\"%s\" と \"%s\" のオプションは同時に使用できません" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -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" -msgstr "" - -#: directives/code.py:276 -#, 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 " \"lineno-match\" は不連続な \"lines\" に対して使用できません" - -#: directives/code.py:314 -#, 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:\" オプションは、絶対パスをソースディレクトリからの相対パスとして認識するようになりました。ドキュメントを更新してください。" - -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree グローブ・パターン %r はどのドキュメントにもマッチしませんでした。" - -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree に除外したドキュメントへの参照が含まれています %r" - -#: directives/other.py:156 -#, python-format -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 "toctree で重複したエントリが見つかりました: %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 "" - -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "ファイルは%(outdir)sにあります" - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "バージョン %s での変更はありません" - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "概要ファイルを書き出し中..." - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "組み込み" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "モジュールレベル" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "ソースファイルをコピー中..." - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "Changelog作成中に %r を読み込めませんでした" - -#: 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\" が見つかりません。マニュアルページは書かれません" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "書き込み中" - -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "設定値 \"man_pages\" が不明なドキュメント %s を参照しています" - -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "%sビルダー向けの画像形式が見つかりません: %s (%s)" - -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "%sビルダー向けの画像形式が見つかりません: %s" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "ビルド中 [mo]: " - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "出力中..." - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "全%d件のpoファイル" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "指定された %d 件のpoファイル" - -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "更新された %d 件のpoファイル" - -#: builders/__init__.py:319 -msgid "all source files" -msgstr "全てのソースファイル" - -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "コマンドラインに指定されたファイル %r がないため, " - -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "コマンドラインに指定されたファイル %r はソースディレクトリ以下にないため無視されます" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "コマンドラインで指定された%d件のソースファイル" - -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "更新された %d 件のソースファイル" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "ビルド中 [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "更新されたファイルを探しています... " - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "%d 件見つかりました" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "見つかりませんでした" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "環境データを保存中" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "整合性をチェック中" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "更新が必要な対象はありませんでした" - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "環境データを更新中" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "指定された場合、ソースディレクトリの下にビルドディレクトリを作成します。" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s 件追加, %s 件更新, %s 件削除" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "_templates などのドットの置き換え" -#: 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/quickstart.py:625 +msgid "Project basic options" +msgstr "プロジェクトの基本オプション" -#: builders/__init__.py:540 -#, 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:627 +msgid "project name" +msgstr "プロジェクト名" -#: builders/__init__.py:551 -#, 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:630 +msgid "author names" +msgstr "著者名" -#: builders/__init__.py:558 -#, 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:637 +msgid "version of project" +msgstr "プロジェクトのバージョン" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "ソースを読み込み中..." +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "プロジェクトのリリース" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "書き込むdocname: %s" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "ドキュメント言語" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "ソース・ファイルサフィックス" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "ドキュメントの出力準備中" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "マスタードキュメント名" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "epubを利用する" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "デコードできないソース文字です。\"?\" に置き換えます: %r" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "拡張オプション" -#: builders/epub3.py:84 +#: cmd/quickstart.py:670 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePubファイルは%(outdir)sにあります。" - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "nav.xhtml を書き込み中..." +msgid "enable %s extension" +msgstr "%s 拡張を有効にする" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_language\" (あるいは \"language\") の指定が必要です" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "任意の拡張を有効にする" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "EPUB3では設定値 \"epub_uid\" はXML NAMEにするべきです" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Makefileとbatファイルの生成オプション" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_title\" (あるいは \"html_title\") の指定が必要です" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "makefileを作成する" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_author\" の指定が必要です" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "makefileを作成しない" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_contributor\" が必要です" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "batファイルを作成する" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_description\" が必要です" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "batファイルを作成しない" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_publisher\" の指定が必要です" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "Makefile / make.bat 向けに make-mode を使う" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_copyright\" (あるいは \"copyright\") の指定が必要です" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "プロジェクトテンプレート" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_identifier\" の指定が必要です" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "テンプレートファイルのテンプレートディレクトリ" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"version\" が必要です" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "テンプレート変数の定義" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "無効な css_file %r は無視されました" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\" が指定されていますが、 \"project\" または \"author\" のいずれも指定されていません。" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XMLファイルは%(outdir)sにあります。" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "エラー:指定されたパスはディレクトリではないか、または sphinx ファイルが既に存在します。" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "ファイル書き込みエラー %s: %s" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart は空のディレクトリにのみ生成します。新しいルートパスを指定してください。" -#: builders/xml.py:101 +#: cmd/quickstart.py:809 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "pseudo-XMLファイルは%(outdir)sにあります。" +msgid "Invalid template variable: %s" +msgstr "無効なテンプレート変数: %s" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfoファイルは%(outdir)sにあります。" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "ジョブ番号は正数でなければなりません" -#: builders/texinfo.py:48 +#: cmd/build.py:74 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' を使用してください)。" +"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" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "設定値 \"texinfo_documents\" が見つかりません。ドキュメントは書き込まれません" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "ドキュメントソースファイルへのパス" -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "設定値 \"texinfo_documents\" は、不明なドキュメント %s を参照しています" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "出力先ディレクトリへのパス" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "処理中 %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "参照を解決しています..." +#: cmd/build.py:114 +msgid "general options" +msgstr "一般的なオプション" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (in " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "画像をコピー中... " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "画像ファイル %r をコピーできません: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "すべてのファイルに書き込む(デフォルト: 新規ファイルまたは変更されたファイルのみ)" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "Texinfo 関連ファイルをコピーしています" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "保存された環境は使わず、常に全てのファイルを読み込む" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "Makefile の書き込みエラー: %s" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "Tocエントリーが重複しています: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "画像ファイル %r をPILで読み込めないため、そのままコピーします" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "画像ファイル %r を書き込めません: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "Pillowがインストールされていません。代わりに画像をコピーします" +#: 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 "精度の増加(繰り返し可能)" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "mimetype を書き込み中..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "標準出力には出力せず、標準エラー出力に警告を出すのみ" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "META-INF/container.xml を書き込み中..." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "何も出力せず、警告もしない" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "content.opf を書き込み中..." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "色分けで出力する(デフォルト:自動検出)" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "不明なmimetype %sのため無視します" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "色分けの出力をしない(デフォルト:自動検出)" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "tox.ncx を書き込み中..." - -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "ファイル %s を書き込み中..." +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "指定ファイルに警告(およびエラー)を書き込む" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "dummyビルダーはファイルを出力しません" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "警告をエラーとして扱う" -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "メッセージカタログは%(outdir)sにあります。" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "例外時にフルトレースバックを表示する" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "指定された %d 件のテンプレートファイル" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "例外が発生したときにPdbを実行する" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "テンプレートの読み込み中..." +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "メッセージカタログを出力中... " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "-aオプションとファイル名を組み合わせることはできません" -#: builders/singlehtml.py:35 +#: cmd/build.py:357 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML ページは%(outdir)sにあります。" +msgid "cannot open warning file '%s': %s" +msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "ドキュメントを1ページにまとめています" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "-Dオプション引数は name = value の形式でなければなりません" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "追加のファイルを出力" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "-Aオプション引数は name = value の形式でなければなりません" -#: builders/linkcheck.py:77 +#: domains/javascript.py:183 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "上記の出力結果、または %(outdir)s /output.txt を見てエラーを確認してください" +msgid "%s() (built-in function)" +msgstr "%s() (組み込み関数)" -#: builders/linkcheck.py:149 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "broken link: %s (%s)" -msgstr "リンクが切れています: %s (%s)" +msgid "%s() (%s method)" +msgstr "%s() (%s のメソッド)" -#: builders/linkcheck.py:548 +#: domains/javascript.py:186 #, python-format -msgid "Anchor '%s' not found" -msgstr "アンカー '%s' が見つかりません" +msgid "%s() (class)" +msgstr "%s() (クラス)" -#: builders/linkcheck.py:758 +#: domains/javascript.py:188 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "linkcheck_allowed_redirects 内の正規表現のコンパイルに失敗しました: %r %s" +msgid "%s (global variable or constant)" +msgstr "%s (グローバル変数または定数)" -#: builders/text.py:29 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "テキストファイルは%(outdir)sにあります。" +msgid "%s (%s attribute)" +msgstr "%s (%s の属性)" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "翻訳されたメッセージの footnote 参照が矛盾しています。原文: {0}、翻訳: {1}" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "引数" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "翻訳されたメッセージの参照が矛盾しています。原文: {0}、翻訳: {1}" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "例外" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "翻訳されたメッセージの引用参照が矛盾しています。原文: {0}、翻訳: {1}" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "戻り値" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "翻訳されたメッセージの用語参照が矛盾しています。原文: {0}、翻訳: {1}" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "戻り値の型" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: domains/javascript.py:374 #, python-format -msgid "%b %d, %Y" -msgstr "%Y年%m月%d日" +msgid "%s (module)" +msgstr "%s (モジュール)" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "の関数" -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "メソッド" -#: transforms/__init__.py:253 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4列ベースのインデックスが見つかりました。あなたが使っている拡張子のバグかもしれません: %r" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "クラス" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Footnote [%s] は参照されていません。" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "データ" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "の属性" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "Footnote [#] は参照されていません。" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "モジュール" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "%s の記述 %s はすでに %s で %s が使われています" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "バージョン %s で変更" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "オプション" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "バージョン %s で非推奨" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "数式 %s のラベルはすでに %s で使われています" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "無効な math_eqref_format: %r" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (ディレクティブ)" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (ディレクティブオプション)" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (ロール)" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "ディレクティブ" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "ディレクティブオプション" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "ロール" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s の記述 %s はすでに %s で使われています" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -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] は参照されていません。" -#: environment/__init__.py:86 +#: environment/__init__.py:88 msgid "new config" msgstr "新しい設定" -#: environment/__init__.py:87 +#: environment/__init__.py:89 msgid "config changed" msgstr "変更された設定" -#: environment/__init__.py:88 +#: environment/__init__.py:90 msgid "extensions changed" msgstr "変更された拡張" -#: environment/__init__.py:253 +#: environment/__init__.py:258 msgid "build environment version not current" msgstr "ビルド環境のバージョンが最新ではありません" -#: environment/__init__.py:255 +#: environment/__init__.py:260 msgid "source directory has changed" msgstr "ソースディレクトリが変更されました" -#: environment/__init__.py:325 +#: environment/__init__.py:347 #, python-format msgid "The configuration has changed (1 option: %r)" msgstr "" -#: environment/__init__.py:330 +#: environment/__init__.py:352 #, python-format msgid "The configuration has changed (%d options: %s)" msgstr "" -#: environment/__init__.py:336 +#: environment/__init__.py:358 #, python-format msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: environment/__init__.py:379 +#: environment/__init__.py:401 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "この環境は選択したビルダーと互換性がありません。別の doctree ディレクトリーを選択してください。" -#: environment/__init__.py:493 +#: environment/__init__.py:515 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "%s のドキュメントをスキャンできませんでした: %r " -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format msgid "Domain %r is not registered" msgstr "ドメイン %r はまだ登録されていません" -#: environment/__init__.py:813 +#: environment/__init__.py:800 msgid "document isn't included in any toctree" msgstr "ドキュメントはどの toctree にも含まれていません" -#: environment/__init__.py:859 +#: environment/__init__.py:911 msgid "self referenced toctree found. Ignored." msgstr "自己参照している toctree が見つかりました。無視します。" -#: environment/__init__.py:889 +#: environment/__init__.py:941 #, python-format msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: 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" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "日付形式が無効です。直接出力したい場合は、文字列を一重引用符で囲みます: %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." +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: util/nodes.py:423 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree に存在しないファイルへの参照が含まれています %r" - -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "only ディレクティブの条件式の評価中に例外が発生しました: %s" - -#: util/display.py:82 -msgid "skipped" -msgstr "スキップしました" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "オプション" -#: util/display.py:87 -msgid "failed" -msgstr "失敗しました" +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: util/osutil.py:131 -#, python-format +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "不明なノードタイプ: %r" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "デフォルトのロール %s が見つかりません" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "注記" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 #, python-format -msgid "[image: %s]" -msgstr "[画像: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[画像]" +msgid "%b %d, %Y" +msgstr "%Y年%m月%d日" -#: builders/latex/__init__.py:206 domains/std/__init__.py:771 +#: builders/latex/__init__.py:203 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 @@ -1760,11 +1499,15 @@ msgstr "[画像]" msgid "Index" msgstr "索引" -#: writers/latex.py:743 writers/texinfo.py:646 +#: writers/latex.py:766 writers/texinfo.py:646 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "セクション、トピック、表、訓戒またはサイドバーにないタイトルノードが見つかりました。" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "注記" + #: writers/texinfo.py:1217 msgid "caption not inside a figure." msgstr "キャプションは図の中にはありません。" @@ -1774,54 +1517,6 @@ msgstr "キャプションは図の中にはありません。" msgid "unimplemented node type: %r" msgstr "未実装のノードタイプ: %r" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "不明なクラス %r の toplevel_sectioning %r" - -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "%r 言語向けの 既知の Babel オプションはありません" - -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: が大きすぎるので無視されます。" - -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "ドキュメントのタイトルは、単一の Text ノードではありません" - -#: writers/html5.py:572 writers/latex.py:1106 -#, 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 "tabularcolumns と :widths: オプションの両方が設定されています。:widths: は無視されます。" - -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "ディメンション単位 %s が無効です。無視されます。" - -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "不明なインデックスエントリタイプ %s が見つかりました" - -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "無効な math_eqref_format: %r" - #: writers/html5.py:96 writers/html5.py:105 msgid "Link to this definition" msgstr "" @@ -1848,6 +1543,11 @@ msgstr "" msgid "Link to this table" msgstr "" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" + #: writers/html5.py:636 msgid "Link to this code" msgstr "" @@ -1864,1748 +1564,1756 @@ msgstr "" msgid "Could not obtain image size. :scale: option is ignored." msgstr "画像サイズを取得できませんでした。:scale: オプションは無視されます。" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "数式 %s のラベルはすでに %s で使われています" - -#: domains/javascript.py:182 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (組み込み関数)" - -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s のメソッド)" +msgid "[image: %s]" +msgstr "[画像: %s]" -#: domains/javascript.py:185 -#, python-format -msgid "%s() (class)" -msgstr "%s() (クラス)" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[画像]" -#: domains/javascript.py:187 +#: writers/latex.py:384 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (グローバル変数または定数)" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "不明なクラス %r の toplevel_sectioning %r" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s の属性)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "引数" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "例外" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "戻り値" +msgid "no Babel option known for language %r" +msgstr "%r 言語向けの 既知の Babel オプションはありません" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "戻り値の型" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: が大きすぎるので無視されます。" -#: domains/javascript.py:370 +#: writers/latex.py:614 #, python-format -msgid "%s (module)" -msgstr "%s (モジュール)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "の関数" - -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "メソッド" - -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "クラス" - -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "データ" - -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "の属性" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "モジュール" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "ドキュメントのタイトルは、単一の Text ノードではありません" -#: domains/javascript.py:454 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "%s の記述 %s はすでに %s で %s が使われています" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "tabularcolumns と :widths: オプションの両方が設定されています。:widths: は無視されます。" -#: domains/changeset.py:26 +#: writers/latex.py:1230 #, python-format -msgid "Added in version %s" +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 "" -#: domains/changeset.py:27 +#: writers/latex.py:1626 #, python-format -msgid "Changed in version %s" -msgstr "バージョン %s で変更" +msgid "dimension unit %s is invalid. Ignored." +msgstr "ディメンション単位 %s が無効です。無視されます。" -#: domains/changeset.py:28 +#: writers/latex.py:1986 #, python-format -msgid "Deprecated since version %s" -msgstr "バージョン %s で非推奨" +msgid "unknown index entry type %s found" +msgstr "不明なインデックスエントリタイプ %s が見つかりました" -#: domains/changeset.py:29 +#: 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:\" オプションは、絶対パスをソースディレクトリからの相対パスとして認識するようになりました。ドキュメントを更新してください。" + +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "デデントによる空白の除去" + +#: directives/code.py:87 #, python-format -msgid "Removed in version %s" -msgstr "" +msgid "Invalid caption: %s" +msgstr "不正な caption です: %s" -#: domains/rst.py:131 domains/rst.py:190 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "%s (directive)" -msgstr "%s (ディレクティブ)" +msgid "line number spec is out of range(1-%d): %r" +msgstr "行番号の指定が範囲外です (1-%d): %r" -#: domains/rst.py:191 domains/rst.py:202 +#: directives/code.py:216 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (ディレクティブオプション)" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "\"%s\" と \"%s\" のオプションは同時に使用できません" -#: domains/rst.py:224 +#: directives/code.py:231 #, python-format -msgid "%s (role)" -msgstr "%s (ロール)" +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -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" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "ディレクティブオプション" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "%r という名前のオブジェクトがインクルードファイル %r 内に見つかりません" -#: domains/rst.py:236 -msgid "role" -msgstr "ロール" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr " \"lineno-match\" は不連続な \"lines\" に対して使用できません" -#: domains/rst.py:262 +#: directives/code.py:314 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "%s の記述 %s はすでに %s で使われています" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "指定された %r に一致する行がインクルードファイル %r にありませんでした" -#: domains/citation.py:75 +#: directives/other.py:119 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "引用 %s はすでに %s で使われています" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree グローブ・パターン %r はどのドキュメントにもマッチしませんでした。" -#: domains/citation.py:92 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "引用 [%s] は参照されていません。" +msgid "toctree contains reference to excluded document %r" +msgstr "toctree に除外したドキュメントへの参照が含まれています %r" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "注意" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree に存在しないドキュメントへの参照が含まれています %r" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "注意" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "toctree で重複したエントリが見つかりました: %s" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "危険" +#: directives/other.py:203 +msgid "Section author: " +msgstr "この節の作者: " -#: locale/__init__.py:231 -msgid "Error" -msgstr "エラー" +#: directives/other.py:205 +msgid "Module author: " +msgstr "モジュールの作者: " -#: locale/__init__.py:232 -msgid "Hint" -msgstr "ヒント" +#: directives/other.py:207 +msgid "Code author: " +msgstr "コードの作者: " -#: locale/__init__.py:233 -msgid "Important" -msgstr "重要" +#: directives/other.py:209 +msgid "Author: " +msgstr "作者: " -#: locale/__init__.py:234 -msgid "Note" -msgstr "注釈" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "参考" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Tip" +#: ext/todo.py:61 +msgid "Todo" +msgstr "課題" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "警告" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "TODO エントリーが見つかりました: %s" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "モジュールから自動的に docstring を挿入する" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "doctest ブロック内のコードスニペットを自動的にテストする" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> は、 %s の %d 行目です)" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "異なるプロジェクトのSphinxドキュメント間のリンク" +#: ext/todo.py:166 +msgid "original entry" +msgstr "元のエントリ" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "ビルド時に表示または非表示にできる \"todo\" エントリを書く" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[ソース]" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "ドキュメントの適用範囲を確認する" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "モジュールコードをハイライトしています..." -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "PNG または SVG 画像としてレンダリングされた数学を含む" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[ドキュメント]" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "MathJax によってブラウザにレンダリングされた数学を含む" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "モジュールコード" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "設定値に基づくコンテンツの条件付き包含" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s のソースコード

" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "文書化された Python オブジェクトのソースコードへのリンクを含める" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "概要: モジュールコード" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "GitHub ページにドキュメントを公開するための .nojekyll ファイルを作成する" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "有効なパス名を入力してください。" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "無効な正規表現 %r が %s 内に見つかりました" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "何か入力してください。" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "モジュール %s をインポートできませんでした: %s" -#: cmd/quickstart.py:133 +#: ext/coverage.py:148 #, python-format -msgid "Please enter one of %s." -msgstr "%sのいずれかを入力してください。 " +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "'y' または 'n' を入力してください。" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "ファイルの拡張子を入力してください。例: '.rst' または '.txt'。" +#: 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 "coverage_c_regexes 内に無効な正規表現 %r があります" + +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" -#: cmd/quickstart.py:229 +#: ext/coverage.py:452 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Sphinx %s クイックスタートユーティリティへようこそ。" +msgid "undocumented python function: %s :: %s" +msgstr "" -#: 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 "以下の設定値を入力してください(Enter キーのみ押した場合、\nかっこで囲まれた値をデフォルト値として受け入れます)。" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "" -#: cmd/quickstart.py:241 +#: ext/coverage.py:492 #, python-format -msgid "Selected root path: %s" -msgstr "選択されたルートパス: %s" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -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/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "ドキュメントのルートパス" +#: 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 の設定を確認してください" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "エラー:選択されたルートパスに既存の conf.py が見つかりました。" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "latex の表示 %r: %s" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart は、既存の Sphinx プロジェクトを上書きしません。" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "latex のインライン表示 %r: %s" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "新しいルートパスを入力してください(または Enter を押すことで終了します)。" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: cmd/quickstart.py:273 +#: ext/imgconverter.py:44 +#, 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 "Sphinx 出力用のビルドディレクトリを配置する方法は2つあります。\nルートパス内にある \"_build\" ディレクトリを使うか、\nルートパス内に \"source\" と \"build\" ディレクトリを分ける方法です。" - -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "ソースディレクトリとビルドディレクトリを分ける(y / 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 "" -#: cmd/quickstart.py:286 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, 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 "プロジェクトのルートディレクトリに 2つ以上のディレクトリが作成されます。\nカスタマイズしたHTMLテンプレート用の\"_templates\"ディレクトリと、カスタマイズしたスタイルシート等を置く\"_static\"ディレクトリがあります。\nこれらのディレクトリは \"_\" で始まっていますが、別の文字(\".\"など)で始まるように指定できます。" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "変換処理はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -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/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "プロジェクト名は、ビルドされたドキュメントのいくつかの場所にあります。" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -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:302 -msgid "Author name(s)" -msgstr "著者名(複数可)" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "'%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 には、ソフトウェアに対して \"バージョン\" と \"リリース\" という概念が\nあります。各バージョンは複数のリリースを持つことができます。\n例えば、Python だとバージョンが 2.5 や 3.0 のように分かれているように、\nリリースも 2.5.1 や 3.0a1 のように分けて持つことができます。もしこのような多重構成が必要ない場合は、\n両方を同じ値に設定するだけです。" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' は正しいオプションではありません" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "プロジェクトのバージョン" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' は正しい pyversion オプションではありません" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "プロジェクトのリリース" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "無効な TestCode タイプ" -#: cmd/quickstart.py:323 +#: ext/doctest.py:297 +#, 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 を参照してください。" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "ソース内の doctests のテストが終了したら、%(outdir)s/output.txt の結果を確認してください。" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "プロジェクトの言語" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "%sブロックにあるコード/出力 が %s にありません: %s" -#: 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 "ソースファイルのファイル名の拡張子。一般的には、\".txt\"または\".rst \"のどちらかです。この拡張子を持つファイルだけがドキュメントとみなされます。" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "無効な doctest コードは無視されます: %r" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "ソース・ファイルサフィックス" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "ハードコードされたリンク %r は 拡張リンクに置き換えられる可能性があります (代わりに %r を使用してみてください)。" -#: cmd/quickstart.py:349 +#: ext/duration.py:90 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\" ドキュメントがカスタムテンプレートの場合、これを別のファイル名に設定することもできます。" +"====================== slowest reading durations =======================" +msgstr "====================== 最も遅い読み取り時間 =======================" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "マスター文書の名前(拡張子を除く)" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz ディレクティブはコンテンツとファイル名の両方の引数を持つことは出来ません" -#: cmd/quickstart.py:367 +#: ext/graphviz.py:153 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "エラー:マスタファイル %s は、選択されたルートパス上で既に存在します。" - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart は既存のファイルを上書きしません。" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "外部の Graphviz ファイル %r が見つからないか読み込めません" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "新しいファイル名を入力するか、既存のファイルの名前を変更してEnterキーを押してください。" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "コンテンツのない \"graphviz\" ディレクティブを無視します" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "次の Sphinx 拡張機能のうちどれを有効にするかを指定します。" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: cmd/quickstart.py:396 +#: ext/graphviz.py:328 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "注:imgmath と mathjax を同時に有効にすることはできません。 imgmath は未選択になります。" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot コマンド %r は実行できません (graphviz 出力のために必要です)。graphviz_dot の設定を確認してください" -#: cmd/quickstart.py:406 +#: ext/graphviz.py:339 +#, 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後は実行するだけです。例えば、直接 sphinx-build を実行する代わりに `make html` を\n実行します。" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Makefile を作成しますか? (y/n)" +#: 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" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Windows コマンドファイルを作成しますか?(y/n)" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Creating file %s." -msgstr "ファイル %s を作成しています。" +msgid "dot code %r: %s" +msgstr "dot コード %r: %s" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "File %s already exists, skipping." -msgstr "ファイル %s は既に存在しますのでスキップします。" +msgid "[graph: %s]" +msgstr "[グラフ: %s]" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "終了:初期ディレクトリ構造が作成されました。" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[グラフ]" -#: cmd/quickstart.py:519 +#: builders/texinfo.py:41 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "マスターファイル %s を作成して\n他のドキュメントソースファイルを作成します。" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfoファイルは%(outdir)sにあります。" -#: cmd/quickstart.py:526 +#: builders/texinfo.py:44 msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "次のように Makefile を使ってドキュメントを作成します。\n make builder" +"\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:530 -#, 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" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "設定値 \"texinfo_documents\" が見つかりません。ドキュメントは書き込まれません" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "\"builder\" はサポートされているビルダーの 1 つです。 例: html, latex, または linkcheck。" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "設定値 \"texinfo_documents\" は、不明なドキュメント %s を参照しています" -#: cmd/quickstart.py:572 -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" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "処理中 %s" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "詳しくは、を見てください。" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "書き込み中" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "Quiet モード" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "参照を解決しています..." -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "project root" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (in " -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "構成オプション" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "画像をコピー中... " -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -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" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" -msgstr "指定された場合、ソースディレクトリの下にビルドディレクトリを作成します。" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "Texinfo 関連ファイルをコピーしています" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "_templates などのドットの置き換え" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "Makefile の書き込みエラー: %s" -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "プロジェクトの基本オプション" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "Tocエントリーが重複しています: %s" -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "プロジェクト名" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "画像ファイル %r をPILで読み込めないため、そのままコピーします" -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "著者名" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "画像ファイル %r を書き込めません: %s" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "プロジェクトのバージョン" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillowがインストールされていません。代わりに画像をコピーします" -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "プロジェクトのリリース" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "mimetype を書き込み中..." -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "ドキュメント言語" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "META-INF/container.xml を書き込み中..." -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "ソース・ファイルサフィックス" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "content.opf を書き込み中..." -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "マスタードキュメント名" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "不明なmimetype %sのため無視します" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "epubを利用する" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "拡張オプション" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "tox.ncx を書き込み中..." -#: cmd/quickstart.py:670 +#: builders/_epub_base.py:801 #, python-format -msgid "enable %s extension" -msgstr "%s 拡張を有効にする" +msgid "writing %s file..." +msgstr "ファイル %s を書き込み中..." -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "任意の拡張を有効にする" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XMLファイルは%(outdir)sにあります。" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Makefileとbatファイルの生成オプション" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "ファイル書き込みエラー %s: %s" -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "makefileを作成する" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "pseudo-XMLファイルは%(outdir)sにあります。" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "makefileを作成しない" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "ファイルは%(outdir)sにあります" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "batファイルを作成する" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "バージョン %s での変更はありません" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "batファイルを作成しない" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "概要ファイルを書き出し中..." -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "Makefile / make.bat 向けに make-mode を使う" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "組み込み" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "プロジェクトテンプレート" +#: builders/changes.py:77 +msgid "Module level" +msgstr "モジュールレベル" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "テンプレートファイルのテンプレートディレクトリ" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "ソースファイルをコピー中..." -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "テンプレート変数の定義" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "Changelog作成中に %r を読み込めませんでした" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\" が指定されていますが、 \"project\" または \"author\" のいずれも指定されていません。" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "マニュアルページは %(outdir)s にあります。" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "エラー:指定されたパスはディレクトリではないか、または sphinx ファイルが既に存在します。" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "設定値 \"man_pages\" が見つかりません。マニュアルページは書かれません" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart は空のディレクトリにのみ生成します。新しいルートパスを指定してください。" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "設定値 \"man_pages\" が不明なドキュメント %s を参照しています" -#: cmd/quickstart.py:809 +#: builders/epub3.py:84 #, python-format -msgid "Invalid template variable: %s" -msgstr "無効なテンプレート変数: %s" +msgid "The ePub file is in %(outdir)s." +msgstr "ePubファイルは%(outdir)sにあります。" + +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml を書き込み中..." + +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_language\" (あるいは \"language\") の指定が必要です" + +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "EPUB3では設定値 \"epub_uid\" はXML NAMEにするべきです" + +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_title\" (あるいは \"html_title\") の指定が必要です" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "ジョブ番号は正数でなければなりません" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_author\" の指定が必要です" -#: 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 内のファイルをもとにドキュメントを生成し、\nOUTPUTDIR 内に配置します。またコンフィグ\n設定用に SOURCEDIR 内から\n 'conf.py' を探します。'sphinx-quickstart' ツールを使うと\n 'conf.py' を含むテンプレートファイルを生成することができます。\n\nsphinx-build は、さまざまな形式のドキュメントを作成することができます。フォーマットは、\nコマンドラインでビルダー名を指定して選択します。デフォルトは\nHTML です。ビルダーはドキュメント化処理に関連した他のタスクも実行できます。\n\nデフォルトでは、古いものはすべてビルドされています。個別にファイル名を指定することで、\n選択したファイルのみ出力することもできます。\n" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_contributor\" が必要です" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "ドキュメントソースファイルへのパス" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_description\" が必要です" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "出力先ディレクトリへのパス" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_publisher\" の指定が必要です" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_copyright\" (あるいは \"copyright\") の指定が必要です" -#: cmd/build.py:114 -msgid "general options" -msgstr "一般的なオプション" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_identifier\" の指定が必要です" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"version\" が必要です" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "無効な css_file %r は無視されました" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "すべてのファイルに書き込む(デフォルト: 新規ファイルまたは変更されたファイルのみ)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "メッセージカタログは%(outdir)sにあります。" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "保存された環境は使わず、常に全てのファイルを読み込む" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "ビルド中 [%s]: " -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "指定された %d 件のテンプレートファイル" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "テンプレートの読み込み中..." -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "メッセージカタログを出力中... " -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "テキストファイルは%(outdir)sにあります。" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "設定ファイルの設定を上書きする" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%sビルダー向けの画像形式が見つかりません: %s (%s)" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "HTMLテンプレートに値を渡す" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "%sビルダー向けの画像形式が見つかりません: %s" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "定義タグ: TAG ブロック\"のみ\"含む" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "ビルド中 [mo]: " -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "出力中..." -#: cmd/build.py:212 -msgid "console output options" -msgstr "コンソール出力オプション" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "全%d件のpoファイル" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "精度の増加(繰り返し可能)" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "指定された %d 件のpoファイル" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "標準出力には出力せず、標準エラー出力に警告を出すのみ" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "更新された %d 件のpoファイル" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "何も出力せず、警告もしない" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "全てのソースファイル" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "色分けで出力する(デフォルト:自動検出)" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "コマンドラインに指定されたファイル %r がないため, " -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "色分けの出力をしない(デフォルト:自動検出)" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "コマンドラインに指定されたファイル %r はソースディレクトリ以下にないため無視されます" -#: cmd/build.py:252 -msgid "warning control options" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "指定ファイルに警告(およびエラー)を書き込む" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "コマンドラインで指定された%d件のソースファイル" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "警告をエラーとして扱う" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "更新された %d 件のソースファイル" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "例外時にフルトレースバックを表示する" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "更新されたファイルを探しています... " -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "例外が発生したときにPdbを実行する" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d 件見つかりました" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: builders/__init__.py:418 +msgid "none found" +msgstr "見つかりませんでした" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "-aオプションとファイル名を組み合わせることはできません" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "環境データを保存中" -#: cmd/build.py:357 -#, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "整合性をチェック中" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "-Dオプション引数は name = value の形式でなければなりません" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "更新が必要な対象はありませんでした" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "-Aオプション引数は name = value の形式でなければなりません" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "環境データを更新中" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "サイドバーをたたむ" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s 件追加, %s 件更新, %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 "目次" +#: 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 "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -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 "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -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 "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -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 "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "コンテンツ" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "ソースを読み込み中..." -#: themes/basic/opensearch.xml:4 +#: builders/__init__.py:733 #, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s 内を検索" +msgid "docnames to write: %s" +msgstr "書き込むdocname: %s" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "概要" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Welcome! This is" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "ドキュメントの出力準備中" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "the documentation for" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "最終更新" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "索引と表一覧:" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML ページは%(outdir)sにあります。" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "総合目次" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "ドキュメントを1ページにまとめています" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "章/節一覧" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "追加のファイルを出力" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "検索ページ" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "dummyビルダーはファイルを出力しません" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "ドキュメントを検索" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "上記の出力結果、または %(outdir)s /output.txt を見てエラーを確認してください" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "モジュール総索引" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "リンクが切れています: %s (%s)" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "全モジュール早見表" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "アンカー '%s' が見つかりません" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "総合索引" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "関数、クラスおよび用語総覧" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "linkcheck_allowed_redirects 内の正規表現のコンパイルに失敗しました: %r %s" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "このページ" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "注意" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +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 "総索引" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "危険" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "クイック検索" +#: locale/__init__.py:232 +msgid "Error" +msgstr "エラー" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "頭文字別索引" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "ヒント" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "大きい場合があるので注意" +#: locale/__init__.py:234 +msgid "Important" +msgstr "重要" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "前のトピックへ" +#: locale/__init__.py:235 +msgid "Note" +msgstr "注釈" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "前の章へ" +#: locale/__init__.py:236 +msgid "See also" +msgstr "参考" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "次のトピックへ" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "次の章へ" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "警告" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "ナビゲーション" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "翻訳されたメッセージの footnote 参照が矛盾しています。原文: {0}、翻訳: {1}" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s 内を検索" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "翻訳されたメッセージの参照が矛盾しています。原文: {0}、翻訳: {1}" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "このドキュメントについて" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "翻訳されたメッセージの引用参照が矛盾しています。原文: {0}、翻訳: {1}" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "著作権" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "翻訳されたメッセージの用語参照が矛盾しています。原文: {0}、翻訳: {1}" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" 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." +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: themes/basic/search.html:20 +#: transforms/__init__.py:258 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "検索機能を使うには JavaScript を有効にしてください。" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4列ベースのインデックスが見つかりました。あなたが使っている拡張子のバグかもしれません: %r" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "複数の単語を検索すると、次を含む一致のみが表示されます\n     すべての用語。" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Footnote [%s] は参照されていません。" -#: themes/basic/search.html:35 -msgid "search" -msgstr "検索" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "検索結果を隠す" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "Footnote [#] は参照されていません。" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "検索結果" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: 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 "検索した文字列はどの文書にも見つかりませんでした。すべての単語が正確に記述されているか、あるいは、十分なカテゴリーが選択されているか確認してください。" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: 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] "" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "読み取りエラー: %s, %s" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "検索中" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "書き込みエラー: %s, %s" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "検索を準備しています..." +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", in " +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: util/i18n.py:253 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "日付形式が無効です。直接出力したい場合は、文字列を一重引用符で囲みます: %s" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: util/fileutil.py:76 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "バージョン %(version)s の変更点 — %(docstitle)s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: util/fileutil.py:89 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "バージョン %(version)s の変更点(このリストは自動生成されています)" +msgid "Writing evaluated template result to %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "ライブラリに関する変更" +#: util/display.py:82 +msgid "skipped" +msgstr "スキップしました" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API に関する変更" +#: util/display.py:87 +msgid "failed" +msgstr "失敗しました" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "その他の変更" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -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 "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree に存在しないファイルへの参照が含まれています %r" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "only ディレクティブの条件式の評価中に例外が発生しました: %s" + +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: util/docutils.py:361 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s モジュール)" +msgid "unknown role name: %s" +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: util/docutils.py:805 #, python-format -msgid "%s (in module %s)" -msgstr "%s (%s モジュール)" +msgid "unknown node type: %r" +msgstr "不明なノードタイプ: %r" -#: domains/python/__init__.py:182 +#: util/rst.py:73 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (組み込み変数)" +msgid "default role %s not found" +msgstr "デフォルトのロール %s が見つかりません" -#: domains/python/__init__.py:217 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "%s (built-in class)" -msgstr "%s (組み込みクラス)" +msgid "Could not fetch remote image: %s [%s]" +msgstr "リモート画像を取得できませんでした: %s [%s]" -#: domains/python/__init__.py:218 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "%s (class in %s)" -msgstr "%s (%s のクラス)" +msgid "Could not fetch remote image: %s [%d]" +msgstr "リモート画像を取得できませんでした: %s [%d]" -#: domains/python/__init__.py:283 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s のクラスメソッド)" +msgid "Unknown image format: %s..." +msgstr "不明な画像フォーマット: %s..." -#: domains/python/__init__.py:285 +#: 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 "%s() (%s static method)" -msgstr "%s() (%s の静的メソッド)" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "'any' クロスリファレンス %r のターゲットが1つ以上みつかりました。 %s に参照を設定します。" -#: domains/python/__init__.py:438 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "%s (%s property)" -msgstr "%s (%s のプロパティ)" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s 参照先が見つかりません: %s" -#: domains/python/__init__.py:478 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "%s (type alias in %s)" -msgstr "" +msgid "%r reference target not found: %s" +msgstr "%r 参照先が見つかりません: %s" -#: domains/python/__init__.py:638 -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:639 -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:717 -msgid "Deprecated" -msgstr "非推奨" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "アルファベット以外" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "例外" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "記号" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "クラスメソッド" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "番号" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "の静的メソッド" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "ページ" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "プロパティ" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "リリース" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: domains/python/__init__.py:818 +#: builders/latex/transforms.py:121 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "Failed to get a docname for source %r!" msgstr "" -#: domains/python/__init__.py:978 +#: builders/latex/transforms.py:487 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "相互参照 %r に複数のターゲットが見つかりました: %s" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (非推奨)" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r に \"theme\" 設定がありません" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "パラメータ" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r に \"%s\" 設定がありません" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "変数" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeXファイルは%(outdir)sにあります。" -#: domains/python/_object.py:214 -msgid "Raises" -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' を使用してください)。" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "テンプレートパラメータ" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "設定値 \"latex_documents\" が見つかりません。ドキュメントは書き込まれません" -#: domains/cpp/__init__.py:302 +#: builders/latex/__init__.py:167 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +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 関連ファイルをコピーしています" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "追加のファイルをコピーしています" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" +msgid "logo file %r does not exist" +msgstr "ロゴファイル %r がありません" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "戻り値" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "不明な設定値 latex_elements[%r] は無視されました。" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "union" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "不明なテーマオプション latex_theme_options[%r] は無視されました。" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "のメンバ変数" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "のデータ型" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "コンセプト" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "列挙型" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTMLページは%(outdir)sにあります。" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerator" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "build info ファイルの読み込みに失敗しました: %r" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "関数パラメータ" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "テンプレート・パラメータ" +#: builders/html/__init__.py:369 +msgid "building [html]: " +msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:386 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" + +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "総合索引" + +#: builders/html/__init__.py:510 +msgid "index" +msgstr "索引" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:563 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Logo of %s" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "変数" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "次へ" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "のマクロ" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "前へ" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "struct" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "索引を生成中" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 -#, python-format -msgid "environment variable; %s" -msgstr "環境変数; %s" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "追加のページを出力中" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:796 #, python-format -msgid "%s; configuration value" +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "ダウンロードファイルをコピー中..." -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "ダウンロードファイル %r をコピーできません: %s" + +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:884 #, 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 "Failed to copy a file in html_static_file: %s: %r" +msgstr "html_static_file 内のファイルのコピーに失敗しました: %s: %r" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "静的ファイルをコピー中" + +#: builders/html/__init__.py:936 #, python-format -msgid "%s command line option" -msgstr "%s コマンドラインオプション" +msgid "cannot copy static file %r" +msgstr "静的ファイル %r をコピーできません" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "コマンドラインオプション" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "extraファイルをコピー中" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "用語集の前に空行が必要です" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" +msgstr "extraファイル %r をコピーできませんでした" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "用語集の用語は空行で区切ってはいけません" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "build info ファイル %r の出力に失敗しました" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "用語集のフォーマットが間違っているようです。インデントを確認してください" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "検索インデックスを読み込めず、ドキュメントビルドの一部が不完全です。" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "用語集の項目" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "ページ %s がhtml_sidebarsの複数のパターンに一致しました: %r と %r" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "文法トークン" +#: builders/html/__init__.py:1218 +#, 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文字列にしてください。" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "参照ラベル" +#: builders/html/__init__.py:1231 +#, 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:733 -msgid "environment variable" -msgstr "環境変数" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "%sページのレンダリング中にエラーが発生しました。\n理由: %r " -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "プログラムオプション" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "オブジェクト インベントリを出力" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "document" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" +msgstr "%s の検索インデックスを出力" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "モジュール索引" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "無効な js_file %r は無視されました" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "複数の math_renderer が登録されています。しかし math_renderer は選択されていません。" + +#: builders/html/__init__.py:1361 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "%s の記述 %s はすでに %s で使われています" +msgid "Unknown math_renderer %r is given." +msgstr "不明な math_renderer %r が指定されました。" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig は無効です。:numref: は無視されます。" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path %r がoutdir内に配置されます" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1380 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "クロスリファレンスの作成に失敗しました。番号が割り当てられていません: %s" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path %r が見つかりません" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:1395 #, python-format -msgid "the link has no caption: %s" -msgstr "リンクにキャプションがありません: %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path %r がoutdir内に配置されます" -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:1400 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "無効な numfig_format: %s (%r)" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path %r が見つかりません" -#: domains/std/__init__.py:1157 +#: builders/html/__init__.py:1422 #, python-format -msgid "invalid numfig_format: %s" -msgstr "無効な numfig_format: %s" +msgid "favicon file %r does not exist" +msgstr "favicon ファイル %r がありません" -#: domains/std/__init__.py:1453 +#: builders/html/__init__.py:1435 #, python-format -msgid "undefined label: %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 "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: environment/adapters/toctree.py:324 +#: builders/html/__init__.py:1464 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "循環参照している toctree が検出されましたので無視します: %s <- %s" +msgid "%s %s documentation" +msgstr "%s %s ドキュメント" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree にはタイトルのないドキュメント %r への参照が含まれています: リンクは生成されません" +msgid "(in %s v%s)" +msgstr "(in %s v%s)" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(in %s)" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "see %s" -msgstr "%sを参照" +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "see also %s" -msgstr "%sも参照" +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "unknown index entry type %r" -msgstr "不明なインデックスエントリタイプ %r" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "記号" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "image file not readable: %s" -msgstr "画像ファイルが読み込めません: %s" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "image file %s not readable: %s" -msgstr "画像ファイル %s が読み込めません: %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "download file not readable: %s" -msgstr "ダウンロードファイルが読み込めません: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s はすでにセクション番号が割り当てられています (入れ子になった番号の toctree ?)" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "割り込まれました!" - -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.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 "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:121 +#, 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.:" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." 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 "次期バージョンでのエラーメッセージ改善のために、ユーザーエラーの場合にも報告してください。" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: transforms/post_transforms/__init__.py:88 +#: ext/intersphinx/_load.py:311 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "相互参照用のフォールバックテキストを決定できませんでした。バグかもしれません。" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "いくつかのインベントリでいくつかの問題に遭遇しましたが、代替手段を持っていました:" -#: transforms/post_transforms/__init__.py:237 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "'any' クロスリファレンス %r のターゲットが1つ以上みつかりました。 %s に参照を設定します。" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "以下の問題があるため、いくつかのインベントリは到達できませんでした:" -#: transforms/post_transforms/__init__.py:299 +#: ext/intersphinx/_load.py:400 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s 参照先が見つかりません: %s" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx インベントリは移動しました: %s -> %s" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_generate.py:69 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r 参照先が見つかりません: %s" +msgid "Would create file %s." +msgstr "ファイル %s を作成したものとします。" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "リモート画像を取得できませんでした: %s [%s]" +msgid "Failed to remove %s: %s" +msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "リモート画像を取得できませんでした: %s [%d]" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "Unknown image format: %s..." -msgstr "不明な画像フォーマット: %s..." +msgid "apidoc_modules item %i must be a dict" +msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTMLページは%(outdir)sにあります。" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "Failed to read build info file: %r" -msgstr "build info ファイルの読み込みに失敗しました: %r" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "索引" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "次へ" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "前へ" - -#: builders/html/__init__.py:696 -msgid "generating indices" -msgstr "索引を生成中" - -#: builders/html/__init__.py:711 -msgid "writing additional pages" -msgstr "追加のページを出力中" - -#: builders/html/__init__.py:794 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "ダウンロードファイルをコピー中..." - -#: builders/html/__init__.py:818 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "ダウンロードファイル %r をコピーできません: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "" -#: builders/html/__init__.py:864 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:882 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "html_static_file 内のファイルのコピーに失敗しました: %s: %r" - -#: builders/html/__init__.py:917 -msgid "copying static files" -msgstr "静的ファイルをコピー中" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "" -#: builders/html/__init__.py:934 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "cannot copy static file %r" -msgstr "静的ファイル %r をコピーできません" - -#: builders/html/__init__.py:939 -msgid "copying extra files" -msgstr "extraファイルをコピー中" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: builders/html/__init__.py:949 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "cannot copy extra file %r" -msgstr "extraファイル %r をコピーできませんでした" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: builders/html/__init__.py:955 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to write build info file: %r" -msgstr "build info ファイル %r の出力に失敗しました" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:28 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "検索インデックスを読み込めず、ドキュメントビルドの一部が不完全です。" - -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "ページ %s がhtml_sidebarsの複数のパターンに一致しました: %r と %r" +"\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注:デフォルトでは、このスクリプトはすでに作成されているファイルを上書きしません。" -#: builders/html/__init__.py:1216 -#, 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文字列にしてください。" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "ドキュメントへのモジュールパス" -#: builders/html/__init__.py:1224 -#, python-format +#: ext/apidoc/_cli.py:50 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "%sページのレンダリング中にエラーが発生しました。\n理由: %r " +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "生成処理から除外するための、ファイル、ディレクトリ、または両方のパターンを記した fnmatch-style 形式" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" -msgstr "オブジェクト インベントリを出力" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "すべての生成データを配置するディレクトリ" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" -msgstr "%s の検索インデックスを出力" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "目次に表示するサブモジュールの最大深度 (デフォルト: 4)" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "無効な js_file %r は無視されました" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "存在するファイルは上書きする" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "複数の math_renderer が登録されています。しかし math_renderer は選択されていません。" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "シンボリックリンクをたどります。collective.recipe.omeletteと組み合わせると強力です。" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "不明な math_renderer %r が指定されました。" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "ファイルを作成せずにスクリプトを実行する" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path %r がoutdir内に配置されます" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "各モジュールのドキュメントをそれぞれのページに配置する" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path %r が見つかりません" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "\"_private\" モジュールを含めます。" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path %r がoutdir内に配置されます" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "目次のファイル名 (デフォルト: モジュール)" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path %r が見つかりません" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "目次ファイルを生成しない" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "ロゴファイル %r がありません" +#: 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 にすでにそれらが含まれている場合など)" -#: builders/html/__init__.py:1407 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon ファイル %r がありません" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "サブモジュールのドキュメントの前に、モジュールのドキュメントを置く" -#: builders/html/__init__.py:1420 -#, python-format +#: ext/apidoc/_cli.py:152 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 "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "PEP-0420 暗黙の名前空間の指定に従って、モジュールパスを解釈する" -#: builders/html/__init__.py:1433 +#: ext/apidoc/_cli.py:160 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" - -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s ドキュメント" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "ファイルの拡張子 (デフォルト: rst)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeXファイルは%(outdir)sにあります。" - -#: 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 "\n(pdf)latex コマンドで処理するために、そのディレクトリで 'make' を実行してください。\n(これを自動的に行うには、ここで 'make latexpdf' を使用してください)。" - -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "設定値 \"latex_documents\" が見つかりません。ドキュメントは書き込まれません" - -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "設定値 \"latex_documents\" は、不明なドキュメント %s を参照しています" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart を使って完全なプロジェクトを生成する" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -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/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "TeX 関連ファイルをコピーしています" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "プロジェクト名 (デフォルト: ルートモジュール名)" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "追加のファイルをコピーしています" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "プロジェクト著者名(複数可)。--full が与えられたときに使用されます。" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "不明な設定値 latex_elements[%r] は無視されました。" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "プロジェクトバージョン。--full が与えられたときに使用されます。" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "不明なテーマオプション latex_theme_options[%r] は無視されました。" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "プロジェクトのリリースバージョン。--full が与えられたときに使用されます。デフォルトは --doc-version" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "拡張オプション" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %r!" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r に \"theme\" 設定がありません" - -#: builders/latex/theming.py:91 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r に \"%s\" 設定がありません" - -#: 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 "アルファベット以外" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "番号" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "ページ" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "キーワード引数" +msgid "%s is not a directory." +msgstr "%s はディレクトリではありません。" #: ext/napoleon/docstring.py:176 #, python-format @@ -3635,6 +3343,10 @@ msgstr "サンプル" msgid "Examples" msgstr "サンプル" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "キーワード引数" + #: ext/napoleon/docstring.py:956 msgid "Notes" msgstr "メモ" @@ -3643,6 +3355,11 @@ msgstr "メモ" msgid "Other Parameters" msgstr "その他のパラメータ" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "パラメータ" + #: ext/napoleon/docstring.py:1001 msgid "Receives" msgstr "受け取る" @@ -3651,13 +3368,137 @@ msgstr "受け取る" msgid "References" msgstr "参照" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "警告" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "警告" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "列挙" + +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r のシグネチャの更新に失敗しました: パラメータが見つかりません: %s。" + +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "%rのtype_commentを解析できませんでした: %s" + +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r の既定の引数値の解析に失敗しました: %s。" + +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "member-order オプションに無効な値があります: %s" + +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "class-doc-from オプションに無効な値があります: %s" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "auto%s (%r) の署名が無効です" + +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "%sの引数のフォーマット中にエラーが発生しました: %s " + +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" + +#: ext/autodoc/__init__.py:1021 +#, 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\"ディレクティブを配置するか、明示的なモジュール名を指定してください)" + +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "モックオブジェクトが検出されました: %r" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "%s のシグネチャをフォーマット中にエラーが発生しました: %s" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "automodule 名の \"::\" は意味がありません" + +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "automodule に与えられた署名引数、または戻り値となるアノテーション %s" + +#: ext/autodoc/__init__.py:1201 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ は文字列のリストでなければなりません。%r (%s モジュールの中) ではないです -- ignoring __all__" + +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "members: オプションで指定された属性がありません: モジュール %s、属性 %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 "%s の関数シグネチャの取得に失敗しました: %s" + +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "%s のコンストラクタ署名の取得に失敗しました: %s" + +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "ベースクラス: %s" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "オブジェクト %s に属性 %s がありません" + +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "%sの別名です。" + +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "TypeVar(%s)のエイリアスです。" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "列挙" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "%s のメソッド・シグネチャの取得に失敗しました: %s" + +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "無効な __slots__ が %s で見つかりました。無視されました。" #: ext/autosummary/__init__.py:284 #, python-format @@ -3780,451 +3621,640 @@ msgid "" "%(default)s)" msgstr "モジュール __all__ 属性に含まれるメンバーのみを対象としたドキュメントを作成します。(デフォルト: %(default)s)" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "割り込まれました!" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:28 +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 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注:デフォルトでは、このスクリプトはすでに作成されているファイルを上書きしません。" +"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 "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "ドキュメントへのモジュールパス" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "生成処理から除外するための、ファイル、ディレクトリ、または両方のパターンを記した fnmatch-style 形式" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -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 "次期バージョンでのエラーメッセージ改善のために、ユーザーエラーの場合にも報告してください。" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "目次に表示するサブモジュールの最大深度 (デフォルト: 4)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "サイドバーをたたむ" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing 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 "目次" -#: ext/apidoc/_cli.py:91 +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "検索" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "検索" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "ソースコードを表示" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "コンテンツ" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "クイック検索" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/genindex-split.html:17 +msgid "can be huge" +msgstr "大きい場合があるので注意" + +#: themes/basic/search.html:20 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "シンボリックリンクをたどります。collective.recipe.omeletteと組み合わせると強力です。" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "検索機能を使うには JavaScript を有効にしてください。" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "ファイルを作成せずにスクリプトを実行する" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "複数の単語を検索すると、次を含む一致のみが表示されます\n     すべての用語。" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "各モジュールのドキュメントをそれぞれのページに配置する" +#: themes/basic/search.html:35 +msgid "search" +msgstr "検索" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "\"_private\" モジュールを含めます。" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "ナビゲーション" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "目次のファイル名 (デフォルト: モジュール)" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s 内を検索" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "目次ファイルを生成しない" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "このドキュメントについて" -#: ext/apidoc/_cli.py:135 +#: 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 "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "module/package パッケージの見出しを生成しない (例: docstring にすでにそれらが含まれている場合など)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s 内を検索" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "概要" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Welcome! This is" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "the documentation for" + +#: 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 "章/節一覧" + +#: 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 "モジュール総索引" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "サブモジュールのドキュメントの前に、モジュールのドキュメントを置く" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "全モジュール早見表" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "PEP-0420 暗黙の名前空間の指定に従って、モジュールパスを解釈する" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "関数、クラスおよび用語総覧" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "ファイルの拡張子 (デフォルト: rst)" +#: 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:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart を使って完全なプロジェクトを生成する" +#: 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:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "module_pathを sys.path に追加します。--full が与えられたときに使用されます。" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "ライブラリに関する変更" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "プロジェクト名 (デフォルト: ルートモジュール名)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API に関する変更" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "プロジェクト著者名(複数可)。--full が与えられたときに使用されます。" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "その他の変更" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "プロジェクトバージョン。--full が与えられたときに使用されます。" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "プロジェクトのリリースバージョン。--full が与えられたときに使用されます。デフォルトは --doc-version" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "検索結果" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "拡張オプション" +#: themes/basic/static/searchtools.js:125 +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:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "検索中" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s はディレクトリではありません。" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "検索を準備しています..." -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", in " -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "検索結果を隠す" -#: ext/apidoc/_extension.py:110 +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "サイドバーを展開" + +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "循環参照している toctree が検出されましたので無視します: %s <- %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree にはタイトルのないドキュメント %r への参照が含まれています: リンクは生成されません" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "see %s" +msgstr "%sを参照" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "see also %s" +msgstr "%sも参照" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "unknown index entry type %r" +msgstr "不明なインデックスエントリタイプ %r" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "image file not readable: %s" +msgstr "画像ファイルが読み込めません: %s" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "画像ファイル %s が読み込めません: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "download file not readable: %s" +msgstr "ダウンロードファイルが読み込めません: %s" -#: ext/apidoc/_extension.py:247 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s はすでにセクション番号が割り当てられています (入れ子になった番号の toctree ?)" -#: ext/apidoc/_extension.py:256 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "ファイル %s を作成したものとします。" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "テンプレートパラメータ" -#: ext/intersphinx/_resolve.py:49 +#: domains/cpp/__init__.py:302 #, python-format -msgid "(in %s v%s)" -msgstr "(in %s v%s)" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(in %s)" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "戻り値" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: 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 "列挙型" + +#: 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/_object.py:206 +msgid "Variables" +msgstr "変数" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "例外" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (%s モジュール)" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (%s モジュール)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:184 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (組み込み変数)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:219 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (組み込みクラス)" + +#: domains/python/__init__.py:220 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (%s のクラス)" + +#: domains/python/__init__.py:285 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s のクラスメソッド)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s の静的メソッド)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (%s property)" +msgstr "%s (%s のプロパティ)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Pythonモジュール索引" + +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "モジュール" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "非推奨" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "例外" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "クラスメソッド" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "の静的メソッド" + +#: domains/python/__init__.py:744 +msgid "property" +msgstr "プロパティ" + +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "more than one target found for cross-reference %r: %s" +msgstr "相互参照 %r に複数のターゲットが見つかりました: %s" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (非推奨)" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "environment variable; %s" +msgstr "環境変数; %s" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "いくつかのインベントリでいくつかの問題に遭遇しましたが、代替手段を持っていました:" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "タイプ" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "以下の問題があるため、いくつかのインベントリは到達できませんでした:" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "デフォルト" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx インベントリは移動しました: %s -> %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\" のようになります。" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:319 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "member-order オプションに無効な値があります: %s" +msgid "%s command line option" +msgstr "%s コマンドラインオプション" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "class-doc-from オプションに無効な値があります: %s" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "コマンドラインオプション" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "auto%s (%r) の署名が無効です" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "用語集の前に空行が必要です" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "%sの引数のフォーマット中にエラーが発生しました: %s " +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" +msgstr "用語集の用語は空行で区切ってはいけません" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" +msgstr "用語集のフォーマットが間違っているようです。インデントを確認してください" -#: ext/autodoc/__init__.py:1021 -#, 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\"ディレクティブを配置するか、明示的なモジュール名を指定してください)" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "用語集の項目" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "モックオブジェクトが検出されました: %r" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "文法トークン" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "%s のシグネチャをフォーマット中にエラーが発生しました: %s" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "参照ラベル" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "automodule 名の \"::\" は意味がありません" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "環境変数" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "automodule に与えられた署名引数、または戻り値となるアノテーション %s" +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "プログラムオプション" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ は文字列のリストでなければなりません。%r (%s モジュールの中) ではないです -- ignoring __all__" +#: domains/std/__init__.py:735 +msgid "document" +msgstr "document" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "members: オプションで指定された属性がありません: モジュール %s、属性 %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "モジュール索引" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "%s の関数シグネチャの取得に失敗しました: %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "%s の記述 %s はすでに %s で使われています" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "%s のコンストラクタ署名の取得に失敗しました: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig は無効です。:numref: は無視されます。" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" -msgstr "ベースクラス: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "クロスリファレンスの作成に失敗しました。番号が割り当てられていません: %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" -msgstr "オブジェクト %s に属性 %s がありません" +msgid "the link has no caption: %s" +msgstr "リンクにキャプションがありません: %s" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" -msgstr "%sの別名です。" +msgid "invalid numfig_format: %s (%r)" +msgstr "無効な numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "TypeVar(%s)のエイリアスです。" +msgid "invalid numfig_format: %s" +msgstr "無効な numfig_format: %s" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "%s のメソッド・シグネチャの取得に失敗しました: %s" +msgid "undefined label: %r" +msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "無効な __slots__ が %s で見つかりました。無視されました。" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "%r の既定の引数値の解析に失敗しました: %s。" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "%r のシグネチャの更新に失敗しました: パラメータが見つかりません: %s。" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "%rのtype_commentを解析できませんでした: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "変数" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "のマクロ" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "struct" diff --git a/sphinx/locale/ka/LC_MESSAGES/sphinx.mo b/sphinx/locale/ka/LC_MESSAGES/sphinx.mo index c9170caa2e4..05e449f37b1 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 11a49fb8e37..8810016484f 100644 --- a/sphinx/locale/ka/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ka/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: ka\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "კონფიგურაციის საქაღალდე ფაილს conf.py არ შეიცავს (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "%s გაფართოება საჭიროა needs_extensons პარამეტრის მიერ, მაგრამ ჩატვირთული არაა." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "ლექსიკონის კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება (ინდივიდუალური ელემენტების დასაყენებლად გამოიყენეთ %r)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "რიცხვი %r კონფიგურაციის მნიშვნელობისთვის %r არასწორია. ის გამოტოვებული იქნება" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "მხარდაუჭერელი ტიპის მქონე კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "გადაფარვაში მითითებული კონფიგურაციის მნიშვნელობა %r უცნობია. ის გამოტოვებული იქნება" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "კონფიგურაციის მნიშვნელობა %r უკვე არსებობს" + +#: config.py:552 #, 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) აგებული ვერ იქნება." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +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:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "თქვენს კონფიგურაციის ფაილში აღმოჩენილია შეცდომა: %s\n" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "კონფგურაციის ფაილმა (ან მოდულმა, რომელის მან შემოიტანა) sys.exit() გამოიძახა" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "თქვენს კონფიგურაციის ფაილში პროგრამირებადი შეცდომაა:\n\n%s" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "სექცია %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "ნახ. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "ცხრილი %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "ჩამონათვალი %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "კონფიგურაციის მნიშვნელობა `{name}` შეიძლება იყოს ერთ-ერთ სიიდან `{candidates}`, თქვენ კი `{current}` მიუთითეთ." + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, მე კი {permitted}-ს ველოდებოდი." + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, ნაგულისხმებია `{default.__name__}`." + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r ვერ ვიპოვე. ის გამოტოვებული იქნება." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "წყარო საქაღალდე ვერ ვიპოვე (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "გამოტანის საქაღალდე (%s) საქაღალდე არაა" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "საწყისი და სამიზნე საქაღალდე ერთი და იგივე არ შეიძლება, იყოს" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "გაშვებულია Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "პროექტს Sphinx-ის მინიმალური v%s სჭირდება და ამიტომ ამ ვერსიით ვერ აიგება." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "გამოტანის საქაღალდის შექმნა" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "გაფართოების %s მორგებისას:" -#: application.py:309 +#: application.py:310 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', როგორც ის conf.py-შია ამჟამად აღწერილი, Python-ის მიერ გამოძახებადი არაა. შეცვალეთ აღწერა, რათა ის გამოძახებადი ფუნქცია გახდეს. ეს საჭიროა, რათა conf.py-ი, როგორც Sphinx-ის გაფართოება, მოიქცეს." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "თარგმანების ჩატვირთვა [%s]... " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "შესრულებულია" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "ჩაშენებული შეტყობინებებისთვის ხელმისაწვდომი არაა" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "დამჟავებული გარემოს ჩატვირთვა" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "შეცდომით: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "ამგები არჩეული არაა. ვიყენებ ნაგულისხმევს: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "კვანძის კლასი %r უკვე რეგისტრირებულია. მისი მნახველები გადაფარული იქნება" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "გაფართოება %s არ აღწერს, არის თუ არა ის უსაფრთხო პარალელური წაკითხვისთვის. ვთვლით, რომ არა - კითხეთ გაფართოების ავტორს და აშკარად აღწერეთ ის" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s გაფართოება პარალელური წაკითხვისთვის უსაფრთხო არაა" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,159 +308,213 @@ msgid "" "explicit" msgstr "გაფართოება %s არ აღწერს, არის თუ არა ის უსაფრთხო პარალელური ჩაწერისთვის. ვთვლით, რომ არა - კითხეთ გაფართოების ავტორს და აშკარად აღწერეთ ის" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s გაფართოება პარალელური ჩაწერისთვის უსაფრთხო არაა" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "ვაკეთებ სერიულს %s" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "კონფიგურაციის საქაღალდე ფაილს 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 "აღმოჩენილია არასწორი კონფიგურაციის მნიშვნელობა: 'language = None'. განაახლეთ კონფიგურაცია და მიუთითეთ სწორი ენა. გადაირთვება 'en'-ზე (ინგლისური)." +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "%s გაფართოება საჭიროა needs_extensons პარამეტრის მიერ, მაგრამ ჩატვირთული არაა." -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +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) აგებული ვერ იქნება." -#: config.py:399 +#: events.py:81 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "ლექსიკონის კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება (ინდივიდუალური ელემენტების დასაყენებლად გამოიყენეთ %r)" +msgid "Event %r already present" +msgstr "მოვლენა %r უკვე არსებობს" -#: config.py:411 +#: events.py:379 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "რიცხვი %r კონფიგურაციის მნიშვნელობისთვის %r არასწორია. ის გამოტოვებული იქნება" +msgid "Unknown event name: %s" +msgstr "უცნობი მოვლენის სახელი: %s" -#: config.py:419 +#: events.py:424 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "მხარდაუჭერელი ტიპის მქონე კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება" +msgid "Handler %r for event %r threw an exception" +msgstr "დამმუშავებელმა %r მოვლენისთვის %r გამონაკლისი გადმოგვცა" -#: config.py:442 +#: registry.py:162 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "გადაფარვაში მითითებული კონფიგურაციის მნიშვნელობა %r უცნობია. ის გამოტოვებული იქნება" +msgid "Builder class %s has no \"name\" attribute" +msgstr "ამგებ კლასს %s \"name\" ატრიბუტი არ გააჩნია" -#: config.py:496 +#: registry.py:166 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "Builder %r already exists (in module %s)" +msgstr "ამგები %r უკვე არსებობს (მოდულში %s)" -#: config.py:524 +#: registry.py:182 #, python-format -msgid "Config value %r already present" -msgstr "კონფიგურაციის მნიშვნელობა %r უკვე არსებობს" +msgid "Builder name %s not registered or available through entry point" +msgstr "ამგების სახელი %s რეგისტრირებული არაა ან შესვლის წერტილში ხელმისაწვდომი არაა" -#: config.py:561 +#: registry.py:192 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "Builder name %s not registered" +msgstr "ამგების სახელი %s რეგისტრირებული არაა" -#: config.py:603 +#: registry.py:199 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "თქვენს კონფიგურაციის ფაილში აღმოჩენილია შეცდომა: %s\n" +msgid "domain %s already registered" +msgstr "დომენი %s უკვე რეგისტრირებულია" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "კონფგურაციის ფაილმა (ან მოდულმა, რომელის მან შემოიტანა) sys.exit() გამოიძახა" +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "დომენის %s ჯერ რეგისტრირებული არაა" -#: config.py:615 +#: registry.py:230 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "თქვენს კონფიგურაციის ფაილში პროგრამირებადი შეცდომაა:\n\n%s" +msgid "The %r directive is already registered to domain %s" +msgstr "%r დირექტივა დომენისთვის %s უკვე რეგისტრირებულია" -#: config.py:637 +#: registry.py:248 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r role is already registered to domain %s" +msgstr "%r როლი დომენისთვის %s უკვე რეგისტრირებულია" -#: config.py:655 config.py:663 +#: registry.py:261 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "The %r index is already registered to domain %s" +msgstr "%r ინდექსი დომენისთვის %s უკვე რეგისტრირებულია" -#: config.py:669 +#: registry.py:308 #, 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 object_type is already registered" +msgstr "%r ობიექტის ტიპი უკვე რეგისტრირებულია" -#: config.py:690 +#: registry.py:339 #, python-format -msgid "Section %s" -msgstr "სექცია %s" +msgid "The %r crossref_type is already registered" +msgstr "%r ჯვარედინი მიმართვის ტიპი უკვე რეგისტრირებულია" -#: config.py:691 +#: registry.py:348 #, python-format -msgid "Fig. %s" -msgstr "ნახ. %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r უკვე რეგისტრირებულია" -#: config.py:692 +#: registry.py:358 #, python-format -msgid "Table %s" -msgstr "ცხრილი %s" +msgid "source_parser for %r is already registered" +msgstr "source_parser %r-სთვის უკვე რეგისტრირებულია" -#: config.py:693 +#: registry.py:367 #, python-format -msgid "Listing %s" -msgstr "ჩამონათვალი %s" +msgid "Source parser for %s not registered" +msgstr "წყაროს დამმუშავებელი %s-სთვის რეგისტრირებული არაა" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "კონფიგურაციის მნიშვნელობა `{name}` შეიძლება იყოს ერთ-ერთ სიიდან `{candidates}`, თქვენ კი `{current}` მიუთითეთ." +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" +msgstr "მთარგმნელი %r-სთვის უკვე არსებობს" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, მე კი {permitted}-ს ველოდებოდი." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "kwarg-ები add_node()-სთვის (შემომავალი, გამავალი) ფუნქციის კორტეჟი უნდა იყოს: %r=%r" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, ნაგულისხმებია `{default.__name__}`." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r უკვე რეგისტრირებულია" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r ვერ ვიპოვე. ის გამოტოვებული იქნება." +msgid "math renderer %s is already registered" +msgstr "მათემატიკის რენდერერი %s უკვე რეგისტრირებულია" -#: config.py:882 +#: registry.py:531 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "გაფართოება %r %s ვერსიის შემდეგ Sphinx-ის ნაწილია. გაფართოება გამოტოვებულია." -#: highlighting.py:170 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "საწყისი გამონაკლისი:\n" + +#: registry.py:547 +#, python-format +msgid "Could not import extension %s" +msgstr "გაფართოების (%s) შემოტანა შეუძლებელია" + +#: registry.py:554 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "გაფართოებას %r ფუნქცია setup() არ აქვს. დარწმუნებული ბრძანდებით, რომ ეს ნამდვილად Sphinx-ის გაფართოების მოდულია?" + +#: registry.py:567 +#, 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 +#, 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 +#, 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 "Python-ის განვითარების შეთავაზებები; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "არასწორი PEP ნომერი %s" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "არასწორი RFC ნომერი %s" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments lexer-ის სახელი %r უცნობია" @@ -337,1403 +526,953 @@ msgid "" "Retrying in relaxed mode." msgstr "" -#: theming.py:115 +#: 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 "" + +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "პარამეტრი %s.%s თემის კონფიგურაციებში აღმოჩენილი არაა" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "თემის პარამეტრი %r მხარდაჭერილი არაა" -#: theming.py:208 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:276 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, 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 "მოვლენა %r უკვე არსებობს" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "უცნობი მოვლენის სახელი: %s" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "დამმუშავებელმა %r მოვლენისთვის %r გამონაკლისი გადმოგვცა" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "" -#: project.py:72 -#, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "ამგებ კლასს %s \"name\" ატრიბუტი არ გააჩნია" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "დოკუმენტაციის დაფარვის შემოწმება" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "ამგები %r უკვე არსებობს (მოდულში %s)" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "მათემატიკის ჩასმა, რომელიც PNG ან SVG გამოსახულების სახითაა დარენდერებული" -#: registry.py:187 -#, python-format -msgid "Builder name %s not registered or available through entry point" -msgstr "ამგების სახელი %s რეგისტრირებული არაა ან შესვლის წერტილში ხელმისაწვდომი არაა" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "ბრაუზერში MathJax-ის მიერ დარენდერებული მათემატიკის ჩასმა" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "ამგების სახელი %s რეგისტრირებული არაა" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "დომენი %s უკვე რეგისტრირებულია" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "დომენის %s ჯერ რეგისტრირებული არაა" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "%r დირექტივა დომენისთვის %s უკვე რეგისტრირებულია" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "გთხოვთ შეიყვანოთ ბილიკის სწორი სახელი." -#: registry.py:253 -#, python-format -msgid "The %r role is already registered to domain %s" -msgstr "%r როლი დომენისთვის %s უკვე რეგისტრირებულია" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "შეიყვანეთ რაიმე ტექსტი." -#: registry.py:266 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r index is already registered to domain %s" -msgstr "%r ინდექსი დომენისთვის %s უკვე რეგისტრირებულია" +msgid "Please enter one of %s." +msgstr "შეიყვანეთ %s-დან ერთ-ერთი." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "%r ობიექტის ტიპი უკვე რეგისტრირებულია" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "შეიყვანეთ 'y' (დიახ) ან 'n' (არა)" -#: registry.py:344 -#, python-format -msgid "The %r crossref_type is already registered" -msgstr "%r ჯვარედინი მიმართვის ტიპი უკვე რეგისტრირებულია" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "მიუთითეთ ფაილის სუფიქსი. მაგ: '.rst' ან '.txt'." -#: registry.py:353 +#: cmd/quickstart.py:229 #, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r უკვე რეგისტრირებულია" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "მოგესალმებით Sphinx %s-ის სწრაფი მორგების პროგრამა." -#: registry.py:363 -#, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser %r-სთვის უკვე რეგისტრირებულია" +#: 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 "" -#: registry.py:372 +#: cmd/quickstart.py:241 #, python-format -msgid "Source parser for %s not registered" -msgstr "წყაროს დამმუშავებელი %s-სთვის რეგისტრირებული არაა" +msgid "Selected root path: %s" +msgstr "არჩეული root ბილიკი: %s" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "მთარგმნელი %r-სთვის უკვე არსებობს" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "შეიყვანეთ დოკუმენტაციის ძირითადი ბილიკი." -#: 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" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "დოკუმენტაციის ძირითადი ბილიკი" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r უკვე რეგისტრირებულია" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "შეცდომა: არჩეულ ძირითად ბილიკზე აღმოჩენილია არსებული conf.py ფაილი." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "მათემატიკის რენდერერი %s უკვე რეგისტრირებულია" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart-ი არსებულ Sphinx-ის პროექტებს თავზე არ გადააწერს." -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." -msgstr "გაფართოება %r %s ვერსიის შემდეგ Sphinx-ის ნაწილია. გაფართოება გამოტოვებულია." +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "შეიყვანეთ ახალი საწყისი ბილიკი (გასასვლელად უბრალოდ დააწექით ღილაკს 'Enter')" -#: registry.py:543 -msgid "Original exception:\n" -msgstr "საწყისი გამონაკლისი:\n" +#: 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 "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "გაფართოების (%s) შემოტანა შეუძლებელია" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "კოდის და აგების საქაღალდეები განსხვავდება? (y(დიახ)/n(არა))" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" -msgstr "გაფართოებას %r ფუნქცია setup() არ აქვს. დარწმუნებული ბრძანდებით, რომ ეს ნამდვილად Sphinx-ის გაფართოების მოდულია?" +"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 "" -#: registry.py:565 -#, 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 სჭირდება. ამიტომ მას ამ ვერსიით ვერ ააგებთ." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "სახელის პრეფიქსი ნიმუშებისა და სტატიკის საქაღალდეებისთვის" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" -msgstr "გაფართოებამ %r setup() ფუნქციიდან მხარდაუჭერელი ობიექტი დააბრუნა. მან ან არაფერი, ან მეტამონაცემების ლექსიკონი უნდა დააბრუნოს" - -#: 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 "" +"The project name will occur in several places in the built documentation." +msgstr "პროექტს სახელი აგებულ დოკუმენტაციაში რამდენიმე ადგილას გამოჩნდება." -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "პროექტის სახელი" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "ავტორის სახელები" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %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 "" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python-ის განვითარების შეთავაზებები; PEP %s" - -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "არასწორი PEP ნომერი %s" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "პროექტის ვერსია" -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "არასწორი RFC ნომერი %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "პროექტის რელიზი" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: 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 "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "მოდულის კოდის გამოკვეთა... " +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "პროექტის ენა" -#: ext/viewcode.py:320 -msgid "[docs]" +#: 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 "" -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "მოდულის კოდი" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "გადახედვა: მოდულის კოდი" - -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: 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 "" -#: ext/extlinks.py:82 +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "თქვენი მთავარი დოკუმენტის სახელი (სუფიქსს გარეშე)" + +#: cmd/quickstart.py:367 #, python-format msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "სექცია \"%s\" მიიღებს ჭდეს \"%s\"" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart არსებულ ფაილებს თავზე არ გადააწერს." -#: 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:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:396 msgid "" -"====================== slowest reading durations =======================" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:406 +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 "" -#: ext/doctest.py:124 +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "შევქმნა Makefile? (y(დიახ)/n(არა))" + +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "შევქმნა Windows-ის ბრძანებების ფაილი? (y(დიახ)/n(არა))" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' სწორი პარამეტრი არაა." +msgid "Creating file %s." +msgstr "ფაილის შექმნა %s." -#: ext/doctest.py:139 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' სწორი pyversion-ის პარამეტრი არაა" +msgid "File %s already exists, skipping." +msgstr "ფაილი %s უკვე არსებობს. ის გამოტოვებული იქნება." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "არასწორი TestCode ტიპი" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "დასრულდა: საწყისი საქაღალდეების სტრუქტურა შეიქმნა." -#: ext/doctest.py:297 +#: cmd/quickstart.py:519 #, python-format msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/imgmath.py:162 +#: cmd/quickstart.py:530 #, python-format msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:572 +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 "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "მეტი ინფორმაციის მისაღებად ეწვიეთ ." -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "არასწორი რეგულარული გამოსახულება %r %s-ში" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "ჩუმი რეჟიმი" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "პროექტის საწყისი საქაღალდე" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "სტრუქტურის მორგება" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +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 "" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "თუ მითითებულია, აგების საქაღალდე კოდის საქაღალდეში იქნება" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +#: cmd/quickstart.py:625 +msgid "Project basic options" +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/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 "გარე 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 "" - -#: 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 "[გრაფიკი: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -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 "საწყისი ჩანაწერი" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "\"%s\" და \"%s\" პარამეტრების ერთდროული გამოყენება შეუძლებელია" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +#: cmd/quickstart.py:627 +msgid "project name" +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" -msgstr "" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "ავტორის სახელები" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "ობიექტი სახელად %r ჩასასმელი ფაილში %r აღმოჩენილი არაა" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "პროექტის ვერსია" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "პროექტის რელიზი" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +#: cmd/quickstart.py:651 +msgid "document language" +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 "" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "წყაროს ფაილის სუფიქსი" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "მთავარი დოკუმენტის სახელი" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "epub-ის გამოყენება" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "გაფართოების პარამეტრები" -#: directives/other.py:169 +#: cmd/quickstart.py:670 #, 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 "" +msgid "enable %s extension" +msgstr "%s გაფართოების ჩართვა" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "გადახედვის ფაილის მდებარეობაა %(outdir)s." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "ვერსიაში %s ცვლილებები არაა." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "შეჯამების ფაილის ჩაწერა..." - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "ჩაშენებულები" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "მოდულის დონე" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "კოდის ფაილების კოპირება..." - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "ცვლილებების ჟურნალის შესაქმნელად %r-ის წაკითხვა შეუძლებელია" - -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "სახელმძღვანელოს გვერდების საქაღალდეა %(outdir)s." +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Makefile და Batchfile-ის შექმნა" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "makefile-ის შექმნა" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "ჩაწერა" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "makefile-ის არ შეიქმნება" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" პარამეტრის მნიშვნელობა უცნობ დოკუმენტზე %s მიუთითებს" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "batchfile-ის შექმნა" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "batchfile-ი არ შეიქმნება" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "აგება [mo]: " - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "გამოტანის ჩაწერა... " - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "სულ %d po ფაილი" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "%d po ფაილისთვის სამიზნე მითითებული არაა" - -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d po ფაილისთვის სამიზნე მოძველებულია" - -#: builders/__init__.py:319 -msgid "all source files" -msgstr "ყველა კოდის ფაილი" - -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r არ არსებობს. " - -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r კოდის საქაღალდეში არაა. გამოტოვება" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r სწორი დოკუმენტი არაა. გამოტოვება" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "ბრძანების სტრიქონში მითითებულია %d კოდის ფაილი" - -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d კოდის ფაილის სამიზნე მოძველებულია" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "აგება [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "მოძველებული ფაილების ძებნა... " - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "ნაპოვნია %d" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "არაფერია ნაპოვნი" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "დამჟავების გარემო" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "თანმიმდევრულობის შემოწმება" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "მოძველებული სამიზნეები აღმოჩენილი არაა." - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "გარემოს განახლება: " - -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s დაემატა, %s შეიცვალა, %s წაიშალა" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "პროექტის ნიმუშები" -#: 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/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "ნიმუშების საქაღალდე ნიმუშის ფაილებისთვის" -#: builders/__init__.py:540 -#, 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:730 +msgid "define a template variable" +msgstr "აღწერეთ სანიმუშე ცვლადი" -#: builders/__init__.py:551 -#, 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." +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:558 -#, python-format +#: cmd/quickstart.py:785 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:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "წყაროების კითხვა... " - -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "ჩასაწერი დოკუმენტის სახელები: %s" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "დოკუმენტების მომზადება" - -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" - -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "EPub ფაილი %(outdir)s-შია." - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "nav.xhtml ფაილის ჩაწერა..." - -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_language\" (ან \"language\") EPUB3-სთვის ცარიელი არ უნდა ყოფილიყო" - -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_uid\" EPUB3-სთვის XML NAME უნდა იყოს" - -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_title\" (ან \"html_title\") EPUB3-სთვის ცარიელი არ უნდა იყოს" - -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_author\" EPUB3-სთვის ცარიელი არ უნდა იყოს" - -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_contributor\" EPUB3-სთვის ცარიელი არ უნდა იყოს" - -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_description\" EPUB3-სთვის ცარიელი არ უნდა იყოს" - -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_publisher\" EPUB3-სთვის ცარიელი არ უნდა იყოს" - -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_copyright\" (ან \"copyright\") EPUB3-სთვის ცარიელი არ უნდა იყოს" - -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_identifier\" EPUB3-სთვის ცარიელი არ უნდა იყოს" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"version\" EPUB3-სთვის ცარიელი არ უნდა იყოს" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "არასწორი css_file: %r. გამოტოვება" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML ფაილების საქაღალდეა %(outdir)s." - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "შეცდომა '%s' ფაილის ჩაწერისას: %s" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" -#: builders/xml.py:101 +#: cmd/quickstart.py:809 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "ფსევდო-XML ფაილებს საქაღალდეა %(outdir)s." +msgid "Invalid template variable: %s" +msgstr "არასწორი ნიმუშის ცვლადი: %s" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo-ის ფაილების საქაღალდეა %(outdir)s." +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "დავალების ნომერი დადებითი რიცხვი უნდა იყოს" -#: builders/texinfo.py:48 +#: cmd/build.py:74 msgid "" "\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"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 "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "კონფიგურაციის პარამეტრის \"texinfo_documents\" მნიშვნელობა მითითებული არაა. დოკუმენტების ჩაწერი არ იქნება" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "ბილიკი დოკუმენტაციის კოდის ფაილებამდე" -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" კონფიგურაციის პარამეტრი მიუთითებს უცნობ დოკუმენტზე %s" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "ბილიკი გამოტანის საქაღალდემდე" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "დამუშავება %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "მიმართვების ამოხსნა..." +#: cmd/build.py:114 +msgid "general options" +msgstr "ზოგადი პარამეტრები" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " ( " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "გამოსახულებების კოპირება... " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "გამოსახულების ფაილის %r კოპირების შეცდომა: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "ყველა ფაილის ჩაწერა (ნაგულისხმევი: მხოლოდ ახალი და შეცვლილი ფაილების ჩაწერა)" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "მიმდინარეობს Texinfo-ის მხარდაჭერის ფაილების კოპირება" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "შენახული გარემო გამოყენებული არ იქნება. ყოველთვის მოხდება ყველა ფაილის წაკითხვა" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "შეცდომა Makefile-ის ჩაწერისას: %s" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "გამოსახულების ფაილი %r ვერ წავიკითხე: ის, სამაგიეროდ, დაკოპირდება" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "გამოსახულების ფაილის %r ჩაწერის შეცდომა: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "Pillow ვერ ვიპოვე - სურათის ფაილების კოპირება" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "კონფიგურაციის ფაილის პარამეტრის გადაფარვა" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "mimetype ფაილის ჩაწერა..." +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "მნიშვნელობის გადაცემა HTML ნიმუშებში" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "მიმდინარეობს META-INF/container.xml ფაილის ჩაწერა..." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "content.opf ფაილის ჩაწერა..." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "უცნობი mimetype ფაილისთვის %s. გამოტოვება" +#: cmd/build.py:212 +msgid "console output options" +msgstr "კონსოლის გამოტანის პარამეტრები" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "დიაგნოსტიკური შეტყობინებების სიხშირის გაზრდა (შეგიძლიათ, გაიმეოროთ)" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "toc.ncx ფაილის ჩაწერა..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "stdout-ზე გამოტანილი არაფერი იქნება. მხოლოდ გაფრთხილებები, stderr-ზე" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "%s ფაილის ჩაწერა..." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "არაფრი გამოტანა. გაფრთხილებებისაც კი" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "სულელი ამგები, რომელიც ფაილებს არ აგენერირებს." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "ფერადი გამოტანის ჩართვა (ნაგულისხმევი: ავტომატურად-აღმოჩენა)" -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "შეტყობინების კატალოგების საქაღალდეა %(outdir)s." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "ფერადი გამოტანის გამორთვა (ნაგულისხმევი: ავტომატურად-აღმოჩენა)" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "%d ნიმუშის ფაილის სამიზნეები" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "ნიმუშების კითხვა... " +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "გაფრთხილებების (და შეცდომების) მითითებულ ფაილში ჩაწერა" -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "შეტყობინების კატალოგების ჩაწერა... " +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "გაფრთხილებების შეცდომად აღქმა" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML გვერდის საქაღალდეა %(outdir)s." +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "ერთი დოკუმენტის აწყობა" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "გამონაკლისისას Pdb-ის გაშვება" -#: builders/singlehtml.py:189 -msgid "writing additional files" -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 პარამეტრის და ფაილის სახელების ერთად მითითება შეუძლებელია" -#: builders/linkcheck.py:77 +#: cmd/build.py:357 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "cannot open warning file '%s': %s" +msgstr "" + +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/linkcheck.py:149 +#: domains/javascript.py:183 #, python-format -msgid "broken link: %s (%s)" -msgstr "გაფუჭებული ბმული: %s (%s)" +msgid "%s() (built-in function)" +msgstr "%s () (ჩაშენებული ფუნქცია)" -#: builders/linkcheck.py:548 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "Anchor '%s' not found" -msgstr "მიმაგრება '%s' ვერ ვიპოვე" +msgid "%s() (%s method)" +msgstr "%s () (%s მეთოდი)" -#: builders/linkcheck.py:758 +#: domains/javascript.py:186 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgid "%s() (class)" +msgstr "%s () (კლასი)" -#: builders/text.py:29 +#: domains/javascript.py:188 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "ტექსტური ფაილების საქაღლდეა %(outdir)s." +msgid "%s (global variable or constant)" +msgstr "%s (გლობალური ცვლადი ან მუდმივა)" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s ატრიბუტი)" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "არგუმენტები" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "ისვრის" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "აბრუნებს" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: 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 "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "%s (module)" +msgstr "%s (მოდული)" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "ფუნქცია" -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "მეთოდი" -#: transforms/__init__.py:253 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "კლასი" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "ნაკვალევი [%s] მიმართული არაა." +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "მონაცემები" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "ატრიბუტი" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "ნაკვალევი [#] მიმართული არაა." +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "მოდული" -#: _cli/__init__.py:73 -msgid "Usage:" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "ცვლილებები ვერსიაში %s" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "მოძველებულია ვერსიაში %s" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "არასწორი math_eqref_format: %r" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (დირექტივა)" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (დირექტივის პარამეტრი)" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (როლი)" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "დირექტივა" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "დირექტივის-პარამეტრი" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "როლები" -#: _cli/__init__.py:231 -msgid "" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s-ის დუბლირებული აღწერა. სხვა ასლი %s-შია" + +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: environment/__init__.py:86 +#: environment/__init__.py:88 msgid "new config" msgstr "ახალი კონფიგურაცია" -#: environment/__init__.py:87 +#: environment/__init__.py:89 msgid "config changed" msgstr "კონფიგურაცია შეიცვალა" -#: environment/__init__.py:88 +#: environment/__init__.py:90 msgid "extensions changed" msgstr "გაფართოებები შეიცვალა" -#: environment/__init__.py:253 +#: environment/__init__.py:258 msgid "build environment version not current" msgstr "აგების გარემოს ვერსია მიმდინარე არაა" -#: environment/__init__.py:255 +#: environment/__init__.py:260 msgid "source directory has changed" msgstr "საწყისი საქაღალდე შეიცვალა" -#: environment/__init__.py:325 +#: environment/__init__.py:347 #, python-format msgid "The configuration has changed (1 option: %r)" msgstr "" -#: environment/__init__.py:330 +#: environment/__init__.py:352 #, python-format msgid "The configuration has changed (%d options: %s)" msgstr "" -#: environment/__init__.py:336 +#: environment/__init__.py:358 #, python-format msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: environment/__init__.py:379 +#: environment/__init__.py:401 msgid "" "This environment is incompatible with the selected builder, please choose " "another doctree directory." msgstr "გარემო არჩეულ ამგებთან თავსებადი არაა. აირჩიეთ სხვა დოკუმენტების ხის საქაღალდე." -#: environment/__init__.py:493 +#: environment/__init__.py:515 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "%s-ში დოკუმენტების სკანირება შეუძლებელია: %r" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format msgid "Domain %r is not registered" msgstr "დომენი %r რეგისტრირებული არაა" -#: environment/__init__.py:813 +#: environment/__init__.py:800 msgid "document isn't included in any toctree" msgstr "დოკუმენტი არც ერთ სარჩევის ხეში ჩასმული არაა" -#: environment/__init__.py:859 +#: environment/__init__.py:911 msgid "self referenced toctree found. Ignored." msgstr "აღმოჩენილია თვითმიმართვადი სარჩევის ხე. გამოტოვებულია." -#: environment/__init__.py:889 +#: environment/__init__.py:941 #, python-format msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "წაკითხვის შეცდომა: %s, %s" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "ჩაწერის შეცდომა: %s, %s" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: _cli/__init__.py:98 +msgid "Options" 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." +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: util/nodes.py:423 -#, python-format +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "გამოტოვებული" - -#: util/display.py:87 -msgid "failed" -msgstr "შეცდომით" - -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: _cli/__init__.py:199 +msgid "Show this message and exit." msgstr "" -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "უცნობი კვანძის ტიპი: %r" - -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "ნაგულისხმევი როლი %s ვერ ვიპოვე" - -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "სქოლიოები" - -#: writers/manpage.py:289 writers/text.py:945 -#, python-format -msgid "[image: %s]" -msgstr "[გამოსახულება: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "" +#: builders/html/__init__.py:489 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:206 domains/std/__init__.py:771 +#: builders/latex/__init__.py:203 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 @@ -1743,11 +1482,15 @@ msgstr "" msgid "Index" msgstr "ინდექსი" -#: writers/latex.py:743 writers/texinfo.py:646 +#: writers/latex.py:766 writers/texinfo.py:646 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "სქოლიოები" + #: writers/texinfo.py:1217 msgid "caption not inside a figure." msgstr "წარწერა ფიგურის შიგნით არაა." @@ -1757,54 +1500,6 @@ msgstr "წარწერა ფიგურის შიგნით არა msgid "unimplemented node type: %r" msgstr "განუხორციელებელი კვანძის ტიპი: %r" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" - -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "ენისთვის %r Babel-ის პარამეტრი ცნობილი არაა" - -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr "ძალიან დიდი :maxdepth:. გამოტოვება." - -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "დოკუმენტის სათაური ერთი ტექსტური კვანძი არაა" - -#: writers/html5.py:572 writers/latex.py:1106 -#, 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 "" - -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "ზომის ერთეული %s არასწორია. გამოტოვება." - -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "აღმოჩენილია ინდექსის ჩანაწერის უცნობი ტიპი %s" - -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "არასწორი math_eqref_format: %r" - #: writers/html5.py:96 writers/html5.py:105 msgid "Link to this definition" msgstr "" @@ -1831,6 +1526,11 @@ msgstr "" msgid "Link to this table" msgstr "" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" + #: writers/html5.py:636 msgid "Link to this code" msgstr "" @@ -1847,1801 +1547,1941 @@ msgstr "" msgid "Could not obtain image size. :scale: option is ignored." msgstr "გამოსახულების ზომის მიღება შეუძლებელია. :scale: მოხდება პარამეტრის გამოტოვება." -#: domains/__init__.py:322 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "[image: %s]" +msgstr "[გამოსახულება: %s]" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: domains/javascript.py:182 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s () (ჩაშენებული ფუნქცია)" - -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: writers/latex.py:384 #, python-format -msgid "%s() (%s method)" -msgstr "%s () (%s მეთოდი)" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: domains/javascript.py:185 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "%s() (class)" -msgstr "%s () (კლასი)" +msgid "no Babel option known for language %r" +msgstr "ენისთვის %r Babel-ის პარამეტრი ცნობილი არაა" -#: domains/javascript.py:187 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (გლობალური ცვლადი ან მუდმივა)" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "ძალიან დიდი :maxdepth:. გამოტოვება." -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: writers/latex.py:614 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s ატრიბუტი)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "არგუმენტები" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "ისვრის" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "დოკუმენტის სათაური ერთი ტექსტური კვანძი არაა" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "აბრუნებს" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "დაბრუნების ტიპი" +#: writers/latex.py:1230 +#, 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 "" -#: domains/javascript.py:370 +#: writers/latex.py:1626 #, python-format -msgid "%s (module)" -msgstr "%s (მოდული)" +msgid "dimension unit %s is invalid. Ignored." +msgstr "ზომის ერთეული %s არასწორია. გამოტოვება." -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "ფუნქცია" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "აღმოჩენილია ინდექსის ჩანაწერის უცნობი ტიპი %s" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -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 "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "კლასი" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "მონაცემები" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "არასწორი წარწერა: %s" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -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" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "მოდული" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "\"%s\" და \"%s\" პარამეტრების ერთდროული გამოყენება შეუძლებელია" -#: domains/javascript.py:454 +#: directives/code.py:231 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: domains/changeset.py:26 +#: directives/code.py:235 #, python-format -msgid "Added in version %s" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: domains/changeset.py:27 +#: directives/code.py:276 #, python-format -msgid "Changed in version %s" -msgstr "ცვლილებები ვერსიაში %s" +msgid "Object named %r not found in include file %r" +msgstr "ობიექტი სახელად %r ჩასასმელი ფაილში %r აღმოჩენილი არაა" -#: domains/changeset.py:28 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "Deprecated since version %s" -msgstr "მოძველებულია ვერსიაში %s" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "" -#: domains/changeset.py:29 +#: directives/other.py:119 #, python-format -msgid "Removed in version %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "%s (directive)" -msgstr "%s (დირექტივა)" +msgid "toctree contains reference to excluded document %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: directives/other.py:156 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (დირექტივის პარამეტრი)" +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: domains/rst.py:224 +#: directives/other.py:169 #, python-format -msgid "%s (role)" -msgstr "%s (როლი)" +msgid "duplicated entry found in toctree: %s" +msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" -#: domains/rst.py:234 -msgid "directive" -msgstr "დირექტივა" +#: directives/other.py:203 +msgid "Section author: " +msgstr "სექციის ავტორი: " -#: domains/rst.py:235 -msgid "directive-option" -msgstr "დირექტივის-პარამეტრი" +#: directives/other.py:205 +msgid "Module author: " +msgstr "მოდულის ავტორი: " -#: domains/rst.py:236 -msgid "role" -msgstr "როლები" +#: directives/other.py:207 +msgid "Code author: " +msgstr "კოდის ავტორი: " -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "%s %s-ის დუბლირებული აღწერა. სხვა ასლი %s-შია" +#: directives/other.py:209 +msgid "Author: " +msgstr "ავტორი: " -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "ყურადღება" +#: ext/todo.py:61 +msgid "Todo" +msgstr "განრიგის სია" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "გაფრთხილება" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "საფრთხე" +#: ext/todo.py:152 +msgid "<>" +msgstr "<<საწყისი ჩანაწერი>>" -#: locale/__init__.py:231 -msgid "Error" -msgstr "შეცდომა" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "მინიშნება" +#: ext/todo.py:166 +msgid "original entry" +msgstr "საწყისი ჩანაწერი" -#: locale/__init__.py:233 -msgid "Important" -msgstr "მნიშვნელოვანი" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "მოდულის კოდის გამოკვეთა... " -#: locale/__init__.py:234 -msgid "Note" -msgstr "ნოტი" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "ასევე იხილეთ" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "მოდულის კოდი" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "რჩევა" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "ყურადღება" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "გადახედვა: მოდულის კოდი" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: 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 "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -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 "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "მათემატიკის ჩასმა, რომელიც PNG ან SVG გამოსახულების სახითაა დარენდერებული" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "ბრაუზერში MathJax-ის მიერ დარენდერებული მათემატიკის ჩასმა" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "გთხოვთ შეიყვანოთ ბილიკის სწორი სახელი." +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "შეიყვანეთ რაიმე ტექსტი." +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: cmd/quickstart.py:133 +#: ext/imgmath.py:326 #, python-format -msgid "Please enter one of %s." -msgstr "შეიყვანეთ %s-დან ერთ-ერთი." +msgid "display latex %r: %s" +msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "შეიყვანეთ 'y' (დიახ) ან 'n' (არა)" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "მიუთითეთ ფაილის სუფიქსი. მაგ: '.rst' ან '.txt'." +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: cmd/quickstart.py:229 +#: ext/imgconverter.py:44 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "მოგესალმებით Sphinx %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 "" -#: cmd/quickstart.py:234 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, 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)." +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: cmd/quickstart.py:241 +#: ext/imgconverter.py:83 #, python-format -msgid "Selected root path: %s" -msgstr "არჩეული root ბილიკი: %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "შეიყვანეთ დოკუმენტაციის ძირითადი ბილიკი." +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "სექცია \"%s\" მიიღებს ჭდეს \"%s\"" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -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:254 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "შეცდომა: არჩეულ ძირითად ბილიკზე აღმოჩენილია არსებული conf.py ფაილი." +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart-ი არსებულ Sphinx-ის პროექტებს თავზე არ გადააწერს." +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' სწორი პარამეტრი არაა." -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "შეიყვანეთ ახალი საწყისი ბილიკი (გასასვლელად უბრალოდ დააწექით ღილაკს 'Enter')" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' სწორი pyversion-ის პარამეტრი არაა" -#: cmd/quickstart.py:273 +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "არასწორი TestCode ტიპი" + +#: ext/doctest.py:297 +#, 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." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "კოდის და აგების საქაღალდეები განსხვავდება? (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." +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "სახელის პრეფიქსი ნიმუშებისა და სტატიკის საქაღალდეებისთვის" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: cmd/quickstart.py:297 +#: ext/extlinks.py:82 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." -msgstr "პროექტს სახელი აგებულ დოკუმენტაციაში რამდენიმე ადგილას გამოჩნდება." - -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "პროექტის სახელი" - -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "ავტორის სახელები" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: cmd/quickstart.py:308 +#: ext/duration.py:90 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." +"====================== slowest reading durations =======================" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "პროექტის ვერსია" - -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "პროექტის რელიზი" - -#: 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." +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "პროექტის ენა" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "გარე Graphviz ფაილი %r ვერ ვიპოვე ან მისი წაკითხვა შეუძლებელია" -#: 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 "" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "\"graphviz\" დირექტივა, რომელსაც შემცველობა არ აქვს, იგნორირებულია." -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: cmd/quickstart.py:349 +#: ext/graphviz.py:328 +#, 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." +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "თქვენი მთავარი დოკუმენტის სახელი (სუფიქსს გარეშე)" - -#: cmd/quickstart.py:367 +#: ext/graphviz.py:339 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart არსებულ ფაილებს თავზე არ გადააწერს." - -#: cmd/quickstart.py:377 +#: ext/graphviz.py:344 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: cmd/quickstart.py:406 +#: 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 "[გრაფიკი]" + +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo-ის ფაილების საქაღალდეა %(outdir)s." + +#: builders/texinfo.py:44 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." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "შევქმნა Makefile? (y(დიახ)/n(არა))" - -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "შევქმნა Windows-ის ბრძანებების ფაილი? (y(დიახ)/n(არა))" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "კონფიგურაციის პარამეტრის \"texinfo_documents\" მნიშვნელობა მითითებული არაა. დოკუმენტების ჩაწერი არ იქნება" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/texinfo.py:85 #, python-format -msgid "Creating file %s." -msgstr "ფაილის შექმნა %s." +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" კონფიგურაციის პარამეტრი მიუთითებს უცნობ დოკუმენტზე %s" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "File %s already exists, skipping." -msgstr "ფაილი %s უკვე არსებობს. ის გამოტოვებული იქნება." +msgid "processing %s" +msgstr "დამუშავება %s" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "დასრულდა: საწყისი საქაღალდეების სტრუქტურა შეიქმნა." +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "ჩაწერა" -#: cmd/quickstart.py:519 +#: 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 " ( " + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: 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 "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "გამოსახულების ფაილის %r კოპირების შეცდომა: %s" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "მიმდინარეობს Texinfo-ის მხარდაჭერის ფაილების კოპირება" -#: cmd/quickstart.py:530 +#: builders/texinfo.py:218 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "error writing file Makefile: %s" +msgstr "შეცდომა Makefile-ის ჩაწერისას: %s" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" -#: cmd/quickstart.py:572 -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 "" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "გამოსახულების ფაილი %r ვერ წავიკითხე: ის, სამაგიეროდ, დაკოპირდება" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "მეტი ინფორმაციის მისაღებად ეწვიეთ ." +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "გამოსახულების ფაილის %r ჩაწერის შეცდომა: %s" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "ჩუმი რეჟიმი" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow ვერ ვიპოვე - სურათის ფაილების კოპირება" -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "პროექტის საწყისი საქაღალდე" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "mimetype ფაილის ჩაწერა..." -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "სტრუქტურის მორგება" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "მიმდინარეობს META-INF/container.xml ფაილის ჩაწერა..." -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "თუ მითითებულია, კოდის და აგების საქაღალდეები ცალ-ცალკე იქნება" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "content.opf ფაილის ჩაწერა..." -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" -msgstr "თუ მითითებულია, აგების საქაღალდე კოდის საქაღალდეში იქნება" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "უცნობი mimetype ფაილისთვის %s. გამოტოვება" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "პროექტის ძირითადი პარამეტრები" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "toc.ncx ფაილის ჩაწერა..." -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "პროექტის დასახელება" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "%s ფაილის ჩაწერა..." -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "ავტორის სახელები" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML ფაილების საქაღალდეა %(outdir)s." -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "პროექტის ვერსია" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "შეცდომა '%s' ფაილის ჩაწერისას: %s" -#: cmd/quickstart.py:644 -msgid "release 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:651 -msgid "document language" -msgstr "დოკუმენტის ენა" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "გადახედვის ფაილის მდებარეობაა %(outdir)s." -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "წყაროს ფაილის სუფიქსი" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "ვერსიაში %s ცვლილებები არაა." -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "მთავარი დოკუმენტის სახელი" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "შეჯამების ფაილის ჩაწერა..." -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "epub-ის გამოყენება" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "ჩაშენებულები" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "გაფართოების პარამეტრები" +#: builders/changes.py:77 +msgid "Module level" +msgstr "მოდულის დონე" -#: cmd/quickstart.py:670 +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "კოდის ფაილების კოპირება..." + +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "ცვლილებების ჟურნალის შესაქმნელად %r-ის წაკითხვა შეუძლებელია" + +#: builders/manpage.py:37 #, python-format -msgid "enable %s extension" -msgstr "%s გაფართოების ჩართვა" +msgid "The manual pages are in %(outdir)s." +msgstr "სახელმძღვანელოს გვერდების საქაღალდეა %(outdir)s." -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Makefile და Batchfile-ის შექმნა" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" პარამეტრის მნიშვნელობა უცნობ დოკუმენტზე %s მიუთითებს" -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "makefile-ის შექმნა" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "EPub ფაილი %(outdir)s-შია." -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "makefile-ის არ შეიქმნება" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml ფაილის ჩაწერა..." -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "batchfile-ის შექმნა" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_language\" (ან \"language\") EPUB3-სთვის ცარიელი არ უნდა ყოფილიყო" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "batchfile-ი არ შეიქმნება" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_uid\" EPUB3-სთვის XML NAME უნდა იყოს" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_title\" (ან \"html_title\") EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "პროექტის ნიმუშები" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_author\" EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "ნიმუშების საქაღალდე ნიმუშის ფაილებისთვის" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_contributor\" EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "აღწერეთ სანიმუშე ცვლადი" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_description\" EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_publisher\" EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_copyright\" (ან \"copyright\") EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_identifier\" EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: cmd/quickstart.py:809 +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"version\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "Invalid template variable: %s" -msgstr "არასწორი ნიმუშის ცვლადი: %s" +msgid "invalid css_file: %r, ignored" +msgstr "არასწორი css_file: %r. გამოტოვება" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "დავალების ნომერი დადებითი რიცხვი უნდა იყოს" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "შეტყობინების კატალოგების საქაღალდეა %(outdir)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 "" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "აგება [%s]: " -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "ბილიკი დოკუმენტაციის კოდის ფაილებამდე" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "%d ნიმუშის ფაილის სამიზნეები" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "ბილიკი გამოტანის საქაღალდემდე" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "ნიმუშების კითხვა... " -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "შეტყობინების კატალოგების ჩაწერა... " -#: cmd/build.py:114 -msgid "general options" -msgstr "ზოგადი პარამეტრები" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "ტექსტური ფაილების საქაღლდეა %(outdir)s." -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "ყველა ფაილის ჩაწერა (ნაგულისხმევი: მხოლოდ ახალი და შეცვლილი ფაილების ჩაწერა)" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "აგება [mo]: " -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "შენახული გარემო გამოყენებული არ იქნება. ყოველთვის მოხდება ყველა ფაილის წაკითხვა" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "გამოტანის ჩაწერა... " -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "სულ %d po ფაილი" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "%d po ფაილისთვის სამიზნე მითითებული არაა" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "%d po ფაილისთვის სამიზნე მოძველებულია" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "ყველა კოდის ფაილი" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "კონფიგურაციის ფაილის პარამეტრის გადაფარვა" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r არ არსებობს. " -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "მნიშვნელობის გადაცემა HTML ნიმუშებში" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r კოდის საქაღალდეში არაა. გამოტოვება" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r სწორი დოკუმენტი არაა. გამოტოვება" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "ბრძანების სტრიქონში მითითებულია %d კოდის ფაილი" -#: cmd/build.py:212 -msgid "console output options" -msgstr "კონსოლის გამოტანის პარამეტრები" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "%d კოდის ფაილის სამიზნე მოძველებულია" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "დიაგნოსტიკური შეტყობინებების სიხშირის გაზრდა (შეგიძლიათ, გაიმეოროთ)" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "მოძველებული ფაილების ძებნა... " -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "stdout-ზე გამოტანილი არაფერი იქნება. მხოლოდ გაფრთხილებები, stderr-ზე" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "ნაპოვნია %d" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "არაფრი გამოტანა. გაფრთხილებებისაც კი" +#: builders/__init__.py:418 +msgid "none found" +msgstr "არაფერია ნაპოვნი" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "ფერადი გამოტანის ჩართვა (ნაგულისხმევი: ავტომატურად-აღმოჩენა)" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "დამჟავების გარემო" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "ფერადი გამოტანის გამორთვა (ნაგულისხმევი: ავტომატურად-აღმოჩენა)" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "თანმიმდევრულობის შემოწმება" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "მოძველებული სამიზნეები აღმოჩენილი არაა." -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "გაფრთხილებების (და შეცდომების) მითითებულ ფაილში ჩაწერა" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "გარემოს განახლება: " -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "გაფრთხილებების შეცდომად აღქმა" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s დაემატა, %s შეიცვალა, %s წაიშალა" + +#: 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/build.py:273 -msgid "show full traceback on exception" +#: 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/build.py:276 -msgid "run Pdb on exception" -msgstr "გამონაკლისისას Pdb-ის გაშვება" +#: 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/build.py:282 -msgid "raise an exception on warnings" +#: 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/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "-a პარამეტრის და ფაილის სახელების ერთად მითითება შეუძლებელია" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "წყაროების კითხვა... " -#: cmd/build.py:357 +#: builders/__init__.py:733 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "docnames to write: %s" +msgstr "ჩასაწერი დოკუმენტის სახელები: %s" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "დოკუმენტების მომზადება" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "გვერდითი ზოლის ჩაკეცვა" +#: builders/__init__.py:751 +msgid "copying assets" +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/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +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/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML გვერდის საქაღალდეა %(outdir)s." -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "გადასვლა" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "ერთი დოკუმენტის აწყობა" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "წყაროს ჩვენება" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "დამატებითი ფაილების ჩაწერა" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "შიგთავსი" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "სულელი ამგები, რომელიც ფაილებს არ აგენერირებს." -#: themes/basic/opensearch.xml:4 +#: builders/linkcheck.py:78 #, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s-შ ძებნა" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "მიმოხილვა" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "გაფუჭებული ბმული: %s (%s)" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "კეთილი იყოს თქვენი მობრძანება" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "მიმაგრება '%s' ვერ ვიპოვე" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "ინდექსები და ცხრილები:" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "ყურადღება" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "სრული სარჩევი" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "გაფრთხილება" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "სექციებისა და ქვესექციების ჩამონათვალი" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "საფრთხე" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "ძებნის გვერდი" +#: locale/__init__.py:232 +msgid "Error" +msgstr "შეცდომა" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "ამ დოკუმენტაციაში ძებნა" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "მინიშნება" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "გლობალური მოდულების ინდექსი" +#: locale/__init__.py:234 +msgid "Important" +msgstr "მნიშვნელოვანი" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "სწრაფი წვდომა ყველა მოდულთან" +#: locale/__init__.py:235 +msgid "Note" +msgstr "ნოტი" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "ზოგადი ინდექსი" +#: locale/__init__.py:236 +msgid "See also" +msgstr "ასევე იხილეთ" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "ყველა ფუნქცია, კლასი, წესი" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "რჩევა" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "ეს გვერდი" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "ყურადღება" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" 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 "სრული ინდექსი ერთ გვერდზე" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "სწრაფი ძებნა" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "ინდექსის გვერდები ასოების მიხედვით" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "შეიძლება უზარმაზარი იყოს" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "წინა თემა" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "წინა თავი" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "შემდეგი თემა" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "ნაკვალევი [%s] მიმართული არაა." -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "შემდეგი თავი" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "ნავიგაცია" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "ნაკვალევი [#] მიმართული არაა." -#: themes/basic/layout.html:115 +#: util/inventory.py:147 #, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s-ში ძებნა" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "ამ დოკუმენტების შესახებ" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "საავტორო უფლებები" +#: 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" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: util/i18n.py:146 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "locale_dir %s does not exist" msgstr "" -#: themes/basic/layout.html:201 +#: util/i18n.py:244 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "ბოლო განახლების დრო %(last_updated)s." +msgid "Invalid Babel locale: %r." +msgstr "" -#: themes/basic/layout.html:204 +#: util/i18n.py:253 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: themes/basic/search.html:20 +#: util/fileutil.py:76 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "ძებნა" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "ძებნის დამთხვევების დამალვა" +#: util/display.py:82 +msgid "skipped" +msgstr "გამოტოვებული" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "ძებნს შედეგები" +#: util/display.py:87 +msgid "failed" +msgstr "შეცდომით" -#: themes/basic/static/searchtools.js:119 +#: util/osutil.py:131 +#, 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." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: 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] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -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 "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "ძებნის მომზადება..." +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: util/nodes.py:737 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: util/docutils.py:325 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "unknown directive name: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: util/docutils.py:361 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "unknown role name: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "ბიბლიოთეკის ცვლილებები" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "უცნობი კვანძის ტიპი: %r" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API ცვლილებები" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "ნაგულისხმევი როლი %s ვერ ვიპოვე" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "სხვა ცვლილებები" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%s]" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "გვერდითი ზოლის გაფართოება" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%d]" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "უცნობი გამოსახულების ფორმატი: %s..." -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: 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:113 domains/python/__init__.py:278 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "%s() (in module %s)" -msgstr "%s () (მოდულში %s)" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "%s (in module %s)" -msgstr "%s (მოდულში %s)" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s მიმართვის სამიზნე ვერ ვიპოვე: %s" -#: domains/python/__init__.py:182 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (ჩაშენებული ცვლადი)" +msgid "%r reference target not found: %s" +msgstr "%r მიმართვის სამიზნე ვერ ვიპოვე: %s" + +#: 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 "პანელი" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "გამოცემა" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: domains/python/__init__.py:217 +#: builders/latex/transforms.py:121 #, python-format -msgid "%s (built-in class)" -msgstr "%s (ჩაშენებული კლასი)" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: domains/python/__init__.py:218 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s (class in %s)" -msgstr "%s (კლასი %s-ში)" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: domains/python/__init__.py:283 +#: builders/latex/theming.py:87 #, python-format -msgid "%s() (%s class method)" -msgstr "%s () (%s კლასის მეთოდი)" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r-ს პარამეტრი \"theme\" არ აქვს" -#: domains/python/__init__.py:285 +#: builders/latex/theming.py:90 #, python-format -msgid "%s() (%s static method)" -msgstr "%s () (%s სტატიკური მეთოდი)" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r-ს \"%s\" პარამეტრი არ აქვს" -#: domains/python/__init__.py:438 +#: builders/latex/__init__.py:115 #, python-format -msgid "%s (%s property)" -msgstr "%s (%s თვისება)" +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 "" -#: domains/python/__init__.py:478 +#: 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 "%s (type alias in %s)" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python-ის მოდულის ინდექსი" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "მიმდინარეობს TeX-ის მხარდაჭერის ფაილების კოპირება" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "მოდულები" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "დამატებითი ფაილების კოპირება" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "მოძველებულია" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "ლოგოს ფაილი %r არ არსებობს" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "გამონაკლისი" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "უცნობი კონფიგურაციის პარამეტრი: latex_elements[%r]. გამოტოვება." -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "კლასის მეთოდი" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "უცნობი თემის პარამეტრი: latex_theme_options[%r]. გამოტოვება." -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "სტატიკური მეთოდი" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "თვისება" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" + +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML გვერდების საქაღალდეა %(outdir)s." + +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "აგების ინფორმაციის ფაილის წაკითხვის შეცდომა: %r" + +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:386 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "ზოგადი ინდექსი" + +#: builders/html/__init__.py:510 +msgid "index" +msgstr "ინდექსი" + +#: builders/html/__init__.py:563 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "Logo of %s" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (მოძველებული)" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "შემდეგი" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "პარამეტრები" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "წინა" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "ცვლადები" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "ინდექსების გენერაცია" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "გამონაკლისები" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "დამატებითი გვერდების ჩაწერა" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "შაბლონის პარამეტრები" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "გადმოწერადი ფაილების კოპირება... " + +#: builders/html/__init__.py:820 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "cannot copy downloadable file %r: %s" +msgstr "გადმოწერადი ფაილის %r კოპირების შეცდომა:%s" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:866 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "დაბრუნებული მნიშვნელობები" - -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "გაერთიანება" - -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "წვერი" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "ფაილის html_static_file-ში კოპირებს შეცდომა: %s: %r" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "ტიპი" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "სტატიკური ფაილების კოპირება" -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "კონცეფცია" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "სტატიკური ფაილის %r კოპირების შეცდომა" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "ჩამონათვალი" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "დამატებითი ფაილების კოპირება" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "დამთვლელი" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" +msgstr "დამატებითი ფაილის %r კოპირების შეცდომა" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "ფუნქციის პარამეტრი" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "აგების ინფორმაციის ფაილის ჩაწერის შეცდომა: %r" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "შაბლონის პარამეტრი" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "ძებნის ინდექსის ჩატვირთვა შეუძლებელია, მაგრამ ყველა დოკუმენტის აგება არ მოხდება: ინდექსი დაუსრულებელი იქნება." -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:1054 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %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 "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "ცვლადი" +#: builders/html/__init__.py:1231 +#, 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/c/__init__.py:752 -msgid "macro" -msgstr "მაკრო" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "შეცდომა %s გვერდის რენდერისას.\nმიზეზი: %r" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "სტრუქტურა" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "ობიექტის ინვენტარის დამპი" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:1280 #, python-format -msgid "environment variable; %s" -msgstr "გარემოს ცვლადი; %s" +msgid "dumping search index in %s" +msgstr "%s-ში არსებული ძებნის ინდექსის დამპი" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:1323 #, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "" +msgid "invalid js_file: %r, ignored" +msgstr "არასწორი js_file: %r, გამოტოვებულია" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1361 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "მითითებული math_renderer %r უცნობია." -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s command line option" -msgstr "%s ბრძანების სტრიქონის პარამეტრი" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "ბრძანების სტრიქონის ვარიანტი" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path ჩანაწერი %r გამოტანის საქაღალდეშია" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "სარჩევის ელემენტებს წინ ცარიელი ხაზი უნდა იყოს" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path ჩანაწერი %r არ არსებობს" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "სარჩევის ელემენტები ცარიელი ხაზებით უნდა გამოყოთ" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path ჩანაწერი %r გამოტანის საქაღალდეშია" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "სარჩევის ფორმატი არასწორია. გადაამოწმეთ შეწევა" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path ჩანაწერი %r არ არსებობს" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "სარჩევის ელემენტი" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon ფაილი %r არ არსებობს" -#: domains/std/__init__.py:730 -msgid "grammar token" -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/std/__init__.py:731 -msgid "reference label" -msgstr "მიმართვის ჭდე" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "გარემოს ცვლადი" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s დოკუმენტაცია" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "პროგრამის პარამეტრი" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(%s v%s-ში)" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "დოკუმენტი" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "მოდულის ინდექსი" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: domains/std/__init__.py:857 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "დუბლირებული %s აღწერისთვის %s. სხვა ასლი %s-შია" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig გამორთულია. :numref: გამოტოვებული იქნება." +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: domains/std/__init__.py:1124 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "the link has no caption: %s" -msgstr "ბმულს წარწერა არ გააჩნია: %s" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: domains/std/__init__.py:1153 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "არასწორი numfig_format: %s (%r)" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "invalid numfig_format: %s" -msgstr "არასწორი numfig_format: %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "undefined label: %r" -msgstr "აღუწერელი ჭდე: %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "აღმოჩენილია სარჩევის ხის წრიული მიმართვები. გამოტოვებული იქნება: %s <- %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_load.py:102 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "სარჩევის ხე შეიცავს მიმართვას დოკუმენტამდე %r, რომელსაც სათაური არ გააჩნია. ბმული არ შეიქმნება" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "სარჩევის ხე არ-ჩართულ დოკუმენტამდე, %r, მიმართვას შეიცავს" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "see %s" -msgstr "იხილეთ %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" -msgstr "აგრეთვე იხილეთ %s" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "unknown index entry type %r" -msgstr "უცნობი ინდექსის ჩანაწერის ტიპი %r" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "სიმბოლოები" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" -msgstr "გამოსახულების ფაილი წაკითხვადი არაა: %s" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:400 #, python-format -msgid "image file %s not readable: %s" -msgstr "გამოსახულების ფაილი %s წაკითხვადი არაა: %s" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" -#: environment/collectors/asset.py:163 +#: ext/apidoc/_generate.py:69 #, python-format -msgid "download file not readable: %s" -msgstr "გადმოწერილი ფაილი წაკითხვადი არაა: %s" +msgid "Would create file %s." +msgstr "შეიქმნებოდა ფაილი %s." -#: environment/collectors/toctree.py:259 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "Failed to remove %s: %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "შეწყდა!" - -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" 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.:" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" 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." +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s მიმართვის სამიზნე ვერ ვიპოვე: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r მიმართვის სამიზნე ვერ ვიპოვე: %s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%s]" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%d]" +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %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 "" -#: builders/html/__init__.py:113 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML გვერდების საქაღალდეა %(outdir)s." +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "ბილიკი მოდულიდან დოკუმენტამდე" -#: builders/html/__init__.py:348 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "აგების ინფორმაციის ფაილის წაკითხვის შეცდომა: %r" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "არსებულ ფაილებზე გადაწერა" + +#: ext/apidoc/_cli.py:91 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "ინდექსი" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "სკრიპტის ფაილების შექმნის გარეშე გაშვება" -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "შემდეგი" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "\"_private\" მოდულების ჩასმა" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "წინა" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" -msgstr "ინდექსების გენერაცია" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "სარჩევის ფაილი არ შეიქმნება" -#: builders/html/__init__.py:711 -msgid "writing additional pages" -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 "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "გადმოწერადი ფაილების კოპირება... " +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "გადმოწერადი ფაილის %r კოპირების შეცდომა:%s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "ფაილის სუფიქსი (ნაგულისხმევი: rst)" + +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "ფაილის html_static_file-ში კოპირებს შეცდომა: %s: %r" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart-ით სრული პროექტის გენარაცია" -#: builders/html/__init__.py:917 -msgid "copying static files" -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/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" -msgstr "სტატიკური ფაილის %r კოპირების შეცდომა" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "პროექტის სახელი (ნაგულისხმევი: ძირითადი მოდულის სახელი)" -#: builders/html/__init__.py:939 -msgid "copying extra files" -msgstr "დამატებითი ფაილების კოპირება" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "პროექტის ავტორ(ებ)-ი. გამოიყენება, როცა მიუთითებთ პარამეტრს --full" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" -msgstr "დამატებითი ფაილის %r კოპირების შეცდომა" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "პროექტის ვერსია. გამოიყენება, როცა მითითებულია --full" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write 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:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "ძებნის ინდექსის ჩატვირთვა შეუძლებელია, მაგრამ ყველა დოკუმენტის აგება არ მოხდება: ინდექსი დაუსრულებელი იქნება." +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "გაფართოების პარამეტრები" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1216 +#: ext/apidoc/_cli.py:240 #, 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 "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1224 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "შეცდომა %s გვერდის რენდერისას.\nმიზეზი: %r" - -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" -msgstr "ობიექტის ინვენტარის დამპი" +msgid "%s is not a directory." +msgstr "%s საქაღალდეს არ წარმოადგენს." -#: builders/html/__init__.py:1265 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "dumping search index in %s" -msgstr "%s-ში არსებული ძებნის ინდექსის დამპი" +msgid "invalid value set (missing closing brace): %s" +msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია დამხურავი ფრჩხილი): %s" -#: builders/html/__init__.py:1308 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "არასწორი js_file: %r, გამოტოვებულია" +msgid "invalid value set (missing opening brace): %s" +msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია გამხსნელი ფრჩხილი): %s" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "მითითებული math_renderer %r უცნობია." +msgid "malformed string literal (missing opening quote): %s" +msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path ჩანაწერი %r გამოტანის საქაღალდეშია" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "მაგალითი" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path ჩანაწერი %r არ არსებობს" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "მაგალითები" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path ჩანაწერი %r გამოტანის საქაღალდეშია" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "საკვანძო სიტყვების არგუმენტები" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path ჩანაწერი %r არ არსებობს" +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "ჩანაწერები" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "ლოგოს ფაილი %r არ არსებობს" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "სხვა პარამეტრები" -#: builders/html/__init__.py:1407 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon ფაილი %r არ არსებობს" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "პარამეტრები" -#: 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 "" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "იღებს" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "ბმები" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s დოკუმენტაცია" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "გაფრთხილებები" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r-სთვის ხელმოწერის განახლების შეცდომა: პარამეტრი ვერ ვიპოვე: %s" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX-ის ფაილების საქაღალდეა %(outdir)s." - -#: 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 "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r-სთვის ნაგულისხმევი არგუმენტის მნიშვნელობის დამუშავების შეცდომა: %s" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/__init__.py:170 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "გამოცემა" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "მიმდინარეობს TeX-ის მხარდაჭერის ფაილების კოპირება" - -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "დამატებითი ფაილების კოპირება" - -#: builders/latex/__init__.py:536 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "უცნობი კონფიგურაციის პარამეტრი: latex_elements[%r]. გამოტოვება." +msgid "invalid signature for auto%s (%r)" +msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "უცნობი თემის პარამეტრი: latex_theme_options[%r]. გამოტოვება." - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:1021 #, python-format -msgid "No footnote was found for given reference node %r" +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 "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r-ს პარამეტრი \"theme\" არ აქვს" +msgid "A mocked object is detected: %r" +msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r-ს \"%s\" პარამეტრი არ აქვს" - -#: 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 "არაანბანური" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "რიცხვები" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "პანელი" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "საკვანძო სიტყვების არგუმენტები" +msgid "error while formatting signature for %s: %s" +msgstr "" -#: ext/napoleon/docstring.py:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია დამხურავი ფრჩხილი): %s" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია გამხსნელი ფრჩხილი): %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "მაგალითი" +#: 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 "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "მაგალითები" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "ჩანაწერები" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "ძირითადი კლასები: %s" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "სხვა პარამეტრები" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "ატრიბუტი %s ობიექტში %s აღმოჩენილი არაა" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" -msgstr "იღებს" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "ბმები" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "მეტსახელი TypeVar(%s)-სთვის" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "გაფრთხილებები" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "%s-სთვის მეთოდის ხელმოწერის მიღება შეუძლებელია: %s" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "%s-ზე აღმოჩენილია არასწორი __slots__: გამოტოვებულია." #: ext/autosummary/__init__.py:284 #, python-format @@ -3764,451 +3604,641 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "შეწყდა!" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" 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." +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "ბილიკი მოდულიდან დოკუმენტამდე" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:207 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"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 "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "არსებულ ფაილებზე გადაწერა" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: ext/apidoc/_cli.py:91 +#: _cli/util/errors.py:246 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "სკრიპტის ფაილების შექმნის გარეშე გაშვება" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "გვერდითი ზოლის ჩაკეცვა" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -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/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "\"_private\" მოდულების ჩასმა" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "ძებნა" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "გადასვლა" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "სარჩევის ფაილი არ შეიქმნება" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "წყაროს ჩვენება" -#: ext/apidoc/_cli.py:135 +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "შიგთავსი" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "სწრაფი ძებნა" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/genindex-split.html:17 +msgid "can be huge" +msgstr "შეიძლება უზარმაზარი იყოს" + +#: themes/basic/search.html:20 msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/apidoc/_cli.py:152 +#: themes/basic/search.html:35 +msgid "search" +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 "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Created using Sphinx " +"%(sphinx_version)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/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s-შ ძებნა" + +#: 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 "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "ფაილის სუფიქსი (ნაგულისხმევი: rst)" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart-ით სრული პროექტის გენარაცია" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +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/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "სრული სარჩევი" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "პროექტის სახელი (ნაგულისხმევი: ძირითადი მოდულის სახელი)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "სექციებისა და ქვესექციების ჩამონათვალი" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "პროექტის ავტორ(ებ)-ი. გამოიყენება, როცა მიუთითებთ პარამეტრს --full" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "ძებნის გვერდი" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "პროექტის ვერსია. გამოიყენება, როცა მითითებულია --full" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "ამ დოკუმენტაციაში ძებნა" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "პროექტის რელიზი. გამოიყენება, როცა მითითებულია --full. ნაგულისხმებ მნიშვნელობაა იგივე, რაც --doc-version" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "გლობალური მოდულების ინდექსი" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "გაფართოების პარამეტრები" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "სწრაფი წვდომა ყველა მოდულთან" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "ყველა ფუნქცია, კლასი, წესი" -#: ext/apidoc/_cli.py:240 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s is not a directory." -msgstr "%s საქაღალდეს არ წარმოადგენს." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "ბიბლიოთეკის ცვლილებები" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API ცვლილებები" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "სხვა ცვლილებები" -#: ext/apidoc/_extension.py:133 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "ძებნს შედეგები" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: themes/basic/static/searchtools.js:125 +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/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "ძებნა" + +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "ძებნის მომზადება..." + +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_extension.py:192 +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "ძებნის დამთხვევების დამალვა" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "გვერდითი ზოლის გაფართოება" + +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "აღმოჩენილია სარჩევის ხის წრიული მიმართვები. გამოტოვებული იქნება: %s <- %s" -#: ext/apidoc/_extension.py:210 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -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:247 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "toctree contains reference to non-included document %r" +msgstr "სარჩევის ხე არ-ჩართულ დოკუმენტამდე, %r, მიმართვას შეიცავს" -#: ext/apidoc/_extension.py:256 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_generate.py:69 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "Would create file %s." -msgstr "შეიქმნებოდა ფაილი %s." +msgid "see %s" +msgstr "იხილეთ %s" -#: ext/intersphinx/_resolve.py:49 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "(in %s v%s)" -msgstr "(%s v%s-ში)" +msgid "see also %s" +msgstr "აგრეთვე იხილეთ %s" -#: ext/intersphinx/_resolve.py:51 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "(in %s)" -msgstr "" +msgid "unknown index entry type %r" +msgstr "უცნობი ინდექსის ჩანაწერის ტიპი %r" -#: ext/intersphinx/_resolve.py:108 +#: environment/collectors/asset.py:98 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgid "image file not readable: %s" +msgstr "გამოსახულების ფაილი წაკითხვადი არაა: %s" -#: ext/intersphinx/_resolve.py:118 +#: environment/collectors/asset.py:126 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "გამოსახულების ფაილი %s წაკითხვადი არაა: %s" -#: ext/intersphinx/_resolve.py:383 +#: environment/collectors/asset.py:165 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "download file not readable: %s" +msgstr "გადმოწერილი ფაილი წაკითხვადი არაა: %s" -#: ext/intersphinx/_resolve.py:392 +#: environment/collectors/toctree.py:259 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/intersphinx/_resolve.py:403 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/intersphinx/_resolve.py:619 +#: 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" +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/_object.py:206 +msgid "Variables" +msgstr "ცვლადები" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "გამონაკლისები" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s () (მოდულში %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (მოდულში %s)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:184 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (ჩაშენებული ცვლადი)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:219 #, 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 "%s (built-in class)" +msgstr "%s (ჩაშენებული კლასი)" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (კლასი %s-ში)" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:285 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s () (%s კლასის მეთოდი)" -#: ext/intersphinx/_load.py:134 +#: domains/python/__init__.py:287 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s () (%s სტატიკური მეთოდი)" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:440 +#, python-format +msgid "%s (%s property)" +msgstr "%s (%s თვისება)" -#: ext/intersphinx/_load.py:261 +#: domains/python/__init__.py:480 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python-ის მოდულის ინდექსი" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "მოდულები" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "მოძველებულია" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "გამონაკლისი" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "კლასის მეთოდი" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "სტატიკური მეთოდი" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/python/__init__.py:744 +msgid "property" +msgstr "თვისება" + +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/autodoc/__init__.py:898 +#: domains/python/__init__.py:814 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (მოძველებული)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "environment variable; %s" +msgstr "გარემოს ცვლადი; %s" -#: ext/autodoc/__init__.py:1103 +#: domains/std/__init__.py:116 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:239 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:319 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +msgid "%s command line option" +msgstr "%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 "" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "ბრძანების სტრიქონის ვარიანტი" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "სარჩევის ელემენტებს წინ ცარიელი ხაზი უნდა იყოს" -#: ext/autodoc/__init__.py:1966 -#, python-format -msgid "Bases: %s" -msgstr "ძირითადი კლასები: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" +msgstr "სარჩევის ელემენტები ცარიელი ხაზებით უნდა გამოყოთ" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" +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" +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" +msgstr "დოკუმენტი" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "მოდულის ინდექსი" + +#: domains/std/__init__.py:857 #, python-format -msgid "missing attribute %s in object %s" -msgstr "ატრიბუტი %s ობიექტში %s აღმოჩენილი არაა" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "დუბლირებული %s აღწერისთვის %s. სხვა ასლი %s-შია" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig გამორთულია. :numref: გამოტოვებული იქნება." + +#: domains/std/__init__.py:1124 #, python-format -msgid "alias of %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1138 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "მეტსახელი TypeVar(%s)-სთვის" +msgid "the link has no caption: %s" +msgstr "ბმულს წარწერა არ გააჩნია: %s" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1153 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "%s-სთვის მეთოდის ხელმოწერის მიღება შეუძლებელია: %s" +msgid "invalid numfig_format: %s (%r)" +msgstr "არასწორი numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1157 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "%s-ზე აღმოჩენილია არასწორი __slots__: გამოტოვებულია." +msgid "invalid numfig_format: %s" +msgstr "არასწორი numfig_format: %s" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "%r-სთვის ნაგულისხმევი არგუმენტის მნიშვნელობის დამუშავების შეცდომა: %s" +msgid "undefined label: %r" +msgstr "აღუწერელი ჭდე: %r" -#: ext/autodoc/type_comment.py:151 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "%r-სთვის ხელმოწერის განახლების შეცდომა: პარამეტრი ვერ ვიპოვე: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: ext/autodoc/type_comment.py:154 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse type_comment for %r: %s" +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 "%s (C %s)" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "ცვლადი" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "მაკრო" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "სტრუქტურა" diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo index 0d85ed47b89..c009b808326 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 e3bde07f941..901cfbecdcd 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -20,141 +20,276 @@ msgstr "" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "설정 디렉토리에 conf.py 파일이 없습니다 (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "%s 확장 기능은 needs_extensions 설정에 따라 필요하지만, 로드되지 않았습니다." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "Dictionary 구성 설정 %r을(를) 재정의할 수 없으며, 무시합니다 (개별 요소를 설정하기 위해 %r 사용)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "숫자 %r이(가) 설정값 %r에 대해 유효하지 않으며, 무시합니다" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "지원되지 않는 유형의 구성 설정 %r을(를) 재정의 할 수 없으며, 무시합니다" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "재정의 중 알 수 없는 설정값 %r, 무시합니다" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "설정값 %r이(가) 이미 존재합니다" + +#: config.py:552 #, 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)으로 빌드 할 수 없습니다." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +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:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "구성 파일에 구문 오류가 있습니다: %s\n" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "구성 파일(또는 가져온 모듈 중 하나)에서 sys.exit()을 호출했습니다" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "구성 파일에 프로그램 오류가 있습니다:\n\n%s" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "제 %s 절" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "그림 %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "표 %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "예시 %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "설정값 `{name}`은(는) {candidates} 중 하나여야 하지만, `{current}`이(가) 지정되었습니다." + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, {permitted} 유형을 기대했습니다." + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, 기본값은 `{default.__name__}'입니다." + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r(이)가 없으므로, 무시합니다." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "원본 디렉토리를 찾을 수 없습니다 (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "출력 디렉토리 %s은(는) 디렉토리가 아닙니다." -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "원본 디렉토리와 대상 디렉토리는 같을 수 없습니다" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx 버전 %s 실행 중" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "이 프로젝트는 최소 Sphinx 버전 %s이(가) 필요하므로 현재 버전으로 빌드할 수 없습니다." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "출력 디렉토리 만드는 중" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "확장 기능 %s 설정 중:" -#: application.py:309 +#: application.py:310 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "현재 conf.py 파일에 정의된 'setup'은 호출 가능한 Python 객체가 아닙니다. 호출 가능한 함수가 되도록 정의를 수정하십시오.\n이것은 conf.py가 Sphinx 확장 기능으로 동작하는 데 필요합니다." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "번역을 불러오는 중 [%s]… " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "완료" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "기본 제공 메시지를 사용할 수 없습니다" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "pickle로 저장된 환경을 불러오는 중" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "실패: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "선택한 빌더가 없으므로, 기본값인 html을 사용합니다" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "%r 노드 클래스가 이미 등록되어 있으며, 방문자를 무시합니다" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +297,12 @@ msgid "" "explicit" msgstr "%s 확장 기능은 병렬 읽기에 안전한지 선언하지 않았으므로, 그렇지 않다고 가정합니다. 확장 기능 작성자에게 확인하고 명시하도록 요청하십시오" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s 확장 기능은 병렬 읽기에 안전하지 않습니다" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,159 +310,213 @@ msgid "" "explicit" msgstr "%s 확장 기능은 병렬 쓰기에 안전한지 선언하지 않았으므로, 그렇지 않다고 가정합니다. 확장 기능 작성자에게 확인하고 명시하도록 요청하십시오" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s 확장 기능은 병렬 쓰기에 안전하지 않습니다" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "병렬 %s 처리" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "설정 디렉토리에 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 "잘못된 구성 값을 찾았습니다: 'language = None'. 유효한 언어 코드로 구성을 업데이트하십시오. 대신 'en'(영어)을 사용합니다." +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "%s 확장 기능은 needs_extensions 설정에 따라 필요하지만, 로드되지 않았습니다." -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +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)으로 빌드 할 수 없습니다." -#: config.py:399 +#: events.py:81 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "Dictionary 구성 설정 %r을(를) 재정의할 수 없으며, 무시합니다 (개별 요소를 설정하기 위해 %r 사용)" +msgid "Event %r already present" +msgstr "이벤트 %r이(가) 이미 존재합니다" -#: config.py:411 +#: events.py:379 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "숫자 %r이(가) 설정값 %r에 대해 유효하지 않으며, 무시합니다" +msgid "Unknown event name: %s" +msgstr "알 수 없는 이벤트 이름: %s" -#: config.py:419 +#: events.py:424 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "지원되지 않는 유형의 구성 설정 %r을(를) 재정의 할 수 없으며, 무시합니다" +msgid "Handler %r for event %r threw an exception" +msgstr "처리기 %r (이벤트 %r에 대한) 에서 예외를 발생했습니다" -#: config.py:442 +#: registry.py:162 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "재정의 중 알 수 없는 설정값 %r, 무시합니다" +msgid "Builder class %s has no \"name\" attribute" +msgstr "빌더 클래스 %s에 \"name\" 속성이 없습니다" -#: config.py:496 +#: registry.py:166 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "Builder %r already exists (in module %s)" +msgstr "%r 빌더가 이미 존재합니다 (%s 모듈에 있음)" -#: config.py:524 +#: registry.py:182 #, python-format -msgid "Config value %r already present" -msgstr "설정값 %r이(가) 이미 존재합니다" +msgid "Builder name %s not registered or available through entry point" +msgstr "빌더 이름 %s이(가) 등록되지 않았거나 진입점을 통해서만 사용할 수 있습니다" -#: config.py:561 +#: registry.py:192 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "Builder name %s not registered" +msgstr "빌더 이름 %s이(가) 등록되지 않았습니다" -#: config.py:603 +#: registry.py:199 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "구성 파일에 구문 오류가 있습니다: %s\n" +msgid "domain %s already registered" +msgstr "%s 영역이 이미 등록되었습니다" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "구성 파일(또는 가져온 모듈 중 하나)에서 sys.exit()을 호출했습니다" +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "%s 영역이 아직 등록되지 않았습니다" -#: config.py:615 +#: registry.py:230 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "구성 파일에 프로그램 오류가 있습니다:\n\n%s" +msgid "The %r directive is already registered to domain %s" +msgstr "%r 지시문이 %s 영역에 이미 등록되었습니다" -#: config.py:637 +#: registry.py:248 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r role is already registered to domain %s" +msgstr "%r 역할이 %s 영역에 이미 등록되었습니다" -#: config.py:655 config.py:663 +#: registry.py:261 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "The %r index is already registered to domain %s" +msgstr "%r 색인이 %s 영역에 이미 등록되었습니다" -#: config.py:669 +#: registry.py:308 #, 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 object_type is already registered" +msgstr "%r object_type이 이미 등록되었습니다" -#: config.py:690 +#: registry.py:339 #, python-format -msgid "Section %s" -msgstr "제 %s 절" +msgid "The %r crossref_type is already registered" +msgstr "%r crossref_type이 이미 등록되었습니다" -#: config.py:691 +#: registry.py:348 #, python-format -msgid "Fig. %s" -msgstr "그림 %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r이(가) 이미 등록되었습니다" -#: config.py:692 +#: registry.py:358 #, python-format -msgid "Table %s" -msgstr "표 %s" +msgid "source_parser for %r is already registered" +msgstr "%r에 대한 source_parser가 이미 등록되었습니다" -#: config.py:693 +#: registry.py:367 #, python-format -msgid "Listing %s" -msgstr "예시 %s" +msgid "Source parser for %s not registered" +msgstr "%s에 대한 소스 해석기가 등록되지 않았습니다" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "설정값 `{name}`은(는) {candidates} 중 하나여야 하지만, `{current}`이(가) 지정되었습니다." +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" +msgstr "%r에 대한 변환기가 이미 존재합니다" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, {permitted} 유형을 기대했습니다." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "add_node()에 대한 kwargs는 반드시 (visit, depart)의 함수 튜플이어야 합니다: %r=%r" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, 기본값은 `{default.__name__}'입니다." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r이(가) 이미 등록되었습니다" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r(이)가 없으므로, 무시합니다." +msgid "math renderer %s is already registered" +msgstr "수식 렌더러 %s이(가) 이미 등록되었습니다" -#: config.py:882 +#: registry.py:531 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "%r 확장 기능은 Sphinx에 버전 %s 이후로 이미 병합되었습니다. 이 확장 기능은 무시됩니다." -#: highlighting.py:170 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "원래 예외:\n" + +#: registry.py:547 +#, python-format +msgid "Could not import extension %s" +msgstr "확장 기능 %s을(를) 가져올 수 없습니다" + +#: registry.py:554 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "확장 기능 %r에 setup() 함수가 없습니다. Sphinx 확장 모듈이 맞습니까?" + +#: registry.py:567 +#, 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 +#, 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 +#, 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 "Python 향상 제안; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "잘못된 PEP 번호 %s" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "잘못된 RFC 번호 %s" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments 구문 분석기 이름 %r을(를) 확인할 수 없습니다" @@ -339,1605 +528,742 @@ msgid "" "Retrying in relaxed mode." msgstr "" -#: theming.py:115 +#: 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 "" + +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "검색된 테마 구성에서 %s.%s 설정이 존재하지 않습니다" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "지원하지 않는 테마 옵션 %r을(를) 설정했습니다" -#: theming.py:208 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "테마 경로의 %r 파일이 유효한 ZIP 파일이 아니거나 테마를 포함하지 않습니다" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:276 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, 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 "이벤트 %r이(가) 이미 존재합니다" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "모듈에서 자동으로 docstring 삽입" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "알 수 없는 이벤트 이름: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "doctest 블록의 코드 조각을 자동으로 테스트" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "처리기 %r (이벤트 %r에 대한) 에서 예외를 발생했습니다" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "다른 프로젝트의 Sphinx 문서 간 링크" -#: project.py:72 -#, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "빌드 시 표시하거나 숨길 수 있는 \"할 일\" 항목 작성" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "문서의 커버리지 확인" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "빌더 클래스 %s에 \"name\" 속성이 없습니다" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "PNG나 SVG 이미지로 렌더링 된 수식 포함" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "%r 빌더가 이미 존재합니다 (%s 모듈에 있음)" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "MathJax로 브라우저에서 렌더링 하는 수식 포함" -#: registry.py:187 -#, python-format -msgid "Builder name %s not registered or available through entry point" -msgstr "빌더 이름 %s이(가) 등록되지 않았거나 진입점을 통해서만 사용할 수 있습니다" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "설정값을 기반으로 콘텐츠를 조건부 포함" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "빌더 이름 %s이(가) 등록되지 않았습니다" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "문서화 된 Python 객체의 소스 코드에 대한 링크 포함" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "%s 영역이 이미 등록되었습니다" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "GitHub 페이지에 문서를 게시하기 위해 .nojekyll 파일 생성" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "%s 영역이 아직 등록되지 않았습니다" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "유효한 경로 이름을 입력하십시오." -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "%r 지시문이 %s 영역에 이미 등록되었습니다" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "텍스트를 입력하십시오." -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "%r 역할이 %s 영역에 이미 등록되었습니다" +msgid "Please enter one of %s." +msgstr "%s 중 하나를 입력하십시오." -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "%r 색인이 %s 영역에 이미 등록되었습니다" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "'y' 또는 'n'을 입력하십시오." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "%r object_type이 이미 등록되었습니다" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "파일 접미사를 입력하십시오 (예: '.rst' 또는 '.txt')." -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "%r crossref_type이 이미 등록되었습니다" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Sphinx %s 빠른 시작 유틸리티에 오신 것을 환영합니다." -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r이(가) 이미 등록되었습니다" +#: 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 "다음 설정에 대한 값을 입력하십시오 (대괄호로 묶여 있는 기본값이 존재하고\n이 값을 사용하려면 바로 Enter를 누릅니다)." -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "%r에 대한 source_parser가 이미 등록되었습니다" +msgid "Selected root path: %s" +msgstr "선택한 루트 경로: %s" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "%s에 대한 소스 해석기가 등록되지 않았습니다" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "문서의 루트 경로를 입력하십시오." -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "%r에 대한 변환기가 이미 존재합니다" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "문서의 루트 경로" -#: 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" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "오류: 선택한 루트 경로에서 기존 conf.py 파일이 발견되었습니다." -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r이(가) 이미 등록되었습니다" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart는 기존 Sphinx 프로젝트를 덮어 쓰지 않습니다." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "수식 렌더러 %s이(가) 이미 등록되었습니다" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "새 루트 경로를 입력하십시오 (또는 Enter를 눌러 종료)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." -msgstr "%r 확장 기능은 Sphinx에 버전 %s 이후로 이미 병합되었습니다. 이 확장 기능은 무시됩니다." - -#: registry.py:543 -msgid "Original exception:\n" -msgstr "원래 예외:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "Sphinx 출력을 위한 빌드 디렉토리를 배치하는 두 가지 옵션이 있습니다.\n루트 경로 내에서 \"_build\" 디렉토리를 사용하거나, 루트 경로 내에서\n\"source\"와 \"build\" 디렉토리로 분리합니다." -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "확장 기능 %s을(를) 가져올 수 없습니다" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "원본과 빌드 디렉토리 분리 (y/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" -msgstr "확장 기능 %r에 setup() 함수가 없습니다. Sphinx 확장 모듈이 맞습니까?" +"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입니다. 다른 접두사(\".\" 과 같은)를 입력하여 밑줄 문자를 변경할 수 있습니다." -#: registry.py:565 -#, 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이(가) 필요합니다. 따라서 이 버전으로 빌드 할 수 없습니다." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "템플릿 및 정적 디렉토리의 이름 접두사" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "" +"The project name will occur in several places in the built documentation." +msgstr "프로젝트 이름은 빌드 된 문서의 여러 위치에 표시됩니다." -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "프로젝트 이름" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "작성자 이름" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: 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는 소프트웨어에 대한 \"버전\"과 \"릴리스\"라는 개념을 가지고 있습니다.\n각 버전에는 여러 릴리스가 있을 수 있습니다. 예를 들어 Python의 경우 버전은\n2.5나 3.0과 같은 반면 릴리스는 2.5.1 또는 3.0a1과 같습니다.\n이러한 이중 구조가 필요하지 않으면 둘 다 동일한 값으로 설정하십시오." -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "프로젝트 버전" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python 향상 제안; PEP %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "프로젝트 릴리스" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "잘못된 PEP 번호 %s" +#: 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 "문서를 영어 이외의 언어로 작성하려는 경우, 여기에서 해당 언어 코드로 언어를\n선택할 수 있습니다. 그러면 Sphinx가 생성한 텍스트를 해당 언어로 번역합니다.\n\n지원되는 코드 목록은\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language\n를 참조하십시오." -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "잘못된 RFC 번호 %s" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "프로젝트 언어" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[소스]" +#: 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 "원본 파일의 파일 이름 접미사. 일반적으로 \".txt\" 또는 \".rst\" 입니다. 이 접미사가\n있는 파일만 문서로 간주됩니다." -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "모듈 코드 강조 중… " +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "원본 파일 접미사" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[문서]" +#: 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 "한 문서는 \"컨텐츠 트리\"의 최상위 노드, 즉 문서 계층 구조의 루트로 간주된다는\n점에서 특별합니다. 일반적으로 이 값은 \"index\" 이지만, \"index\" 문서가\n사용자 정의 템플릿일 경우 이를 다른 파일 이름으로 설정할 수도 있습니다." -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "모듈 코드" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "마스터 문서의 이름 (접미사 없이)" -#: ext/viewcode.py:353 +#: cmd/quickstart.py:367 #, python-format -msgid "

Source code for %s

" -msgstr "

%s의 소스 코드

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "개요: 모듈 코드" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "오류: 선택한 루트 경로에 마스터 파일 %s이(가) 이미 있습니다." -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart는 기존 파일을 덮어 쓰지 않습니다." -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:377 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "하드코딩 된 링크 %r은(는) extlink로 대체할 수 있습니다 (대신 %r을(를) 사용해 보십시오)" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "새 파일 이름을 입력하거나 기존 파일의 이름을 바꾸고, Enter를 누르십시오" -#: 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:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "다음 Sphinx 확장 기능 중 사용 설정해야 하는 항목을 지정하십시오:" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "참고: imgmath와 mathjax는 동시에 활성화 할 수 없습니다. imgmath가 선택 취소되었습니다." -#: ext/duration.py:90 +#: cmd/quickstart.py:406 msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 가장 느린 읽기 시간 =======================" +"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'을 실행하기만 하면 됩니다." -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "'%s' 옵션에 '+'나 '-'가 없습니다." +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Makefile을 만드시겠습니까? (y/n)" -#: ext/doctest.py:124 +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Windows 명령 파일을 만드시겠습니까? (y/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s'은(는) 유효한 옵션이 아닙니다." +msgid "Creating file %s." +msgstr "%s 파일을 만드는 중입니다." -#: ext/doctest.py:139 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s'은(는) 유효한 pyversion 옵션이 아닙니다" +msgid "File %s already exists, skipping." +msgstr "%s 파일이 이미 존재하여, 건너뜁니다." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "잘못된 TestCode 유형" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "완료됨: 초기 디렉토리 구조가 생성되었습니다." -#: ext/doctest.py:297 +#: cmd/quickstart.py:519 #, 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 에서 결과를 확인하십시오." +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "이제 마스터 파일 %s을(를) 채우고 다른 원본 문서 파일을 만들어야 합니다. " -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "%s 블록(%s:%s)에 코드/출력 없음" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Makefile을 사용하여 다음과 같이 문서를 빌드하십시오:\n make builder" -#: ext/doctest.py:568 +#: cmd/quickstart.py:530 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "잘못된 doctest 코드 무시: %r" +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/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX 명령 %r을(를) 실행할 수 없습니다 (수식 표시에 필요). imgmath_latex 설정을 확인하십시오" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "여기서 \"builder\"는 지원되는 빌더 중 하나(예: html, latex, linkcheck)입니다." -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:572 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s 명령 %r을(를) 실행할 수 없습니다 (수식 표시에 필요). imgmath_%s 설정을 확인하십시오" +"\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:344 -#, python-format -msgid "display latex %r: %s" -msgstr "표시 LaTeX %r: %s" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "자세한 내용은 를 참조하십시오." -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "인라인 LaTeX %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "조용한 모드" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "잘못된 정규식 %r (%s에서)" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "프로젝트 루트 디렉토리" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "%s 모듈을 가져올 수 없습니다: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "구조 옵션" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "지정된 경우, 원본과 빌드 디렉토리를 구분합니다" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -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 "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/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 "convert가 오류와 함께 종료되었습니다:\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 "" - -#: 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 "" - -#: 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/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 "원래 항목" - -#: 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: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" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "\"%s\"과(와) \"%s\" 옵션을 모두 사용할 수 없습니다" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -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" -msgstr "" - -#: directives/code.py:276 -#, 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 "분리된 \"lines\" 집합과 함께 \"lineno-match\"를 사용할 수 없습니다" - -#: directives/code.py:314 -#, 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:\" 옵션은 이제 절대 경로를 소스 디렉토리의 상대 경로로 인식합니다. 문서를 업데이트하십시오." - -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree glob 패턴 %r 이(가) 어느 문서와도 일치하지 않습니다" - -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree에 제외된 문서 %r에 대한 참조가 있음" - -#: directives/other.py:156 -#, python-format -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 "toctree에서 중복 항목이 발견됨: %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 내용이 목록이 아닙니다" - -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "개요 파일은 %(outdir)s에 있습니다." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "버전 %s에는 변경 사항이 없습니다." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "요약 파일 작성 중…" - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "내장" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "모듈 수준" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "원본 파일을 복사하는 중…" - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "변경 로그 생성을 위해 %r을(를) 읽을 수 없습니다" - -#: 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\" 설정값이 없으므로, 매뉴얼 페이지를 작성하지 않습니다" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "작성 중" - -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" - -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s (%s)" - -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "빌드 중 [mo]: " - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "출력을 쓰는 중… " - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "모든 %d 개의 po 파일" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "지정된 %d 개의 po 파일 대상" - -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "오래된 %d 개의 po 파일 대상" - -#: builders/__init__.py:319 -msgid "all source files" -msgstr "모든 원본 파일" - -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "" - -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "명령줄에 지정된 파일 %r이(가) 원본 디렉토리에 있지 않으므로, 무시합니다" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "명령줄에 지정된 %d 개의 원본 파일" - -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "오래된 %d 개의 원본 파일 대상" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "빌드 중 [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "오래된 파일을 찾는 중… " - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "%d 개 찾음" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "찾은 것이 없음" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "pickle로 환경을 저장하는 중" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "일관성 확인 중" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "오래된 대상이 없습니다." - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "환경을 갱신하는 중: " - -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s 개 추가됨, %s 개 변경됨, %s 개 제거됨" - -#: 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 "" - -#: builders/__init__.py:540 -#, 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:551 -#, 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:558 -#, 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:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "원본을 읽는 중… " - -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "기록할 문서 이름: %s" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "문서 준비 중" - -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" - -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "디코드 할 수 없는 원본 문자이며, \"?\"로 대체합니다: %r" - -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub 파일은 %(outdir)s에 있습니다." - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "nav.xhtml 파일 쓰는 중…" - -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "설정값 \"epub_language\"(또는 \"language\")는 EPUB3의 경우 비워 둘 수 없습니다" - -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "설정값 \"epub_uid\"는 EPUB3의 경우 XML 이름이어야 합니다" - -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "설정값 \"epub_title\"은 EPUB3의 경우 비워 둘 수 없습니다" - -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "설정값 \"epub_author\"는 EPUB3의 경우 비워 둘 수 없습니다" - -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "설정값 \"epub_contributor\"는 EPUB3의 경우 비워 둘 수 없습니다" - -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "설정값 \"epub_description\"은 EPUB3의 경우 비워 둘 수 없습니다" - -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "설정값 \"epub_publisher\"는 EPUB3의 경우 비워 둘 수 없습니다" - -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "설정값 \"epub_copyright\"(또는 \"copyright\")는 EPUB3의 경우 비워 둘 수 없습니다" - -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "설정값 \"epub_identifier\"는 EPUB3의 경우 비워 둘 수 없습니다" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "설정값 \"version\"은 EPUB3의 경우 비워 둘 수 없습니다" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "잘못된 css_file: %r, 무시합니다" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML 파일은 %(outdir)s에 있습니다." - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "%s 파일 쓰기 오류: %s" - -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "의사 XML 파일은 %(outdir)s에 있습니다." - -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo 파일은 %(outdir)s에 있습니다." - -#: 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 "\nmakeinfo를 통해 작업하려면 해당 디렉토리에서 'make'를 실행하십시오\n(자동으로 수행하려면 여기에서 'make info'를 사용하십시오)." - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "\"texinfo_documents\" 설정값이 없으므로, 문서를 작성하지 않습니다" - -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" - -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "%s 처리 중" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "참조 처리 중…" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (문서 " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "이미지를 복사하는 중… " - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "이미지 파일 %r을(를) 복사할 수 없습니다: %s" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "Texinfo 지원 파일을 복사하는 중" - -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "Makefile 쓰기 오류: %s" - -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "중복된 목차 항목 발견: %s" - -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "이미지 파일 %r을(를) 읽을 수 없으며, 대신 복사합니다" - -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "이미지 파일 %r을(를) 기록할 수 없습니다: %s" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "Pillow를 찾을 수 없습니다 - 이미지 파일을 복사합니다" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "mimetype 파일 쓰는 중…" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "META-INF/container.xml 파일 쓰는 중…" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "content.opf 파일 쓰는 중…" - -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "%s은(는) 알 수 없는 MIME 유형이며, 무시합니다" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" - -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "toc.ncx 파일 쓰는 중…" - -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "%s 파일을 기록하는 중…" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "더미 빌더는 파일을 생성하지 않습니다." - -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "메시지 카탈로그는 %(outdir)s에 있습니다." - -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "%d 개의 템플릿 파일 대상" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "템플릿을 읽는 중… " - -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "메시지 카탈로그 작성 중… " - -#: 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 "단일 문서 조합 중" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "추가 파일 작성 중" - -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "위의 출력 또는 %(outdir)s/output.txt 파일에서 오류를 확인하십시오" - -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" -msgstr "끊어진 링크: %s (%s)" - -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" -msgstr "앵커 '%s'을(를) 찾을 수 없습니다" - -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "linkcheck_allowed_redirects에서 정규식을 컴파일하지 못했습니다: %r %s" - -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "텍스트 파일은 %(outdir)s에 있습니다." - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "번역된 메시지의 각주 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "번역된 메시지의 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "번역된 메시지의 인용 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" - -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "번역된 메시지의 용어 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" - -#: 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 "%Y년 %m월 %d일" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "" - -#: transforms/__init__.py:253 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4 개 열 기반 색인을 찾았습니다. 사용하고 있는 확장 기능의 버그일 수 있습니다: %r" - -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "각주 [%s]이(가) 참조되지 않았습니다." - -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" - -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -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 "" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "지정된 경우, 원본 디렉토리 아래에 빌드 디렉토리를 만듭니다" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "_templates 등에서 마침표의 대체 문자" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "프로젝트 기본 옵션" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "프로젝트 이름" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "작성자 이름" -#: environment/__init__.py:86 -msgid "new config" -msgstr "새로운 설정" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "프로젝트의 버전" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "설정이 변경됨" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "프로젝트의 릴리스" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "확장 기능이 변경됨" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "문서 언어" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "빌드 환경 버전이 최신이 아님" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "원본 파일의 접미사" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "원본 디렉토리가 변경됨" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "마스터 문서 이름" -#: environment/__init__.py:325 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "EPUB 사용" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "확장 기능 옵션" -#: environment/__init__.py:336 +#: cmd/quickstart.py:670 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" +msgid "enable %s extension" +msgstr "%s 확장 기능 사용" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "이 환경은 선택한 빌더와 호환되지 않습니다. 다른 doctree 디렉토리를 선택하십시오." +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "임의의 확장 기능 사용" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "%s에서 문서를 탐색하지 못했습니다: %r" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Makefile과 배치 파일 생성" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" -msgstr "%r 영역이 등록되지 않았습니다" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "makefile 생성" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" -msgstr "문서가 어느 toctree에도 포함되어 있지 않음" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "makefile을 생성하지 않음" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." -msgstr "자체 참조된 toctree가 발견되었습니다. 무시합니다." +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "배치 파일 생성" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "배치 파일을 생성하지 않음" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "읽기 오류: %s, %s" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "Makefile/make.bat에서 make 모드 사용" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "쓰기 오류: %s, %s" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "프로젝트 템플릿" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "템플릿 파일에 대한 템플릿 디렉토리" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "템플릿 변수 정의" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "잘못된 날짜 형식입니다. 바로 출력하려면 작은 따옴표로 문자열을 인용하십시오: %s" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\"이 지정되었지만, \"project\" 또는 \"author\"가 정의되지 않았습니다." -#: util/docfields.py:103 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "%s 영역에서 문제 발생: 필드가 '%s' 역할을 사용해야 하지만, 해당 역할이 도메인에 없습니다." +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "오류: 지정된 경로가 디렉토리가 아니거나, Sphinx 파일이 이미 있습니다." -#: util/nodes.py:423 -#, python-format +#: cmd/quickstart.py:792 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree에 존재하지 않는 파일 %r에 대한 참조가 있음" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart는 빈 디렉토리에만 생성됩니다. 새 루트 경로를 지정하십시오." -#: util/nodes.py:706 +#: cmd/quickstart.py:809 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "only 지시문 식을 평가하는 동안 예외 발생: %s" - -#: util/display.py:82 -msgid "skipped" -msgstr "건너뜀" +msgid "Invalid template variable: %s" +msgstr "잘못된 템플릿 변수: %s" -#: util/display.py:87 -msgid "failed" -msgstr "실패" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "작업 숫자는 양수여야 합니다" -#: util/osutil.py:131 -#, python-format +#: cmd/build.py:74 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" -msgstr "" +"\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:345 -#, python-format -msgid "unknown role name: %s" -msgstr "" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "문서 원본 파일의 경로" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "알 수 없는 노드 유형: %r" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "출력 디렉토리 경로" -#: util/fileutil.py:76 -#, python-format +#: cmd/build.py:109 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" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "기본 역할 %s을(를) 찾을 수 없음" +#: cmd/build.py:114 +msgid "general options" +msgstr "일반 옵션" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "각주" - -#: writers/manpage.py:289 writers/text.py:945 -#, python-format -msgid "[image: %s]" -msgstr "[그림: %s]" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "모든 파일 기록 (기본값: 새 파일과 변경된 파일만 기록)" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[그림]" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "저장된 환경을 사용하지 않고, 항상 모든 파일 읽기" -#: 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 "색인" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 +#: cmd/build.py:157 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "구역, 주제, 표, 조언, 사이드바 안에 있지 않은 제목 노드가 발견됨" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "캡션이 그림 안에 있지 않습니다." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "구현되지 않은 노드 유형: %r" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "알 수 없는 %r toplevel_sectioning (클래스 %r)" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "구성 파일의 설정 무시" -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "%r 언어에 대해 알려진 Babel 옵션이 없습니다" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "HTML 템플릿에 값 전달" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth:가 너무 크며, 무시합니다." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "태그를 정의: 태그가 있는 \"only\" 블록을 포함" -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "문서 제목이 단일 텍스트 노드가 아님" +#: cmd/build.py:212 +msgid "console output options" +msgstr "콘솔 출력 옵션" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "상세도 높임 (반복 가능)" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "tabularcolumns와 :widths: 옵션이 모두 설정되었습니다. :widths:는 무시됩니다." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "stdout에 출력하지 않고, stderr에 경고만 표시" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "치수 단위 %s이(가) 잘못되었습니다. 무시합니다." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "경고를 포함하여 아무 출력도 하지 않음" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "알 수 없는 색인 항목 유형 %s이(가) 발견됨" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "컬러 출력 허용 (기본값: 자동 감지)" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "잘못된 math_eqref_format: %r" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "컬러 출력을 허용하지 않음 (기본값: 자동 감지)" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format이 %s에 대해 정의되지 않음" - -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "%s 노드에 할당되지 않은 ID" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "주어진 파일에 경고(및 오류)를 기록" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "경고를 오류로 바꿈" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "예외 발생 시 전체 추적 표시" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "예외 발생 시 Pdb 실행" -#: writers/html5.py:636 -msgid "Link to this code" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "-a 옵션과 파일 이름을 함께 사용할 수 없습니다" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "이미지 크기를 얻어올 수 없습니다. :scale: 옵션을 무시합니다." - -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "-D 옵션 인수는 name=value 형식이어야 합니다" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "중복 레이블의 수식 %s, 다른 인스턴스는 %s에 있음" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "-A 옵션 인수는 name=value 형식이어야 합니다" -#: domains/javascript.py:182 +#: domains/javascript.py:183 #, python-format msgid "%s() (built-in function)" msgstr "%s() (내장 함수)" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 메서드)" -#: domains/javascript.py:185 +#: domains/javascript.py:186 #, python-format msgid "%s() (class)" msgstr "%s() (클래스)" -#: domains/javascript.py:187 +#: domains/javascript.py:188 #, python-format msgid "%s (global variable or constant)" msgstr "%s (전역 변수 또는 상수)" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s의 속성)" -#: domains/javascript.py:273 +#: domains/javascript.py:274 msgid "Arguments" msgstr "인수" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 +#: domains/cpp/__init__.py:491 domains/javascript.py:281 msgid "Throws" msgstr "예외" -#: 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 "반환" -#: 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 "반환 형식" -#: domains/javascript.py:370 +#: domains/javascript.py:374 #, python-format msgid "%s (module)" msgstr "%s (모듈)" -#: 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:736 msgid "function" msgstr "함수" -#: domains/javascript.py:416 domains/python/__init__.py:744 +#: domains/javascript.py:420 domains/python/__init__.py:740 msgid "method" msgstr "메서드" -#: 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:738 msgid "class" msgstr "클래스" -#: domains/javascript.py:418 domains/python/__init__.py:741 +#: domains/javascript.py:422 domains/python/__init__.py:737 msgid "data" msgstr "데이터" -#: domains/javascript.py:419 domains/python/__init__.py:747 +#: domains/javascript.py:423 domains/python/__init__.py:743 msgid "attribute" msgstr "속성" -#: domains/javascript.py:420 domains/python/__init__.py:750 +#: domains/javascript.py:424 domains/python/__init__.py:746 msgid "module" msgstr "모듈" -#: domains/javascript.py:454 +#: domains/javascript.py:458 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "중복된 %s 설명 (%s에 대한), 다른 항목은 %s (%s)에 있음" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + #: domains/changeset.py:26 #, python-format msgid "Added in version %s" @@ -1958,6 +1284,16 @@ msgstr "버전 %s부터 폐지됨" msgid "Removed in version %s" msgstr "" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "중복 레이블의 수식 %s, 다른 인스턴스는 %s에 있음" + +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "잘못된 math_eqref_format: %r" + #: domains/rst.py:131 domains/rst.py:190 #, python-format msgid "%s (directive)" @@ -1966,1297 +1302,1344 @@ 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/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]이(가) 참조되지 않았습니다." - -#: locale/__init__.py:228 -msgid "Attention" -msgstr "주의" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "조심" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "위험" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "오류" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "힌트" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "중요" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "참고" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "더 보기" - -#: locale/__init__.py:236 -msgid "Tip" -msgstr "팁" +msgstr ":%s: (지시문 옵션)" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "경고" +#: 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/citation.py:75 +#, python-format +msgid "duplicate citation %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:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "인용 [%s]이(가) 참조되지 않았습니다." -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "MathJax로 브라우저에서 렌더링 하는 수식 포함" +#: environment/__init__.py:88 +msgid "new config" +msgstr "새로운 설정" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "설정값을 기반으로 콘텐츠를 조건부 포함" +#: environment/__init__.py:89 +msgid "config changed" +msgstr "설정이 변경됨" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "문서화 된 Python 객체의 소스 코드에 대한 링크 포함" +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "확장 기능이 변경됨" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "GitHub 페이지에 문서를 게시하기 위해 .nojekyll 파일 생성" +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "빌드 환경 버전이 최신이 아님" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "유효한 경로 이름을 입력하십시오." +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "원본 디렉토리가 변경됨" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "텍스트를 입력하십시오." +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: cmd/quickstart.py:133 +#: environment/__init__.py:352 #, python-format -msgid "Please enter one of %s." -msgstr "%s 중 하나를 입력하십시오." +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "'y' 또는 'n'을 입력하십시오." +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "파일 접미사를 입력하십시오 (예: '.rst' 또는 '.txt')." +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "이 환경은 선택한 빌더와 호환되지 않습니다. 다른 doctree 디렉토리를 선택하십시오." -#: cmd/quickstart.py:229 +#: environment/__init__.py:515 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Sphinx %s 빠른 시작 유틸리티에 오신 것을 환영합니다." +msgid "Failed to scan documents in %s: %r" +msgstr "%s에서 문서를 탐색하지 못했습니다: %r" -#: 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 "다음 설정에 대한 값을 입력하십시오 (대괄호로 묶여 있는 기본값이 존재하고\n이 값을 사용하려면 바로 Enter를 누릅니다)." +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "%r 영역이 등록되지 않았습니다" -#: cmd/quickstart.py:241 +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "문서가 어느 toctree에도 포함되어 있지 않음" + +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "자체 참조된 toctree가 발견되었습니다. 무시합니다." + +#: environment/__init__.py:941 #, python-format -msgid "Selected root path: %s" -msgstr "선택한 루트 경로: %s" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "문서의 루트 경로를 입력하십시오." +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "문서의 루트 경로" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "오류: 선택한 루트 경로에서 기존 conf.py 파일이 발견되었습니다." +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart는 기존 Sphinx 프로젝트를 덮어 쓰지 않습니다." +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "새 루트 경로를 입력하십시오 (또는 Enter를 눌러 종료)" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" -#: cmd/quickstart.py:273 +#: _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 "" -"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\" 디렉토리로 분리합니다." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "원본과 빌드 디렉토리 분리 (y/n)" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr "" -#: 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 "루트 디렉토리 내에 두 개의 추가 디렉토리가 생성됩니다. 사용자 정의 HTML 템플릿의\n경우 \"_templates\", 사용자 정의 스타일시트 및 기타 정적 파일의 경우 \"_static\"\n입니다. 다른 접두사(\".\" 과 같은)를 입력하여 밑줄 문자를 변경할 수 있습니다." +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "템플릿 및 정적 디렉토리의 이름 접두사" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "프로젝트 이름은 빌드 된 문서의 여러 위치에 표시됩니다." +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "프로젝트 이름" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "작성자 이름" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "" -#: 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는 소프트웨어에 대한 \"버전\"과 \"릴리스\"라는 개념을 가지고 있습니다.\n각 버전에는 여러 릴리스가 있을 수 있습니다. 예를 들어 Python의 경우 버전은\n2.5나 3.0과 같은 반면 릴리스는 2.5.1 또는 3.0a1과 같습니다.\n이러한 이중 구조가 필요하지 않으면 둘 다 동일한 값으로 설정하십시오." +#: _cli/__init__.py:225 +msgid "No output at all" +msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "프로젝트 버전" +#: _cli/__init__.py:231 +msgid "" +msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "프로젝트 릴리스" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: 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 "문서를 영어 이외의 언어로 작성하려는 경우, 여기에서 해당 언어 코드로 언어를\n선택할 수 있습니다. 그러면 Sphinx가 생성한 텍스트를 해당 언어로 번역합니다.\n\n지원되는 코드 목록은\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language\n를 참조하십시오." +#: builders/html/__init__.py:489 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년 %m월 %d일" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "프로젝트 언어" +#: builders/latex/__init__.py:203 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 "색인" + +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "구역, 주제, 표, 조언, 사이드바 안에 있지 않은 제목 노드가 발견됨" -#: 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 "원본 파일의 파일 이름 접미사. 일반적으로 \".txt\" 또는 \".rst\" 입니다. 이 접미사가\n있는 파일만 문서로 간주됩니다." +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "각주" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "원본 파일 접미사" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "캡션이 그림 안에 있지 않습니다." -#: 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 "한 문서는 \"컨텐츠 트리\"의 최상위 노드, 즉 문서 계층 구조의 루트로 간주된다는\n점에서 특별합니다. 일반적으로 이 값은 \"index\" 이지만, \"index\" 문서가\n사용자 정의 템플릿일 경우 이를 다른 파일 이름으로 설정할 수도 있습니다." +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" +msgstr "구현되지 않은 노드 유형: %r" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "마스터 문서의 이름 (접미사 없이)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" -#: cmd/quickstart.py:367 +#: writers/html5.py:431 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "오류: 선택한 루트 경로에 마스터 파일 %s이(가) 이미 있습니다." +msgid "numfig_format is not defined for %s" +msgstr "numfig_format이 %s에 대해 정의되지 않음" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart는 기존 파일을 덮어 쓰지 않습니다." +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "%s 노드에 할당되지 않은 ID" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "새 파일 이름을 입력하거나 기존 파일의 이름을 바꾸고, Enter를 누르십시오" +#: writers/html5.py:496 +msgid "Link to this term" +msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "다음 Sphinx 확장 기능 중 사용 설정해야 하는 항목을 지정하십시오:" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "참고: imgmath와 mathjax는 동시에 활성화 할 수 없습니다. imgmath가 선택 취소되었습니다." +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "" -#: cmd/quickstart.py:406 -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'을 실행하기만 하면 됩니다." +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Makefile을 만드시겠습니까? (y/n)" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Windows 명령 파일을 만드시겠습니까? (y/n)" +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." -msgstr "%s 파일을 만드는 중입니다." +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "이미지 크기를 얻어올 수 없습니다. :scale: 옵션을 무시합니다." + +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "File %s already exists, skipping." -msgstr "%s 파일이 이미 존재하여, 건너뜁니다." +msgid "[image: %s]" +msgstr "[그림: %s]" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "완료됨: 초기 디렉토리 구조가 생성되었습니다." +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[그림]" -#: cmd/quickstart.py:519 +#: writers/latex.py:384 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "이제 마스터 파일 %s을(를) 채우고 다른 원본 문서 파일을 만들어야 합니다. " +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "알 수 없는 %r toplevel_sectioning (클래스 %r)" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "Makefile을 사용하여 다음과 같이 문서를 빌드하십시오:\n make builder" +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "%r 언어에 대해 알려진 Babel 옵션이 없습니다" -#: cmd/quickstart.py:530 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth:가 너무 크며, 무시합니다." + +#: writers/latex.py:614 #, 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 "template %s not found; loading from legacy %s instead" +msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "여기서 \"builder\"는 지원되는 빌더 중 하나(예: html, latex, linkcheck)입니다." +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "문서 제목이 단일 텍스트 노드가 아님" -#: cmd/quickstart.py:572 +#: writers/latex.py:1200 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" - -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "자세한 내용은 를 참조하십시오." +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "tabularcolumns와 :widths: 옵션이 모두 설정되었습니다. :widths:는 무시됩니다." -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "조용한 모드" +#: writers/latex.py:1230 +#, 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 "" -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "프로젝트 루트 디렉토리" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "치수 단위 %s이(가) 잘못되었습니다. 무시합니다." -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "구조 옵션" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "알 수 없는 색인 항목 유형 %s이(가) 발견됨" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -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:\" 옵션은 이제 절대 경로를 소스 디렉토리의 상대 경로로 인식합니다. 문서를 업데이트하십시오." -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" -msgstr "지정된 경우, 원본 디렉토리 아래에 빌드 디렉토리를 만듭니다" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "내어쓰기에 의해 비 공백 문자가 제거됨" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "_templates 등에서 마침표의 대체 문자" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "잘못된 캡션: %s" -#: cmd/quickstart.py:625 -msgid "Project basic options" -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" +msgstr "줄 번호 지정이 범위를 벗어남 (1-%d): %r" -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "프로젝트 이름" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "\"%s\"과(와) \"%s\" 옵션을 모두 사용할 수 없습니다" -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "작성자 이름" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" -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" +msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "프로젝트의 릴리스" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "포함 파일 %r에서 이름이 %r 인 객체를 찾을 수 없습니다" -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "문서 언어" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "분리된 \"lines\" 집합과 함께 \"lineno-match\"를 사용할 수 없습니다" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "원본 파일의 접미사" +#: directives/code.py:314 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "행 지정 %r: 포함 파일 %r에서 가져온 줄이 없습니다" -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "마스터 문서 이름" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree glob 패턴 %r 이(가) 어느 문서와도 일치하지 않습니다" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "EPUB 사용" +#: 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:663 -msgid "Extension options" -msgstr "확장 기능 옵션" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree에 존재하지 않는 문서 %r에 대한 참조가 있음" -#: cmd/quickstart.py:670 +#: directives/other.py:169 #, python-format -msgid "enable %s extension" -msgstr "%s 확장 기능 사용" +msgid "duplicated entry found in toctree: %s" +msgstr "toctree에서 중복 항목이 발견됨: %s" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "임의의 확장 기능 사용" +#: directives/other.py:203 +msgid "Section author: " +msgstr "구역 작성자: " -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Makefile과 배치 파일 생성" +#: directives/other.py:205 +msgid "Module author: " +msgstr "모듈 작성자: " -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "makefile 생성" +#: directives/other.py:207 +msgid "Code author: " +msgstr "코드 작성자: " -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "makefile을 생성하지 않음" +#: directives/other.py:209 +msgid "Author: " +msgstr "작성자: " -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "배치 파일 생성" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. acks 내용이 목록이 아닙니다" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "배치 파일을 생성하지 않음" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist 내용이 목록이 아닙니다" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "Makefile/make.bat에서 make 모드 사용" +#: ext/todo.py:61 +msgid "Todo" +msgstr "할 일" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "프로젝트 템플릿" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "TODO 항목 발견: %s" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "템플릿 파일에 대한 템플릿 디렉토리" +#: ext/todo.py:152 +msgid "<>" +msgstr "<<원래 항목>>" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "템플릿 변수 정의" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(<<원래 항목>>은 %s 파일, %d 행에 있습니다.)" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\"이 지정되었지만, \"project\" 또는 \"author\"가 정의되지 않았습니다." +#: ext/todo.py:166 +msgid "original entry" +msgstr "원래 항목" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "오류: 지정된 경로가 디렉토리가 아니거나, Sphinx 파일이 이미 있습니다." +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[소스]" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart는 빈 디렉토리에만 생성됩니다. 새 루트 경로를 지정하십시오." +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "모듈 코드 강조 중… " -#: cmd/quickstart.py:809 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[문서]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "모듈 코드" + +#: ext/viewcode.py:359 #, python-format -msgid "Invalid template variable: %s" -msgstr "잘못된 템플릿 변수: %s" +msgid "

Source code for %s

" +msgstr "

%s의 소스 코드

" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "작업 숫자는 양수여야 합니다" +#: ext/viewcode.py:386 +msgid "Overview: module code" +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" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "문서 원본 파일의 경로" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "잘못된 정규식 %r (%s에서)" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "출력 디렉토리 경로" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "%s 모듈을 가져올 수 없습니다: %s" -#: cmd/build.py:109 +#: ext/coverage.py:148 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: cmd/build.py:114 -msgid "general options" -msgstr "일반 옵션" - -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: cmd/build.py:131 +#: ext/coverage.py:172 +#, python-brace-format, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "모든 파일 기록 (기본값: 새 파일과 변경된 파일만 기록)" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "coverage_c_regexes의 잘못된 정규표현식 %r" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "저장된 환경을 사용하지 않고, 항상 모든 파일 읽기" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "문서화되지 않은 C API: %s [%s], 파일 %s" -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "문서화되지 않은 Python 함수: %s :: %s" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "문서화되지 않은 Python 클래스: %s :: %s" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "문서화되지 않은 Python 메소드: %s :: %s :: %s" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D 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:184 -msgid "override a setting in configuration file" -msgstr "구성 파일의 설정 무시" +#: 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 설정을 확인하십시오" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "HTML 템플릿에 값 전달" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "표시 LaTeX %r: %s" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "태그를 정의: 태그가 있는 \"only\" 블록을 포함" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "인라인 LaTeX %r: %s" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" 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 "경고를 포함하여 아무 출력도 하지 않음" +#: 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" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -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 "convert가 오류와 함께 종료되었습니다:\n[stderr]\n%r\n[stdout]\n%r" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -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:252 -msgid "warning control options" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: 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" +msgstr "중복 레이블 %s, 다른 인스턴스는 %s에 있음" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "경고를 오류로 바꿈" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "'%s' 옵션에 '+'나 '-'가 없습니다." -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "예외 발생 시 전체 추적 표시" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s'은(는) 유효한 옵션이 아닙니다." -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "예외 발생 시 Pdb 실행" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s'은(는) 유효한 pyversion 옵션이 아닙니다" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "잘못된 TestCode 유형" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "-a 옵션과 파일 이름을 함께 사용할 수 없습니다" +#: 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/build.py:357 +#: ext/doctest.py:451 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "no code/output in %s block at %s:%s" +msgstr "%s 블록(%s:%s)에 코드/출력 없음" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "-D 옵션 인수는 name=value 형식이어야 합니다" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "잘못된 doctest 코드 무시: %r" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "-A 옵션 인수는 name=value 형식이어야 합니다" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "하드코딩 된 링크 %r은(는) extlink로 대체할 수 있습니다 (대신 %r을(를) 사용해 보십시오)" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "사이드바 닫기" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +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/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz 지시문에 내용과 파일 이름 인수를 모두 지정할 수 없습니다" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "검색" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "외부 Graphviz 파일 %r을(를) 찾을 수 없거나 읽지 못했습니다" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "이동" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "내용이 없는 \"graphviz\" 지시문을 무시합니다." -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "소스 보기" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -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 설정을 확인하십시오." -#: themes/basic/opensearch.xml:4 +#: ext/graphviz.py:339 #, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s에서 찾기" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot이 오류와 함께 종료되었습니다:\n[stderr]\n%r\n[stdout]\n%r" -#: themes/basic/defindex.html:4 -msgid "Overview" -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이 출력 파일을 생성하지 않았습니다:\n[stderr]\n%r\n[stdout]\n%r" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "환영합니다!" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "문서:" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" +msgstr "dot 코드 %r: %s" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "최종 업데이트" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[그래프: %s]" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "색인 및 표 목록:" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[그래프]" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "종합 목차" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo 파일은 %(outdir)s에 있습니다." -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -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'를 사용하십시오)." -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "검색 페이지" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "\"texinfo_documents\" 설정값이 없으므로, 문서를 작성하지 않습니다" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "문서 검색" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "모듈 총 색인" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "%s 처리 중" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "모든 모듈 조견표" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "작성 중" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "전체 색인" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "참조 처리 중…" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "함수, 클래스 및 용어 개관" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (문서 " -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "현재 문서" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "이미지를 복사하는 중… " -#: themes/basic/genindex-single.html:26 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, 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 "한 페이지에 전체 색인 보기" +msgid "cannot copy image file %r: %s" +msgstr "이미지 파일 %r을(를) 복사할 수 없습니다: %s" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "빠른 검색" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "Texinfo 지원 파일을 복사하는 중" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "알파벳별 색인" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "Makefile 쓰기 오류: %s" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "큰 경우가 있으므로 주의" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "중복된 목차 항목 발견: %s" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "이전 항목" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "이미지 파일 %r을(를) 읽을 수 없으며, 대신 복사합니다" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "이전 장" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "이미지 파일 %r을(를) 기록할 수 없습니다: %s" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "다음 항목" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow를 찾을 수 없습니다 - 이미지 파일을 복사합니다" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "다음 장" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "mimetype 파일 쓰는 중…" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "탐색" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "META-INF/container.xml 파일 쓰는 중…" -#: themes/basic/layout.html:115 +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "content.opf 파일 쓰는 중…" + +#: builders/_epub_base.py:594 #, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s에서 찾기" +msgid "unknown mimetype for %s, ignoring" +msgstr "%s은(는) 알 수 없는 MIME 유형이며, 무시합니다" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "이 문서 정보" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "저작권" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "toc.ncx 파일 쓰는 중…" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/_epub_base.py:801 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +msgid "writing %s file..." +msgstr "%s 파일을 기록하는 중…" -#: themes/basic/layout.html:201 +#: builders/xml.py:29 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "최종 업데이트: %(last_updated)s" +msgid "The XML files are in %(outdir)s." +msgstr "XML 파일은 %(outdir)s에 있습니다." -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Sphinx %(sphinx_version)s 버전으로 생성되었습니다." +msgid "error writing file %s: %s" +msgstr "%s 파일 쓰기 오류: %s" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "검색 기능을 사용하려면 JavaScript를 활성화하십시오." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "의사 XML 파일은 %(outdir)s에 있습니다." -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "여러 단어를 검색하면 모든 단어가 포함된 일치 항목만 표시됩니다." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "개요 파일은 %(outdir)s에 있습니다." -#: themes/basic/search.html:35 -msgid "search" -msgstr "검색" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "버전 %s에는 변경 사항이 없습니다." -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "검색 일치 숨기기" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "요약 파일 작성 중…" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "검색 결과" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "내장" -#: 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 "검색어와 일치하는 문서가 없습니다. 모든 단어의 철자가 올바른지, 충분한 카테고리를 선택했는지 확인하십시오." +#: builders/changes.py:77 +msgid "Module level" +msgstr "모듈 수준" -#: 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] "" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "원본 파일을 복사하는 중…" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "검색 중" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "변경 로그 생성을 위해 %r을(를) 읽을 수 없습니다" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "검색 준비 중…" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "매뉴얼 페이지는 %(outdir)s에 있습니다." -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", 문서 - " +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "\"man_pages\" 설정값이 없으므로, 매뉴얼 페이지를 작성하지 않습니다" -#: themes/basic/changes/rstsource.html:5 +#: builders/manpage.py:64 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/epub3.py:84 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "버전 %(version)s의 변경 사항 — %(docstitle)s" +msgid "The ePub file is in %(outdir)s." +msgstr "ePub 파일은 %(outdir)s에 있습니다." -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "버전 %(version)s의 변경 사항 (자동으로 생성된 목록)" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml 파일 쓰는 중…" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "라이브러리 변경 사항" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "설정값 \"epub_language\"(또는 \"language\")는 EPUB3의 경우 비워 둘 수 없습니다" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API 변경 사항" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "설정값 \"epub_uid\"는 EPUB3의 경우 XML 이름이어야 합니다" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "다른 변경 사항" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "설정값 \"epub_title\"은 EPUB3의 경우 비워 둘 수 없습니다" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "사이드바 열기" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "설정값 \"epub_author\"는 EPUB3의 경우 비워 둘 수 없습니다" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "설정값 \"epub_contributor\"는 EPUB3의 경우 비워 둘 수 없습니다" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "설정값 \"epub_description\"은 EPUB3의 경우 비워 둘 수 없습니다" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s 모듈)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "설정값 \"epub_publisher\"는 EPUB3의 경우 비워 둘 수 없습니다" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s 모듈)" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "설정값 \"epub_copyright\"(또는 \"copyright\")는 EPUB3의 경우 비워 둘 수 없습니다" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (내장 변수)" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "설정값 \"epub_identifier\"는 EPUB3의 경우 비워 둘 수 없습니다" + +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "설정값 \"version\"은 EPUB3의 경우 비워 둘 수 없습니다" -#: domains/python/__init__.py:217 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "%s (built-in class)" -msgstr "%s (내장 클래스)" +msgid "invalid css_file: %r, ignored" +msgstr "잘못된 css_file: %r, 무시합니다" -#: domains/python/__init__.py:218 +#: builders/gettext.py:243 #, python-format -msgid "%s (class in %s)" -msgstr "%s (%s 클래스)" +msgid "The message catalogs are in %(outdir)s." +msgstr "메시지 카탈로그는 %(outdir)s에 있습니다." -#: domains/python/__init__.py:283 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s의 클래스 메서드)" +msgid "building [%s]: " +msgstr "빌드 중 [%s]: " -#: domains/python/__init__.py:285 +#: builders/gettext.py:265 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%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 "메시지 카탈로그 작성 중… " -#: domains/python/__init__.py:438 +#: builders/text.py:27 #, python-format -msgid "%s (%s property)" -msgstr "%s (%s의 특성)" +msgid "The text files are in %(outdir)s." +msgstr "텍스트 파일은 %(outdir)s에 있습니다." -#: domains/python/__init__.py:478 +#: builders/__init__.py:230 #, python-format -msgid "%s (type alias in %s)" -msgstr "" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s (%s)" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python 모듈 목록" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "모듈" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "빌드 중 [mo]: " -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "폐지됨" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "출력을 쓰는 중… " -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "예외" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "모든 %d 개의 po 파일" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "클래스 메서드" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "지정된 %d 개의 po 파일 대상" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "정적 메서드" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "오래된 %d 개의 po 파일 대상" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "특성" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "모든 원본 파일" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: domains/python/__init__.py:818 +#: builders/__init__.py:343 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"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 "" -#: domains/python/__init__.py:978 +#: builders/__init__.py:367 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "상호 참조 %r에 대해 둘 이상의 대상을 찾았습니다: %s" +msgid "%d source files given on command line" +msgstr "명령줄에 지정된 %d 개의 원본 파일" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (폐지됨)" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "오래된 %d 개의 원본 파일 대상" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "매개변수" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "오래된 파일을 찾는 중… " -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "변수" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d 개 찾음" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "예외 발생" +#: builders/__init__.py:418 +msgid "none found" +msgstr "찾은 것이 없음" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "템플릿 매개변수" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "pickle로 환경을 저장하는 중" -#: domains/cpp/__init__.py:302 +#: 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 (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s added, %s changed, %s removed" +msgstr "%s 개 추가됨, %s 개 변경됨, %s 개 제거됨" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/__init__.py:537 #, 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/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "반환값" +"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 "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -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 "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -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 "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -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 "" -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "콘셉트" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "원본을 읽는 중… " -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "열거형" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "기록할 문서 이름: %s" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "열거자" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "함수 매개변수" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "문서 준비 중" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "템플릿 매개변수" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" -#: domains/c/__init__.py:211 +#: builders/__init__.py:915 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/singlehtml.py:35 #, 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' 입니다." +msgid "The HTML page is in %(outdir)s." +msgstr "HTML 페이지는 %(outdir)s에 있습니다." -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "변수" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "단일 문서 조합 중" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "매크로" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "추가 파일 작성 중" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "구조체" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "더미 빌더는 파일을 생성하지 않습니다." -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/linkcheck.py:78 #, python-format -msgid "environment variable; %s" -msgstr "환경 변수; %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "위의 출력 또는 %(outdir)s/output.txt 파일에서 오류를 확인하십시오" -#: domains/std/__init__.py:119 +#: builders/linkcheck.py:150 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "broken link: %s (%s)" +msgstr "끊어진 링크: %s (%s)" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "앵커 '%s'을(를) 찾을 수 없습니다" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: domains/std/__init__.py:242 +#: builders/linkcheck.py:768 #, 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 "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "linkcheck_allowed_redirects에서 정규식을 컴파일하지 못했습니다: %r %s" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "%s 명령줄 옵션" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "주의" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "명령줄 옵션" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "조심" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "용어 앞에는 빈 줄이 와야 합니다" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "위험" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "용어 정의는 빈 줄로 구분하면 안됩니다." +#: locale/__init__.py:232 +msgid "Error" +msgstr "오류" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "용어 정의 형식이 잘못된 것 같습니다. 들여쓰기를 확인하십시오" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "힌트" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "용어 항목" +#: locale/__init__.py:234 +msgid "Important" +msgstr "중요" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "문법 토큰" +#: locale/__init__.py:235 +msgid "Note" +msgstr "참고" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "참조 레이블" +#: locale/__init__.py:236 +msgid "See also" +msgstr "더 보기" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "환경 변수" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "팁" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "프로그램 옵션" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "경고" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "문서" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "번역된 메시지의 각주 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" + +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "번역된 메시지의 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" + +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "번역된 메시지의 인용 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" + +#: transforms/i18n.py:348 +#, python-brace-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 "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -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" -#: domains/std/__init__.py:857 +#: transforms/__init__.py:299 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "중복된 %s 설명 (%s에 대한), 다른 인스턴스는 %s에 있음" +msgid "Footnote [%s] is not referenced." +msgstr "각주 [%s]이(가) 참조되지 않았습니다." -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig가 비활성화되었습니다. :numref:는 무시됩니다." +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "상호 참조를 생성하지 못했습니다. 어떤 번호도 할당되지 않았습니다: %s" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "각주 [#]이 참조되지 않았습니다." -#: domains/std/__init__.py:1138 +#: util/inventory.py:147 #, python-format -msgid "the link has no caption: %s" -msgstr "링크에 캡션이 없습니다: %s" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: domains/std/__init__.py:1153 +#: util/inventory.py:166 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "잘못된 numfig_format: %s (%r)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: domains/std/__init__.py:1157 +#: util/i18n.py:100 #, python-format -msgid "invalid numfig_format: %s" -msgstr "잘못된 numfig_format: %s" +msgid "reading error: %s, %s" +msgstr "읽기 오류: %s, %s" -#: domains/std/__init__.py:1453 +#: util/i18n.py:113 #, python-format -msgid "undefined label: %r" -msgstr "정의되지 않은 레이블: %r" +msgid "writing error: %s, %s" +msgstr "쓰기 오류: %s, %s" -#: domains/std/__init__.py:1456 +#: util/i18n.py:146 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "상호 참조를 생성하지 못했습니다. 제목 또는 캡션을 찾을 수 없습니다: %r" +msgid "locale_dir %s does not exist" +msgstr "" -#: environment/adapters/toctree.py:324 +#: util/i18n.py:244 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "순환 toctree 참조가 감지되었으며, 무시합니다: %s <- %s" +msgid "Invalid Babel locale: %r." +msgstr "" -#: environment/adapters/toctree.py:349 +#: util/i18n.py:253 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree에 제목이 없는 문서 %r에 대한 참조가 있습니다. 링크가 생성되지 않습니다" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "잘못된 날짜 형식입니다. 바로 출력하려면 작은 따옴표로 문자열을 인용하십시오: %s" -#: environment/adapters/toctree.py:364 +#: util/fileutil.py:76 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: environment/adapters/toctree.py:367 +#: util/fileutil.py:89 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "Writing evaluated template result to %s" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" -msgstr "%s 문서" +#: util/display.py:82 +msgid "skipped" +msgstr "건너뜀" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" -msgstr "%s 참조" +#: util/display.py:87 +msgid "failed" +msgstr "실패" -#: environment/adapters/indexentries.py:141 +#: util/osutil.py:131 #, python-format -msgid "unknown index entry type %r" -msgstr "알 수 없는 색인 항목 유형 %r" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "기호" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: environment/collectors/asset.py:98 +#: util/docfields.py:103 #, python-format -msgid "image file not readable: %s" -msgstr "이미지 파일을 읽을 수 없음: %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "%s 영역에서 문제 발생: 필드가 '%s' 역할을 사용해야 하지만, 해당 역할이 도메인에 없습니다." -#: environment/collectors/asset.py:126 +#: util/nodes.py:454 #, python-format -msgid "image file %s not readable: %s" -msgstr "이미지 파일 %s을(를) 읽을 수 없음: %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: environment/collectors/asset.py:163 +#: util/nodes.py:521 #, python-format -msgid "download file not readable: %s" -msgstr "다운로드 가능 파일을 읽을 수 없음: %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree에 존재하지 않는 파일 %r에 대한 참조가 있음" -#: environment/collectors/toctree.py:259 +#: util/nodes.py:737 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s에 이미 구역 번호가 할당되었습니다 (중첩된 번호 붙인 toctree?)" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "중단되었습니다!" - -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +msgid "exception while evaluating only directive expression: %s" +msgstr "only 지시문 식을 평가하는 동안 예외 발생: %s" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %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.:" -msgstr "" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "알 수 없는 노드 유형: %r" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "기본 역할 %s을(를) 찾을 수 없음" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "원격 이미지를 가져올 수 없습니다: %s [%s]" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "원격 이미지를 가져올 수 없습니다: %s [%d]" -#: _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 "사용자 오류인 경우에도 이를 보고하여, 다음에 더 나은 오류 메시지를 제공할 수 있도록 해 주십시오." +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "알 수 없는 이미지 형식: %s…" #: transforms/post_transforms/__init__.py:88 msgid "" @@ -3264,333 +2647,658 @@ msgid "" "bug." msgstr "상호 참조에 대한 대체 텍스트를 결정할 수 없습니다. 버그일 수 있습니다." -#: transforms/post_transforms/__init__.py:237 +#: 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 일 수 있습니다" -#: transforms/post_transforms/__init__.py:299 +#: 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:305 +#: transforms/post_transforms/__init__.py:297 #, python-format msgid "%r reference target not found: %s" msgstr "%r 참조 대상을 찾을 수 없음: %s" -#: transforms/post_transforms/images.py:79 +#: 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 "페이지" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "릴리스" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" + +#: builders/latex/transforms.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "원격 이미지를 가져올 수 없습니다: %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 "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 "%r에 \"theme\" 설정이 없습니다" + +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r에 \"%s\" 설정이 없습니다" + +#: 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 "" +"\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\" 설정값이 없으므로, 문서를 작성하지 않습니다" + +#: 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 "TeX 지원 파일을 복사하는 중" + +#: 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 "로고 파일 %r이(가) 존재하지 않습니다" + +#: builders/latex/__init__.py:529 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "원격 이미지를 가져올 수 없습니다: %s [%d]" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "알 수 없는 설정 키: latex_elements[%r], 무시합니다." -#: transforms/post_transforms/images.py:143 +#: builders/latex/__init__.py:537 #, python-format -msgid "Unknown image format: %s..." -msgstr "알 수 없는 이미지 형식: %s…" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "알 수 없는 테마 옵션: latex_theme_options[%r], 무시합니다." + +#: 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:113 +#: builders/html/__init__.py:115 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "HTML 페이지는 %(outdir)s에 있습니다." -#: builders/html/__init__.py:348 +#: builders/html/__init__.py:351 #, python-format msgid "Failed to read build info file: %r" msgstr "빌드 정보 파일을 읽을 수 없습니다: %r" -#: builders/html/__init__.py:364 +#: builders/html/__init__.py:367 msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: builders/html/__init__.py:366 +#: builders/html/__init__.py:369 msgid "building [html]: " msgstr "" -#: builders/html/__init__.py:383 +#: builders/html/__init__.py:386 #, python-format msgid "" "template %s has been changed since the previous build, all docs will be " "rebuilt" msgstr "" -#: builders/html/__init__.py:507 +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "전체 색인" + +#: builders/html/__init__.py:510 msgid "index" msgstr "색인" -#: builders/html/__init__.py:560 +#: builders/html/__init__.py:563 #, python-format msgid "Logo of %s" msgstr "" -#: builders/html/__init__.py:589 +#: builders/html/__init__.py:592 msgid "next" msgstr "다음" -#: builders/html/__init__.py:598 +#: builders/html/__init__.py:601 msgid "previous" msgstr "이전" -#: builders/html/__init__.py:696 +#: builders/html/__init__.py:698 msgid "generating indices" msgstr "색인 생성 중" -#: builders/html/__init__.py:711 +#: builders/html/__init__.py:713 msgid "writing additional pages" msgstr "추가 페이지 작성 중" -#: builders/html/__init__.py:794 +#: builders/html/__init__.py:796 #, python-format msgid "cannot copy image file '%s': %s" msgstr "" -#: builders/html/__init__.py:806 +#: builders/html/__init__.py:808 msgid "copying downloadable files... " msgstr "다운로드 가능한 파일을 복사하는 중… " -#: builders/html/__init__.py:818 +#: builders/html/__init__.py:820 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "다운로드 가능한 파일 %r을(를) 복사할 수 없습니다: %s" -#: builders/html/__init__.py:864 +#: builders/html/__init__.py:866 #, python-format msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:882 +#: builders/html/__init__.py:884 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "html_static_file에 있는 파일을 복사할 수 없습니다: %s: %r" -#: builders/html/__init__.py:917 +#: builders/html/__init__.py:919 msgid "copying static files" msgstr "정적 파일을 복사하는 중" -#: builders/html/__init__.py:934 +#: builders/html/__init__.py:936 #, python-format msgid "cannot copy static file %r" msgstr "정적 파일을 복사할 수 없습니다: %r" -#: builders/html/__init__.py:939 +#: builders/html/__init__.py:941 msgid "copying extra files" msgstr "추가 파일을 복사하는 중" -#: builders/html/__init__.py:949 +#: builders/html/__init__.py:951 #, python-format msgid "cannot copy extra file %r" msgstr "추가 파일을 복사할 수 없습니다: %r" -#: builders/html/__init__.py:955 +#: builders/html/__init__.py:957 #, python-format msgid "Failed to write build info file: %r" msgstr "빌드 정보 파일 쓰기 실패: %r" -#: builders/html/__init__.py:1005 +#: builders/html/__init__.py:1007 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "검색 색인을 불러올 수 없지만 모든 문서가 작성되지는 않은 것은 아닙니다. 색인이 불완전합니다." -#: builders/html/__init__.py:1052 +#: builders/html/__init__.py:1054 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "%s 페이지가 html_sidebars의 두 패턴(%r 및 %r)과 일치합니다" -#: builders/html/__init__.py:1216 +#: builders/html/__init__.py:1218 #, 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가 아닌 내용을 포함하는 모든 설정값이 유니코드 문자열인지 확인하십시오." -#: builders/html/__init__.py:1224 +#: builders/html/__init__.py:1231 +#, 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:1239 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "%s 페이지를 렌더링하는 중에 오류가 발생했습니다.\n원인: %r" -#: builders/html/__init__.py:1257 +#: builders/html/__init__.py:1272 msgid "dumping object inventory" msgstr "객체 인벤토리 덤프 중" -#: builders/html/__init__.py:1265 +#: builders/html/__init__.py:1280 #, python-format msgid "dumping search index in %s" msgstr "%s에서 검색 인덱스 덤프 중" -#: builders/html/__init__.py:1308 +#: builders/html/__init__.py:1323 #, python-format msgid "invalid js_file: %r, ignored" msgstr "잘못된 js_file: %r, 무시합니다" -#: builders/html/__init__.py:1342 +#: builders/html/__init__.py:1357 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "여러 math_renderers가 등록되어 있습니다. 하지만 math_renderer가 선택되지 않았습니다." -#: builders/html/__init__.py:1346 +#: builders/html/__init__.py:1361 #, python-format msgid "Unknown math_renderer %r is given." msgstr "알 수 없는 math_renderer %r이(가) 지정되었습니다." -#: builders/html/__init__.py:1360 +#: builders/html/__init__.py:1375 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path 항목 %r이(가) outdir 안에 있습니다" -#: builders/html/__init__.py:1365 +#: builders/html/__init__.py:1380 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path 항목 %r이(가) 없습니다" -#: builders/html/__init__.py:1380 +#: builders/html/__init__.py:1395 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path 항목 %r이(가) outdir 안에 있습니다" -#: builders/html/__init__.py:1385 +#: builders/html/__init__.py:1400 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path 항목 %r이(가) 없습니다" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "로고 파일 %r이(가) 존재하지 않습니다" - -#: builders/html/__init__.py:1407 +#: builders/html/__init__.py:1422 #, python-format msgid "favicon file %r does not exist" msgstr "Favicon 파일 %r이(가) 존재하지 않습니다" -#: builders/html/__init__.py:1420 +#: 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:1433 +#: 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:1449 +#: builders/html/__init__.py:1464 #, python-format msgid "%s %s documentation" msgstr "%s %s 문서" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(%s v%s에서)" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(%s에서)" + +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX 파일은 %(outdir)s에 있습니다." +msgid "invalid external cross-reference suffix: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "외부 %s:%s 참조 대상을 찾을 수 없음: %s" + +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" + +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" + +#: ext/intersphinx/_load.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 "" + +#: ext/intersphinx/_load.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:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" + +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" + +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" + +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" + +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "일부 인벤토리에서 몇 가지 문제가 발생했지만, 동작하는 대체 인벤토리로 처리했습니다:" + +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "다음 문제가 있어 어느 인벤토리도 도달하지 못했습니다:" + +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx 인벤토리가 이동함: %s -> %s" + +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "%s 파일을 작성합니다." + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" + +#: 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: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/_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 "기존 파일 덮어쓰기" -#: builders/latex/__init__.py:121 +#: ext/apidoc/_cli.py:91 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'를 사용하십시오)." +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "심볼릭 링크를 따라갑니다. collective.recipe.omelette과 결합하면 강력합니다." -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "\"latex_documents\" 설정값이 없으므로, 문서를 작성하지 않습니다" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "파일을 생성하지 않고 스크립트 실행" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "각 모듈에 대한 문서를 개별 페이지에 배치" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "릴리스" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "\"_private\" 모듈 포함" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "TeX 지원 파일을 복사하는 중" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "목차의 파일 이름 (기본값: modules)" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "추가 파일을 복사하는 중" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "목차 파일을 만들지 않음" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "알 수 없는 설정 키: latex_elements[%r], 무시합니다." +#: 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에 이미 포함된 경우)" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "알 수 없는 테마 옵션: latex_theme_options[%r], 무시합니다." +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "서브 모듈 문서 앞에 모듈 문서를 넣음" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "PEP-0420 암시적 네임 스페이스 사양에 따라 모듈 경로 해석" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %r!" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "파일 확장자 (기본값: rst)" + +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r에 \"theme\" 설정이 없습니다" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart로 전체 프로젝트 생성" -#: builders/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r에 \"%s\" 설정이 없습니다" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "--full이 주어졌을 때, sys.path에 module_path 추가" -#: 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이 주어졌을 때, 프로젝트 버전" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -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:13 -msgid "page" -msgstr "페이지" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "확장 기능 옵션" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -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/napoleon/docstring.py:176 #, python-format @@ -3620,6 +3328,10 @@ msgstr "예제" msgid "Examples" msgstr "예제" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "키워드 매개변수" + #: ext/napoleon/docstring.py:956 msgid "Notes" msgstr "참고" @@ -3628,6 +3340,11 @@ msgstr "참고" msgid "Other Parameters" msgstr "기타 매개변수" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "매개변수" + #: ext/napoleon/docstring.py:1001 msgid "Receives" msgstr "수신" @@ -3640,9 +3357,133 @@ msgstr "참조" msgid "Warns" msgstr "경고" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "생성" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "생성" + +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r에 대한 서명을 업데이트하지 못했습니다. 매개변수를 찾을 수 없습니다: %s" + +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "%r에 대한 type_comment를 해석하지 못했습니다: %s" + +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r에 대한 기본 인수 값을 해석하지 못했습니다: %s" + +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "member-order 옵션에 대해 잘못된 값: %s" + +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "class-doc-from 옵션에 대해 잘못된 값: %s" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "auto%s (%r)에 대한 잘못된 서명" + +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "%s에 대한 인수를 서식화하는 동안 오류 발생: %s" + +#: ext/autodoc/__init__.py:898 +#, 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/__init__.py:1021 +#, 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\" 지시문을 배치하거나, 명시적으로 모듈 이름을 지정해 보십시오)" + +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "모의 객체가 감지되었습니다: %r" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "%s에 대한 서명을 서식화하는 동안 오류 발생: %s" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "automodule 이름의 \"::\"은 의미가 없음" + +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "automodule %s에 대해 서명 인수 또는 반환 값 주석이 지정됨" + +#: ext/autodoc/__init__.py:1201 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__은 %r이(가) 아닌 문자열의 목록이어야 합니다 (모듈 %s) -- __all__을 무시합니다" + +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr ":members: 옵션에 언급된 속성이 없습니다: 모듈 %s, 속성 %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 "%s에 대한 함수 서명을 가져오지 못했습니다: %s" + +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "%s에 대한 생성자 서명을 가져오지 못했습니다: %s" + +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "기반 클래스: %s" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "%s 속성이 %s 객체에 없음" + +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "%s의 별칭" + +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "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 "%s에 대한 메소드 서명을 가져오지 못했습니다: %s" + +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "%s에서 잘못된 __slots__ 가 발견되었습니다. 무시합니다." #: ext/autosummary/__init__.py:284 #, python-format @@ -3765,451 +3606,640 @@ msgid "" "%(default)s)" msgstr "모듈 __all__ 속성의 구성원만 정확히 문서화합니다. (기본값: %(default)s)" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "중단되었습니다!" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:28 +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 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참고: 기본적으로이 스크립트는 이미 생성된 파일을 덮어 쓰지 않습니다." +"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 "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "문서에 대한 모듈 경로" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "생성에서 제외할 fnmatch 형식의 파일 또는 디렉토리 패턴" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -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 "사용자 오류인 경우에도 이를 보고하여, 다음에 더 나은 오류 메시지를 제공할 수 있도록 해 주십시오." -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "목차에 표시할 하위 모듈의 최대 깊이 (기본값: 4)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "사이드바 닫기" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing 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 "목차" -#: ext/apidoc/_cli.py:91 +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "검색" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "이동" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "소스 보기" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "내용" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "빠른 검색" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/genindex-split.html:17 +msgid "can be huge" +msgstr "큰 경우가 있으므로 주의" + +#: themes/basic/search.html:20 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "심볼릭 링크를 따라갑니다. collective.recipe.omelette과 결합하면 강력합니다." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "검색 기능을 사용하려면 JavaScript를 활성화하십시오." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "파일을 생성하지 않고 스크립트 실행" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "여러 단어를 검색하면 모든 단어가 포함된 일치 항목만 표시됩니다." -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "각 모듈에 대한 문서를 개별 페이지에 배치" +#: themes/basic/search.html:35 +msgid "search" +msgstr "검색" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "\"_private\" 모듈 포함" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "탐색" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "목차의 파일 이름 (기본값: modules)" +#: 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 "Sphinx %(sphinx_version)s 버전으로 생성되었습니다." + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s에서 찾기" + +#: 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 "모든 구역과 하위 구역 목록" + +#: 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 "모든 모듈 조견표" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "함수, 클래스 및 용어 개관" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -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" -#: 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/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "버전 %(version)s의 변경 사항 (자동으로 생성된 목록)" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "서브 모듈 문서 앞에 모듈 문서를 넣음" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "라이브러리 변경 사항" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "PEP-0420 암시적 네임 스페이스 사양에 따라 모듈 경로 해석" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API 변경 사항" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "다른 변경 사항" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "파일 확장자 (기본값: rst)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart로 전체 프로젝트 생성" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "검색 결과" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "--full이 주어졌을 때, sys.path에 module_path 추가" +#: themes/basic/static/searchtools.js:125 +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:200 -msgid "project name (default: root module name)" -msgstr "프로젝트 이름 (기본값: 루트 모듈 이름)" +#: themes/basic/static/searchtools.js:129 +#, 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/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "--full이 주어졌을 때, 프로젝트 작성자" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "검색 중" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "--full이 주어졌을 때, 프로젝트 버전" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "검색 준비 중…" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "--full이 주어졌을 때, 프로젝트의 릴리스이며 기본값은 --doc-version 값과 같음" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", 문서 - " -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "확장 기능 옵션" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "검색 일치 숨기기" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "사이드바 열기" -#: ext/apidoc/_cli.py:240 +#: environment/adapters/toctree.py:335 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "순환 toctree 참조가 감지되었으며, 무시합니다: %s <- %s" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:360 #, python-format -msgid "%s is not a directory." -msgstr "%s은(는) 디렉토리가 아닙니다." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree에 제목이 없는 문서 %r에 대한 참조가 있습니다. 링크가 생성되지 않습니다" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "see %s" +msgstr "%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 "" +msgid "see also %s" +msgstr "%s 참조" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "unknown index entry type %r" +msgstr "알 수 없는 색인 항목 유형 %r" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "image file not readable: %s" +msgstr "이미지 파일을 읽을 수 없음: %s" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "이미지 파일 %s을(를) 읽을 수 없음: %s" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "download file not readable: %s" +msgstr "다운로드 가능 파일을 읽을 수 없음: %s" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s에 이미 구역 번호가 할당되었습니다 (중첩된 번호 붙인 toctree?)" -#: ext/apidoc/_extension.py:192 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "중복 C++ 선언이며, %s:%s에 정의되었습니다.\n선언은 '.. cpp:%s:: %s' 입니다." -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "템플릿 매개변수" -#: ext/apidoc/_extension.py:247 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "반환값" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "%s 파일을 작성합니다." +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "공용체" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(%s v%s에서)" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "멤버 변수" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(%s에서)" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "자료형" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: 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/_object.py:206 +msgid "Variables" +msgstr "변수" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "예외 발생" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (%s 모듈)" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (%s 모듈)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:184 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (내장 변수)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:219 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "외부 %s:%s 참조 대상을 찾을 수 없음: %s" +msgid "%s (built-in class)" +msgstr "%s (내장 클래스)" + +#: domains/python/__init__.py:220 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (%s 클래스)" + +#: domains/python/__init__.py:285 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s의 클래스 메서드)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s의 정적 메서드)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (%s property)" +msgstr "%s (%s의 특성)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python 모듈 목록" + +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "모듈" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "폐지됨" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "예외" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "클래스 메서드" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "정적 메서드" + +#: domains/python/__init__.py:744 +msgid "property" +msgstr "특성" + +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "more than one target found for cross-reference %r: %s" +msgstr "상호 참조 %r에 대해 둘 이상의 대상을 찾았습니다: %s" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (폐지됨)" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "environment variable; %s" +msgstr "환경 변수; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "일부 인벤토리에서 몇 가지 문제가 발생했지만, 동작하는 대체 인벤토리로 처리했습니다:" - -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -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\"와 같은 형식이어야 합니다" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:319 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx 인벤토리가 이동함: %s -> %s" +msgid "%s command line option" +msgstr "%s 명령줄 옵션" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "member-order 옵션에 대해 잘못된 값: %s" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "명령줄 옵션" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "class-doc-from 옵션에 대해 잘못된 값: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "용어 앞에는 빈 줄이 와야 합니다" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "auto%s (%r)에 대한 잘못된 서명" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" +msgstr "용어 정의는 빈 줄로 구분하면 안됩니다." -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "%s에 대한 인수를 서식화하는 동안 오류 발생: %s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" +msgstr "용어 정의 형식이 잘못된 것 같습니다. 들여쓰기를 확인하십시오" -#: ext/autodoc/__init__.py:898 -#, 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" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "용어 항목" -#: ext/autodoc/__init__.py:1021 -#, 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\" 지시문을 배치하거나, 명시적으로 모듈 이름을 지정해 보십시오)" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "문법 토큰" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "모의 객체가 감지되었습니다: %r" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "참조 레이블" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "%s에 대한 서명을 서식화하는 동안 오류 발생: %s" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "환경 변수" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "automodule 이름의 \"::\"은 의미가 없음" +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "프로그램 옵션" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "automodule %s에 대해 서명 인수 또는 반환 값 주석이 지정됨" +#: domains/std/__init__.py:735 +msgid "document" +msgstr "문서" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__은 %r이(가) 아닌 문자열의 목록이어야 합니다 (모듈 %s) -- __all__을 무시합니다" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "모듈 목록" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr ":members: 옵션에 언급된 속성이 없습니다: 모듈 %s, 속성 %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "중복된 %s 설명 (%s에 대한), 다른 인스턴스는 %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 "%s에 대한 함수 서명을 가져오지 못했습니다: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig가 비활성화되었습니다. :numref:는 무시됩니다." -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "%s에 대한 생성자 서명을 가져오지 못했습니다: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "상호 참조를 생성하지 못했습니다. 어떤 번호도 할당되지 않았습니다: %s" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" -msgstr "기반 클래스: %s" +msgid "the link has no caption: %s" +msgstr "링크에 캡션이 없습니다: %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" -msgstr "%s 속성이 %s 객체에 없음" +msgid "invalid numfig_format: %s (%r)" +msgstr "잘못된 numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" -msgstr "%s의 별칭" +msgid "invalid numfig_format: %s" +msgstr "잘못된 numfig_format: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "TypeVar(%s)의 별칭" +msgid "undefined label: %r" +msgstr "정의되지 않은 레이블: %r" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "%s에 대한 메소드 서명을 가져오지 못했습니다: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "상호 참조를 생성하지 못했습니다. 제목 또는 캡션을 찾을 수 없습니다: %r" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "%s에서 잘못된 __slots__ 가 발견되었습니다. 무시합니다." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "중복 C 선언이며, %s:%s에 정의되었습니다.\n선언은 '.. c:%s:: %s' 입니다." -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "%r에 대한 기본 인수 값을 해석하지 못했습니다: %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "%r에 대한 서명을 업데이트하지 못했습니다. 매개변수를 찾을 수 없습니다: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "변수" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "%r에 대한 type_comment를 해석하지 못했습니다: %s" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "매크로" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "구조체" diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo index cf199a84b91..556c4763fd6 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 e654c99e84b..295a0601c10 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -19,141 +19,276 @@ msgstr "" "Language: lt\n" "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +296,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,257 +309,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -439,1047 +539,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[šaltinis]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[dokumentai]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Modulio kodas" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Kodas %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Apžvalga: modulio kodas" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Visi moduliai turintys kodą

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" 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: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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:286 msgid "" -"====================== slowest reading durations =======================" +"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 "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: 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 "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:148 +#: cmd/quickstart.py:367 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:406 +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 "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" 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/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Creating file %s." msgstr "" -#: ext/imgconverter.py:83 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:519 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/graphviz.py:328 +#: cmd/quickstart.py:530 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:572 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"\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 "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Padaryti" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "originalus įrašas" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:637 +msgid "version of project" 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" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:654 +msgid "source file suffix" 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" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:314 +#: cmd/quickstart.py:670 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "enable %s extension" 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." +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Skyriaus autorius: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Modulio autorius: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Kodo autorius: " - -#: directives/other.py:209 -msgid "Author: " -msgstr "Autorius: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Įtaisytieji" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" -#: builders/changes.py:72 -msgid "Module level" -msgstr "Modulio lygis" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:133 +#: cmd/quickstart.py:809 #, python-format -msgid "could not read %r for changelog creation" +msgid "Invalid template variable: %s" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: 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 "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: 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." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:713 +#: cmd/build.py:357 #, python-format -msgid "docnames to write: %s" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (itaisytoji funkcija)" -#: builders/__init__.py:883 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s metodas)" -#: builders/epub3.py:84 +#: domains/javascript.py:186 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s() (class)" +msgstr "%s() (klasė)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globalus kintamasis arba konstanta)" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atributas)" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumentais" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Išmeta" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -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" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -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" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modulis)" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funkcija" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "metodas" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "klasė" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "duomenys" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atribudas" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modulis" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/javascript.py:458 #, python-format -msgid "error writing file %s: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/xml.py:101 +#: domains/__init__.py:322 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/texinfo.py:45 +#: domains/changeset.py:26 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:89 +#: domains/changeset.py:27 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "Changed in version %s" +msgstr "Pakeista %s versijoje" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:28 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (kuris yra " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" +msgid "Deprecated since version %s" +msgstr "Nebepalaikoma nuo %s versijos" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/changeset.py:29 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "Removed in version %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:73 #, python-format -msgid "error writing file Makefile: %s" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:223 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +msgid "%s (directive)" +msgstr "%s (direktyva)" -#: builders/_epub_base.py:464 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:591 +#: domains/rst.py:224 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +msgid "%s (role)" +msgstr "%s (rolė)" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktyva" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "rolė" -#: builders/gettext.py:244 +#: domains/rst.py:262 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:75 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/singlehtml.py:35 +#: domains/citation.py:92 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:347 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:352 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%Y-%m-%d" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1550,2100 +1467,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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-%m-%d" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:203 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 "Indeksas" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Išnašos" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: util/i18n.py:146 +#: 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 "" + +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "locale_dir %s does not exist" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:236 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[paveiksliukas]" + +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Išnašos" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[paveiksliukas]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Skyriaus autorius: " -#: 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 "Indeksas" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Modulio autorius: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Kodo autorius: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Autorius: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Padaryti" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:154 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:166 +msgid "original entry" +msgstr "originalus įrašas" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[šaltinis]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:591 +#: 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 "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Kodas %s

" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: 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/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "module %s could not be imported: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:148 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: 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 "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:187 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (itaisytoji funkcija)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metodas)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" -msgstr "%s() (klasė)" +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globalus kintamasis arba konstanta)" +msgid "'%s' is not a valid option." +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atributas)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumentais" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Išmeta" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Grąžinamos reikšmės" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Grąžinamos reikšmės tipas" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:297 #, python-format -msgid "%s (module)" -msgstr "%s (modulis)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funkcija" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "metodas" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "klasė" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "duomenys" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atribudas" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modulis" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "Added in version %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:328 #, python-format -msgid "Changed in version %s" -msgstr "Pakeista %s versijoje" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "Nebepalaikoma nuo %s versijos" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" -msgstr "%s (direktyva)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "%s (rolė)" +msgid "[graph: %s]" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktyva" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rolė" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:85 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Dėmesio" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Atsargiai" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Pavojinga" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Klaida" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Patarimas" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (kuris yra " -#: locale/__init__.py:233 -msgid "Important" -msgstr "Svarbu" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Pastaba" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Taip pat žiūrėkite" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Patarimas" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Įspėjimas" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" 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" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:133 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "Please enter one of %s." +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:229 +#: builders/changes.py:61 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "no changes in version %s." msgstr "" -#: 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)." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Įtaisytieji" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Modulio lygis" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: 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." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: 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." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:367 +#: builders/gettext.py:265 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:281 #, python-format -msgid "Creating file %s." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:303 #, python-format -msgid "File %s already exists, skipping." -msgstr "" - -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:315 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:336 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:537 +#: builders/__init__.py:343 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "" - -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "" - -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "" - -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "" - -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "" - -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "" - -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "" - -#: cmd/quickstart.py:670 +#: builders/__init__.py:537 #, python-format -msgid "enable %s extension" -msgstr "" - -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "" - -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "" - -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "" - -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "" - -#: cmd/quickstart.py:699 -msgid "create batchfile" +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:705 -msgid "do not create batchfile" +#: 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:714 -msgid "use make-mode for Makefile/make.bat" +#: 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:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: 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:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:809 +#: builders/__init__.py:915 #, python-format -msgid "Invalid template variable: %s" -msgstr "" - -#: cmd/build.py:64 -msgid "job number should be a positive number" -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" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Dėmesio" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Atsargiai" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Pavojinga" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Klaida" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Patarimas" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Svarbu" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Pastaba" -#: cmd/build.py:212 -msgid "console output options" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Taip pat žiūrėkite" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Patarimas" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Įspėjimas" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:357 +#: util/inventory.py:147 #, 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" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Paslėpti šoninę juostą" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %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 "Paieška" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Pirmyn" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Rodyti pirminį kodą" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Turinys" - -#: themes/basic/opensearch.xml:4 +#: util/i18n.py:113 #, python-format -msgid "Search %(docstitle)s" -msgstr "Ieškoti %(docstitle)s" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Apžvalga" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +msgid "writing error: %s, %s" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indeksai ir lentelės:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Pilnas Turinys" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "surašyti visus skyrius ir poskyrius" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Paieškos puslapis" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "ieškoti šiame dokumente" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globalus Modulio Indeksas" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "greitas visų modulių pasiekimas" - -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Bendras indeksas" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "visos funkcijos, klasės ir terminai" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Šis puslapis" - -#: themes/basic/genindex-single.html:26 +#: util/i18n.py:253 #, python-format -msgid "Index – %(key)s" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %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" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Greitoji paieška" - -#: 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/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/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigacija" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: themes/basic/layout.html:115 +#: util/fileutil.py:89 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Ieškoti tarp %(docstitle)s" +msgid "Writing evaluated template result to %s" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Apie šiuos dokumentus" +#: util/display.py:82 +msgid "skipped" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Autoriaus teisės" +#: util/display.py:87 +msgid "failed" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: util/osutil.py:131 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: themes/basic/layout.html:201 +#: util/docfields.py:103 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Paskutinis atnaujinimas %(last_updated)s." +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: themes/basic/layout.html:204 +#: util/nodes.py:454 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: 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." +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "ieškoti" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Paslėpti paieškos rezultatus" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" +msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Paieškos rezultatai" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: 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." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: 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] "" -msgstr[2] "" -msgstr[3] "" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatiškai sugeneruotas pakeitimų %(version)s versijoje sąrašas" +msgid "%r reference target not found: %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Bibliotekos pakeitimai" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "tęsinys iš praeito puslapio" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API pakeitimai" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Kiti pakeitimai" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Išplėsti šoninę juostą" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (modulyje %s)" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Leidimas" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (modulje %s)" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: domains/python/__init__.py:182 +#: builders/latex/transforms.py:121 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (įtaisytasis kintamasis)" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: domains/python/__init__.py:217 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s (built-in class)" -msgstr "%s (įtaisytoji klasė)" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: domains/python/__init__.py:218 +#: builders/latex/theming.py:87 #, python-format -msgid "%s (class in %s)" -msgstr "%s (klasė iš %s)" +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: domains/python/__init__.py:283 +#: builders/latex/theming.py:90 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klasės metodas)" +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: domains/python/__init__.py:285 +#: builders/latex/__init__.py:115 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statinis metodas)" +msgid "The LaTeX files are in %(outdir)s." +msgstr "" -#: domains/python/__init__.py:438 -#, python-format -msgid "%s (%s property)" +#: 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 "" -#: domains/python/__init__.py:478 +#: 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 "%s (type alias in %s)" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "moduliai" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Atmestas" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "išimtis" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "klasės metodas" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "statinis metodas" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:115 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:351 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (atmestas)" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametrai" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Kintamieji" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Sukelia" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:386 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Bendras indeksas" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "indeksas" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "narys" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "kitas" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tipas" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "praeitas" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:884 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "kintamasis" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "makrokomanda" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "aplinkos kintamasis; %s" +msgid "cannot copy extra file %r" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s command line option" +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:321 -msgid "command line option" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "aiškinamasis terminas" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "gramatinė leksema" - -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "nuorodos požymis" - -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "aplinkos kintamasis" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programos parinktis" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Modulio indeksas" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1380 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1400 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:1422 #, python-format -msgid "the link has no caption: %s" +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:1435 #, python-format -msgid "invalid numfig_format: %s (%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 "" -#: domains/std/__init__.py:1157 +#: 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 "invalid numfig_format: %s" +msgid "%s %s documentation" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "undefined label: %r" +msgid "(in %s v%s)" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "(in %s)" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "see %s" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "see also %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "image file not readable: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "image file %s not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "download file not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:311 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.:" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %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." +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "indeksas" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "kitas" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "praeitas" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: 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 "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:135 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:1216 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" + +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "favicon file %r does not exist" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:176 #, 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 "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "%s %s documentation" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: 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)." +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametrai" + +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Leidimas" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: 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" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:895 -msgid "Example" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3760,458 +3598,650 @@ msgstr "" msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/autosummary/generate.py:899 +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Paslėpti šoninę juostą" + +#: 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/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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Pirmyn" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Rodyti pirminį kodą" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Turinys" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Greitoji paieška" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indekso puslapiai pagal raidę" + +#: 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/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." +msgstr "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "ieškoti" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigacija" + +#: themes/basic/layout.html:115 +#, 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/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 "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Paskutinis atnaujinimas %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Šis puslapis" + +#: 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/basic/opensearch.xml:4 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "Ieškoti %(docstitle)s" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Apžvalga" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" 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:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeksai ir lentelės:" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Pilnas Turinys" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "surašyti visus skyrius ir poskyrius" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Paieškos puslapis" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "ieškoti šiame dokumente" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globalus Modulio Indeksas" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "greitas visų modulių pasiekimas" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "visos funkcijos, klasės ir terminai" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: 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:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: 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" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Bibliotekos pakeitimai" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API pakeitimai" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Kiti pakeitimai" -#: 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:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Paieškos rezultatai" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/static/searchtools.js:125 +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:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:207 -msgid "project author(s), used when --full is given" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Paslėpti paieškos rezultatus" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Išplėsti šoninę juostą" -#: ext/apidoc/_cli.py:240 +#: environment/adapters/toctree.py:335 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:360 #, python-format -msgid "%s is not a directory." +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "toctree contains reference to non-existing document %r" 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/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: 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 "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" +#: 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 "" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Kintamieji" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Sukelia" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (modulyje %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (modulje %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (įtaisytasis kintamasis)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (įtaisytoji klasė)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klasė iš %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s klasės metodas)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s statinis metodas)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moduliai" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Atmestas" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "išimtis" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "klasės metodas" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statinis metodas" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (atmestas)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "aplinkos kintamasis; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "aiškinamasis terminas" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "gramatinė leksema" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "nuorodos požymis" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "aplinkos kintamasis" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "programos parinktis" + +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Modulio indeksas" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "kintamasis" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makrokomanda" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo index f3593f7a573..4bb168d1553 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 ecd1aa52477..4e2353dcf10 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[kods]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[dokumenti]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Moduļa teksts" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

%s izejas teksts

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Apskats: moduļa teksts" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Visi moduļi, kuriem ir izejas teksti

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" 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: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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:286 msgid "" -"====================== slowest reading durations =======================" +"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 "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "" + +#: cmd/quickstart.py:339 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"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/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %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 "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 +#: cmd/quickstart.py:367 #, python-format -msgid "module %s could not be imported: %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: cmd/quickstart.py:377 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:396 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:406 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:452 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:473 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/imgconverter.py:44 +#: cmd/quickstart.py:519 #, 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:526 msgid "" -"convert exited with error:\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:530 #, 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" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:604 +msgid "Structure 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/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Jāizdara" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "sākotnējs ieraksts" - -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:654 +msgid "source file suffix" 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" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:670 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "enable %s extension" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:686 +msgid "create makefile" 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." +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Sekcijas autors: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Moduļa autors: " - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Koda autors: " +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autors: " +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:56 +#: cmd/quickstart.py:809 #, python-format -msgid "no changes in version %s." +msgid "Invalid template variable: %s" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Iebūvētie" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Moduļu līmenis" - -#: builders/changes.py:124 -msgid "copying source files..." +#: 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 "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: 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." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:551 +#: cmd/build.py:357 #, 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 "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:713 +#: domains/javascript.py:183 #, python-format -msgid "docnames to write: %s" -msgstr "" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (iebūvēta funkcija)" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metods)" -#: builders/__init__.py:731 -msgid "copying assets" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/__init__.py:883 +#: domains/javascript.py:188 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (globālais mainīgais vai konstanta)" -#: builders/epub3.py:84 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (%s atributs)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenti" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Izmet" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Atgriež" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Atgriežamais tips" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modulis)" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funkcija" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "metods" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "klase" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "dati" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atributs" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modulis" -#: builders/xml.py:31 +#: domains/javascript.py:458 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/__init__.py:322 #, python-format -msgid "error writing file %s: %s" -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/xml.py:101 +#: domains/changeset.py:26 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:45 +#: domains/changeset.py:27 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgid "Changed in version %s" +msgstr "Mainīts versijā %s" -#: builders/texinfo.py:89 +#: domains/changeset.py:28 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Neieteicams no versijas %s" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:29 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (iekš " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/math.py:73 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file Makefile: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:223 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" +msgid "%s (directive)" +msgstr "%s (direktīva)" -#: builders/_epub_base.py:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "" +msgid "%s (role)" +msgstr "%s (role)" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktīva" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "role" -#: builders/_epub_base.py:794 +#: domains/rst.py:262 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:347 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:352 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:358 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2099 +1466,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "Indekss" + +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Vēres" + +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:325 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:336 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" -msgstr "" +msgid "[image: %s]" +msgstr "[attēls: %s]" -#: util/i18n.py:146 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[attēls]" + +#: writers/latex.py:384 #, python-format -msgid "locale_dir %s does not exist" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:236 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "Invalid Babel locale: %r." +msgid "no Babel option known for language %r" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Vēres" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" -msgstr "[attēls: %s]" +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[attēls]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Sekcijas autors: " -#: 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 "Indekss" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Moduļa autors: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Koda autors: " -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autors: " -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Jāizdara" + +#: ext/todo.py:94 #, python-format -msgid "no Babel option known for language %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:591 +#: ext/todo.py:154 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/todo.py:166 +msgid "original entry" +msgstr "sākotnējs ieraksts" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[kods]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: 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 "unsupported rubric heading level: %s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

%s izejas teksts

" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Apskats: moduļa teksts" -#: writers/latex.py:1580 +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Visi moduļi, kuriem ir izejas teksti

" + +#: ext/coverage.py:48 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:1939 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "unknown index entry type %s found" +msgid "module %s could not be imported: %s" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:148 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %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/html5.py:441 +#: ext/coverage.py:187 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: domains/__init__.py:322 +#: ext/imgmath.py:362 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "inline latex %r: %s" +msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: domains/javascript.py:182 +#: ext/imgconverter.py:44 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (iebūvēta funkcija)" +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 "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metods)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/javascript.py:185 +#: ext/imgconverter.py:83 #, python-format -msgid "%s() (class)" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:187 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globālais mainīgais vai konstanta)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atributs)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumenti" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Izmet" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Atgriež" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Atgriežamais tips" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:297 #, python-format -msgid "%s (module)" -msgstr "%s (modulis)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funkcija" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "metods" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "klase" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "dati" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atributs" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modulis" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "Added in version %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:328 #, python-format -msgid "Changed in version %s" -msgstr "Mainīts versijā %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "Neieteicams no versijas %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" -msgstr "%s (direktīva)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "%s (role)" +msgid "[graph: %s]" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktīva" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "role" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:85 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Uzmanību" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Uzmanies" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Bīstami" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "Kļūda" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Mājiens" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Svarīgi" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (iekš " -#: locale/__init__.py:234 -msgid "Note" -msgstr "Piezīme" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Skat.arī" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Padoms" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Brīdinājums" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:133 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "Please enter one of %s." +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:229 +#: builders/changes.py:61 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "no changes in version %s." msgstr "" -#: 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)." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Iebūvētie" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Moduļu līmenis" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: 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." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: 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." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:367 +#: builders/gettext.py:265 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:281 #, python-format -msgid "Creating file %s." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:303 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:343 #, python-format msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: 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:637 -msgid "version of project" -msgstr "" - -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "" - -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "" - -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: 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:657 -msgid "master document name" +#: 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:660 -msgid "use epub" +#: 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:663 -msgid "Extension options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:733 #, python-format -msgid "enable %s extension" -msgstr "" - -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:809 +#: builders/linkcheck.py:768 #, python-format -msgid "Invalid template variable: %s" -msgstr "" - -#: cmd/build.py:64 -msgid "job number should be a positive number" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %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 "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Uzmanību" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Uzmanies" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Bīstami" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Kļūda" -#: cmd/build.py:114 -msgid "general options" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Mājiens" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Svarīgi" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Piezīme" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Skat.arī" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Padoms" -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Brīdinājums" -#: cmd/build.py:157 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format 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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:357 +#: util/i18n.py:146 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: 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 "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Savērst sānjoslu" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." 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" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Izpildīt" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Rādīt izejas tekstu" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Saturs" - -#: themes/basic/opensearch.xml:4 +#: util/fileutil.py:89 #, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s meklēšana" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Apskats" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +msgid "Writing evaluated template result to %s" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: util/display.py:87 +msgid "failed" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indeksi un tabulas:" - -#: 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:507 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/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Šī lappuse" - -#: themes/basic/genindex-single.html:26 +#: util/osutil.py:131 #, python-format -msgid "Index – %(key)s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." 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/searchbox.html:4 -msgid "Quick search" -msgstr "Ātra 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/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/layout.html:18 -msgid "Navigation" -msgstr "Navigācija" - -#: themes/basic/layout.html:115 -#, 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" - -#: 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 +#: util/docfields.py:103 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Pēdējas izmaiņas %(last_updated)s." - -#: themes/basic/layout.html:204 +#: util/nodes.py:454 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: 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." +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "meklēt" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Paslēpt atlases vārdus" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Atlases rezultāti" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: 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." +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: 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] "" -msgstr[2] "" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown image format: %s..." msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: 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 "Automatically generated list of changes in version %(version)s" -msgstr "Automātiski sagatavots izmaiņu saraksts versijai %(version)s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Bibliotēkas izmaiņas" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Izmaiņas iekš C API" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "" -#: 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" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Izplest sānjoslu" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (moduļī %s)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (moduļī %s)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (iebūvētais mainīgais)" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Izlaidums" -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (iebūvēta klase)" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: domains/python/__init__.py:218 +#: builders/latex/transforms.py:121 #, python-format -msgid "%s (class in %s)" -msgstr "%s (klase iekš %s)" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: domains/python/__init__.py:283 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klases metods)" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: domains/python/__init__.py:285 +#: builders/latex/theming.py:87 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statiskais metods)" +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/latex/theming.py:90 #, python-format -msgid "%s (%s property)" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: domains/python/__init__.py:478 +#: builders/latex/__init__.py:115 #, python-format -msgid "%s (type alias in %s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: 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 "" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "moduļi" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Nav ieteicams" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "izņēmums" - -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "klases metods" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "statiskais metods" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "logo file %r does not exist" msgstr "" -#: domains/python/__init__.py:978 +#: builders/latex/__init__.py:529 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -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" -msgstr "Mainīgie" +#: 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 "Ceļ" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:351 #, python-format -msgid "%s (C++ %s)" +msgid "Failed to read build info file: %r" +msgstr "" + +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:369 +msgid "building [html]: " +msgstr "" + +#: builders/html/__init__.py:386 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Vispārējs indekss" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "indekss" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "loceklis" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "nākošais" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tips" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "iepriekšējs" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:884 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "mainīgais" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "makross" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "apkārtnes mainīgais; %s" +msgid "cannot copy extra file %r" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" + +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1218 +#, 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 "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1231 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"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:319 +#: builders/html/__init__.py:1239 #, python-format -msgid "%s command line option" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "glosārija termins" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "gramatiskais marķieris" - -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "atsauces virsraksts" - -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "apkārtnes mainīgais" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programmas opcija" - -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Moduļu indekss" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1380 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1400 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:1422 #, python-format -msgid "the link has no caption: %s" +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:1435 #, python-format -msgid "invalid numfig_format: %s (%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 "" -#: domains/std/__init__.py:1157 +#: 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 "invalid numfig_format: %s" +msgid "%s %s documentation" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "undefined label: %r" +msgid "(in %s v%s)" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "(in %s)" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "see %s" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "see also %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "image file not readable: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "image file %s not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "download file not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:311 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.:" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %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." +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "indekss" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i '%s' must contain strings" +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 "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "nākošais" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "iepriekšējs" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:152 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1216 -#, 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/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "logo file %r does not exist" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1407 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "favicon file %r does not exist" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:183 #, 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 "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s %s documentation" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: 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)." +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametri" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Izlaidums" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "invalid signature for auto%s (%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" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: 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 "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3735,481 +3574,672 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" -msgstr "" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Savērst sānjoslu" + +#: 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/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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Izpildīt" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Rādīt izejas tekstu" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Saturs" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Ātra meklēšana" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Lappušu indekss pēc burtiem" + +#: 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/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/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigācija" + +#: themes/basic/layout.html:115 +#, 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" + +#: 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 "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Pēdējas izmaiņas %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Šī lappuse" + +#: 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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s meklēšana" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Apskats" + +#: 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 "Indeksi un tabulas:" + +#: 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" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Atlases lapa" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "meklēt šajā dokumentācijā" -#: ext/autosummary/generate.py:882 -#, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Vispārējs moduļu indekss" -#: ext/autosummary/generate.py:890 -#, python-format -msgid "document imported members (default: %(default)s)" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "ātra piekļuve visiem moduliem" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "visas funkcijas, klases un termini" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#: 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/_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:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automātiski sagatavots izmaiņu saraksts versijai %(version)s" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Bibliotēkas izmaiņas" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Izmaiņas iekš C API" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Citas izmaiņas" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Atlases rezultāti" -#: ext/apidoc/_cli.py:91 +#: themes/basic/static/searchtools.js:125 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" - -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating 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:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/searchtools.js:517 +msgid ", in " 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:108 +msgid "Hide Search Matches" +msgstr "Paslēpt atlases vārdus" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Izplest sānjoslu" -#: 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: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)" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/collectors/toctree.py:259 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:291 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "%s is not a directory." +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:102 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "loceklis" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tips" + +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Mainīgie" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Ceļ" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (moduļī %s)" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (moduļī %s)" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:184 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (iebūvētais mainīgais)" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:219 #, python-format -msgid "(in %s v%s)" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (iebūvēta klase)" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:220 #, python-format -msgid "(in %s)" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klase iekš %s)" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:285 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s klases metods)" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:287 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s statiskais metods)" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:440 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:480 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moduļi" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Nav ieteicams" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "izņēmums" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "klases metods" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statiskais metods" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "environment variable; %s" +msgstr "apkārtnes mainīgais; %s" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:319 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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 "" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "glosārija termins" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "gramatiskais marķieris" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "atsauces virsraksts" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "apkārtnes mainīgais" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "programmas opcija" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Moduļu indekss" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "mainīgais" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makross" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo index a7c10a1c516..1a39a7577ba 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 15ea01bd440..54e8257d934 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -19,141 +19,276 @@ msgstr "" "Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +296,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,257 +309,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Предлог за подобрување на Python; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -439,1047 +539,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Предлог за подобрување на Python; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:396 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:406 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"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 "" -#: 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/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:452 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/coverage.py:492 +#: cmd/quickstart.py:519 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:526 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" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:530 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: ext/todo.py:61 -msgid "Todo" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: cmd/quickstart.py:670 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "enable %s extension" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" 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" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" 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." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Автор на секцијата:" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Автор на модул:" - -#: directives/other.py:207 -msgid "Code author: " -msgstr "Автор на код:" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Автор: " +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: 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 "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Вградени" +#: cmd/build.py:114 +msgid "general options" +msgstr "" -#: builders/changes.py:72 -msgid "Module level" -msgstr "Ниво на модул" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:494 +#: domains/javascript.py:183 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (вградена функција)" -#: builders/__init__.py:531 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, 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 "%s() (%s method)" +msgstr "%s() (%s метод)" -#: builders/__init__.py:540 +#: domains/javascript.py:186 #, 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 "%s() (class)" +msgstr "%s() (класа)" -#: builders/__init__.py:551 +#: domains/javascript.py:188 #, 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 "%s (global variable or constant)" msgstr "" -#: builders/__init__.py:558 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, 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 "%s (%s attribute)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/__init__.py:713 +#: 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 "docnames to write: %s" +msgid "%s (module)" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "функција" + +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "класа" + +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/epub3.py:84 +#: domains/javascript.py:458 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "" - -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" - -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" - -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" - -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (во " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "" - -#: builders/texinfo.py:230 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file Makefile: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:223 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%s (directive)" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid "%s (role)" msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/_epub_base.py:794 +#: domains/rst.py:262 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:347 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:352 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:358 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1550,2098 +1467,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:245 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "[image: %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." +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:384 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/nodes.py:490 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "no Babel option known for language %r" msgstr "" -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/display.py:82 -msgid "skipped" +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: util/display.py:87 -msgid "failed" +#: writers/latex.py:730 +msgid "document title is not a single Text node" msgstr "" -#: util/osutil.py:131 -#, python-format +#: writers/latex.py:1200 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/docutils.py:309 +#: writers/latex.py:1230 #, python-format -msgid "unknown directive name: %s" +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 "" -#: util/docutils.py:345 +#: writers/latex.py:1626 #, python-format -msgid "unknown role name: %s" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/docutils.py:789 +#: writers/latex.py:1986 #, python-format -msgid "unknown node type: %r" +msgid "unknown index entry type %s found" msgstr "" -#: util/fileutil.py:76 -#, python-format +#: directives/patches.py:71 msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/rst.py:73 +#: directives/code.py:87 #, python-format -msgid "default role %s not found" +msgid "Invalid caption: %s" msgstr "" -#: util/inventory.py:147 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/inventory.py:166 +#: directives/code.py:216 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/code.py:235 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: 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" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/code.py:314 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "unimplemented node type: %r" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:361 +#: directives/other.py:156 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: directives/other.py:169 #, python-format -msgid "no Babel option known for language %r" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: 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 "" -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/todo.py:94 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:1580 +#: ext/todo.py:154 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: writers/html5.py:441 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:359 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "

Source code for %s

" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/coverage.py:187 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" -#: domains/math.py:73 +#: ext/coverage.py:260 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: domains/javascript.py:182 +#: ext/coverage.py:452 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (вградена функција)" +msgid "undocumented python function: %s :: %s" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/coverage.py:473 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s метод)" +msgid "undocumented python class: %s :: %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/coverage.py:492 #, python-format -msgid "%s() (class)" -msgstr "%s() (класа)" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" -#: domains/javascript.py:187 +#: ext/imgmath.py:148 #, python-format -msgid "%s (global variable or constant)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/imgmath.py:167 #, python-format -msgid "%s (%s attribute)" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Фрла" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Враќа" - -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Повратен тип" - -#: domains/javascript.py:370 +#: ext/imgmath.py:362 #, python-format -msgid "%s (module)" +msgid "inline latex %r: %s" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "функција" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: 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 "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "класа" - -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:454 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/changeset.py:26 +#: ext/doctest.py:118 #, python-format -msgid "Added in version %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/changeset.py:27 +#: ext/doctest.py:124 #, python-format -msgid "Changed in version %s" +msgid "'%s' is not a valid option." msgstr "" -#: domains/changeset.py:28 +#: ext/doctest.py:139 #, python-format -msgid "Deprecated since version %s" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/changeset.py:29 +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:297 #, python-format -msgid "Removed in version %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/doctest.py:451 #, python-format -msgid "%s (directive)" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/doctest.py:568 #, python-format -msgid ":%s: (directive option)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/rst.py:224 +#: ext/extlinks.py:82 #, python-format -msgid "%s (role)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/rst.py:262 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/citation.py:75 +#: ext/graphviz.py:328 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/citation.py:92 +#: ext/graphviz.py:339 #, python-format -msgid "Citation [%s] is not referenced." +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: 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:229 -msgid "Caution" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: 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 "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (во " + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" + +#: builders/_epub_base.py:594 #, python-format -msgid "Please enter one of %s." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:229 +#: builders/_epub_base.py:801 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "writing %s file..." msgstr "" -#: 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)." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "Selected root path: %s" +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Вградени" -#: 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." +#: builders/changes.py:77 +msgid "Module level" +msgstr "Ниво на модул" + +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: 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." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: 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." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:367 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:230 #, python-format -msgid "Creating file %s." +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:238 #, python-format -msgid "File %s already exists, skipping." +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:281 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:315 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: 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:654 -msgid "source file suffix" +#: 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:657 -msgid "master document name" +#: 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:660 -msgid "use epub" +#: 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:663 -msgid "Extension options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:733 #, python-format -msgid "enable %s extension" +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "" - -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:809 +#: builders/linkcheck.py:768 #, python-format -msgid "Invalid template variable: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: locale/__init__.py:229 +msgid "Attention" 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" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:157 +#: transforms/i18n.py:276 +#, python-brace-format msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: 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" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: 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 "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: 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:276 -msgid "run Pdb on exception" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:357 +#: util/osutil.py:131 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: 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 "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting 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" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: themes/basic/opensearch.xml:4 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "Search %(docstitle)s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Симболи" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Главна содржина" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/transforms.py:121 #, python-format -msgid "Index – %(key)s" +msgid "Failed to get a docname for source %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/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: 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/relations.html:6 -msgid "previous chapter" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: 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 "" - -#: themes/basic/layout.html:124 -msgid "About these documents" +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/__init__.py:537 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/static/searchtools.js:119 +#: builders/html/__init__.py:386 +#, 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." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: 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:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Главна содржина" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "содржина" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:592 +msgid "next" +msgstr "следна" + +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "претходна" + +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:796 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:820 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:957 #, python-format -msgid "%s() (in module %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1054 #, python-format -msgid "%s (built-in variable)" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1218 #, python-format -msgid "%s (built-in class)" +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 "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s (class in %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 "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1239 #, python-format -msgid "%s() (%s class method)" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/python/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:1280 #, python-format -msgid "%s (%s property)" +msgid "dumping search index in %s" msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:1323 #, python-format -msgid "%s (type alias in %s)" +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: 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/__init__.py:818 -#, python-format +#: builders/html/__init__.py:1448 msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:1464 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" +msgid "%s %s documentation" +msgstr "%s %s документација" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Параметри" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" - -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "%s (C++ %s)" +msgid "(in %s)" msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" - -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "" - -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "член" - -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "тип" - -#: domains/cpp/__init__.py:944 -msgid "concept" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/c/__init__.py:211 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "%s (C %s)" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/intersphinx/_load.py:60 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" - -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "променлива" - -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "макро" - -#: domains/c/__init__.py:753 -msgid "struct" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "environment variable; %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/std/__init__.py:119 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "" - -#: domains/std/__init__.py:185 -msgid "Default" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:242 +#: ext/intersphinx/_load.py:93 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:319 +#: ext/intersphinx/_load.py:102 #, 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" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.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 "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:857 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:1124 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" -msgstr "погледни %s" - -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" -msgstr "погледни %s" - -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "unknown index entry type %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Симболи" - -#: environment/collectors/asset.py:98 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "image file not readable: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "image file %s not readable: %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: environment/collectors/asset.py:163 -#, python-format -msgid "download file not readable: %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 "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: _cli/util/errors.py:207 +#: ext/apidoc/_cli.py:91 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.:" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" 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." +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: transforms/post_transforms/__init__.py:237 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %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 "" -#: transforms/post_transforms/__init__.py:299 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: transforms/post_transforms/__init__.py:305 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:113 -#, python-format -msgid "The HTML pages are in %(outdir)s." +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:348 -#, python-format -msgid "Failed to read build info file: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:383 -#, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "содржина" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "следна" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "претходна" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:794 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:818 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:864 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: builders/html/__init__.py:917 -msgid "copying static files" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: builders/html/__init__.py:939 -msgid "copying extra files" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "cannot copy extra file %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1216 -#, 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/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Параметри" + +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "logo file %r does not exist" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autodoc/__init__.py:898 #, 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`." +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autodoc/__init__.py:1021 +#, python-format msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"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 "" -#: builders/html/__init__.py:1449 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "%s %s documentation" -msgstr "%s %s документација" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autodoc/__init__.py:1201 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:170 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "alias of %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/__init__.py:2097 #, 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:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "" - -#: builders/latex/theming.py:91 -#, python-format -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 "" - -#: 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 "" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "" - -#: ext/napoleon/docstring.py:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" - -#: ext/napoleon/docstring.py:183 -#, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "" - -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "" - -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "" - -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "" - -#: ext/napoleon/docstring.py:1001 -msgid "Receives" -msgstr "" - -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "" - -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "" - -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3765,451 +3605,641 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" 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." +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:207 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"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 "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: ext/apidoc/_cli.py:91 +#: _cli/util/errors.py:246 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: 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/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: ext/apidoc/_cli.py:135 +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/genindex-split.html:17 +msgid "can be huge" +msgstr "" + +#: themes/basic/search.html:20 msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/apidoc/_cli.py:152 +#: themes/basic/search.html:35 +msgid "search" +msgstr "" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "" + +#: 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 "" + +#: themes/basic/layout.html:204 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:160 +#: themes/basic/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +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 "" + +#: 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 "" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: 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/versionchanges.html:17 +#, 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/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "" + +#: themes/basic/static/searchtools.js:125 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:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: 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:226 -msgid "extension options" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, 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:240 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "enable %s extension, used when --full is given" +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 "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:98 #, python-format -msgid "%s is not a directory." +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "download file not readable: %s" +msgstr "" + +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +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 "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:220 #, python-format -msgid "Would create file %s." +msgid "%s (class in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:285 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:440 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:319 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "променлива" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "макро" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/nb/LC_MESSAGES/sphinx.js b/sphinx/locale/nb/LC_MESSAGES/sphinx.js new file mode 100644 index 00000000000..abe98cfbaf2 --- /dev/null +++ b/sphinx/locale/nb/LC_MESSAGES/sphinx.js @@ -0,0 +1,63 @@ +Documentation.addTranslations({ + "locale": "nb", + "messages": { + "%(filename)s — %(docstitle)s": "", + "© %(copyright_prefix)s %(copyright)s.": "", + ", in ": "", + "About these documents": "", + "Automatically generated list of changes in version %(version)s": "", + "C API changes": "", + "Changes in Version %(version)s — %(docstitle)s": "", + "Collapse sidebar": "", + "Complete Table of Contents": "", + "Contents": "", + "Copyright": "", + "Created using Sphinx %(sphinx_version)s.": "", + "Expand sidebar": "", + "Full index on one page": "", + "General Index": "", + "Global Module Index": "", + "Go": "", + "Hide Search Matches": "", + "Index": "", + "Index – %(key)s": "", + "Index pages by letter": "", + "Indices and tables:": "", + "Last updated on %(last_updated)s.": "", + "Library changes": "", + "Navigation": "", + "Next topic": "", + "Other changes": "", + "Overview": "", + "Please activate JavaScript to enable the search\n functionality.": "", + "Preparing search...": "", + "Previous topic": "", + "Quick search": "", + "Search": "", + "Search Page": "", + "Search Results": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], + "Search within %(docstitle)s": "", + "Searching": "", + "Searching for multiple words only shows matches that contain\n all words.": "", + "Show Source": "", + "Table of Contents": "", + "This Page": "", + "Welcome! This is": "", + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", + "all functions, classes, terms": "", + "can be huge": "", + "last updated": "", + "lists all sections and subsections": "", + "next chapter": "", + "previous chapter": "", + "quick access to all modules": "", + "search": "", + "search this documentation": "", + "the documentation for": "" + }, + "plural_expr": "(n != 1)" +}); \ No newline at end of file diff --git a/sphinx/locale/nb/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb/LC_MESSAGES/sphinx.mo new file mode 100644 index 00000000000..f2d6a066117 Binary files /dev/null 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 new file mode 100644 index 00000000000..7b0b903e9a5 --- /dev/null +++ b/sphinx/locale/nb/LC_MESSAGES/sphinx.po @@ -0,0 +1,4244 @@ +# Translations template for Sphinx. +# Copyright (C) 2025 ORGANIZATION +# This file is distributed under the same license as the Sphinx project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Sphinx\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2025-06-22 22:41+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" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" + +#: application.py:211 +#, python-format +msgid "Cannot find source directory (%s)" +msgstr "" + +#: application.py:216 +#, python-format +msgid "Output directory (%s) is not a directory" +msgstr "" + +#: application.py:221 +msgid "Source directory and destination directory cannot be identical" +msgstr "" + +#: application.py:251 +#, python-format +msgid "Running Sphinx v%s" +msgstr "" + +#: application.py:279 +#, python-format +msgid "" +"This project needs at least Sphinx v%s and therefore cannot be built with " +"this version." +msgstr "" + +#: application.py:298 +msgid "making output directory" +msgstr "" + +#: application.py:303 registry.py:540 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: application.py:310 +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 "" + +#: application.py:353 +#, python-format +msgid "loading translations [%s]... " +msgstr "" + +#: application.py:377 util/display.py:89 +msgid "done" +msgstr "" + +#: application.py:379 +msgid "not available for built-in messages" +msgstr "" + +#: application.py:393 +msgid "loading pickled environment" +msgstr "" + +#: application.py:401 +#, python-format +msgid "failed: %s" +msgstr "" + +#: application.py:416 +msgid "No builder selected, using default: html" +msgstr "" + +#: application.py:448 +msgid "build finished with problems." +msgstr "" + +#: application.py:450 +msgid "build succeeded." +msgstr "" + +#: application.py:455 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" + +#: application.py:459 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:461 +msgid "build succeeded, 1 warning." +msgstr "" + +#: application.py:467 +#, python-format +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" + +#: application.py:471 +#, python-format +msgid "build finished with problems, %s warnings." +msgstr "" + +#: application.py:473 +#, python-format +msgid "build succeeded, %s warnings." +msgstr "" + +#: application.py:1035 +#, python-format +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" + +#: application.py:1128 +#, python-format +msgid "directive %r is already registered and will not be overridden" +msgstr "" + +#: application.py:1154 application.py:1182 +#, python-format +msgid "role %r is already registered and will not be overridden" +msgstr "" + +#: application.py:1780 +#, 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 "" + +#: application.py:1785 +#, python-format +msgid "the %s extension is not safe for parallel reading" +msgstr "" + +#: application.py:1789 +#, 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 "" + +#: application.py:1794 +#, python-format +msgid "the %s extension is not safe for parallel writing" +msgstr "" + +#: application.py:1802 application.py:1806 +#, python-format +msgid "doing serial %s" +msgstr "" + +#: extension.py:58 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "" + +#: 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 "" + +#: events.py:81 +#, python-format +msgid "Event %r already present" +msgstr "" + +#: events.py:379 +#, python-format +msgid "Unknown event name: %s" +msgstr "" + +#: events.py:424 +#, python-format +msgid "Handler %r for event %r threw an exception" +msgstr "" + +#: registry.py:162 +#, python-format +msgid "Builder class %s has no \"name\" attribute" +msgstr "" + +#: registry.py:166 +#, python-format +msgid "Builder %r already exists (in module %s)" +msgstr "" + +#: registry.py:182 +#, python-format +msgid "Builder name %s not registered or available through entry point" +msgstr "" + +#: registry.py:192 +#, python-format +msgid "Builder name %s not registered" +msgstr "" + +#: registry.py:199 +#, python-format +msgid "domain %s already registered" +msgstr "" + +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "" + +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" +msgstr "" + +#: registry.py:248 +#, python-format +msgid "The %r role is already registered to domain %s" +msgstr "" + +#: registry.py:261 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "" + +#: registry.py:308 +#, python-format +msgid "The %r object_type is already registered" +msgstr "" + +#: registry.py:339 +#, python-format +msgid "The %r crossref_type is already registered" +msgstr "" + +#: registry.py:348 +#, python-format +msgid "source_suffix %r is already registered" +msgstr "" + +#: registry.py:358 +#, python-format +msgid "source_parser for %r is already registered" +msgstr "" + +#: registry.py:367 +#, python-format +msgid "Source parser for %s not registered" +msgstr "" + +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" +msgstr "" + +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "" + +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "" + +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" +msgstr "" + +#: registry.py:531 +#, python-format +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "" + +#: registry.py:545 +msgid "Original exception:\n" +msgstr "" + +#: registry.py:547 +#, python-format +msgid "Could not import extension %s" +msgstr "" + +#: registry.py:554 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "" + +#: registry.py:567 +#, 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 +#, 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 +#, 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 "" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "" + +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" + +#: 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 "" + +#: theming.py:117 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" + +#: theming.py:122 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "" + +#: theming.py:137 +#, python-format +msgid "unsupported theme option %r given" +msgstr "" + +#: theming.py:218 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "" + +#: theming.py:238 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:278 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:286 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:292 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:320 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:345 theming.py:398 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:349 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:353 theming.py:401 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:357 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:376 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:133 +#, python-format +msgid "Please enter one of %s." +msgstr "" + +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "" + +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: cmd/quickstart.py:229 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:241 +#, python-format +msgid "Selected root path: %s" +msgstr "" + +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "" + +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" + +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" + +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "" + +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "" + +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:367 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: cmd/quickstart.py:406 +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:411 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: cmd/quickstart.py:519 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: cmd/quickstart.py:530 +#, 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:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:572 +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:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "" + +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "" + +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "" + +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "" + +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "" + +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "" + +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "" + +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +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 "" + +#: 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 "" + +#: 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 "" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, 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:380 +#, 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:736 +msgid "function" +msgstr "" + +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "" + +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "" + +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:424 domains/python/__init__.py:746 +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 "%s %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +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/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 "" + +#: environment/__init__.py:88 +msgid "new config" +msgstr "" + +#: environment/__init__.py:89 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "" + +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "" + +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "" + +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %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." +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 "" + +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "" + +#: builders/latex/__init__.py:203 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 "" + +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: writers/latex.py:1120 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 +#, python-format +msgid "unimplemented node type: %r" +msgstr "" + +#: 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 +#, 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 "" + +#: writers/html5.py:572 writers/latex.py:1129 +#, 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 "" + +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "" + +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "" + +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "" + +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: writers/latex.py:1230 +#, 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:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" + +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +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 "" + +#: 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:131 directives/code.py:297 directives/code.py:483 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +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" +msgstr "" + +#: directives/code.py:276 +#, 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\"" +msgstr "" + +#: directives/code.py:314 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +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 "" + +#: 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/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 "" + +#: 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 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +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/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/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/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/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/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" + +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +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 "" + +#: 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 "" + +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +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 "" + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: 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 "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 "" + +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "" + +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "" + +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "" + +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "" + +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "" + +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "" + +#: builders/changes.py:75 +msgid "Builtins" +msgstr "" + +#: builders/changes.py:77 +msgid "Module level" +msgstr "" + +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "" + +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" + +#: 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/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" + +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "" + +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" + +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" + +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:265 +#, 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... " +msgstr "" + +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +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 "" + +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "" + +#: builders/__init__.py:418 +msgid "none found" +msgstr "" + +#: 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:733 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" + +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "" + +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" + +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" + +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +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 "" + +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" + +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %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 "" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:348 +#, 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!" +msgstr "" + +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" + +#: transforms/__init__.py:299 +#, 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." +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/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/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/display.py:82 +msgid "skipped" +msgstr "" + +#: util/display.py:87 +msgid "failed" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +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 "" + +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +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/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:143 +#, 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." +msgstr "" + +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" + +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" + +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %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" +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:91 +msgid "Release" +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/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: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/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:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" + +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:369 +msgid "building [html]: " +msgstr "" + +#: builders/html/__init__.py:386 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" + +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "" + +#: builders/html/__init__.py:510 +msgid "index" +msgstr "" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" +msgstr "" + +#: builders/html/__init__.py:592 +msgid "next" +msgstr "" + +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "" + +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "" + +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "" + +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" + +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "" + +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" + +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" + +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" + +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" + +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "" + +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "" + +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" + +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: builders/html/__init__.py:1218 +#, 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:1231 +#, 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:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" + +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "" + +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" +msgstr "" + +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "" + +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" + +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" + +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" + +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" + +#: ext/intersphinx/_load.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 "" + +#: ext/intersphinx/_load.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:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" + +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" + +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" + +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" + +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" + +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" + +#: 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: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/_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 "" + +#: 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:178 ext/autosummary/generate.py:909 +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" +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 "" + +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "" + +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "" + +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "" + +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" +msgstr "" + +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "" + +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "" + +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "" + +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "" + +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "" + +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "" + +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "" + +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "" + +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" + +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "" + +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" + +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "" + +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" + +#: ext/autodoc/__init__.py:1021 +#, 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/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: ext/autodoc/__init__.py:1201 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" + +#: 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 "" + +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "" + +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "" + +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" + +#: ext/autosummary/__init__.py:284 +#, python-format +msgid "autosummary references excluded document %r. Ignored." +msgstr "" + +#: ext/autosummary/__init__.py:288 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "" + +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:384 +#, python-format +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: ext/autosummary/__init__.py:404 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: ext/autosummary/__init__.py:412 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: ext/autosummary/__init__.py:730 +#, python-format +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "" + +#: ext/autosummary/__init__.py:927 +#, python-format +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "" + +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 +#, python-format +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "" + +#: ext/autosummary/generate.py:588 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "" + +#: ext/autosummary/generate.py:592 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "" + +#: ext/autosummary/generate.py:637 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: ext/autosummary/generate.py:836 +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/autosummary/generate.py:858 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/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 "" + +#: 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/layout.html:18 +msgid "Navigation" +msgstr "" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "" + +#: 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 "" + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +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 "" + +#: 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 "" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: 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/versionchanges.html:17 +#, 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/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "" + +#: themes/basic/static/searchtools.js:125 +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:129 +#, 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:267 +msgid "Searching" +msgstr "" + +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "" + +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +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 "" +"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 "" + +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" +msgstr "" + +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" +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:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +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/python/_object.py:206 +msgid "Variables" +msgstr "" + +#: domains/python/_object.py:214 +msgid "Raises" +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 "" + +#: domains/python/__init__.py:115 domains/python/__init__.py:280 +#, python-format +msgid "%s() (in module %s)" +msgstr "" + +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 +#, python-format +msgid "%s (in module %s)" +msgstr "" + +#: domains/python/__init__.py:184 +#, python-format +msgid "%s (built-in variable)" +msgstr "" + +#: domains/python/__init__.py:219 +#, python-format +msgid "%s (built-in class)" +msgstr "" + +#: domains/python/__init__.py:220 +#, python-format +msgid "%s (class in %s)" +msgstr "" + +#: domains/python/__init__.py:285 +#, python-format +msgid "%s() (%s class method)" +msgstr "" + +#: domains/python/__init__.py:287 +#, python-format +msgid "%s() (%s static method)" +msgstr "" + +#: domains/python/__init__.py:440 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: domains/python/__init__.py:480 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" + +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "" + +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "" + +#: domains/python/__init__.py:744 +msgid "property" +msgstr "" + +#: domains/python/__init__.py:745 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:814 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" + +#: domains/python/__init__.py:976 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr "" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "" + +#: 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 +msgid "glossary term" +msgstr "" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "" + +#: domains/std/__init__.py:731 +msgid "reference label" +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" +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" +msgstr "" + +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: domains/std/__init__.py:1124 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" + +#: domains/std/__init__.py:1138 +#, python-format +msgid "the link has no caption: %s" +msgstr "" + +#: domains/std/__init__.py:1153 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "" + +#: domains/std/__init__.py:1157 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" + +#: domains/std/__init__.py:1453 +#, python-format +msgid "undefined label: %r" +msgstr "" + +#: domains/std/__init__.py:1456 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +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" +msgstr "" diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo index bab6698609c..475369ef0a4 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 1e16f14a9ec..03f19acd2b7 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po @@ -3,14 +3,15 @@ # This file is distributed under the same license as the Sphinx project. # # Translators: +# Lars Stramd, 2025 # Per Christian Gaustad, 2024 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Per Christian Gaustad, 2024\n" +"Last-Translator: Lars Stramd, 2025\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" @@ -19,141 +20,276 @@ msgstr "" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +297,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,257 +310,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -439,1047 +540,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[kilde]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[dokumentasjon]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Modul kildekode" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Kildekode for %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Oversikt: modulkildekode" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Alla moduler hvor kildekode finnes

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" 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: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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:286 msgid "" -"====================== slowest reading durations =======================" +"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 "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: 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 "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:148 +#: cmd/quickstart.py:367 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: cmd/quickstart.py:377 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:396 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:406 +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 "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:473 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:492 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/imgconverter.py:44 +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: cmd/quickstart.py:519 #, 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:526 msgid "" -"convert exited with error:\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:530 #, 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" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:604 +msgid "Structure 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/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "opprinnelig oppføring" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:657 +msgid "master document name" 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" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:231 +#: cmd/quickstart.py:670 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "enable %s extension" 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" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" 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." +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" 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: " - -#: directives/other.py:209 -msgid "Author: " -msgstr "Forfatter: " +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:56 +#: cmd/quickstart.py:809 #, python-format -msgid "no changes in version %s." +msgid "Invalid template variable: %s" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Innebygde" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Modulnivå" - -#: builders/changes.py:124 -msgid "copying source files..." +#: 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 "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: 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." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:551 +#: cmd/build.py:357 #, 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 "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:713 +#: domains/javascript.py:183 #, python-format -msgid "docnames to write: %s" -msgstr "" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (innebygd funksjon)" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metode)" -#: builders/__init__.py:883 +#: domains/javascript.py:186 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "%s() (class)" +msgstr "%s() (klasse)" -#: builders/epub3.py:84 +#: domains/javascript.py:188 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (global variabel eller konstant)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribut)" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argument" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Kaster" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Returnere" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Retur type" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funksjon" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "metode" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "klasse" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "data" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "attributt" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modul" -#: builders/xml.py:31 +#: domains/javascript.py:458 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/__init__.py:322 #, python-format -msgid "error writing file %s: %s" -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/xml.py:101 +#: domains/changeset.py:26 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:45 +#: domains/changeset.py:27 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgid "Changed in version %s" +msgstr "Endret i version %s" -#: builders/texinfo.py:89 +#: domains/changeset.py:28 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Frarådet siden version %s" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:29 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "(i " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/math.py:73 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file Makefile: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:223 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" +msgid "%s (directive)" +msgstr "%s (direktiv)" -#: builders/_epub_base.py:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "" +msgid "%s (role)" +msgstr "%s (rolle)" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktiv" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "rolle" -#: builders/_epub_base.py:794 +#: domains/rst.py:262 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:347 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:352 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:358 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%d. %b %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1550,2098 +1468,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:203 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 "Index" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Fotnoter" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: util/i18n.py:146 +#: 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 "" + +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "locale_dir %s does not exist" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:236 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[bilde]" + +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Fotnoter" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[bilde]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Forfatter av avsnitt: " -#: 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 "Index" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Forfatter av modul: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Forfatter av kildekode: " + +#: directives/other.py:209 +msgid "Author: " +msgstr "Forfatter: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:154 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:166 +msgid "original entry" +msgstr "opprinnelig oppføring" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[kilde]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:591 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumentasjon]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modul kildekode" + +#: ext/viewcode.py:359 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "

Source code for %s

" +msgstr "

Kildekode for %s

" + +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Oversikt: modulkildekode" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Alle moduler hvor kildekode finnes

" + +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:473 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:492 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: 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 "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" - -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (innebygd funksjon)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metode)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" -msgstr "%s() (klasse)" +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variabel eller konstant)" +msgid "'%s' is not a valid option." +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribut)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argument" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Kaster" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Returnere" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Retur type" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:297 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funksjon" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "metode" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "klasse" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "data" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "attributt" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modul" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "Added in version %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:328 #, python-format -msgid "Changed in version %s" -msgstr "Endret i version %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "Frarådet siden version %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" -msgstr "%s (direktiv)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "%s (rolle)" +msgid "[graph: %s]" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktiv" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rolle" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:85 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Obs" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Advarsel" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Fare" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Feil" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(i " -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Hint" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Viktig" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Merknad" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Se også" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Tips" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Advarsel" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: 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" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:133 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "Please enter one of %s." +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:229 +#: builders/changes.py:61 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "no changes in version %s." msgstr "" -#: 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)." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Innebygde" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Modulnivå" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: 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." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: 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." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:367 +#: builders/gettext.py:265 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:281 #, python-format -msgid "Creating file %s." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:303 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:343 #, python-format msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: 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:637 -msgid "version of project" +#: 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:644 -msgid "release of project" +#: 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:651 -msgid "document language" +#: 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:654 -msgid "source file suffix" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:670 -#, python-format -msgid "enable %s extension" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Obs" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Advarsel" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Fare" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Feil" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Hint" -#: 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 "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Viktig" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Merknad" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Se også" -#: cmd/build.py:109 +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tips" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Advarsel" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:131 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: 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:241 -msgid "do emit colored output (default: auto-detect)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: 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 "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:357 +#: util/docutils.py:361 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Skjul sidepanelet" - -#: 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" - -#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Gå" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Vis kildekode" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Innhold" - -#: themes/basic/opensearch.xml:4 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "Search %(docstitle)s" -msgstr "Søk %(docstitle)s" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Oversikt" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Velkommen! Dette er" - -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentasjonen for" - -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "sist oppdatert" - -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Registre og tabeller" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Fullstendig innholdsfortegnelse" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "lister opp alle avsnitt og underavsnitt" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Søkeside" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "søk i denne dokumentasjonen" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globalt modulregister" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "snarvei til alle moduler" - -#: builders/html/__init__.py:507 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/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Denne siden" +msgid "Could not fetch remote image: %s [%s]" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "Index – %(key)s" +msgid "Could not fetch remote image: %s [%d]" 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" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Hurtigsøk" - -#: 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" - -#: 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/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigering" - -#: themes/basic/layout.html:115 +#: transforms/post_transforms/images.py:143 #, 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 "Unknown image format: %s..." +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Opphavsrett" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" -#: themes/basic/layout.html:201 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Sist oppdatert %(last_updated)s." +msgid "%s:%s reference target not found: %s" +msgstr "" -#: themes/basic/layout.html:204 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Laget med Sphinx %(sphinx_version)s." - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Vennligst aktiver JavaScript for å skru på søkefunksjonaliteten." - -#: 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" +msgid "%r reference target not found: %s" +msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "søk" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "fortsettelse fra forrige side" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skjul søkeresultat" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "fortsetter på neste side" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Søkeresultat" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Ikke-alfabetisk" -#: 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." +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: 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] "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Tall" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Søker" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "side" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Forbereder søk …" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Utgivelse" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", i " +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/latex/transforms.py:121 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/transforms.py:487 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Endringer i versjon %(version)s — %(docstitle)s" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/theming.py:87 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatisk generert liste over endringer i versjon %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Endringer i biblioteket" - -#: 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" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Utvid sidepanelet" - -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/latex/__init__.py:115 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (i modul %s)" +msgid "The LaTeX files are in %(outdir)s." +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (i modul %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 "" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (innebygd variabel)" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" -#: domains/python/__init__.py:217 +#: builders/latex/__init__.py:167 #, python-format -msgid "%s (built-in class)" -msgstr "%s (innebygd klasse)" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasse i %s)" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klassemetode)" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statisk metode)" +msgid "logo file %r does not exist" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/latex/__init__.py:529 #, python-format -msgid "%s (%s property)" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: domains/python/__init__.py:478 +#: builders/latex/__init__.py:537 #, python-format -msgid "%s (type alias in %s)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python Modulindex" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "moduler" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Foreldet" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "untak" - -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "klassemetode" - -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "statisk metode" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:115 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:351 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (foreldet)" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametere" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variabler" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Hever" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:386 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Hovedindex" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "index" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "medlem" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "neste" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "type" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "forrige" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:884 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variabel" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "makro" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "miljøvariabel; %s" +msgid "cannot copy extra file %r" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s command line option" +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:321 -msgid "command line option" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "ordliste" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "grammatikk token" - -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "referanse-etikett" - -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "miljøvariabel" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programvalg" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Modulindex" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1380 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1400 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:1422 #, python-format -msgid "the link has no caption: %s" +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:1435 #, python-format -msgid "invalid numfig_format: %s (%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 "" -#: domains/std/__init__.py:1157 +#: 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 "invalid numfig_format: %s" +msgid "%s %s documentation" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "undefined label: %r" +msgid "(in %s v%s)" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "(in %s)" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "see %s" -msgstr "se %s" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "see also %s" -msgstr "se også %s" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "image file not readable: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "image file %s not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "download file not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:311 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.:" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %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." +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "Could not fetch remote image: %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 "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "index" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "neste" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "forrige" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: 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 "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:135 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:1216 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "favicon file %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/apidoc/_cli.py:291 #, 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 "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "%s %s documentation" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: 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)." +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Utgivelse" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametere" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "invalid value for class-doc-from option: %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" +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Ikke-alfabetisk" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Tall" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "side" +#: ext/autodoc/__init__.py:1021 +#, 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/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: 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 "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3765,451 +3606,641 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _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!" +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 "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Skjul sidepanelet" + +#: 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" + +#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Gå" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Vis kildekode" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Innhold" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hurtigsøk" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Registersider per bokstav" + +#: 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/genindex-split.html:17 +msgid "can be huge" +msgstr "kan bli stor" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Vennligst aktiver JavaScript for å skru på søkefunksjonaliteten." + +#: 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/layout.html:18 +msgid "Navigation" +msgstr "Navigering" + +#: themes/basic/layout.html:115 +#, 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" + +#: 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 "© %(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 "Sist oppdatert %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Laget med Sphinx %(sphinx_version)s." + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Denne siden" + +#: 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/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Søk %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Oversikt" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Velkommen! Dette er" -#: 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:9 +msgid "the documentation for" +msgstr "dokumentasjonen for" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "sist oppdatert" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Registre og tabeller" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Fullstendig innholdsfortegnelse" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "lister opp alle avsnitt og underavsnitt" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Søkeside" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "søk i denne dokumentasjonen" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globalt modulregister" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "snarvei til alle moduler" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "alla funksjoner, klasser, termer" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -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:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -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:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Endringer i biblioteket" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Endringer i C-API-et" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Andre endringer" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Søkeresultat" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/static/searchtools.js:125 +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:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Søker" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Forbereder søk …" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", i " -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Skjul søkeresultat" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Utvid sidepanelet" -#: ext/apidoc/_cli.py:240 +#: environment/adapters/toctree.py:335 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:360 #, python-format -msgid "%s is not a directory." +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "see %s" +msgstr "se %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "see also %s" +msgstr "se også %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" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: 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 "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" +#: 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 "" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variabler" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Hever" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (i modul %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (i modul %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (innebygd variabel)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (innebygd klasse)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klasse i %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s klassemetode)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s statisk metode)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python Modulindex" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moduler" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Foreldet" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "untak" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "klassemetode" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statisk metode" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (foreldet)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "miljøvariabel; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "ordliste" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "grammatikk token" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "referanse-etikett" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "miljøvariabel" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "programvalg" + +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Modulindex" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: 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 "" diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo index ab15e162d40..4929498d5ab 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 75e021ff778..06116446336 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -20,141 +20,276 @@ msgstr "" "Language: ne\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +297,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,257 +310,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -440,1047 +540,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[स्रोत]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[docs]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Module code" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Source code for %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "पुनरावलोकन: module code" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

All modules for which code is available

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" 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: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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:286 msgid "" -"====================== slowest reading durations =======================" +"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 "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: 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 "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:148 +#: cmd/quickstart.py:367 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:406 +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 "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" 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/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Creating file %s." msgstr "" -#: ext/imgconverter.py:83 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:519 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/graphviz.py:328 +#: cmd/quickstart.py:530 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:572 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"\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 "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "मौलिक इन्ट्री" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:637 +msgid "version of project" 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" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:654 +msgid "source file suffix" 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" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:314 +#: cmd/quickstart.py:670 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "enable %s extension" 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." +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:699 +msgid "create batchfile" 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 "Codeको लेखक " - -#: directives/other.py:209 -msgid "Author: " -msgstr "लेखक" - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "बिइल्टिन्स" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" -#: builders/changes.py:72 -msgid "Module level" -msgstr "मडुलको तह" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:133 +#: cmd/quickstart.py:809 #, python-format -msgid "could not read %r for changelog creation" +msgid "Invalid template variable: %s" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: 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 "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: 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." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:713 +#: cmd/build.py:357 #, python-format -msgid "docnames to write: %s" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (built-in function)" -#: builders/__init__.py:883 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s विधी)" -#: builders/epub3.py:84 +#: domains/javascript.py:186 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s() (class)" +msgstr "%s() (कक्षा)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variable or constant)" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribute)" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Arguments" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Throws" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Returns" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Return type" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (मडुल)" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "फन्क्सन" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "विधी" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "कक्षा" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "data" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "attribute" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "मडुल" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/javascript.py:458 #, python-format -msgid "error writing file %s: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/xml.py:101 +#: domains/__init__.py:322 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/texinfo.py:45 +#: domains/changeset.py:26 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:89 +#: domains/changeset.py:27 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "Changed in version %s" +msgstr "भर्सन %s मा बदलिएको" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:28 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "(in" - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" +msgid "Deprecated since version %s" +msgstr "Deprecated since version %s" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/changeset.py:29 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "Removed in version %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:73 #, python-format -msgid "error writing file Makefile: %s" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:223 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +msgid "%s (directive)" +msgstr "%s (निर्देशिक)" -#: builders/_epub_base.py:464 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:591 +#: domains/rst.py:224 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +msgid "%s (role)" +msgstr "%s (भूमिका)" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "निर्देशिक" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "भूमिका" -#: builders/gettext.py:244 +#: domains/rst.py:262 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:75 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/singlehtml.py:35 +#: domains/citation.py:92 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:347 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:352 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1551,2098 +1468,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:203 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 "अनुसुची" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "फूट्नोट्स" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: util/i18n.py:146 +#: 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 "" + +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "locale_dir %s does not exist" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:236 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[चित्र]" + +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "फूट्नोट्स" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[चित्र]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "सेक्सनको लेखक" -#: 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 "अनुसुची" +#: directives/other.py:205 +msgid "Module author: " +msgstr "मडुलको लेखक" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Codeको लेखक " + +#: directives/other.py:209 +msgid "Author: " +msgstr "लेखक" + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:154 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:166 +msgid "original entry" +msgstr "मौलिक इन्ट्री" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[स्रोत]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:591 +#: 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 "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Source code for %s

" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: 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/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "module %s could not be imported: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:148 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: 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 "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:187 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s विधी)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" -msgstr "%s() (कक्षा)" +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variable or constant)" +msgid "'%s' is not a valid option." +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribute)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Arguments" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Throws" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Returns" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Return type" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:297 #, python-format -msgid "%s (module)" -msgstr "%s (मडुल)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "फन्क्सन" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "विधी" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "कक्षा" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "data" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "attribute" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "मडुल" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "Added in version %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:328 #, python-format -msgid "Changed in version %s" -msgstr "भर्सन %s मा बदलिएको" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "Deprecated since version %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" -msgstr "%s (निर्देशिक)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "%s (भूमिका)" +msgid "[graph: %s]" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "निर्देशिक" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" -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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:85 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "ध्यानाकर्षण" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "होसियार " - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "खतरा" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "गलत" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "सङ्केत" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(in" -#: locale/__init__.py:233 -msgid "Important" -msgstr "जरुरी" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -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 "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "पनि हेर्नुहोस" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Tip" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "साबधान" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" 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" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:133 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "Please enter one of %s." +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:229 +#: builders/changes.py:61 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "no changes in version %s." msgstr "" -#: 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)." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "बिइल्टिन्स" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "मडुलको तह" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: 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." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: 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." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:367 +#: builders/gettext.py:265 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:281 #, python-format -msgid "Creating file %s." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:303 #, python-format -msgid "File %s already exists, skipping." -msgstr "" - -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:315 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:336 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:537 +#: builders/__init__.py:343 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "" - -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "" - -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "" - -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "" - -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "" - -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "" - -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "" - -#: cmd/quickstart.py:670 +#: builders/__init__.py:537 #, python-format -msgid "enable %s extension" -msgstr "" - -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "" - -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "" - -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "" - -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "" - -#: cmd/quickstart.py:699 -msgid "create batchfile" +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:705 -msgid "do not create batchfile" +#: 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:714 -msgid "use make-mode for Makefile/make.bat" +#: 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:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: 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:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:809 +#: builders/__init__.py:915 #, python-format -msgid "Invalid template variable: %s" -msgstr "" - -#: cmd/build.py:64 -msgid "job number should be a positive number" -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" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "ध्यानाकर्षण" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "होसियार " -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "खतरा" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "गलत" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "सङ्केत" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "जरुरी" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "टिप्पणी" -#: cmd/build.py:212 -msgid "console output options" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "पनि हेर्नुहोस" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "साबधान" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:357 +#: util/inventory.py:147 #, 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" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -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" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %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 "खोज्नुहोस् " - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "जानुहोस्" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "स्रोत देखाउनुहोस् " - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "विषयसूची" - -#: themes/basic/opensearch.xml:4 +#: util/i18n.py:113 #, python-format -msgid "Search %(docstitle)s" +msgid "writing error: %s, %s" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "पुनरावलोकन " - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: 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 "" -#: 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:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "सामान्य अनुसुची" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "सबै फन्क्सनस्, कक्षाहरू र टर्मस्" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "यो पाना" - -#: themes/basic/genindex-single.html:26 +#: util/fileutil.py:76 #, python-format -msgid "Index – %(key)s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." 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/searchbox.html:4 -msgid "Quick search" -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/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/layout.html:18 -msgid "Navigation" -msgstr "नेभिगेसन " - -#: themes/basic/layout.html:115 +#: util/fileutil.py:89 #, python-format -msgid "Search within %(docstitle)s" +msgid "Writing evaluated template result to %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "यी डकुमेन्टहरुको बारेमा" +#: util/display.py:82 +msgid "skipped" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "कपिराइट " +#: util/display.py:87 +msgid "failed" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: util/osutil.py:131 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: themes/basic/layout.html:201 +#: util/docfields.py:103 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "यो भन्दा अगाडी %(last_updated)s मा अपडेट भएको" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: themes/basic/layout.html:204 +#: util/nodes.py:454 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "खोज्ने कार्य आगाडी बढाउनको लागि जाभास्कृप्ट चलाईदिनुहोस " +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "खोज्नुहोस्" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "खोजेको नतिजाहरु लुकाउनुहोस्" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" +msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "खोजेको नतिजा" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: 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." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: 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] "" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "भर्सन %(version)s मा भएका फरक हरु आफै जेनेरेट भए " +msgid "%r reference target not found: %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "लाईब्रेरीका परिवर्तनहरु" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "अघिल्लो पानासँग जोडीएको" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API का परिवर्तनहरु " +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "अरु परिवर्तनहरु " +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "साइडबर ठुलो बनाउनुहोस्" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (in मडुल %s)" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "रीलीज" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (in मडुल %s)" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: domains/python/__init__.py:182 +#: builders/latex/transforms.py:121 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (built-in चल)" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: domains/python/__init__.py:217 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s (built-in class)" -msgstr "%s (built-in कक्षा)" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: domains/python/__init__.py:218 +#: builders/latex/theming.py:87 #, python-format -msgid "%s (class in %s)" -msgstr "%s (कक्षा in %s)" +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: domains/python/__init__.py:283 +#: builders/latex/theming.py:90 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s कक्षा विधी)" +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: domains/python/__init__.py:285 +#: builders/latex/__init__.py:115 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s static विधी)" +msgid "The LaTeX files are in %(outdir)s." +msgstr "" -#: domains/python/__init__.py:438 -#, python-format -msgid "%s (%s property)" +#: 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 "" -#: domains/python/__init__.py:478 +#: 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 "%s (type alias in %s)" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Deprecated" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "अपबाद" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "कक्षा विधी" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "static विधी" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:115 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:351 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr "(deprecated)" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parameters" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "चलहरू" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Raises" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:386 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "सामान्य अनुसुची" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "अनुसुची" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "सदस्य" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "पछिल्लो" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "किसिम" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "अघिल्लो" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:884 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "चल" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "बृहत" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "environment variable; %s" +msgid "cannot copy extra file %r" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s command line option" +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:321 -msgid "command line option" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "शब्द-अर्थमा भएको" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "grammar token" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "सन्दर्व सामग्री" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "environment variable" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "कार्यक्रमका बिकल्प" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "मडुल अनुसुची" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1435 #, python-format -msgid "duplicate %s description of %s, other instance in %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 "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1464 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "%s %s documentation" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "the link has no caption: %s" +msgid "(in %s v%s)" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "(in %s)" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "invalid numfig_format: %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "undefined label: %r" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "see %s" -msgstr "%s हेर्नुहोस्" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "see also %s" -msgstr "%s पनि हेर्नुहोस् " +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/intersphinx/_load.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 "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "image file not readable: %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "download file not readable: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %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.:" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" 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." +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:28 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"\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 "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "अनुसुची" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "पछिल्लो" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "अघिल्लो" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:152 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1216 -#, 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/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "logo file %r does not exist" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1407 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "favicon file %r does not exist" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:183 #, 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 "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s %s documentation" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: 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)." +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parameters" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "रीलीज" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "invalid signature for auto%s (%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" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: 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 "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3754,463 +3594,653 @@ msgstr "" msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/autosummary/generate.py:890 +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "खोज्नुहोस् " + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "जानुहोस्" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "स्रोत देखाउनुहोस् " + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "विषयसूची" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "छिट्टो खोज्नुहोस्" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/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 "खोज्ने कार्य आगाडी बढाउनको लागि जाभास्कृप्ट चलाईदिनुहोस " + +#: 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/layout.html:18 +msgid "Navigation" +msgstr "नेभिगेसन " + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "" + +#: 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/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "पुनरावलोकन " -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %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 "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "पानामा खोज्नुहोस्" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "यो डकुमेन्ट खोज्नुहोस्" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "ग्लोबल मडुल अनुसुची" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "सबै मोदुलेसमा छिटै जानुहोस्" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "सबै फन्क्सनस्, कक्षाहरू र टर्मस्" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" -msgstr "" +#: 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:135 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "लाईब्रेरीका परिवर्तनहरु" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API का परिवर्तनहरु " -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +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)" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "खोजेको नतिजा" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/static/searchtools.js:125 +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:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:200 -msgid "project name (default: root module name)" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "खोजेको नतिजाहरु लुकाउनुहोस्" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "साइडबर ठुलो बनाउनुहोस्" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/adapters/toctree.py:360 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:375 #, python-format -msgid "%s is not a directory." +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" 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/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:157 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: 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 "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "चलहरू" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Raises" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (in मडुल %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (in मडुल %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (built-in चल)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (built-in कक्षा)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (कक्षा in %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s कक्षा विधी)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s static विधी)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python Module Index" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "modules" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Deprecated" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "अपबाद" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "कक्षा विधी" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "static विधी" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr "(deprecated)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "environment variable; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "शब्द-अर्थमा भएको" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "grammar token" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "सन्दर्व सामग्री" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "environment variable" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "कार्यक्रमका बिकल्प" + +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "मडुल अनुसुची" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "चल" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "बृहत" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo index 12d58495281..ed6343eafd2 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 2c02226dd7b..0cd95f01e42 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -25,141 +25,276 @@ msgstr "" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "configuratiemap bevat geen conf.py bestand (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"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)" + +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "ongeldig getal %r voor configuratiewaarde %r, wordt genegeerd" + +#: config.py:410 +#, 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" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "onbekende configuratiewaarde %r tijdens overschrijven, wordt genegeerd" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" msgstr "" -#: extension.py:79 +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Configuratiewaarde %r was reeds aangevoerd" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." -msgstr "Dit project vereist extensie %s met versie %s of hoger, en kan daarom niet met de geladen versie (%s) worden gebouwd" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" -#: application.py:212 +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Sectie %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabel %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Codefragment %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r onbekend, wordt genegeerd." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kan bronmap niet vinden (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Bron- en doelmap kunnen niet identiek zijn" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s start op" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Dit project vereist tenminste Sphinx v%s, en kan daarom niet worden gebouwd met deze versie." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "aanmaken doelmap" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' gedefinieerd in conf.py is niet aanroepbaar (geen Python-callable). Pas a.u.b. de definitie aan zodat het een oproepbare functie wordt. Dit is nodig voor conf.py om zich als een Sphinx extensie te gedragen." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "laden van vertalingen [%s]... " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "klaar" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "mislukt: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Geen bouwer geselecteerd, dus de standaardbouwer wordt gebruikt: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -167,12 +302,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:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -180,257 +315,222 @@ 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:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "seriële verwerking van %s" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "configuratiemap bevat geen conf.py bestand (%s)" - -#: config.py:366 msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "Dit project vereist extensie %s met versie %s of hoger, en kan daarom niet met de geladen versie (%s) worden gebouwd" -#: config.py:399 +#: events.py:81 #, 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)" +msgid "Event %r already present" +msgstr "Gebeurtenis %r bestaat reeds" -#: config.py:411 +#: events.py:379 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "ongeldig getal %r voor configuratiewaarde %r, wordt genegeerd" +msgid "Unknown event name: %s" +msgstr "Onbekende gebeurtenisnaam: %s" -#: config.py:419 +#: events.py:424 #, 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 "Handler %r for event %r threw an exception" +msgstr "" -#: config.py:442 +#: registry.py:162 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "onbekende configuratiewaarde %r tijdens overschrijven, wordt genegeerd" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Bouwerklasse %s heeft geen \"name\"-attribuut" -#: config.py:496 +#: registry.py:166 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "Builder %r already exists (in module %s)" +msgstr "Bouwer %r bestaat reeds (in module %s)" -#: config.py:524 +#: registry.py:182 #, python-format -msgid "Config value %r already present" -msgstr "Configuratiewaarde %r was reeds aangevoerd" +msgid "Builder name %s not registered or available through entry point" +msgstr "Bouwernaam %s is niet geregistreerd of beschikbaar via entrypoint" -#: config.py:561 +#: registry.py:192 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "Builder name %s not registered" +msgstr "Bouwernaam %s is niet geregistreerd" -#: config.py:603 +#: registry.py:199 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" +msgid "domain %s already registered" +msgstr "domein %s was reeds geregistreerd" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "domein %s nog niet geregistreerd" -#: config.py:615 +#: registry.py:230 #, 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 directive is already registered to domain %s" +msgstr "" -#: config.py:637 +#: registry.py:248 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:261 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:669 +#: registry.py:308 #, 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 object_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:339 #, python-format -msgid "Section %s" -msgstr "Sectie %s" +msgid "The %r crossref_type is already registered" +msgstr "" -#: config.py:691 +#: registry.py:348 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "source_suffix %r is already registered" +msgstr "" -#: config.py:692 +#: registry.py:358 #, python-format -msgid "Table %s" -msgstr "Tabel %s" +msgid "source_parser for %r is already registered" +msgstr "source_parser voor %r is reeds geregistreerd" -#: config.py:693 +#: registry.py:367 #, python-format -msgid "Listing %s" -msgstr "Codefragment %s" +msgid "Source parser for %s not registered" +msgstr "Broncode-parser voor %s is niet geregistreerd" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r onbekend, wordt genegeerd." +msgid "math renderer %s is already registered" +msgstr "" -#: config.py:882 +#: registry.py:531 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +"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." -#: highlighting.py:170 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "Oorspronkelijke exceptie:\n" + +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" +msgid "Could not import extension %s" +msgstr "Kon extensie %s niet importeren" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" +"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?" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: theming.py:120 -#, 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" - -#: theming.py:135 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: theming.py:208 -#, 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" +"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." -#: theming.py:228 +#: registry.py:579 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +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" -#: theming.py:268 +#: registry.py:605 #, python-format -msgid "The %r theme has circular inheritance" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:276 +#: roles.py:206 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:282 +#: roles.py:229 #, python-format -msgid "The %r theme has too many ancestors" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:310 +#: roles.py:251 #, python-format -msgid "no theme configuration file found in %r" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:274 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:339 +#: roles.py:294 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:343 theming.py:391 +#: roles.py:317 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:347 +#: roles.py:355 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:366 +#: highlighting.py:170 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Pygments lexer name %r is not known" msgstr "" -#: events.py:77 -#, python-format -msgid "Event %r already present" -msgstr "Gebeurtenis %r bestaat reeds" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Onbekende gebeurtenisnaam: %s" - -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -445,1047 +545,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Bouwerklasse %s heeft geen \"name\"-attribuut" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Bouwer %r bestaat reeds (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "instelling %s.%s komt niet voor in de doorzochte thema configuraties" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" -msgstr "Bouwernaam %s is niet geregistreerd of beschikbaar via entrypoint" +msgid "unsupported theme option %r given" +msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" -msgstr "Bouwernaam %s is niet geregistreerd" +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" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" -msgstr "domein %s was reeds geregistreerd" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" -msgstr "domein %s nog niet geregistreerd" +msgid "The %r theme has circular inheritance" +msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser voor %r is reeds geregistreerd" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" -msgstr "Broncode-parser voor %s is niet geregistreerd" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, 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." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "" -#: registry.py:543 -msgid "Original exception:\n" -msgstr "Oorspronkelijke exceptie:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "Kon extensie %s niet importeren" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "" -#: registry.py:552 -#, 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?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "" -#: registry.py:565 -#, 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." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "" -#: registry.py:577 -#, 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" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[broncode]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[documentatie]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Modulebroncode" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Broncode voor %s

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Overzicht: module broncode" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Alle modules waarvoor de broncode beschikbaar is

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:273 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/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/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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:297 msgid "" -"====================== slowest reading durations =======================" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "ontbrekende '+' of '-' in optie '%s'." - -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' is geen geldige optie." +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Naam van het project" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' is geen geldige pyversion optie" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Auteur(s)" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: 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 "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Versie van het project" + +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Release van het project" + +#: cmd/quickstart.py:323 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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 "" -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:349 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"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 "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Bestandsnaam van het hoofddocument (zonder bestandsextensie)" -#: ext/imgmath.py:380 +#: cmd/quickstart.py:367 #, python-format -msgid "inline latex %r: %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." + +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:396 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:406 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"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 "" -#: 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/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:452 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:473 +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Afgerond: een beginstructuur van mappen is aangemaakt." + +#: cmd/quickstart.py:519 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/imgconverter.py:44 +#: cmd/quickstart.py:530 #, 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" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:572 +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 "" -#: 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:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +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/quickstart.py:591 +msgid "quiet mode" +msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "\"graphviz\" directive zonder inhoud wordt genegeerd." +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:604 +msgid "Structure options" 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" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under 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" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:627 +msgid "project name" 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]" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Te doen" - -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Het <> bevindt zich in %s, regel %d.)" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "release van project" -#: ext/todo.py:166 -msgid "original entry" -msgstr "originele item" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "documenttaal" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "bestandsextensie van bronbestanden" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Ongeldig onderschrift: %s" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "bestandsnaam van hoofddocument" -#: 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" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Gebruik van zowel \"%s\" als \"%s\" opties is niet toegestaan" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:670 #, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +msgid "enable %s extension" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "Object met naam %r is niet gevonden in include bestand %r" - -#: 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\"" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "" -#: directives/code.py:314 -#, 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:680 +msgid "Makefile and Batchfile creation" +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." +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Auteur van deze sectie: " +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Auteur van deze module: " +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "sjabloonmap voor sjabloonbestanden" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Auteur van deze broncode:" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Auteur: " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:29 +#: cmd/quickstart.py:809 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "Invalid template variable: %s" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: 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 "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Builtins" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "" -#: builders/changes.py:72 -msgid "Module level" -msgstr "Moduleniveau" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "pad naar doelmap" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:337 -#, 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" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:531 +#: cmd/build.py:357 #, 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 "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:558 +#: domains/javascript.py:183 #, 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:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (ingebouwde functie)" -#: builders/__init__.py:713 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "docnames to write: %s" -msgstr "" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s methode)" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasse)" -#: builders/__init__.py:883 +#: domains/javascript.py:188 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (globale variabele of constante)" -#: builders/epub3.py:84 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (%s attribuut)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenten" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Werpt" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Returns" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Return type" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (module)" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "functie" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "methode" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "klasse" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "data" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "attribuut" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "module" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/javascript.py:458 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/xml.py:31 +#: domains/__init__.py:322 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/changeset.py:26 #, python-format -msgid "error writing file %s: %s" +msgid "Added in version %s" msgstr "" -#: builders/xml.py:101 +#: domains/changeset.py:27 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgid "Changed in version %s" +msgstr "Veranderd in versie %s" -#: builders/texinfo.py:45 +#: domains/changeset.py:28 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "Deprecated since version %s" +msgstr "Verouderd sinds versie %s" -#: 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)." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -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" -#: builders/texinfo.py:89 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "processing %s" -msgstr "" +msgid "%s (directive)" +msgstr "%s (directive)" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (in " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "directive" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "rol" -#: builders/texinfo.py:230 +#: domains/rst.py:262 #, python-format -msgid "error writing file Makefile: %s" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:223 +#: domains/citation.py:75 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:433 +#: domains/citation.py:92 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "" +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "bronmap is gewijzigd" -#: builders/_epub_base.py:591 +#: environment/__init__.py:347 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/_epub_base.py:794 +#: environment/__init__.py:358 #, python-format -msgid "writing %s file..." +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/gettext.py:244 +#: environment/__init__.py:515 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "Failed to scan documents in %s: %r" msgstr "" -#: builders/gettext.py:266 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "targets for %d template files" +msgid "Domain %r is not registered" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: builders/singlehtml.py:35 +#: environment/__init__.py:941 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" - -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" - -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" -msgstr "" - -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" - -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" - -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: 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 "%b %d, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "" - -#: transforms/__init__.py:253 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" - -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1556,2098 +1473,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:203 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 "Index" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Voetnoten" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "bronmap is gewijzigd" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "onderschrift niet binnen figuur." -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" +msgstr "" + +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" -msgstr "" +msgid "[image: %s]" +msgstr "[afbeelding: %s]" -#: util/i18n.py:146 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[afbeelding]" + +#: writers/latex.py:384 #, python-format -msgid "locale_dir %s does not exist" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:236 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "Invalid Babel locale: %r." +msgid "no Babel option known for language %r" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +msgid "Invalid caption: %s" +msgstr "Ongeldig onderschrift: %s" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" -msgstr "" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Gebruik van zowel \"%s\" als \"%s\" opties is niet toegestaan" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" -msgstr "" +msgid "Object named %r not found in include file %r" +msgstr "Object met naam %r is niet gevonden in include bestand %r" -#: util/rst.py:73 +#: 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\"" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" -msgstr "" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Regels %r: geen regels gebruikt uit include-bestand %r" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Voetnoten" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" -msgstr "[afbeelding: %s]" +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[afbeelding]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Auteur van deze sectie: " -#: 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 "Index" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Auteur van deze module: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Auteur van deze broncode:" + +#: directives/other.py:209 +msgid "Author: " +msgstr "Auteur: " + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "onderschrift niet binnen figuur." +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Te doen" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "(Het <> bevindt zich in %s, regel %d.)" + +#: ext/todo.py:166 +msgid "original entry" +msgstr "originele item" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[broncode]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documentatie]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modulebroncode" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Broncode voor %s

" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Overzicht: module broncode" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Alle modules waarvoor de broncode beschikbaar is

" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplicaatlabel van formule %s, andere in %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (ingebouwde functie)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s methode)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" -msgstr "%s() (klasse)" +msgid "missing '+' or '-' in '%s' option." +msgstr "ontbrekende '+' of '-' in optie '%s'." -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globale variabele of constante)" +msgid "'%s' is not a valid option." +msgstr "'%s' is geen geldige optie." -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribuut)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumenten" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Werpt" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' is geen geldige pyversion optie" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Returns" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Return type" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:451 #, python-format -msgid "%s (module)" -msgstr "%s (module)" +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "functie" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "methode" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "klasse" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "data" +#: 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" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "attribuut" +#: 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" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "module" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "\"graphviz\" directive zonder inhoud wordt genegeerd." -#: domains/javascript.py:454 +#: ext/graphviz.py:287 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:328 #, python-format -msgid "Added in version %s" -msgstr "" - -#: domains/changeset.py:27 -#, python-format -msgid "Changed in version %s" -msgstr "Veranderd in versie %s" +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" -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "Verouderd sinds versie %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" -msgstr "%s (directive)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "%s (rol)" +msgid "[graph: %s]" +msgstr "[graaf: %s]" -#: domains/rst.py:234 -msgid "directive" -msgstr "directive" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graaf]" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rol" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:85 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Let op" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Pas op" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Gevaar" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (in " -#: locale/__init__.py:231 -msgid "Error" -msgstr "Fout" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Hint" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Belangrijk" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Notitie" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Zie ook" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Tip" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Waarschuwing" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:61 #, python-format -msgid "Please enter one of %s." +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Builtins" + +#: builders/changes.py:77 +msgid "Module level" +msgstr "Moduleniveau" + +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:229 +#: builders/changes.py:138 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "could not read %r for changelog creation" msgstr "" -#: 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)." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 +#: 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 "Selected root path: %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Naam van het project" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Auteur(s)" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" -#: 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." +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Versie van het project" - -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Release van het project" - -#: 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." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: 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." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Bestandsnaam van het hoofddocument (zonder bestandsextensie)" - -#: cmd/quickstart.py:367 +#: builders/text.py:27 #, 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." - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" - -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:303 #, python-format -msgid "Creating file %s." +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:315 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Afgerond: een beginstructuur van mappen is aangemaakt." +#: builders/__init__.py:325 +msgid "all source files" +msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:336 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:526 +#: builders/__init__.py:343 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -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:530 +#: builders/__init__.py:354 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: 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:630 -msgid "author names" +#: 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:637 -msgid "version of project" +#: 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:644 -msgid "release of project" -msgstr "release van project" - -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "documenttaal" - -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "bestandsextensie van bronbestanden" - -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "bestandsnaam van hoofddocument" - -#: cmd/quickstart.py:660 -msgid "use epub" +#: 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:663 -msgid "Extension options" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:733 #, python-format -msgid "enable %s extension" +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "sjabloonmap voor sjabloonbestanden" - -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:809 +#: builders/linkcheck.py:768 #, python-format -msgid "Invalid template variable: %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Let op" -#: cmd/build.py:74 +#: 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" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "pad naar doelmap" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: cmd/build.py:109 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:131 +#: transforms/__init__.py:258 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: 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/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: 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 "" -#: cmd/build.py:212 -msgid "console output options" +#: 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:219 -msgid "increase verbosity (can be repeated)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: 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 "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Zijpaneel inklappen" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." 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" +#: 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" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Zoek" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Broncode weergeven" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Inhoudsopgave" - -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "Zoek in %(docstitle)s" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Overzicht" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Welkom! Dit is" - -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "de documentatie voor" - -#: 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" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "Vervolgd van vorige pagina" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Zoekpagina" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "Vervolgt op volgende pagina" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "zoeken in deze documentatie" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globale Module-index" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symbolen" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "sneltoegang naar alle modules" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Algemene index" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "pagina" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "alle functies, klasses en begrippen" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Release" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Deze pagina" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/transforms.py:121 #, python-format -msgid "Index – %(key)s" +msgid "Failed to get a docname for source %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 "Volledige index op één pagina" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Snel zoeken" - -#: 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/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/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigatie" - -#: themes/basic/layout.html:115 +#: builders/latex/transforms.py:487 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Zoeken in %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Over deze documenten" - -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/theming.py:87 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/theming.py:90 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Laatste aanpassing op %(last_updated)s." +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:115 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: 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 +#: builders/latex/__init__.py:118 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "zoeken" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Zoekresultaten verbergen" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Zoekresultaten" - -#: 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 "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: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] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Bezig met zoeken" - -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Zoeken aan het voorbereiden..." - -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", in" - -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: 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" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/__init__.py:167 #, 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/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (in module %s)" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%s (in module %s)" -msgstr "%s (in module %s)" +msgid "logo file %r does not exist" +msgstr "" -#: domains/python/__init__.py:182 +#: builders/latex/__init__.py:529 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (geïntegreerde variabele)" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" -#: domains/python/__init__.py:217 +#: builders/latex/__init__.py:537 #, python-format -msgid "%s (built-in class)" -msgstr "%s (geïntegreerde klasse)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasse in %s)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klassemethode)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statische methode van %s)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:115 #, python-format -msgid "%s (%s property)" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:351 #, python-format -msgid "%s (type alias in %s)" +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python-moduleïndex" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "modules" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Verouderd" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "exceptie" - -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "klassemethode" - -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "statische methode" - -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:386 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/__init__.py:978 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Algemene index" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (verouderd)" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "index" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parameters" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variabelen" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "volgende" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Veroorzaakt" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "vorige" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Sjabloonparameters" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "member" - -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "type" - -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "concept" - -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enum" - -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerator" - -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:211 -#, python-format -msgid "%s (C %s)" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:936 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy static file %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variabele" - -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" - -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "omgevingsvariabele; %s" +msgid "cannot copy extra file %r" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s command line option" +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:321 -msgid "command line option" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "woordenlijstterm" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "grammaticatoken" - -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "verwijzingslabel" - -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "omgevingsvariabele" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programmaoptie" - -#: domains/std/__init__.py:735 -msgid "document" -msgstr "document" - -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Module-index" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1361 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1380 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:1395 #, python-format -msgid "the link has no caption: %s" -msgstr "onderschrift ontbreekt voor link: %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:1400 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1157 +#: builders/html/__init__.py:1422 #, python-format -msgid "invalid numfig_format: %s" +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:1453 +#: builders/html/__init__.py:1435 #, python-format -msgid "undefined label: %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 "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: environment/adapters/toctree.py:324 +#: builders/html/__init__.py:1464 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "%s %s documentation" +msgstr "%s %s documentatie" + +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(in %s v%s)" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(in %s)" + +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "see %s" -msgstr "zie %s" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "see also %s" -msgstr "zie %s" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symbolen" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "image file not readable: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "image file %s not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "download file not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:311 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.:" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %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." +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:102 #, 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 "apidoc_modules item %i must be a dict" +msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "The HTML pages are in %(outdir)s." +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 "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "index" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "volgende" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "vorige" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: 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 "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:135 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:1216 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "bestandsextensie (standaardwaarde: rst)" + +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "favicon file %r does not exist" -msgstr "" +msgid "%s is not a directory." +msgstr "%s is geen map." -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:176 #, 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 "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "%s %s documentation" -msgstr "%s %s documentatie" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: 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)." +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Sleutelwoordargumenten" + +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parameters" + +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Release" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "Verwijzingen" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: 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" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "pagina" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Sleutelwoordargumenten" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Basisklassen: %s" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "Verwijzingen" - -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3771,451 +3611,641 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#: _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 "" + +#: _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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Zijpaneel inklappen" + +#: 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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Zoeken" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Zoek" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Broncode weergeven" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Inhoudsopgave" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Snel zoeken" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Index pagineerd per letter" + +#: 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/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." +msgstr "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "zoeken" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigatie" + +#: themes/basic/layout.html:115 #, python-format -msgid "Failed to remove %s: %s" +msgid "Search within %(docstitle)s" +msgstr "Zoeken in %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Over deze documenten" + +#: 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 "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/apidoc/_cli.py:28 +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Laatste aanpassing op %(last_updated)s." + +#: 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/sourcelink.html:4 +msgid "This Page" +msgstr "Deze pagina" + +#: 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/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Zoek in %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Overzicht" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Welkom! Dit is" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "de documentatie voor" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "laatst bijgewerkt" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indices en tabellen:" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Volledige inhoudsopgave" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "geeft alle secties en subsecties weer" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Zoekpagina" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "zoeken in deze documentatie" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globale Module-index" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "sneltoegang naar alle modules" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "alle functies, klasses en begrippen" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)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)" -msgstr "" +#: 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" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: 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" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Veranderingen in de bibliotheek" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Veranderingen in de C-API" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "bestandsextensie (standaardwaarde: rst)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Andere veranderingen" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Zoekresultaten" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:214 -msgid "project version, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Bezig met zoeken" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Zoeken aan het voorbereiden..." -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", in" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Zoekresultaten verbergen" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Zijpaneel uitklappen" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:335 #, python-format -msgid "%s is not a directory." -msgstr "%s is geen map." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +msgid "see %s" +msgstr "zie %s" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "see also %s" +msgstr "zie %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Sjabloonparameters" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(in %s v%s)" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "member" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(in %s)" +#: 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 "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variabelen" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Veroorzaakt" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (in module %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (in module %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (geïntegreerde variabele)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (geïntegreerde klasse)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klasse in %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s klassemethode)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (statische methode van %s)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python-moduleïndex" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "modules" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Verouderd" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "exceptie" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "klassemethode" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statische methode" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (verouderd)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "omgevingsvariabele; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "woordenlijstterm" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "grammaticatoken" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "verwijzingslabel" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "omgevingsvariabele" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "programmaoptie" + +#: domains/std/__init__.py:735 +msgid "document" +msgstr "document" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Module-index" + +#: domains/std/__init__.py:857 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: 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" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" -msgstr "Basisklassen: %s" +msgid "the link has no caption: %s" +msgstr "onderschrift ontbreekt voor link: %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variabele" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/no/LC_MESSAGES/sphinx.js b/sphinx/locale/no/LC_MESSAGES/sphinx.js new file mode 100644 index 00000000000..0da8306bcfb --- /dev/null +++ b/sphinx/locale/no/LC_MESSAGES/sphinx.js @@ -0,0 +1,63 @@ +Documentation.addTranslations({ + "locale": "no", + "messages": { + "%(filename)s — %(docstitle)s": "", + "© %(copyright_prefix)s %(copyright)s.": "", + ", in ": "", + "About these documents": "", + "Automatically generated list of changes in version %(version)s": "", + "C API changes": "", + "Changes in Version %(version)s — %(docstitle)s": "", + "Collapse sidebar": "", + "Complete Table of Contents": "", + "Contents": "", + "Copyright": "", + "Created using Sphinx %(sphinx_version)s.": "", + "Expand sidebar": "", + "Full index on one page": "", + "General Index": "", + "Global Module Index": "", + "Go": "", + "Hide Search Matches": "", + "Index": "", + "Index – %(key)s": "", + "Index pages by letter": "", + "Indices and tables:": "", + "Last updated on %(last_updated)s.": "", + "Library changes": "", + "Navigation": "", + "Next topic": "", + "Other changes": "", + "Overview": "", + "Please activate JavaScript to enable the search\n functionality.": "", + "Preparing search...": "", + "Previous topic": "", + "Quick search": "", + "Search": "", + "Search Page": "", + "Search Results": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], + "Search within %(docstitle)s": "", + "Searching": "", + "Searching for multiple words only shows matches that contain\n all words.": "", + "Show Source": "", + "Table of Contents": "", + "This Page": "", + "Welcome! This is": "", + "Your search did not match any documents. Please make sure that all words are spelled correctly and that you've selected enough categories.": "", + "all functions, classes, terms": "", + "can be huge": "", + "last updated": "", + "lists all sections and subsections": "", + "next chapter": "", + "previous chapter": "", + "quick access to all modules": "", + "search": "", + "search this documentation": "", + "the documentation for": "" + }, + "plural_expr": "(n != 1)" +}); \ No newline at end of file diff --git a/sphinx/locale/no/LC_MESSAGES/sphinx.mo b/sphinx/locale/no/LC_MESSAGES/sphinx.mo new file mode 100644 index 00000000000..34898e4b568 Binary files /dev/null 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 new file mode 100644 index 00000000000..88549e8460b --- /dev/null +++ b/sphinx/locale/no/LC_MESSAGES/sphinx.po @@ -0,0 +1,4244 @@ +# Translations template for Sphinx. +# Copyright (C) 2025 ORGANIZATION +# This file is distributed under the same license as the Sphinx project. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Sphinx\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2025-06-22 22:41+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" +"Language: no\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" + +#: application.py:211 +#, python-format +msgid "Cannot find source directory (%s)" +msgstr "" + +#: application.py:216 +#, python-format +msgid "Output directory (%s) is not a directory" +msgstr "" + +#: application.py:221 +msgid "Source directory and destination directory cannot be identical" +msgstr "" + +#: application.py:251 +#, python-format +msgid "Running Sphinx v%s" +msgstr "" + +#: application.py:279 +#, python-format +msgid "" +"This project needs at least Sphinx v%s and therefore cannot be built with " +"this version." +msgstr "" + +#: application.py:298 +msgid "making output directory" +msgstr "" + +#: application.py:303 registry.py:540 +#, python-format +msgid "while setting up extension %s:" +msgstr "" + +#: application.py:310 +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 "" + +#: application.py:353 +#, python-format +msgid "loading translations [%s]... " +msgstr "" + +#: application.py:377 util/display.py:89 +msgid "done" +msgstr "" + +#: application.py:379 +msgid "not available for built-in messages" +msgstr "" + +#: application.py:393 +msgid "loading pickled environment" +msgstr "" + +#: application.py:401 +#, python-format +msgid "failed: %s" +msgstr "" + +#: application.py:416 +msgid "No builder selected, using default: html" +msgstr "" + +#: application.py:448 +msgid "build finished with problems." +msgstr "" + +#: application.py:450 +msgid "build succeeded." +msgstr "" + +#: application.py:455 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" + +#: application.py:459 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:461 +msgid "build succeeded, 1 warning." +msgstr "" + +#: application.py:467 +#, python-format +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" + +#: application.py:471 +#, python-format +msgid "build finished with problems, %s warnings." +msgstr "" + +#: application.py:473 +#, python-format +msgid "build succeeded, %s warnings." +msgstr "" + +#: application.py:1035 +#, python-format +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "" + +#: application.py:1128 +#, python-format +msgid "directive %r is already registered and will not be overridden" +msgstr "" + +#: application.py:1154 application.py:1182 +#, python-format +msgid "role %r is already registered and will not be overridden" +msgstr "" + +#: application.py:1780 +#, 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 "" + +#: application.py:1785 +#, python-format +msgid "the %s extension is not safe for parallel reading" +msgstr "" + +#: application.py:1789 +#, 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 "" + +#: application.py:1794 +#, python-format +msgid "the %s extension is not safe for parallel writing" +msgstr "" + +#: application.py:1802 application.py:1806 +#, python-format +msgid "doing serial %s" +msgstr "" + +#: extension.py:58 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "" + +#: 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 "" + +#: events.py:81 +#, python-format +msgid "Event %r already present" +msgstr "" + +#: events.py:379 +#, python-format +msgid "Unknown event name: %s" +msgstr "" + +#: events.py:424 +#, python-format +msgid "Handler %r for event %r threw an exception" +msgstr "" + +#: registry.py:162 +#, python-format +msgid "Builder class %s has no \"name\" attribute" +msgstr "" + +#: registry.py:166 +#, python-format +msgid "Builder %r already exists (in module %s)" +msgstr "" + +#: registry.py:182 +#, python-format +msgid "Builder name %s not registered or available through entry point" +msgstr "" + +#: registry.py:192 +#, python-format +msgid "Builder name %s not registered" +msgstr "" + +#: registry.py:199 +#, python-format +msgid "domain %s already registered" +msgstr "" + +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "" + +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" +msgstr "" + +#: registry.py:248 +#, python-format +msgid "The %r role is already registered to domain %s" +msgstr "" + +#: registry.py:261 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "" + +#: registry.py:308 +#, python-format +msgid "The %r object_type is already registered" +msgstr "" + +#: registry.py:339 +#, python-format +msgid "The %r crossref_type is already registered" +msgstr "" + +#: registry.py:348 +#, python-format +msgid "source_suffix %r is already registered" +msgstr "" + +#: registry.py:358 +#, python-format +msgid "source_parser for %r is already registered" +msgstr "" + +#: registry.py:367 +#, python-format +msgid "Source parser for %s not registered" +msgstr "" + +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" +msgstr "" + +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "" + +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "" + +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" +msgstr "" + +#: registry.py:531 +#, python-format +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "" + +#: registry.py:545 +msgid "Original exception:\n" +msgstr "" + +#: registry.py:547 +#, python-format +msgid "Could not import extension %s" +msgstr "" + +#: registry.py:554 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "" + +#: registry.py:567 +#, 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 +#, 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 +#, 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 "" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "" + +#: highlighting.py:170 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" + +#: highlighting.py:209 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" + +#: 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 "" + +#: theming.py:117 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" + +#: theming.py:122 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "" + +#: theming.py:137 +#, python-format +msgid "unsupported theme option %r given" +msgstr "" + +#: theming.py:218 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "" + +#: theming.py:238 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:278 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:286 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:292 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:320 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:345 theming.py:398 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:349 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:353 theming.py:401 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:357 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:376 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:133 +#, python-format +msgid "Please enter one of %s." +msgstr "" + +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "" + +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "" + +#: cmd/quickstart.py:229 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:241 +#, python-format +msgid "Selected root path: %s" +msgstr "" + +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "" + +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" + +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" + +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "" + +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "" + +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "" + +#: 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 "" + +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:367 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: cmd/quickstart.py:406 +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:411 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: cmd/quickstart.py:519 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: cmd/quickstart.py:530 +#, 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:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:572 +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:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "" + +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "" + +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "" + +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "" + +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "" + +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "" + +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "" + +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:670 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +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 "" + +#: 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 "" + +#: 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 "" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, 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:380 +#, 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:736 +msgid "function" +msgstr "" + +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "" + +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "" + +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:424 domains/python/__init__.py:746 +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 "%s %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +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/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 "" + +#: environment/__init__.py:88 +msgid "new config" +msgstr "" + +#: environment/__init__.py:89 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "" + +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "" + +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "" + +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %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." +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 "" + +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" +msgstr "" + +#: builders/latex/__init__.py:203 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 "" + +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: writers/latex.py:1120 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 +#, python-format +msgid "unimplemented node type: %r" +msgstr "" + +#: 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 +#, 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 "" + +#: writers/html5.py:572 writers/latex.py:1129 +#, 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 "" + +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "" + +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "" + +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "" + +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: writers/latex.py:1230 +#, 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:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" + +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +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 "" + +#: 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:131 directives/code.py:297 directives/code.py:483 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" + +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" + +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +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" +msgstr "" + +#: directives/code.py:276 +#, 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\"" +msgstr "" + +#: directives/code.py:314 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +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 "" + +#: 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/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 "" + +#: 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 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +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/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/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/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/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/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" + +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +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 "" + +#: 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 "" + +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +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 "" + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: 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 "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 "" + +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "" + +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "" + +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "" + +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "" + +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "" + +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "" + +#: builders/changes.py:75 +msgid "Builtins" +msgstr "" + +#: builders/changes.py:77 +msgid "Module level" +msgstr "" + +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "" + +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" + +#: 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/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" + +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "" + +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" + +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" + +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" + +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:265 +#, 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... " +msgstr "" + +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +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 "" + +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "" + +#: builders/__init__.py:418 +msgid "none found" +msgstr "" + +#: 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:733 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" + +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "" + +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" + +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" + +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +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 "" + +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" + +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %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 "" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:348 +#, 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!" +msgstr "" + +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" + +#: transforms/__init__.py:299 +#, 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." +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/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/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/display.py:82 +msgid "skipped" +msgstr "" + +#: util/display.py:87 +msgid "failed" +msgstr "" + +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +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 "" + +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +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/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "" + +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:143 +#, 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." +msgstr "" + +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" + +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" + +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %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" +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:91 +msgid "Release" +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/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: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/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:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" + +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:369 +msgid "building [html]: " +msgstr "" + +#: builders/html/__init__.py:386 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" + +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "" + +#: builders/html/__init__.py:510 +msgid "index" +msgstr "" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" +msgstr "" + +#: builders/html/__init__.py:592 +msgid "next" +msgstr "" + +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "" + +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "" + +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "" + +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" + +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "" + +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" + +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" + +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" + +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" + +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "" + +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "" + +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" +msgstr "" + +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" + +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" + +#: builders/html/__init__.py:1218 +#, 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:1231 +#, 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:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" + +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "" + +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" +msgstr "" + +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "" + +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" + +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" + +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" + +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" + +#: ext/intersphinx/_load.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 "" + +#: ext/intersphinx/_load.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:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" + +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" + +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" + +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" + +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" + +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" + +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" + +#: 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: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/_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 "" + +#: 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:178 ext/autosummary/generate.py:909 +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" +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 "" + +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "" + +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "" + +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "" + +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" +msgstr "" + +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "" + +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "" + +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "" + +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "" + +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "" + +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "" + +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "" + +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "" + +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "" + +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" + +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "" + +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" + +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "" + +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" + +#: ext/autodoc/__init__.py:1021 +#, 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/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: ext/autodoc/__init__.py:1201 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" + +#: 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 "" + +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "" + +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "" + +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "" + +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" + +#: ext/autosummary/__init__.py:284 +#, python-format +msgid "autosummary references excluded document %r. Ignored." +msgstr "" + +#: ext/autosummary/__init__.py:288 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "" + +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "" + +#: ext/autosummary/__init__.py:384 +#, python-format +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: ext/autosummary/__init__.py:404 +#, python-format +msgid "failed to parse name %s" +msgstr "" + +#: ext/autosummary/__init__.py:412 +#, python-format +msgid "failed to import object %s" +msgstr "" + +#: ext/autosummary/__init__.py:730 +#, python-format +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "" + +#: ext/autosummary/__init__.py:927 +#, python-format +msgid "autosummary_generate: file not found: %s" +msgstr "" + +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "" + +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 +#, python-format +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "" + +#: ext/autosummary/generate.py:588 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "" + +#: ext/autosummary/generate.py:592 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "" + +#: ext/autosummary/generate.py:637 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: ext/autosummary/generate.py:836 +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/autosummary/generate.py:858 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/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 "" + +#: 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/layout.html:18 +msgid "Navigation" +msgstr "" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "" + +#: 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 "" + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +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 "" + +#: 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 "" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: 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/versionchanges.html:17 +#, 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/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "" + +#: themes/basic/static/searchtools.js:125 +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:129 +#, 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:267 +msgid "Searching" +msgstr "" + +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "" + +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +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 "" +"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 "" + +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" +msgstr "" + +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "" + +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "" + +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" +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:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +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/python/_object.py:206 +msgid "Variables" +msgstr "" + +#: domains/python/_object.py:214 +msgid "Raises" +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 "" + +#: domains/python/__init__.py:115 domains/python/__init__.py:280 +#, python-format +msgid "%s() (in module %s)" +msgstr "" + +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 +#, python-format +msgid "%s (in module %s)" +msgstr "" + +#: domains/python/__init__.py:184 +#, python-format +msgid "%s (built-in variable)" +msgstr "" + +#: domains/python/__init__.py:219 +#, python-format +msgid "%s (built-in class)" +msgstr "" + +#: domains/python/__init__.py:220 +#, python-format +msgid "%s (class in %s)" +msgstr "" + +#: domains/python/__init__.py:285 +#, python-format +msgid "%s() (%s class method)" +msgstr "" + +#: domains/python/__init__.py:287 +#, python-format +msgid "%s() (%s static method)" +msgstr "" + +#: domains/python/__init__.py:440 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: domains/python/__init__.py:480 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" + +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "" + +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "" + +#: domains/python/__init__.py:744 +msgid "property" +msgstr "" + +#: domains/python/__init__.py:745 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:814 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" + +#: domains/python/__init__.py:976 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr "" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" +msgstr "" + +#: 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 +msgid "glossary term" +msgstr "" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "" + +#: domains/std/__init__.py:731 +msgid "reference label" +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" +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" +msgstr "" + +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: domains/std/__init__.py:1124 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" + +#: domains/std/__init__.py:1138 +#, python-format +msgid "the link has no caption: %s" +msgstr "" + +#: domains/std/__init__.py:1153 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "" + +#: domains/std/__init__.py:1157 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" + +#: domains/std/__init__.py:1453 +#, python-format +msgid "undefined label: %r" +msgstr "" + +#: domains/std/__init__.py:1456 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +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" +msgstr "" diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo index 236e39b13b6..85c21c50b77 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 885744a3730..4bb9b7986ad 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Stan Ulbrych, 2025\n" "Language-Team: Polish (http://app.transifex.com/sphinx-doc/sphinx-1/language/pl/)\n" @@ -25,141 +25,276 @@ msgstr "" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "folder konfiguracyjny nie zawiera pliku conf.py (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"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:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "niepoprawna liczba %r dla wartości konfiguracji %r, ignorowanie" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "nie można nadpisać ustawienia konfiguracji %r nie wspieranym typem, ignorowanie" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "nieznana wartość konfiguracji %r w nadpisaniu, ignorowanie" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" msgstr "" -#: extension.py:79 +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Wartość konfiguracji %r już podana" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." -msgstr "Ten projekt potrzebuje rozszerzenia %s co najmniej w wersji %s, dlatego nie może zostać zbudowany z załadowaną wersją (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, 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:614 +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:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" -#: application.py:212 +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Rozdział %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Rys. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabela %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Listing %s" + +#: config.py:809 +#, 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}`." + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "Nie odnaleziono primary_domain %r, zignorowano." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nie odnaleziono katalogu źródłowego (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Katalog wyjściowy (%s) nie jest katalogiem" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Katalog źródłowy i katalog docelowy nie mogą być identyczne" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Uruchamianie Sphinksa v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Ten projekt potrzebuje Sphinksa w wersji co najmniej %s, dlatego nie może zostać zbudowany z tą wersją." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "tworzenie katalogu wyjścia" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "podczas ustawiania rozszerzenia %s:" -#: application.py:309 +#: application.py:310 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' podany w conf.py nie jest wywoływalny. Prosimy zmienić jego definicję tak, aby była wywoływalną funkcją. Jest to potrzebne w conf.py, aby zachowywało się jak rozszerzenie Sphinksa." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "ładowanie tłumaczeń [%s]..." -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "gotowe" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "niedostępne dla wbudowanych wiadomości" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "ładowanie zapakowanego środowiska" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "nie powiodło się: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Nie wybrano buildera, używamy domyślnego: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "klasa %r jest już zarejestrowana, jej wizytorzy zostaną nadpisani" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -167,12 +302,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:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -180,257 +315,222 @@ 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:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "tworzenie serii %s" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "folder konfiguracyjny nie zawiera pliku 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 "" - -#: config.py:394 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:399 +#: extension.py:79 #, 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)" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "Ten projekt potrzebuje rozszerzenia %s co najmniej w wersji %s, dlatego nie może zostać zbudowany z załadowaną wersją (%s)." -#: config.py:411 +#: events.py:81 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "niepoprawna liczba %r dla wartości konfiguracji %r, ignorowanie" +msgid "Event %r already present" +msgstr "Zdarzenie %r już obecne" -#: config.py:419 +#: events.py:379 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "nie można nadpisać ustawienia konfiguracji %r nie wspieranym typem, ignorowanie" +msgid "Unknown event name: %s" +msgstr "Nieznana nazwa zdarzenia: %s" -#: config.py:442 +#: events.py:424 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "nieznana wartość konfiguracji %r w nadpisaniu, ignorowanie" +msgid "Handler %r for event %r threw an exception" +msgstr "" -#: config.py:496 +#: registry.py:162 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Klasa buildera %s nie ma atrybutu \"name\"" -#: config.py:524 +#: registry.py:166 #, python-format -msgid "Config value %r already present" -msgstr "Wartość konfiguracji %r już podana" +msgid "Builder %r already exists (in module %s)" +msgstr "Builder %r już istnieje (w module %s)" -#: config.py:561 +#: registry.py:182 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +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" -#: config.py:603 +#: registry.py:192 #, 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" +msgid "Builder name %s not registered" +msgstr "Builder o nazwie %s jest niezarejestrowany" -#: config.py:607 -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()" +#: registry.py:199 +#, python-format +msgid "domain %s already registered" +msgstr "domena %s jest już zarejestrowana" -#: config.py:615 +#: registry.py:223 registry.py:244 registry.py:257 #, 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 "domain %s not yet registered" +msgstr "domena %s nie została jeszcze zarejestrowana" -#: config.py:637 +#: registry.py:230 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:248 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:669 +#: registry.py:261 #, 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 index is already registered to domain %s" msgstr "" -#: config.py:690 +#: registry.py:308 #, python-format -msgid "Section %s" -msgstr "Rozdział %s" +msgid "The %r object_type is already registered" +msgstr "%r object_type jest już zarejestrowany" -#: config.py:691 +#: registry.py:339 #, python-format -msgid "Fig. %s" -msgstr "Rys. %s" +msgid "The %r crossref_type is already registered" +msgstr "%r crossref_type jest już zarejestrowany" -#: config.py:692 +#: registry.py:348 #, python-format -msgid "Table %s" -msgstr "Tabela %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r jest już zarejestrowany" -#: config.py:693 +#: registry.py:358 #, python-format -msgid "Listing %s" -msgstr "Listing %s" - -#: config.py:802 -#, 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 "source_parser for %r is already registered" +msgstr "source_parser dla %r jest już zarejestrowany" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" +#: registry.py:367 +#, python-format +msgid "Source parser for %s not registered" +msgstr "Parser źródeł dla %s jest nie zarejestrowany" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" msgstr "" -#: config.py:862 +#: registry.py:405 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "Nie odnaleziono primary_domain %r, zignorowano." - -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: highlighting.py:170 +#: registry.py:498 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r już zarejestrowany" -#: highlighting.py:209 +#: registry.py:514 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "math renderer %s is already registered" msgstr "" -#: theming.py:115 +#: registry.py:531 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" +"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 +msgid "Original exception:\n" +msgstr "Pierwotny wyjątek:\n" -#: theming.py:120 +#: registry.py:547 #, 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 "Could not import extension %s" +msgstr "Nie można zaimportować rozszerzenia %s" -#: theming.py:135 +#: registry.py:554 #, python-format -msgid "unsupported theme option %r given" -msgstr "" +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?" -#: theming.py:208 +#: registry.py:567 #, 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 "" +"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ą." -#: theming.py:228 +#: registry.py:579 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +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" -#: theming.py:268 +#: registry.py:605 #, python-format -msgid "The %r theme has circular inheritance" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:276 +#: roles.py:206 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:282 +#: roles.py:229 #, python-format -msgid "The %r theme has too many ancestors" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:310 +#: roles.py:251 #, python-format -msgid "no theme configuration file found in %r" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:274 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:339 +#: roles.py:294 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:343 theming.py:391 +#: roles.py:317 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:347 +#: roles.py:355 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:366 +#: highlighting.py:170 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Pygments lexer name %r is not known" msgstr "" -#: events.py:77 -#, python-format -msgid "Event %r already present" -msgstr "Zdarzenie %r już obecne" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Nieznana nazwa zdarzenia: %s" - -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -445,1047 +545,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Klasa buildera %s nie ma atrybutu \"name\"" - -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Builder %r już istnieje (w module %s)" - -#: registry.py:187 -#, 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" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: registry.py:197 +#: theming.py:122 #, python-format -msgid "Builder name %s not registered" -msgstr "Builder o nazwie %s jest niezarejestrowany" +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" -#: registry.py:204 +#: theming.py:137 #, python-format -msgid "domain %s already registered" -msgstr "domena %s jest już zarejestrowana" +msgid "unsupported theme option %r given" +msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:218 #, python-format -msgid "domain %s not yet registered" -msgstr "domena %s nie została jeszcze zarejestrowana" +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" -#: registry.py:235 +#: theming.py:238 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:253 +#: theming.py:278 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:266 +#: theming.py:286 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "%r object_type jest już zarejestrowany" - -#: registry.py:344 -#, python-format -msgid "The %r crossref_type is already registered" -msgstr "%r crossref_type jest już zarejestrowany" - -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r jest już zarejestrowany" - -#: registry.py:363 -#, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser dla %r jest już zarejestrowany" - -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "Parser źródeł dla %s jest nie zarejestrowany" - -#: registry.py:390 +#: theming.py:292 #, python-format -msgid "Translator for %r already exists" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:407 +#: theming.py:320 #, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:496 +#: theming.py:345 theming.py:398 #, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r już zarejestrowany" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" -#: registry.py:512 +#: theming.py:349 #, python-format -msgid "math renderer %s is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:529 +#: theming.py:353 theming.py:401 #, 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:543 -msgid "Original exception:\n" -msgstr "Pierwotny wyjątek:\n" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: registry.py:545 +#: theming.py:357 #, python-format -msgid "Could not import extension %s" -msgstr "Nie można zaimportować rozszerzenia %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: registry.py:552 +#: theming.py:376 #, 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?" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: registry.py:565 -#, 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ą." +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "" -#: registry.py:577 -#, 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" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "warunkowe włączenie treści na podstawie wartości konfiguracyjnych" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[źródło]" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Wprowadź poprawną nazwę ścieżki." -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[dokumentacja]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Kod modułu" - -#: ext/viewcode.py:353 +#: cmd/quickstart.py:133 #, python-format -msgid "

Source code for %s

" -msgstr "

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

" +msgid "Please enter one of %s." +msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Przeglądanie: kod modułu" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Wprowadź \"y\" lub \"n\"." -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Podaj rozszerzenie pliku, na przykład '.rst' lub '.txt'." -#: ext/extlinks.py:82 +#: cmd/quickstart.py:229 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Witamy w narzędziu quickstart Sphinksa %s." -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%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 "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 +#: cmd/quickstart.py:241 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "Selected root path: %s" msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/duration.py:90 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "brak '+' lub '-' w opcji '%s'." +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Ścieżka root dla dokumentacji" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' nie jest prawidłową opcją." +#: cmd/quickstart.py:254 +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." -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' nie jest prawidłową opcją pyversion." +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart nie nadpisze istniejących projektów Sphinx." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Wprowadź, prosimy, nową ścieżkę root (lub tylko Enter, aby wyjść)" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:273 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" - -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +"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/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Rozdziel katalogi source i build (y/n)" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Prefiks nazw dla katalogów templates i static" + +#: cmd/quickstart.py:297 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Nazwa projektu" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Nazwisko autora" + +#: 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 "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "nieprawidłowe wyrażenie regularne %r w %s" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Wersja projektu" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "moduł %s nie mógł zostać zaimportowany: %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Wydanie projektu" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %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 "" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Język projektu" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." +"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/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "nieprawidłowe wyrażenie regularne %r w coverage_c_regexes" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Sufiks pliku źródłowego" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %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 "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:473 +#: cmd/quickstart.py:367 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart nie nadpisze istniejącego pliku." -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:385 +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:396 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:406 +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 "" -#: 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" - -#: ext/graphviz.py:153 -#, 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ł" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Stworzyć Makefile? (y/n)" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorujemy dyrektywę „graphviz” bez treści." +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +msgid "Creating file %s." +msgstr "Tworzenie pliku %s." -#: ext/graphviz.py:328 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, 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" +msgid "File %s already exists, skipping." +msgstr "Plik %s już istnieje, pomijam." -#: ext/graphviz.py:339 +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Zakończono: Utworzono początkową strukturę katalogów." + +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/graphviz.py:367 +#: cmd/quickstart.py:530 #, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[wykres: %s]" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[wykres]" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "tryb cichy" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> znajduje się w pliku %s, w linii %d.)" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "oryginalny wpis" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Nieprawidłowy podpis: %s" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Podstawowe opcje projektu" -#: 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 "" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "nazwa projektu" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Nie można użyć jednocześnie opcji \"%s\" i \"%s\"" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "nazwiska autorów" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "wersja projektu" -#: directives/code.py:235 -#, python-format -msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "Nie znaleziono obiektu o nazwie %r w pliku include %r" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "język dokumentu" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Nie można użyć „lineno-match” z rozłącznym zbiorem „lines”" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "rozszerzenie pliku źródłowego" -#: directives/code.py:314 -#, 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" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "nazwa głównego dokumentu" -#: 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." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Opcje rozszerzeń" -#: directives/other.py:153 environment/adapters/toctree.py:361 +#: cmd/quickstart.py:670 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +msgid "enable %s extension" +msgstr "włącz rozszerzenie %s" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor rozdziału: " +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "utwórz plik makefile" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor modułu: " +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "nie twórz pliku makefile" -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor kodu: " +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "twórz plik wsadowy" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "nie twórz pliku wsadowego" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "brak zmian w wersji %s." - -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Wbudowane" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Poziom modułu" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "kopiowanie plików źródłowych..." - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "pisanie" - -#: builders/manpage.py:71 +#: cmd/quickstart.py:809 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %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 "" -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "budowanie [mo]:" - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "pisanie wyjścia..." - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "wszystkie z %d plików po" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" -msgstr "wsztstkie pliki źródłowe" +#: cmd/build.py:114 +msgid "general options" +msgstr "ogólne opcje" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/build.py:131 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:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "%d plików źródłowych podano w wierszu poleceń" - -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "" - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "znaleziono %d" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "nic nie znaleziono" - -#: builders/__init__.py:419 -msgid "pickling environment" -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)" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: 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." +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:540 -#, 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/build.py:184 +msgid "override a setting in configuration file" +msgstr "zastąp ustawienie w pliku konfiguracyjnym" -#: builders/__init__.py:551 -#, 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/build.py:193 +msgid "pass a value into HTML templates" +msgstr "przekaż wartość do szablonów HTML" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "zwiększ szczegółowość (może być powtórzone)" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Plik ePub znajduje się w %(outdir)s." - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "zapisz ostrzeżenia (i błędy) do podanego pliku" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "zamień ostrzeżenia na błędy" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "Argument opcji -D musi mieć postać nazwa=wartość" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "Argument opcji -A musi mieć postać nazwa=wartość" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/javascript.py:183 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "nieprawidłowy css_file: %r, zignorowano" +msgid "%s() (built-in function)" +msgstr "%s() (funkcja wbudowana)" -#: builders/xml.py:31 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Pliki XML znajdują się w %(outdir)s." +msgid "%s() (%s method)" +msgstr "%s() (%s metoda)" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/javascript.py:186 #, python-format -msgid "error writing file %s: %s" -msgstr "błąd zapisu pliku %s: %s" +msgid "%s() (class)" +msgstr "%s() (klasa)" -#: builders/xml.py:101 +#: domains/javascript.py:188 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Pliki pseudo-XML są w %(outdir)s." +msgid "%s (global variable or constant)" +msgstr "%s (zmienna globalna lub stała)" -#: builders/texinfo.py:45 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Pliki Texinfo znajdują się w %(outdir)s." +msgid "%s (%s attribute)" +msgstr "%s (%s atrybut)" -#: 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 "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenty" -#: builders/texinfo.py:77 -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" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Wyrzuca" -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "wartość konfiguracyjna \"texinfo_documents\" odwołuje się do nieznanego dokumentu %s" +#: 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" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/javascript.py:374 #, python-format -msgid "processing %s" -msgstr "" +msgid "%s (module)" +msgstr "%s (moduł)" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funkcja" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (w " +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "metoda" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "kopiowanie obrazków..." +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "klasa" + +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "dane" + +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atrybut" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "moduł" + +#: domains/javascript.py:458 #, python-format -msgid "cannot copy image file %r: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: builders/texinfo.py:230 +#: domains/changeset.py:26 #, python-format -msgid "error writing file Makefile: %s" -msgstr "" +msgid "Added in version %s" +msgstr " Dodane w wersji %s" -#: builders/_epub_base.py:223 +#: domains/changeset.py:27 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" +msgid "Changed in version %s" +msgstr "Zmienione w wersji %s" -#: builders/_epub_base.py:433 +#: domains/changeset.py:28 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Niezalecane od wersji %s" -#: builders/_epub_base.py:464 +#: domains/changeset.py:29 #, python-format -msgid "cannot write image file %r: %s" +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -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" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Nieprawidłowy math_eqref_format: %r" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (dyrektywa)" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:591 +#: domains/rst.py:224 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "nieznany mimetype dla %s, ignoruję" +msgid "%s (role)" +msgstr "%s (rola)" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "dyrektywa" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "pisanie pliku %s..." +#: domains/rst.py:236 +msgid "role" +msgstr "rola" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" +msgid "Citation [%s] is not referenced." +msgstr "Cytat [%s] nie ma odniesienia." -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "wczytywanie szablonów... " +#: environment/__init__.py:88 +msgid "new config" +msgstr "nowa konfiguracja" -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "" +#: environment/__init__.py:89 +msgid "config changed" +msgstr "konfiguracja zmieniona" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Strona HTML jest w %(outdir)s." +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "rozszerzenie zmienione" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "" +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "katalog źródłowy został zmieniony" -#: builders/linkcheck.py:77 +#: environment/__init__.py:347 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" -msgstr "zepsuty odnośnik: %s (%s)" - -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Nie znaleziono kotwicy '%s'" - -#: builders/linkcheck.py:758 +#: environment/__init__.py:352 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:358 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Pliki tekstowe są w %(outdir)s." - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +msgid "Domain %r is not registered" +msgstr "Domena %r nie jest zarejestrowana" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1556,2100 +1473,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "nowa konfiguracja" - -#: environment/__init__.py:87 -msgid "config changed" -msgstr "konfiguracja zmieniona" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "rozszerzenie zmienione" +#: builders/latex/__init__.py:203 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 "Indeks" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "katalog źródłowy został zmieniony" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Przypisy" -#: environment/__init__.py:325 -#, python-format -msgid "The configuration has changed (1 option: %r)" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:330 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:336 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" -msgstr "Domena %r nie jest zarejestrowana" +#: writers/html5.py:496 +msgid "Link to this term" +msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "błąd odczytu: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "błąd zapisu: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:245 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" +msgid "[image: %s]" +msgstr "[obraz: %s]" -#: util/docfields.py:103 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[obraz]" + +#: writers/latex.py:384 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/nodes.py:423 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "no Babel option known for language %r" msgstr "" -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:614 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "pominięte" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" -#: util/display.py:87 -msgid "failed" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/osutil.py:131 +#: writers/latex.py:1230 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"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 "" -#: util/docutils.py:309 +#: writers/latex.py:1626 #, python-format -msgid "unknown directive name: %s" -msgstr "" +msgid "dimension unit %s is invalid. Ignored." +msgstr "%s" -#: util/docutils.py:345 +#: writers/latex.py:1986 #, python-format -msgid "unknown role name: %s" +msgid "unknown index entry type %s found" +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/docutils.py:789 +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:87 #, python-format -msgid "unknown node type: %r" +msgid "Invalid caption: %s" +msgstr "Nieprawidłowy podpis: %s" + +#: 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 "" -#: util/fileutil.py:76 +#: directives/code.py:216 +#, 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 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" + +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +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 +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 +#, 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" + +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/rst.py:73 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "default role %s not found" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:156 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:169 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Przypisy" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor rozdziału: " -#: writers/manpage.py:289 writers/text.py:945 -#, python-format -msgid "[image: %s]" -msgstr "[obraz: %s]" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor modułu: " -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[obraz]" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor kodu: " -#: 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 "Indeks" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +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/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[źródło]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumentacja]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kod modułu" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" -msgstr "" +msgid "

Source code for %s

" +msgstr "

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

" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Przeglądanie: kod modułu" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "invalid regex %r in %s" +msgstr "nieprawidłowe wyrażenie regularne %r w %s" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "moduł %s nie mógł zostać zaimportowany: %s" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" +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 "" -#: writers/latex.py:1580 +#: ext/coverage.py:187 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "%s" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "nieprawidłowe wyrażenie regularne %r w coverage_c_regexes" -#: writers/latex.py:1939 +#: ext/coverage.py:260 #, python-format -msgid "unknown index entry type %s found" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:452 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Nieprawidłowy math_eqref_format: %r" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:473 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:492 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: 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 "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:83 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" -#: domains/math.py:73 +#: ext/autosectionlabel.py:52 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "zduplikowana etykieta równania %s, inne wystąpienie w %s" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:182 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funkcja wbudowana)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/doctest.py:118 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metoda)" +msgid "missing '+' or '-' in '%s' option." +msgstr "brak '+' lub '-' w opcji '%s'." -#: domains/javascript.py:185 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klasa)" - -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (zmienna globalna lub stała)" +msgid "'%s' is not a valid option." +msgstr "'%s' nie jest prawidłową opcją." -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atrybut)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumenty" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Wyrzuca" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Zwraca" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' nie jest prawidłową opcją pyversion." -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Typ zwracany" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:297 #, python-format -msgid "%s (module)" -msgstr "%s (moduł)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funkcja" - -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "metoda" - -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "klasa" - -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "dane" - -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atrybut" - -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "moduł" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:454 +#: ext/doctest.py:451 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/changeset.py:26 +#: ext/doctest.py:568 #, python-format -msgid "Added in version %s" -msgstr " Dodane w wersji %s" +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/changeset.py:27 +#: ext/extlinks.py:82 #, python-format -msgid "Changed in version %s" -msgstr "Zmienione w wersji %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/changeset.py:28 +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +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" + +#: ext/graphviz.py:153 #, python-format -msgid "Deprecated since version %s" -msgstr "Niezalecane od wersji %s" +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ł" -#: domains/changeset.py:29 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorujemy dyrektywę „graphviz” bez treści." + +#: ext/graphviz.py:287 #, python-format -msgid "Removed in version %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:328 #, python-format -msgid "%s (directive)" -msgstr "%s (dyrektywa)" +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" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:339 #, python-format -msgid ":%s: (directive option)" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:344 #, python-format -msgid "%s (role)" -msgstr "%s (rola)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "dyrektywa" - -#: domains/rst.py:235 -msgid "directive-option" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rola" - -#: domains/rst.py:262 +#: ext/graphviz.py:367 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/citation.py:75 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "dot code %r: %s" msgstr "" -#: domains/citation.py:92 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "Cytat [%s] nie ma odniesienia." +msgid "[graph: %s]" +msgstr "[wykres: %s]" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Uwaga" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[wykres]" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Ostrzeżenie" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Pliki Texinfo znajdują się w %(outdir)s." -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Niebezpieczeństwo" +#: 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 "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Błąd" +#: 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" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Podpowiedź" +#: 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" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Ważne" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Informacja" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "pisanie" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Zobacz także" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Wskazówka" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (w " -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Ostrzeżenie" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "kopiowanie obrazków..." -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "warunkowe włączenie treści na podstawie wartości konfiguracyjnych" - -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Wprowadź poprawną nazwę ścieżki." - -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/_epub_base.py:594 #, python-format -msgid "Please enter one of %s." +msgid "unknown mimetype for %s, ignoring" +msgstr "nieznany mimetype dla %s, ignoruję" + +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Wprowadź \"y\" lub \"n\"." +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Podaj rozszerzenie pliku, na przykład '.rst' lub '.txt'." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "pisanie pliku %s..." -#: cmd/quickstart.py:229 +#: builders/xml.py:29 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Witamy w narzędziu quickstart Sphinksa %s." +msgid "The XML files are in %(outdir)s." +msgstr "Pliki XML znajdują się w %(outdir)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 "" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "błąd zapisu pliku %s: %s" -#: cmd/quickstart.py:241 +#: builders/xml.py:103 #, python-format -msgid "Selected root path: %s" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Pliki pseudo-XML są w %(outdir)s." + +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "brak zmian w wersji %s." + +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Ścieżka root dla dokumentacji" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Wbudowane" -#: cmd/quickstart.py:254 -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." +#: builders/changes.py:77 +msgid "Module level" +msgstr "Poziom modułu" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart nie nadpisze istniejących projektów Sphinx." +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "kopiowanie plików źródłowych..." -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Wprowadź, prosimy, nową ścieżkę root (lub tylko Enter, aby wyjść)" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" -#: 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." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Rozdziel katalogi source i build (y/n)" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" -#: 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." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Prefiks nazw dla katalogów templates i static" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Plik ePub znajduje się w %(outdir)s." -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Nazwa projektu" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Nazwisko autora" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: 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." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Wersja projektu" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Wydanie projektu" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Język projektu" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Sufiks pliku źródłowego" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" -#: 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." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "nieprawidłowy css_file: %r, zignorowano" + +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:367 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart nie nadpisze istniejącego pliku." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "wczytywanie szablonów... " + +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:385 -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:" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Pliki tekstowe są w %(outdir)s." -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Stworzyć Makefile? (y/n)" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "budowanie [mo]:" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "pisanie wyjścia..." -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:281 #, python-format -msgid "Creating file %s." -msgstr "Tworzenie pliku %s." +msgid "all of %d po files" +msgstr "wszystkie z %d plików po" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:303 #, python-format -msgid "File %s already exists, skipping." -msgstr "Plik %s już istnieje, pomijam." +msgid "targets for %d po files that are specified" +msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Zakończono: Utworzono początkową strukturę katalogów." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:325 +msgid "all source files" +msgstr "wsztstkie pliki źródłowe" + +#: builders/__init__.py:336 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:526 +#: builders/__init__.py:343 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"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:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:367 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +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 "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:572 -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" +#: 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 "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "tryb cichy" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: 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:622 -msgid "replacement for dot in _templates etc." +#: 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:625 -msgid "Project basic options" -msgstr "Podstawowe opcje projektu" +#: 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:627 -msgid "project name" -msgstr "nazwa projektu" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "nazwiska autorów" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "wersja projektu" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "język dokumentu" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "rozszerzenie pliku źródłowego" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "nazwa głównego dokumentu" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Strona HTML jest w %(outdir)s." -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Opcje rozszerzeń" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "" -#: cmd/quickstart.py:670 +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "" + +#: builders/linkcheck.py:78 #, python-format -msgid "enable %s extension" -msgstr "włącz rozszerzenie %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "zepsuty odnośnik: %s (%s)" + +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Nie znaleziono kotwicy '%s'" + +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "utwórz plik makefile" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Uwaga" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "nie twórz pliku makefile" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Ostrzeżenie" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "twórz plik wsadowy" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Niebezpieczeństwo" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "nie twórz pliku wsadowego" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Błąd" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Podpowiedź" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Ważne" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Informacja" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: 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" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/quickstart.py:785 +#: transforms/i18n.py:326 +#, python-brace-format msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:74 +#: transforms/__init__.py:258 +#, 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" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:114 -msgid "general options" -msgstr "ogólne opcje" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "błąd odczytu: %s, %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)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "błąd zapisu: %s, %s" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:157 +#: util/i18n.py:253 +#, python-format 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)" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: 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: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" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "" +#: util/display.py:82 +msgid "skipped" +msgstr "pominięte" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:357 +#: util/docfields.py:103 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "Argument opcji -D musi mieć postać nazwa=wartość" - -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "Argument opcji -A musi mieć postać nazwa=wartość" - -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Zwiń pasek boczny" - -#: 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" - -#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Szukaj" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Pokaż źródło" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Treść" - -#: themes/basic/opensearch.xml:4 +#: util/nodes.py:454 #, python-format -msgid "Search %(docstitle)s" -msgstr "Przeszukaj %(docstitle)s" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Przegląd" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Witaj! To jest" - -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentacja do" - -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "ostatnio aktualizowana" - -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indeksy i tablice:" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Kompletny spis treści" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "wszystkie rozdziały i podrozdziały" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Wyszukiwanie" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "przeszukaj tę dokumentację" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Globalny indeks modułów" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "szybki dostęp do wszystkich modułów" - -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Indeks ogólny" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "wszystkie funkcje, klasy, terminy" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Ta strona" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: themes/basic/genindex-single.html:26 +#: util/nodes.py:521 #, 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/searchbox.html:4 -msgid "Quick search" -msgstr "Szybkie wyszukiwanie" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Strony indeksu alfabetycznie" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "może być ogromny" - -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Poprzedni temat" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "poprzedni rozdział" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Następny temat" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "następny rozdział" - -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Nawigacja" +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: themes/basic/layout.html:115 +#: util/nodes.py:737 #, 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" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: util/docutils.py:325 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "unknown directive name: %s" +msgstr "" -#: themes/basic/layout.html:201 +#: util/docutils.py:361 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Ostatnia modyfikacja %(last_updated)s." +msgid "unknown role name: %s" +msgstr "" -#: themes/basic/layout.html:204 +#: util/docutils.py:805 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "unknown node type: %r" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"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." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "szukaj" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Ukryj wyniki wyszukiwania" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Wyniki wyszukiwania" - -#: 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 "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." - -#: 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] "" -msgstr[2] "" -msgstr[3] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Wyszukiwanie" - -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Inicjalizacja wyszukiwania..." - -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", w " - -#: themes/basic/changes/rstsource.html:5 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Zmiany w wersji %(version)s — %(docstitle)s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatycznie wygenerowana lista zmian w wersji %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Zmiany w bibliotekach" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Zmiany w C API" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Inne zmiany" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Rozwiń pasek boczny" - -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +msgid "Unknown image format: %s..." +msgstr "Nieznany format obrazka: %s..." -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: 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:113 domains/python/__init__.py:278 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (w module %s)" +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" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "%s (in module %s)" -msgstr "%s (w module %s)" +msgid "%s:%s reference target not found: %s" +msgstr "" -#: domains/python/__init__.py:182 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (zmienna wbudowana)" +msgid "%r reference target not found: %s" +msgstr "" -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (klasa wbudowana)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "kontynuacja poprzedniej strony" -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasa w module %s)" +#: 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/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s metoda klasy)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Niealfabetyczny" -#: domains/python/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s metoda statyczna)" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symbole" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Liczby" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "strona" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Wydanie" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/latex/transforms.py:121 #, python-format -msgid "%s (%s property)" +msgid "Failed to get a docname for source %r!" msgstr "" -#: domains/python/__init__.py:478 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s (type alias in %s)" +msgid "No footnote was found for given reference node %r" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Indeks modułów Pythona" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "moduły" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Niezalecane" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Pliki LaTeX znajdują się w %(outdir)s." -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "wyjątek" +#: 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 "" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "metoda klasy" +#: 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" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "statyczna metoda" +#: 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" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "logo file %r does not exist" msgstr "" -#: domains/python/__init__.py:978 +#: builders/latex/__init__.py:529 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (niezalecane)" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametry" +#: 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 "Zmienne" +#: 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 "Wyrzuca" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametry szablonu" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Strony HTML są w %(outdir)s." -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:351 #, python-format -msgid "%s (C++ %s)" +msgid "Failed to read build info file: %r" +msgstr "" + +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:386 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indeks ogólny" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "unia" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "indeks" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "pole" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" +msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "typ" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "dalej" -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "koncepcja" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "wstecz" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enum" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerator" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "kopiowanie plików do pobrania..." + +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:884 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "zmienna" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "makro" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "nie można skopiować pliku statycznego %r" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "zmienna środowiskowa; %s" +msgid "cannot copy extra file %r" +msgstr "nie można skopiować dodatkowego pliku %r" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "Typ" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s command line option" +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:321 -msgid "command line option" -msgstr "" +#: builders/html/__init__.py:1239 +#, 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" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "nieprawidłowy js_file: %r, zignorowano" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "termin glosariusza" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "symbol gramatyki" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "Podano nieznany math_renderer %r." -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "etykieta odsyłacza" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "zmienna środowiskowa" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opcja programu" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "dokument" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Indeks modułów" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "plik favicon %r nie istnieje" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1435 #, python-format -msgid "duplicate %s description of %s, other instance in %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 "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1464 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgid "%s %s documentation" +msgstr "%s %s - dokumentacja" -#: domains/std/__init__.py:1138 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "the link has no caption: %s" +msgid "(in %s v%s)" +msgstr "(w %s v%s)" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr " (w %s)" + +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "invalid numfig_format: %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "undefined label: %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_load.py:60 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "see %s" -msgstr "zobacz %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "see also %s" -msgstr "zobacz także %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symbole" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "image file not readable: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "download file not readable: %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %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.:" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" 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." +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:140 #, 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 "apidoc_modules item %i 'destination' must be a string" +msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Unknown image format: %s..." -msgstr "Nieznany format obrazka: %s..." +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Strony HTML są w %(outdir)s." +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: 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 "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:50 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "indeks" +#: 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" -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "dalej" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "wstecz" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "wykonaj skrypt bez tworzenia plików" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "kopiowanie plików do pobrania..." +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "nie twórz pliku spisu treści" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %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 "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" -msgstr "nie można skopiować pliku statycznego %r" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "rozszerzenie pliku (domyślnie: rst)" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" -msgstr "nie można skopiować dodatkowego pliku %r" - -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1216 -#, 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/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1224 -#, 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:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "nieprawidłowy js_file: %r, zignorowano" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Podano nieznany math_renderer %r." +msgid "enable %s extension, used when --full is given" +msgstr "" -#: builders/html/__init__.py:1360 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +msgid "%s is not a directory." +msgstr "%s nie jest katalogiem." -#: builders/html/__init__.py:1365 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "logo file %r does not exist" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:1407 -#, python-format -msgid "favicon file %r does not exist" -msgstr "plik favicon %r nie istnieje" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "Przykład" -#: 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 "" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Przykłady" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Argumenty Nazwane" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s - dokumentacja" +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "Uwagi" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "Pozostałe parametry" -#: 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:974 +msgid "Parameters" +msgstr "Parametry" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Pliki LaTeX znajdują się w %(outdir)s." +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "Referencje" -#: 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)." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:159 -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" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "" -#: builders/latex/__init__.py:170 +#: ext/autodoc/type_comment.py:151 #, 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:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Wydanie" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "" +msgid "error while formatting arguments for %s: %s" +msgstr "błąd podczas formatowania argumentów dla %s: %s" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:1021 #, python-format -msgid "%r doesn't have \"%s\" setting" +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 "" -#: 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" - -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Niealfabetyczny" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Liczby" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "strona" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Argumenty Nazwane" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "Przykład" +#: 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 "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Przykłady" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "Uwagi" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Klasy bazowe: %s" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "Pozostałe parametry" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "brakujący atrybut %s w obiekcie %s" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "Referencje" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3773,451 +3611,643 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/apidoc/_cli.py:28 +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "" + +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 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." +"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 "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"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 "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Zwiń pasek boczny" + +#: 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" + +#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Szukaj" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Pokaż źródło" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Treść" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Szybkie wyszukiwanie" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Strony indeksu alfabetycznie" + +#: 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/genindex-split.html:17 +msgid "can be huge" +msgstr "może być ogromny" + +#: themes/basic/search.html:20 +msgid "" +"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 "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "szukaj" + +#: 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 "© %(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 "Ostatnia modyfikacja %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ta strona" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Poprzedni temat" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "poprzedni rozdział" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Następny temat" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "następny rozdział" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Przeszukaj %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Przegląd" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Witaj! To jest" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentacja do" -#: 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)" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "ostatnio aktualizowana" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "nadpisz istniejące pliki" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeksy i tablice:" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Kompletny spis treści" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "wykonaj skrypt bez tworzenia plików" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "wszystkie rozdziały i podrozdziały" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Wyszukiwanie" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "przeszukaj tę dokumentację" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Globalny indeks modułów" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "nie twórz pliku spisu treści" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "szybki dostęp do wszystkich modułów" -#: 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:24 +msgid "all functions, classes, terms" +msgstr "wszystkie funkcje, klasy, terminy" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "Indeks – %(key)s" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Zmiany w wersji %(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 "" +#: 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" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "rozszerzenie pliku (domyślnie: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Zmiany w bibliotekach" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Zmiany w C API" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Inne zmiany" -#: 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 "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Wyniki wyszukiwania" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:226 -msgid "extension options" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Wyszukiwanie" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Inicjalizacja wyszukiwania..." -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", w " -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s nie jest katalogiem." +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Ukryj wyniki wyszukiwania" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Rozwiń pasek boczny" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "see %s" +msgstr "zobacz %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "see also %s" +msgstr "zobacz także %s" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametry szablonu" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(w %s v%s)" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "unia" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr " (w %s)" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "pole" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "typ" + +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "koncepcja" + +#: 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 "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Zmienne" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Wyrzuca" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (w module %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (w module %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (zmienna wbudowana)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (klasa wbudowana)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klasa w module %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s metoda klasy)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s metoda statyczna)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Indeks modułów Pythona" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moduły" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Niezalecane" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "wyjątek" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "metoda klasy" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statyczna metoda" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (niezalecane)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "zmienna środowiskowa; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "błąd podczas formatowania argumentów dla %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "Typ" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "termin glosariusza" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "symbol gramatyki" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "etykieta odsyłacza" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "zmienna środowiskowa" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "opcja programu" + +#: domains/std/__init__.py:735 +msgid "document" +msgstr "dokument" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Indeks modułów" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" -msgstr "Klasy bazowe: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" -msgstr "brakujący atrybut %s w obiekcie %s" +msgid "the link has no caption: %s" +msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "zmienna" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo index 63175f20804..a1a7b8498ef 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 c421a0891c2..4fadbbd5a20 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 +#: cmd/quickstart.py:809 #, python-format -msgid "building [%s]: " -msgstr "" - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: 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 "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:531 -#, python-format +#: cmd/build.py:131 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." +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: cmd/build.py:357 #, python-format -msgid "error writing file %s: %s" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: 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)." +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:186 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s() (class)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/javascript.py:188 #, python-format -msgid "processing %s" +msgid "%s (global variable or constant)" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/texinfo.py:230 +#: domains/javascript.py:374 #, python-format -msgid "error writing file Makefile: %s" +msgid "%s (module)" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/__init__.py:322 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/changeset.py:28 #, python-format -msgid "writing %s file..." +msgid "Deprecated since version %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/gettext.py:244 +#: domains/math.py:73 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "targets for %d template files" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: builders/singlehtml.py:35 +#: domains/rst.py:224 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "%s (role)" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/linkcheck.py:149 +#: domains/rst.py:262 #, python-format -msgid "broken link: %s (%s)" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:548 +#: domains/citation.py:75 #, python-format -msgid "Anchor '%s' not found" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:758 +#: domains/citation.py:92 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "" + +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:352 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:515 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:294 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2667 +1466,2780 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" +msgstr "" + +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +msgstr "" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: 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 "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:172 +#, python-brace-format, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)s{sep}python.txt." msgstr "" -#: writers/latex.py:1580 +#: ext/coverage.py:187 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/latex.py:1939 +#: ext/coverage.py:260 #, python-format -msgid "unknown index entry type %s found" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:452 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:473 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:492 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: writers/html5.py:496 -msgid "Link to this term" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:344 #, python-format -msgid "Added in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:367 #, python-format -msgid "Changed in version %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Deprecated since version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Removed in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot copy image file %r: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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:604 -msgid "Structure 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 "" + +#: 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:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:549 #, python-format -msgid "enable %s extension" +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" +msgstr "" + +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: 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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: 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" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:386 +#, 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" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:601 +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:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: 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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: 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] "" -msgstr[2] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1054 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:1218 #, python-format -msgid "Automatically generated list of changes in version %(version)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/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1231 +#, 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/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1361 #, python-format -msgid "%s() (in module %s)" +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s (in module %s)" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (built-in variable)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (built-in class)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (class in %s)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s() (%s class method)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s() (%s static method)" +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/__init__.py:438 -#, python-format -msgid "%s (%s property)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:1464 #, python-format -msgid "%s (type alias in %s)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:60 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.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 "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "%s (C++ %s)" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: 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'." +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:242 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:319 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "%s command line option" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: 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 "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "" + +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %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 "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "unknown index entry type %r" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 -#, 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/autosummary/__init__.py:284 +#, python-format +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:384 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:404 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "failed to parse name %s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API 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:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/static/searchtools.js:125 +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:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo index f7e1f2be597..83772b28c23 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 061a6dae11e..9750c52e16c 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 18:26+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -24,141 +24,276 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: extension.py:58 +#: config.py:362 +#, 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:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "'%s' deve ser '0' ou '1', obteve '%s'" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "A extensão %s é requerida pelas configurações needs_extensions, mas não está carregada." +"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)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "número inválido %r para valor de configuração %r, ignorando" + +#: config.py:410 +#, 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" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuração desconhecido %r na sobrescrita, ignorando" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "Valor de configuração inexistente: %r" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Valor da configuração %r já presente" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." -msgstr "Este 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)." +"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:588 +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)." + +#: config.py:610 +#, 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:614 +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()" + +#: config.py:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "Falha ao converter %r em um frozenset" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Convertendo `source_suffix = %r` para `source_suffix = %r`." + +#: config.py:676 +#, 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)." + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Seção %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabela %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Listagem %s" + +#: config.py:809 +#, 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." + +#: config.py:840 +#, 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:857 +#, 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:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r não encontrado, ignorado." + +#: config.py:889 +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:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Não foi possível encontrar o diretório de origem (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "O diretório de saída (%s) não é um diretório" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Diretório de origem e o diretório de destino não podem ser idênticos" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Executando Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Este projeto precisa de pelo menos Sphinx v%s e, portanto, não pode ser construído com esta versão." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "criando o diretório de saída" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "enquanto definia a extensão %s:" -#: application.py:309 +#: application.py:310 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”, conforme definido atualmente em conf.py, não é um invocável do Python. Modifique sua definição para torná-la uma função que pode ser chamada. Isso é necessário para o conf.py se comportar como uma extensão do Sphinx." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "carregando traduções [%s]… " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "feito" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "não disponível para mensagens internas" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "carregando ambiente com pickle" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "falha: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Nenhum construtor selecionado, usando padrão: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "construção finalizada com problemas." -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "construção bem-sucedida." -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "construção finalizada com problemas, 1 aviso. (com avisos tratados como erros)." -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "construção finalizada com problemas, 1 aviso." -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "construção bem-sucedida, 1 aviso." -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "construção finalizada com problemas, %s avisos. (com avisos tratados como erros)." -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "construção finalizada com problemas, %s avisos." -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "construção bem-sucedida, %s avisos." -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "classe de nodo %r já está registrada, seus visitantes serão sobrescritos" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "diretiva %r já está registrada e não será substituída" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format 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:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -166,12 +301,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:1775 +#: application.py:1785 #, 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:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -179,159 +314,213 @@ 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:1784 +#: application.py:1794 #, 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:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "fazendo serial %s" -#: config.py:355 +#: extension.py:58 #, 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:366 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)." +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "A extensão %s é requerida pelas configurações needs_extensions, mas não está carregada." -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "'%s' deve ser '0' ou '1', obteve '%s'" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"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)." -#: config.py:399 +#: events.py:81 #, 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)" +msgid "Event %r already present" +msgstr "Evento %r já presente" -#: config.py:411 +#: events.py:379 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "número inválido %r para valor de configuração %r, ignorando" +msgid "Unknown event name: %s" +msgstr "Nome de evento desconhecido: %s" -#: config.py:419 +#: events.py:424 #, 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 "Handler %r for event %r threw an exception" +msgstr "O manipulador %r para evento %r levantou uma exceção" -#: config.py:442 +#: registry.py:162 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuração desconhecido %r na sobrescrita, ignorando" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Classe de construtor %s possui nenhum atributo “name”" -#: config.py:496 +#: registry.py:166 #, python-format -msgid "No such config value: %r" -msgstr "Valor de configuração inexistente: %r" +msgid "Builder %r already exists (in module %s)" +msgstr "Construtor %r já existe (no módulo %s)" -#: config.py:524 +#: registry.py:182 #, python-format -msgid "Config value %r already present" -msgstr "Valor da configuração %r já presente" +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" -#: config.py:561 +#: registry.py:192 #, 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)" +msgid "Builder name %s not registered" +msgstr "Nome do construtor %s não registrado" -#: config.py:603 +#: registry.py:199 #, 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" +msgid "domain %s already registered" +msgstr "domínio %s já registrado" -#: config.py:607 -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()" +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "domínio %s ainda não registrado" -#: config.py:615 +#: registry.py:230 #, 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 directive is already registered to domain %s" +msgstr "A diretiva %r já está registrada para o domínio %s" -#: config.py:637 +#: registry.py:248 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "Falha ao converter %r em um frozenset" +msgid "The %r role is already registered to domain %s" +msgstr "O papel %r já está registrado para o domínio %s" -#: config.py:655 config.py:663 +#: registry.py:261 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Convertendo `source_suffix = %r` para `source_suffix = %r`." +msgid "The %r index is already registered to domain %s" +msgstr "O índice %r já está registrado para o domínio %s" -#: config.py:669 +#: registry.py:308 #, 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 object_type is already registered" +msgstr "O object_type %r já está registrado" -#: config.py:690 +#: registry.py:339 #, python-format -msgid "Section %s" -msgstr "Seção %s" +msgid "The %r crossref_type is already registered" +msgstr "O crossref_type %r já está registrado" -#: config.py:691 +#: registry.py:348 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r já está registrado" -#: config.py:692 +#: registry.py:358 #, python-format -msgid "Table %s" -msgstr "Tabela %s" +msgid "source_parser for %r is already registered" +msgstr "source_parser para %r já está registrado" -#: config.py:693 +#: registry.py:367 #, python-format -msgid "Listing %s" -msgstr "Listagem %s" +msgid "Source parser for %s not registered" +msgstr "Analisador de fonte para %s não registrado" -#: 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 da configuração “{name}” deve ser um entre {candidates}, mas “{current}” é fornecido." +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" +msgstr "Tradutor para %r já existe" -#: config.py:833 -#, 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}." +#: registry.py:405 +#, 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" -#: config.py:850 -#, 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__}”." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r já registrado" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r não encontrado, ignorado." +msgid "math renderer %s is already registered" +msgstr "renderizador matemático %s já está registrado" -#: config.py:882 +#: registry.py:531 +#, python-format 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'\"." +"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." -#: highlighting.py:170 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "Extensão original:\n" + +#: registry.py:547 +#, python-format +msgid "Could not import extension %s" +msgstr "Não foi possível importar a extensão %s" + +#: registry.py:554 +#, 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 +#, 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 +#, 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 +#, python-format +msgid "`None` is not a valid filetype for %r." +msgstr "`None` não é um tipo de arquivo válido para %r." + +#: roles.py:206 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "Common Vulnerabilities and Exposures; CVE %s" + +#: roles.py:229 +#, python-format +msgid "invalid CVE number %s" +msgstr "número de CVE inválido %s" + +#: roles.py:251 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "Common Weakness Enumeration; CWE %s" + +#: roles.py:274 +#, python-format +msgid "invalid CWE number %s" +msgstr "número de CWE inválido %s" + +#: roles.py:294 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Propostas de Melhorias do Python; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "Número de PEP inválido %s" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "Número de RFC inválido %s" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Nome de analisador léxico Pygments %r não é conhecido" @@ -343,1403 +532,953 @@ msgid "" "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:115 +#: project.py:72 +#, python-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." + +#: project.py:87 +#, python-format +msgid "Ignored unreadable document %r." +msgstr "Ignorado documento ilegível %r." + +#: theming.py:117 #, 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)." -#: theming.py:120 +#: theming.py:122 #, 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" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "sem suporte à opção de tema %r fornecida" -#: theming.py:208 +#: theming.py:218 #, 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" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "nenhum tema chamado %r encontrado (faltando theme.toml?)" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "O tema %r tem uma hierarquia circular" -#: theming.py:276 +#: theming.py:286 #, 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" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "O tema %r tem muitos ancestrais" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "nenhum arquivo de configuração de tema encontrado em %r" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "o tema %r não tem a tabela “theme”" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "A tabela \"[theme]\" do tema %r não é uma tabela" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "O tema %r deve definir a configuração \"theme.inherit\"." -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "A tabela \"[options]\" do tema %r não é uma tabela" -#: theming.py:366 +#: theming.py:376 #, 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\"" -#: events.py:77 -#, python-format -msgid "Event %r already present" -msgstr "Evento %r já presente" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "insere docstrings automaticamente a partir de módulos" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Nome de evento desconhecido: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "testa trechos de código automaticamente em blocos de doctest" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "O manipulador %r para evento %r levantou uma exceção" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "cria link entre documentação Sphinx de diferentes projetos" -#: project.py:72 -#, python-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." +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "escreve entradas “todo” que podem ser mostradas ou ocultadas na construção" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "Ignorado documento ilegível %r." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "verifica por cobertura da documentação" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Classe de construtor %s possui nenhum atributo “name”" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "inclui matemática, renderizada como imagens PNG ou SVG" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Construtor %r já existe (no módulo %s)" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "inclui matemática, renderizada no navegador por MathJax" -#: registry.py:187 -#, 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" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "inclusão condicional de conteúdo com base nos valores de configuração" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "Nome do construtor %s não registrado" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "inclui links para o código-fonte dos objetos Python documentados" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "domínio %s já registrado" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "cria um arquivo .nojekyll para publicar o documento em páginas do GitHub" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "domínio %s ainda não registrado" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Insira um nome de caminho válido." -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "A diretiva %r já está registrada para o domínio %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Insira algum texto." -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "O papel %r já está registrado para o domínio %s" +msgid "Please enter one of %s." +msgstr "Insira um entre %s." -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "O índice %r já está registrado para o domínio %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Insira “y” ou “n”." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "O object_type %r já está registrado" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Insira um sufixo de arquivo, p.ex., “.rst” ou “.txt”." -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "O crossref_type %r já está registrado" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Bem-vindo ao utilitário de início rápido do Sphinx %s." -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r já está registrado" +#: 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 "Digite valores para as seguintes configurações (basta pressionar Enter\npara aceitar um valor padrão, se houver um entre colchetes)." -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser para %r já está registrado" +msgid "Selected root path: %s" +msgstr "Caminho raiz selecionado: %s" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "Analisador de fonte para %s não registrado" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Insira o caminho raiz para a documentação." -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "Tradutor para %r já existe" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Caminho raiz para a documentação" -#: 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" +#: cmd/quickstart.py:254 +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." -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r já registrado" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart não vai sobrescrever projetos Sphinx existentes." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "renderizador matemático %s já está registrado" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Insira um novo caminho raiz (ou pressione Enter para sair)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 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:543 -msgid "Original exception:\n" -msgstr "Extensão original:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "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." -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "Não foi possível importar a extensão %s" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Separar os diretórios de origem e de construção (y/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 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?" +"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." -#: registry.py:565 -#, 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." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Prefixo do nome para o diretório de modelos e de arquivos estáticos" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "`None` não é um tipo de arquivo válido para %r." +"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." -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Nome do projeto" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "número de CVE inválido %s" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Nome(s) de autor(es)" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "Common Weakness Enumeration; CWE %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 "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." -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "número de CWE inválido %s" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Versão do projeto" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Propostas de Melhorias do Python; PEP %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Lançamento do projeto" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "Número de PEP inválido %s" +#: 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 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." -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "Número de RFC inválido %s" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Idioma do projeto" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[código-fonte]" +#: 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 de arquivo para arquivos fonte. Normalmente, isso é\n\".txt\" ou \".rst\". Apenas arquivos com este sufixo são considerados\ndocumentos." -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "realçando código de módulo… " +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Sufixo de arquivos-fonte" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[documentos]" +#: 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 "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." -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Código do módulo" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Nome do seu documento mestre (sem sufixo)" -#: ext/viewcode.py:353 +#: cmd/quickstart.py:367 #, python-format -msgid "

Source code for %s

" -msgstr "

Código-fonte para %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Visão geral: código do módulo" +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." -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart não vai sobrescrever o arquivo existente." -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:377 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/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "a seção \"%s\" fica rotulada como \"%s\"" +"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" -#: 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" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Indique qual das seguintes extensões do Sphinx devem ser habilitadas:" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Link para esta equação" +#: 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 não podem ser habilitados ao mesmo tempo. imgmath foi desmarcado." -#: ext/duration.py:90 +#: cmd/quickstart.py:406 msgid "" -"====================== slowest reading durations =======================" -msgstr "=================== durações de leitura mais lentas ====================" +"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." -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "faltando “+” ou “-” na opção “%s”." +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Criar um Makefile? (y/n)" -#: ext/doctest.py:124 +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Criar um arquivo de comando do Windows? (y/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "'%s' is not a valid option." -msgstr "“%s” não é uma opção válida." +msgid "Creating file %s." +msgstr "Criando o arquivo %s." -#: ext/doctest.py:139 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "“%s” não é uma opção de pyversion válida" +msgid "File %s already exists, skipping." +msgstr "O arquivo %s já existe, ignorando." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "Tipo de TestCode inválido" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Finalizado: uma estrutura de diretório inicial foi criada." -#: ext/doctest.py:297 +#: cmd/quickstart.py:519 #, 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." +"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. " -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "nenhum código/saída no bloco %s em %s:%s" +#: cmd/quickstart.py:526 +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" -#: ext/doctest.py:568 +#: cmd/quickstart.py:530 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignorando código de doctest inválido: %r" +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" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:537 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" +"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." -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:572 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" +"\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 "\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" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "exibe latex %r: %s" +#: 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 mais informações, visite ." -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "latex em linha %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "modo silencioso" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "regex inválida %r em %s" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "raiz do projeto" -#: 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" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Opção Estrutura" -#: 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" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "se especificado, separa diretórios de fonte e de construção" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "os seguintes módulos estão especificados em coverage_modules, mas não foram documentados" - -#: 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/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/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" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, 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:216 -#, 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:231 -#, 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:235 -#, 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:276 -#, 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: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”" - -#: 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" - -#: 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." - -#: 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:361 -#, 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" - -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "O arquivo de visão geral está em %(outdir)s." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "nenhuma alteração na versão %s." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "escrevendo arquivo de resumo…" - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Internos" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Nível do Módulo" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "copiando arquivos-fonte…" - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "não foi possível ler %r para criação do changelog" - -#: 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." - -#: 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" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "escrevendo" - -#: builders/manpage.py:71 -#, 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" - -#: builders/__init__.py:224 -#, 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)" - -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "uma imagem adequada para o construtor %s não encontrada: %s" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "construindo [mo]: " - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "escrevendo saída… " - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "todos os %d arquivos po" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "alvos para %d arquivos po que estão especificados" - -#: builders/__init__.py:309 -#, 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:319 -msgid "all source files" -msgstr "todos os arquivos-fonte" - -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "arquivo %r fornecido na linha de comando não existe," - -#: builders/__init__.py:337 -#, python-format -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" - -#: builders/__init__.py:348 -#, 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" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "%d arquivos-fonte dados na linha de comando" - -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "alvos para %d arquivos fonte que estão desatualizados" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "construindo [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "procurando por arquivos agora desatualizados… " - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "%d encontrado" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "nenhum encontrado" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "tornando um ambiente pickle" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "verificando consistência" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "nenhum alvo está desatualizado." +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "se especificado, cria o dir de construção sob o dir fonte" -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "atualizando ambiente: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "substituto para ponto em _templates etc." -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s adicionado(s), %s alterado(s), %s removido(s)" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Opções básicas do projeto" -#: 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 "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." +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "nome do projeto" -#: builders/__init__.py:540 -#, 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." +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "nomes de autores" -#: builders/__init__.py:551 -#, 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." +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "versão do projeto" -#: builders/__init__.py:558 -#, 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." +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "lançamento do projeto" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "lendo fontes… " +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "idioma dos documentos" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "docnames para escrever: %s" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "sufixo de arquivos-fonte" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "nenhum docname para escrever!" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "nome do documento mestre" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "preparando documentos" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "usa epub" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "copiando ativos" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Opções extensão" -#: builders/__init__.py:883 +#: cmd/quickstart.py:670 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "caracteres de origem não codificáveis, substituindo por “?”: %r" +msgid "enable %s extension" +msgstr "habilita a extensão %s" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "O arquivo ePub está em %(outdir)s." +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "habilita extensões arbitrárias" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "escrevendo o arquivo nav.xhtml..." +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Criação de Makefile e arquivo Batch" -#: builders/epub3.py:221 -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" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "cria makefile" -#: builders/epub3.py:227 -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" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "não cria makefile" -#: builders/epub3.py:232 -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" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "cria arquivo batch" -#: builders/epub3.py:238 -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" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "não cria arquivo batch" -#: builders/epub3.py:242 -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" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "usa modo make para Makefile/make.bat" -#: builders/epub3.py:247 -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" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Modelo de projeto" -#: builders/epub3.py:251 -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" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "diretório para arquivos de modelos" -#: builders/epub3.py:256 -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" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "define uma variável modelo" -#: builders/epub3.py:262 -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" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "“quiet” está especificada, mas “project” ou “author” não foi." -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "o valor da configuração “version” não deve estar vazio para EPUB3" +#: cmd/quickstart.py:785 +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." -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file inválido: %r, ignorado" +#: cmd/quickstart.py:792 +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." -#: builders/xml.py:31 +#: cmd/quickstart.py:809 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Os arquivos XML estão em %(outdir)s." +msgid "Invalid template variable: %s" +msgstr "Variável de modelo inválida: %s" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "erro ao escrever o arquivo %s: %s" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "número de tarefas deve ser um número positivo" -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Os arquivos pseudo-XML estão em %(outdir)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 "\nGera documentação de arquivos fonte.\n\nsphinx-build gera documentação a partir dos arquivos em SOURCEDIR e os coloca\nem OUTPUTDIR. Ele procura por \"conf.py\" em SOURCEDIR para a configuração\ndefinições. A ferramenta \"sphinx-quickstart\" pode ser usada para gerar\narquivos de modelo, incluindo \"conf.py\"\n\nsphinx-build pode criar documentação em diferentes formatos. Um formato é\nselecionado especificando o nome do construtor na linha de comandos; o padrão\né HTML. Os construtores também podem realizar outras tarefas relacionadas à\ndocumentação em processamento.\n\nPor padrão, tudo o que está desatualizado é construído. Saída apenas para\nselecionado os arquivos podem ser construídas especificando nomes de arquivos\nindividuais.\n" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Os arquivos Texinfo estão em %(outdir)s." +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "caminho para os arquivos-fonte da documentação" -#: builders/texinfo.py:48 +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "caminho para o diretório de saída" + +#: cmd/build.py:109 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)." +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(opcional) uma lista de arquivos específicos para reconstruir. Ignorado se --write-all for especificado" -#: builders/texinfo.py:77 -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" +#: cmd/build.py:114 +msgid "general options" +msgstr "opções gerais" -#: builders/texinfo.py:89 -#, 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" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "construtor para usar (padrão: 'html')" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "processando %s" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "executa em paralelo com N processos, quando possível. 'auto' usa o número de núcleos da CPU" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "resolvendo referências…" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "escrever todos os arquivos (padrão: escrever apenas arquivos novos e alterados)" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (em " +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "não usa um ambiente salvo, sempre lê todos os arquivos" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "copiando imagens… " +#: cmd/build.py:150 +msgid "path options" +msgstr "opções de caminho" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "não foi possível copiar arquivo de imagem %r: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "diretório para arquivos de doctree e de ambiente (padrão: OUTPUT_DIR/.doctrees)" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "copiando arquivos de suporte Texinfo" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "diretório para o arquivo de configuração (conf.py) (padrão: SOURCE_DIR)" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "erro ao escrever o arquivo Makefile: %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "usa nenhum arquivo de configuração, apenas usa configurações das opções -D" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "entrada de tabela de conteúdos duplicada encontrada: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "sobrescreve a configuração no arquivo de configuração" -#: builders/_epub_base.py:433 -#, 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" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "passa um valor para modelos em HTML" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "não foi possível escrever arquivo de imagem %r: %s" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "define tag: inclui blocos “only” com TAG" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "Pillow não encontrado – copiando arquivos de imagem" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "modo exigente: avisa sobre todas as referências em falta" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "escrevendo o arquivo mimetype..." +#: cmd/build.py:212 +msgid "console output options" +msgstr "opções de saída do console" + +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "aumenta o nível de detalhamento (pode ser repetido)" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "escrevendo o arquivo META-INF/container.xml..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "nenhuma saída para stdout, apenas avisos na stderr" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "escrevendo o arquivo content.opf..." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "nenhuma saída, nem mesmo avisos" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "tipo mime desconhecido para %s, ignorando" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "emite saída colorida (padrão: detectar automaticamente)" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "o nodo tem um nível inválido" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "não emite saída colorida (padrão: detectar automaticamente)" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "escrevendo o arquivo toc.ncx..." +#: cmd/build.py:252 +msgid "warning control options" +msgstr "opções de controle de aviso" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "escrevendo arquivo %s…" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "escreve avisos (e erros) para o arquivo fornecido" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "O construtor fictício não gera arquivos." +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "transforma avisos em erros" -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Os catálogos de mensagens estão em %(outdir)s." +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "mostra rastro completo quando ocorrer exceção" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "alvos para os %d arquivos de modelo" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "executa Pdb quando ocorrer exceção" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "lendo modelos… " +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "levanta uma exceção quando ocorrerem avisos" -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "escrevendo catálogos de mensagens… " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "não é possível combinar a opção -a e nomes de arquivos" -#: builders/singlehtml.py:35 +#: cmd/build.py:357 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "A página HTML está em %(outdir)s." +msgid "cannot open warning file '%s': %s" +msgstr "não foi possível abrir o arquivo de aviso '%s': %s" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "montando documento único" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "o argumento da opção -D deve estar no formato nome=valor" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "escrevendo arquivos adicionais" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "o argumento da opção -A deve estar no formato nome=valor" -#: builders/linkcheck.py:77 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" +msgstr "%s() (função interna)" -#: builders/linkcheck.py:149 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "broken link: %s (%s)" -msgstr "link quebrado: %s (%s)" +msgid "%s() (%s method)" +msgstr "%s() (método %s)" -#: builders/linkcheck.py:548 +#: domains/javascript.py:186 #, python-format -msgid "Anchor '%s' not found" -msgstr "Âncora “%s” não encontrada" +msgid "%s() (class)" +msgstr "%s() (classe)" -#: builders/linkcheck.py:758 +#: domains/javascript.py:188 #, 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 "%s (global variable or constant)" +msgstr "%s (variável global ou constante)" -#: builders/text.py:29 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Os arquivos texto estão em %(outdir)s." +msgid "%s (%s attribute)" +msgstr "%s (atributo %s)" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, 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}" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumentos" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referências inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Lança" -#: transforms/i18n.py:322 -#, 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}" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Retorna" -#: transforms/i18n.py:344 -#, 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}" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipo de retorno" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: domains/javascript.py:374 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" +msgid "%s (module)" +msgstr "%s (módulo)" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "não foi possível calcular o progresso da tradução!" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "função" -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "nenhum elemento traduzido!" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "método" -#: transforms/__init__.py:253 -#, 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" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "classe" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Nota de rodapé [%s] não é referenciada." +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "dado" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "Nota de rodapé [*] não é referenciada." +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atributo" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "Nota de rodapé [#] não é referenciada." +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "módulo" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "Uso:" +#: 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" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPÇÕES] []" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." -msgstr " O gerador de documentação Sphinx." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" +msgstr "Adicionado na versão %s" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "Comandos:" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "Alterado na versão %s" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Opções" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "Descontinuado desde a versão %s" -#: _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/." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" +msgstr "Removido na versão %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" +#: 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" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr " Gerencia documentação com Sphinx" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format inválido: %r" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "Mostra a versão e sai." +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (diretiva)" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "Mostra esta mensagem e sai" +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (opção diretiva)" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "Logging" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (papel)" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "Aumenta a verbosidade (pode ser repetido)" +#: domains/rst.py:234 +msgid "directive" +msgstr "diretiva" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "Só imprime erros e avisos." +#: domains/rst.py:235 +msgid "directive-option" +msgstr "opção diretiva" + +#: domains/rst.py:236 +msgid "role" +msgstr "papel" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "Nenhuma saída" +#: 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" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citação duplicada %s, outra instância em %s" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "Veja 'sphinx --help'.\n" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "citação [%s] não é referenciada." -#: environment/__init__.py:86 +#: environment/__init__.py:88 msgid "new config" msgstr "nova configuração" -#: environment/__init__.py:87 +#: environment/__init__.py:89 msgid "config changed" msgstr "configuração alterada" -#: environment/__init__.py:88 +#: environment/__init__.py:90 msgid "extensions changed" msgstr "extensões alteradas" -#: environment/__init__.py:253 +#: environment/__init__.py:258 msgid "build environment version not current" msgstr "a versão do ambiente de construção não é a atual" -#: environment/__init__.py:255 +#: environment/__init__.py:260 msgid "source directory has changed" msgstr "diretório de fontes foi alterado" -#: environment/__init__.py:325 +#: environment/__init__.py:347 #, python-format msgid "The configuration has changed (1 option: %r)" msgstr "A configuração foi alterada (1 opção: %r)" -#: environment/__init__.py:330 +#: environment/__init__.py:352 #, python-format msgid "The configuration has changed (%d options: %s)" msgstr "A configuração foi alterada (%d opções: %s)" -#: environment/__init__.py:336 +#: environment/__init__.py:358 #, python-format msgid "The configuration has changed (%d options: %s, ...)" msgstr "A configuração foi alterada (%d opções: %s, ...)" -#: environment/__init__.py:379 +#: environment/__init__.py:401 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." -#: environment/__init__.py:493 +#: environment/__init__.py:515 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "Falha ao procurar documentos em %s: %r" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format msgid "Domain %r is not registered" msgstr "O domínio %r ainda não está registrado" -#: environment/__init__.py:813 +#: environment/__init__.py:800 msgid "document isn't included in any toctree" msgstr "o documento não está incluído em nenhum toctree" -#: environment/__init__.py:859 +#: environment/__init__.py:911 msgid "self referenced toctree found. Ignored." msgstr "toctree autorreferenciada encontrada. Ignorado." -#: environment/__init__.py:889 +#: environment/__init__.py:941 #, 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" -#: 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:236 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "Localidade de Babel inválida: %r." - -#: util/i18n.py:245 -#, 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/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." +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "Uso:" -#: util/nodes.py:423 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r foi descontinuado para entradas de índice (da entrada %r). Use \"pair: %s\"." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPÇÕES] []" -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree contém referência ao arquivo inexistente %r" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr " O gerador de documentação Sphinx." -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "exceção ao avaliar apenas a expressão da diretiva: %s" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "Comandos:" -#: util/display.py:82 -msgid "skipped" -msgstr "ignorado" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Opções" -#: util/display.py:87 -msgid "failed" -msgstr "falhou" +#: _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/." -#: util/osutil.py:131 -#, python-format +#: _cli/__init__.py:171 +#, python-brace-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)." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: erro: {1}\nExecute '{0} --help' para informações" -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" -msgstr "nome de diretiva desconhecido: %s" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr " Gerencia documentação com Sphinx" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" -msgstr "nome de papel desconhecido: %s" +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "Mostra a versão e sai." -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "tipo de nó desconhecido: %r" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "Mostra esta mensagem e sai" -#: 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)." +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "Logging" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" -msgstr "Escrevendo resultado do modelo avaliado para %s" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "Aumenta a verbosidade (pode ser repetido)" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "papel padrão %s não encontrado" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "Só imprime erros e avisos." -#: 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" +#: _cli/__init__.py:225 +msgid "No output at all" +msgstr "Nenhuma saída" -#: 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" +#: _cli/__init__.py:231 +msgid "" +msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notas de rodapé" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "Veja 'sphinx --help'.\n" -#: writers/manpage.py:289 writers/text.py:945 +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 #, python-format -msgid "[image: %s]" -msgstr "[imagem: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[imagem]" +msgid "%b %d, %Y" +msgstr "%d %b %Y" -#: builders/latex/__init__.py:206 domains/std/__init__.py:771 +#: builders/latex/__init__.py:203 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 @@ -1749,11 +1488,15 @@ msgstr "[imagem]" msgid "Index" msgstr "Índice" -#: writers/latex.py:743 writers/texinfo.py:646 +#: writers/latex.py:766 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" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Notas de rodapé" + #: writers/texinfo.py:1217 msgid "caption not inside a figure." msgstr "legenda não dentro de uma imagem." @@ -1763,54 +1506,6 @@ msgstr "legenda não dentro de uma imagem." msgid "unimplemented node type: %r" msgstr "tipo de nó não implementado: %r" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "toplevel_sectioning %r desconhecido para a classe %r" - -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "nenhuma opção Babel conhecida para o idioma %r" - -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: grande demais, ignorado." - -#: writers/latex.py:591 -#, 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:707 -msgid "document title is not a single Text node" -msgstr "título do documento não é um nó único em Text" - -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" -msgstr "nível de cabeçalho de rubric não suportado: %s" - -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "tabularcolumns e opção :widths: foram fornecidas. :widths: foi ignorada." - -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "a unidade de dimensão %s é inválida. Ignorada." - -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "tipo desconhecido de entrada de índice %s encontrado" - -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format inválido: %r" - #: writers/html5.py:96 writers/html5.py:105 msgid "Link to this definition" msgstr "Link para esta definição" @@ -1837,6 +1532,11 @@ msgstr "Link para este cabeçalho" msgid "Link to this table" msgstr "Link para esta tabela" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "nível de cabeçalho de rubric não suportado: %s" + #: writers/html5.py:636 msgid "Link to this code" msgstr "Link para este código" @@ -1853,1802 +1553,1941 @@ msgstr "Link para este toctree" 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/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: domains/math.py:73 +#: writers/manpage.py:288 writers/text.py:945 #, 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" +msgid "[image: %s]" +msgstr "[imagem: %s]" -#: domains/javascript.py:182 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (função interna)" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[imagem]" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: writers/latex.py:384 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (método %s)" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "toplevel_sectioning %r desconhecido para a classe %r" -#: domains/javascript.py:185 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" +msgid "no Babel option known for language %r" +msgstr "nenhuma opção Babel conhecida para o idioma %r" -#: domains/javascript.py:187 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variável global ou constante)" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: grande demais, ignorado." -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: writers/latex.py:614 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atributo %s)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumentos" +msgid "template %s not found; loading from legacy %s instead" +msgstr "modelo %s não encontrado; carregando do legado %s em vez disso" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Lança" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "título do documento não é um nó único em Text" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Retorna" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "tabularcolumns e opção :widths: foram fornecidas. :widths: foi ignorada." -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipo de retorno" +#: writers/latex.py:1230 +#, 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 "" -#: domains/javascript.py:370 +#: writers/latex.py:1626 #, python-format -msgid "%s (module)" -msgstr "%s (módulo)" +msgid "dimension unit %s is invalid. Ignored." +msgstr "a unidade de dimensão %s é inválida. Ignorada." -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "função" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "tipo desconhecido de entrada de índice %s encontrado" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "método" +#: 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." -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "classe" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "espaços não em branco eliminados por dedent" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "dado" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Legenda inválida: %s" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atributo" +#: 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 "especificação de número de linha está fora da faixa(1-%d): %r" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "módulo" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Não é possível usar as opções “%s” e “%s” juntas" -#: domains/javascript.py:454 +#: directives/code.py:231 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "descrição duplicada de %s de %s, outro %s em %s" +msgid "Include file '%s' not found or reading it failed" +msgstr "Arquivo incluído '%s' não encontrado ou sua leitura falhou" -#: domains/changeset.py:26 +#: directives/code.py:235 #, python-format -msgid "Added in version %s" -msgstr "Adicionado na versão %s" +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:" -#: domains/changeset.py:27 +#: directives/code.py:276 #, python-format -msgid "Changed in version %s" -msgstr "Alterado na versão %s" +msgid "Object named %r not found in include file %r" +msgstr "O objeto chamado %r não foi encontrado no arquivo incluído %r" -#: domains/changeset.py:28 +#: 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”" + +#: directives/code.py:314 #, python-format -msgid "Deprecated since version %s" -msgstr "Descontinuado desde a versão %s" +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" -#: domains/changeset.py:29 +#: directives/other.py:119 #, python-format -msgid "Removed in version %s" -msgstr "Removido na versão %s" +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." -#: domains/rst.py:131 domains/rst.py:190 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "%s (directive)" -msgstr "%s (diretiva)" +msgid "toctree contains reference to excluded document %r" +msgstr "toctree contém referência ao documento excluído %r" -#: domains/rst.py:191 domains/rst.py:202 +#: directives/other.py:156 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (opção diretiva)" +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree contém referência ao documento inexistente %r" -#: domains/rst.py:224 +#: directives/other.py:169 #, python-format -msgid "%s (role)" -msgstr "%s (papel)" +msgid "duplicated entry found in toctree: %s" +msgstr "entrada duplicada encontrada no toctree: %s" -#: domains/rst.py:234 -msgid "directive" -msgstr "diretiva" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor da seção: " -#: domains/rst.py:235 -msgid "directive-option" -msgstr "opção diretiva" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor do módulo: " -#: domains/rst.py:236 -msgid "role" -msgstr "papel" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor do código: " -#: 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:209 +msgid "Author: " +msgstr "Autor: " -#: domains/citation.py:75 +#: 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" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "Por fazer" + +#: ext/todo.py:94 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citação duplicada %s, outra instância em %s" +msgid "TODO entry found: %s" +msgstr "Entrada de “TODO” encontrada: %s" -#: domains/citation.py:92 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "citação [%s] não é referenciada." +msgid "(The <> is located in %s, line %d.)" +msgstr "(A <> está localizada na %s, linha %d.)" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Atenção" +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada original" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Cuidado" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[código-fonte]" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Perigo" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "realçando código de módulo… " -#: locale/__init__.py:231 -msgid "Error" -msgstr "Erro" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documentos]" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Dica" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Código do módulo" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Importante" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Código-fonte para %s

" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Nota" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Visão geral: código do módulo" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Ver também" +#: 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 "Tip" -msgstr "Dica" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "regex inválida %r em %s" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Aviso" +#: 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" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "insere docstrings automaticamente a partir de módulos" +#: 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" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "testa trechos de código automaticamente em blocos de doctest" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "os seguintes módulos estão especificados em coverage_modules, mas não foram documentados" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "cria link entre documentação Sphinx de diferentes projetos" +#: 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." -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "escreve entradas “todo” que podem ser mostradas ou ocultadas na construção" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "regex inválida %r em coverage_c_regexes" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "verifica por cobertura da documentação" +#: 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" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "inclui matemática, renderizada como imagens PNG ou SVG" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "método python não documentado: %s :: %s :: %s" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "inclui matemática, renderizada no navegador por MathJax" +#: 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" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "inclusão condicional de conteúdo com base nos valores de configuração" +#: 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" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "inclui links para o código-fonte dos objetos Python documentados" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "exibe latex %r: %s" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "cria um arquivo .nojekyll para publicar o documento em páginas do GitHub" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "latex em linha %r: %s" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Insira um nome de caminho válido." +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Link para esta equação" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Insira algum texto." +#: 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" -#: cmd/quickstart.py:133 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Please enter one of %s." -msgstr "Insira um entre %s." +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" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Insira “y” ou “n”." +#: 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" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Insira um sufixo de arquivo, p.ex., “.rst” ou “.txt”." +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "a seção \"%s\" fica rotulada como \"%s\"" -#: cmd/quickstart.py:229 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Bem-vindo ao utilitário de início rápido do Sphinx %s." +msgid "duplicate label %s, other instance in %s" +msgstr "rótulo duplicada %s, outra instância em %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 "Digite valores para as seguintes configurações (basta pressionar Enter\npara aceitar um valor padrão, se houver um entre colchetes)." +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "faltando “+” ou “-” na opção “%s”." -#: cmd/quickstart.py:241 +#: ext/doctest.py:124 #, python-format -msgid "Selected root path: %s" -msgstr "Caminho raiz selecionado: %s" +msgid "'%s' is not a valid option." +msgstr "“%s” não é uma opção válida." -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Insira o caminho raiz para a documentação." +#: 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" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Caminho raiz para a documentação" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "Tipo de TestCode inválido" -#: cmd/quickstart.py:254 -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." +#: 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." -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart não vai sobrescrever projetos Sphinx existentes." +#: 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" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Insira um novo caminho raiz (ou pressione Enter para sair)" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "ignorando código de doctest inválido: %r" -#: cmd/quickstart.py:273 +#: ext/extlinks.py:82 +#, 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 "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:279 -msgid "Separate source and build directories (y/n)" -msgstr "Separar os diretórios de origem e de construção (y/n)" +"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)" -#: cmd/quickstart.py:286 +#: ext/duration.py:90 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." +"====================== slowest reading durations =======================" +msgstr "=================== durações de leitura mais lentas ====================" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Prefixo do nome para o diretório de modelos e de arquivos estáticos" +#: 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" -#: cmd/quickstart.py:297 -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." +#: 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" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Nome do projeto" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorando diretiva “graphviz” sem conteúdo." -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Nome(s) de autor(es)" +#: 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" -#: cmd/quickstart.py:308 +#: ext/graphviz.py:328 +#, 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 "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:315 -msgid "Project version" -msgstr "Versão do projeto" +"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" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Lançamento do projeto" +#: 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" -#: cmd/quickstart.py:323 +#: ext/graphviz.py:344 +#, 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 "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." +"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" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Idioma do projeto" +#: 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" -#: 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 de arquivo para arquivos fonte. Normalmente, isso é\n\".txt\" ou \".rst\". Apenas arquivos com este sufixo são considerados\ndocumentos." +#: 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" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Sufixo de arquivos-fonte" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[gráfico: %s]" -#: cmd/quickstart.py:349 +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gráfico]" + +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Os arquivos Texinfo estão em %(outdir)s." + +#: builders/texinfo.py:44 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 "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." +"\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)." -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Nome do seu documento mestre (sem sufixo)" +#: 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" -#: cmd/quickstart.py:367 +#: builders/texinfo.py:85 #, 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." +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "o valor da configuração “texinfo_documents” faz referência a documento desconhecido %s" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart não vai sobrescrever o arquivo existente." +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "processando %s" -#: cmd/quickstart.py:377 -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" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "escrevendo" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Indique qual das seguintes extensões do Sphinx devem ser habilitadas:" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "resolvendo referências…" -#: 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 não podem ser habilitados ao mesmo tempo. imgmath foi desmarcado." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (em " -#: cmd/quickstart.py:406 -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." +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "copiando imagens… " -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Criar um Makefile? (y/n)" +#: 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" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Criar um arquivo de comando do Windows? (y/n)" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "copiando arquivos de suporte Texinfo" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/texinfo.py:218 #, python-format -msgid "Creating file %s." -msgstr "Criando o arquivo %s." +msgid "error writing file Makefile: %s" +msgstr "erro ao escrever o arquivo Makefile: %s" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/_epub_base.py:223 #, python-format -msgid "File %s already exists, skipping." -msgstr "O arquivo %s já existe, ignorando." +msgid "duplicated ToC entry found: %s" +msgstr "entrada de tabela de conteúdos duplicada encontrada: %s" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Finalizado: uma estrutura de diretório inicial foi criada." +#: builders/_epub_base.py:436 +#, 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" -#: cmd/quickstart.py:519 +#: builders/_epub_base.py:467 #, 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. " +msgid "cannot write image file %r: %s" +msgstr "não foi possível escrever arquivo de imagem %r: %s" -#: cmd/quickstart.py:526 -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" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow não encontrado – copiando arquivos de imagem" -#: cmd/quickstart.py:530 -#, 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" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "escrevendo o arquivo mimetype..." -#: cmd/quickstart.py:537 -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." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "escrevendo o arquivo META-INF/container.xml..." -#: cmd/quickstart.py:572 -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 "\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" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "escrevendo o arquivo content.opf..." -#: 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 mais informações, visite ." +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "tipo mime desconhecido para %s, ignorando" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "modo silencioso" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "o nodo tem um nível inválido" -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "raiz do projeto" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "escrevendo o arquivo toc.ncx..." -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Opção Estrutura" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "escrevendo arquivo %s…" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "se especificado, separa diretórios de fonte e de construção" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Os arquivos XML estão em %(outdir)s." -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" -msgstr "se especificado, cria o dir de construção sob o dir fonte" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "erro ao escrever o arquivo %s: %s" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "substituto para ponto em _templates etc." +#: 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." -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Opções básicas do projeto" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "O arquivo de visão geral está em %(outdir)s." -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "nome do projeto" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "nenhuma alteração na versão %s." -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "nomes de autores" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "escrevendo arquivo de resumo…" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "versão do projeto" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Internos" -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "lançamento do projeto" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Nível do Módulo" -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "idioma dos documentos" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "copiando arquivos-fonte…" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "sufixo de arquivos-fonte" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "não foi possível ler %r para criação do changelog" -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "nome do documento mestre" +#: 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." -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "usa epub" +#: 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" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Opções extensão" +#: 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" -#: cmd/quickstart.py:670 +#: builders/epub3.py:84 #, python-format -msgid "enable %s extension" -msgstr "habilita a extensão %s" +msgid "The ePub file is in %(outdir)s." +msgstr "O arquivo ePub está em %(outdir)s." -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "habilita extensões arbitrárias" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "escrevendo o arquivo nav.xhtml..." -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Criação de Makefile e arquivo Batch" +#: builders/epub3.py:225 +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" -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "cria makefile" +#: builders/epub3.py:231 +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" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "não cria makefile" +#: builders/epub3.py:236 +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" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "cria arquivo batch" +#: builders/epub3.py:242 +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" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "não cria arquivo batch" +#: builders/epub3.py:246 +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" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "usa modo make para Makefile/make.bat" +#: builders/epub3.py:251 +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" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Modelo de projeto" +#: builders/epub3.py:255 +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" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "diretório para arquivos de modelos" +#: builders/epub3.py:260 +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" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "define uma variável modelo" +#: builders/epub3.py:266 +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" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "“quiet” está especificada, mas “project” ou “author” não foi." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "o valor da configuração “version” não deve estar vazio para EPUB3" -#: cmd/quickstart.py:785 -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." +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "css_file inválido: %r, ignorado" -#: cmd/quickstart.py:792 -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." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Os catálogos de mensagens estão em %(outdir)s." -#: cmd/quickstart.py:809 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variável de modelo inválida: %s" +msgid "building [%s]: " +msgstr "construindo [%s]: " -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "número de tarefas deve ser um número positivo" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "alvos para os %d arquivos de modelo" -#: 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 "\nGera documentação de arquivos fonte.\n\nsphinx-build gera documentação a partir dos arquivos em SOURCEDIR e os coloca\nem OUTPUTDIR. Ele procura por \"conf.py\" em SOURCEDIR para a configuração\ndefinições. A ferramenta \"sphinx-quickstart\" pode ser usada para gerar\narquivos de modelo, incluindo \"conf.py\"\n\nsphinx-build pode criar documentação em diferentes formatos. Um formato é\nselecionado especificando o nome do construtor na linha de comandos; o padrão\né HTML. Os construtores também podem realizar outras tarefas relacionadas à\ndocumentação em processamento.\n\nPor padrão, tudo o que está desatualizado é construído. Saída apenas para\nselecionado os arquivos podem ser construídas especificando nomes de arquivos\nindividuais.\n" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "lendo modelos… " -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "caminho para os arquivos-fonte da documentação" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "escrevendo catálogos de mensagens… " -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "caminho para o diretório de saída" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Os arquivos texto estão em %(outdir)s." -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "(opcional) uma lista de arquivos específicos para reconstruir. Ignorado se --write-all for especificado" +#: 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)" -#: cmd/build.py:114 -msgid "general options" -msgstr "opções gerais" +#: 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" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "construtor para usar (padrão: 'html')" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "construindo [mo]: " -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "executa em paralelo com N processos, quando possível. 'auto' usa o número de núcleos da CPU" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "escrevendo saída… " -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "escrever todos os arquivos (padrão: escrever apenas arquivos novos e alterados)" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "todos os %d arquivos po" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "não usa um ambiente salvo, sempre lê todos os arquivos" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "alvos para %d arquivos po que estão especificados" -#: cmd/build.py:150 -msgid "path options" -msgstr "opções de caminho" +#: 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" -#: cmd/build.py:157 +#: builders/__init__.py:325 +msgid "all source files" +msgstr "todos os arquivos-fonte" + +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "arquivo %r fornecido na linha de comando não existe," + +#: builders/__init__.py:343 +#, python-format msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "diretório para arquivos de doctree e de ambiente (padrão: OUTPUT_DIR/.doctrees)" +"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" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "diretório para o arquivo de configuração (conf.py) (padrão: SOURCE_DIR)" +#: 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" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "usa nenhum arquivo de configuração, apenas usa configurações das opções -D" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d arquivos-fonte dados na linha de comando" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "sobrescreve a configuração no arquivo de configuração" +#: 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" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "passa um valor para modelos em HTML" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "procurando por arquivos agora desatualizados… " -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "define tag: inclui blocos “only” com TAG" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d encontrado" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "modo exigente: avisa sobre todas as referências em falta" +#: builders/__init__.py:418 +msgid "none found" +msgstr "nenhum encontrado" -#: cmd/build.py:212 -msgid "console output options" -msgstr "opções de saída do console" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "tornando um ambiente pickle" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "aumenta o nível de detalhamento (pode ser repetido)" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "verificando consistência" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "nenhuma saída para stdout, apenas avisos na stderr" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "nenhum alvo está desatualizado." -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "nenhuma saída, nem mesmo avisos" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "atualizando ambiente: " -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "emite saída colorida (padrão: detectar automaticamente)" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s adicionado(s), %s alterado(s), %s removido(s)" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "não emite saída colorida (padrão: detectar automaticamente)" +#: 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 "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." -#: cmd/build.py:252 -msgid "warning control options" -msgstr "opções de controle de aviso" +#: 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 "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." -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "escreve avisos (e erros) para o arquivo fornecido" +#: 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 "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." -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "transforma avisos em erros" +#: 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 "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." -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "mostra rastro completo quando ocorrer exceção" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "lendo fontes… " -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "executa Pdb quando ocorrer exceção" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "docnames para escrever: %s" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "levanta uma exceção quando ocorrerem avisos" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "nenhum docname para escrever!" + +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "preparando documentos" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "não é possível combinar a opção -a e nomes de arquivos" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "copiando ativos" -#: cmd/build.py:357 +#: builders/__init__.py:915 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "não foi possível abrir o arquivo de aviso '%s': %s" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "o argumento da opção -D deve estar no formato nome=valor" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "A página HTML está em %(outdir)s." -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "o argumento da opção -A deve estar no formato nome=valor" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "montando documento único" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Recolher painel lateral" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "escrevendo arquivos adicionais" -#: 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/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "O construtor fictício não gera arquivos." -#: 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/linkcheck.py:78 +#, 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" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ir" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "link quebrado: %s (%s)" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Exibir Fonte" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Âncora “%s” não encontrada" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Conteúdos" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. Esperava um dicionário." -#: themes/basic/opensearch.xml:4 +#: builders/linkcheck.py:768 #, python-format -msgid "Search %(docstitle)s" -msgstr "Buscar em %(docstitle)s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Falha ao compilar regex em linkcheck_allowed_redirects: %r %s" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Visão geral" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenção" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Bem Vindo! É isso aí." +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Cuidado" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "documentação para" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perigo" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "última atualização" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erro" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Índices e Tabelas:" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Dica" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Tabela Completa dos Conteúdos" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "Listar todas seções e subseções" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Página de Busca" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ver também" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "Buscar nessa documentação" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Dica" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Índice Global de Módulos" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Aviso" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "acesso rápido para todos os módulos" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, 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/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Índice Geral" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referências inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "todas funções, classes, termos" +#: transforms/i18n.py:326 +#, 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}" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Essa Página" +#: transforms/i18n.py:348 +#, 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}" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" -msgstr "Índice – %(key)s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "não foi possível calcular o progresso da tradução!" -#: 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" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "nenhum elemento traduzido!" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Busca rápida" +#: 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" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Páginas de índice por letra" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Nota de rodapé [%s] não é referenciada." -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "pode ser enorme" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "Nota de rodapé [*] não é referenciada." -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Tópico anterior" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "Nota de rodapé [#] não é referenciada." -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "capítulo anterior" +#: 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" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Próximo tópico" +#: 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" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "próximo capítulo" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "erro de leitura: %s, %s" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navegação" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "erro de escrita: %s, %s" -#: themes/basic/layout.html:115 +#: util/i18n.py:146 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Pesquisar dentro de %(docstitle)s" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s não existe" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Sobre esses documentos" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "Localidade de Babel inválida: %r." -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Copyright" +#: 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" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: util/fileutil.py:76 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +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" + +#: util/display.py:82 +msgid "skipped" +msgstr "ignorado" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Última atualização em %(last_updated)s." +#: util/display.py:87 +msgid "failed" +msgstr "falhou" -#: themes/basic/layout.html:204 +#: util/osutil.py:131 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Criada usando Sphinx %(sphinx_version)s." +"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)." -#: themes/basic/search.html:20 +#: util/docfields.py:103 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Por favor, ativar JavaScript para habilitar a\nfuncionalidade de busca." +"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." -#: themes/basic/search.html:28 +#: util/nodes.py:454 +#, python-format 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" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r foi descontinuado para entradas de índice (da entrada %r). Use \"pair: %s\"." -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Esconder Resultados da Busca" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree contém referência ao arquivo inexistente %r" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Resultados da Busca" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "exceção ao avaliar apenas a expressão da diretiva: %s" -#: 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 "Sua busca não encontrou nenhum documento. Por favor, confirme se todas as palavras estão grafadas corretamente e se você selecionou categorias suficientes." +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" +msgstr "nome de diretiva desconhecido: %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] "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." +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" +msgstr "nome de papel desconhecido: %s" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Buscando" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "tipo de nó desconhecido: %r" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Preparando a busca..." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "papel padrão %s não encontrado" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", em " +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "Não foi possível obter imagem remota: %s [%s]" -#: themes/basic/changes/rstsource.html:5 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Não foi possível obter imagem remota: %s [%d]" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Modificações na versão %(version)s — %(docstitle)s" +msgid "Unknown image format: %s..." +msgstr "Formato de imagem desconhecido: %s…" -#: themes/basic/changes/versionchanges.html:17 +#: 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 "Automatically generated list of changes in version %(version)s" -msgstr "Lista de alterações na versão %(version)s, gerada automaticamente" +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" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Alterações na biblioteca" +#: 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" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Alterações na API C" +#: 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" -#: 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" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandir painel lateral" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "continua na próxima página" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "Separador de parâmetros somente-posicionais (PEP 570)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Não alfabético" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "Separador de parâmetros somente-nomeados (PEP 3102)" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (no módulo %s)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (no módulo %s)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "página" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (variável interna)" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Release" -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (classe interna)" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Falha ao obter um docname!" -#: domains/python/__init__.py:218 +#: builders/latex/transforms.py:121 #, python-format -msgid "%s (class in %s)" -msgstr "%s (classe em %s)" +msgid "Failed to get a docname for source %r!" +msgstr "Falha ao obter o docname para a fonte %r!" -#: domains/python/__init__.py:283 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (método de classe %s)" +msgid "No footnote was found for given reference node %r" +msgstr "Nenhuma nota de rodapé foi encontrada para o nó de referência %r" -#: domains/python/__init__.py:285 +#: builders/latex/theming.py:87 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (método estático %s)" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r não possui a configuração \"theme\"" -#: domains/python/__init__.py:438 +#: builders/latex/theming.py:90 #, python-format -msgid "%s (%s property)" -msgstr "%s (propriedade %s )" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r não possui a configuração \"%s\"" -#: domains/python/__init__.py:478 +#: builders/latex/__init__.py:115 #, python-format -msgid "%s (type alias in %s)" -msgstr "%s (apelido de tipo em %s)" - -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Índice de Módulos Python" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "módulos" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Descontinuado" +msgid "The LaTeX files are in %(outdir)s." +msgstr "Os arquivos LaTeX estão em %(outdir)s." -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "exceção" +#: 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)." -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "método de classe" +#: 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" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "método estático" +#: builders/latex/__init__.py:167 +#, 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" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "propriedade" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "copiando arquivos de suporte TeX" -#: domains/python/__init__.py:749 -msgid "type alias" -msgstr "apelido de tipo" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "copiando arquivos adicionais" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, 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" +msgid "logo file %r does not exist" +msgstr "o arquivo logo %r não existe" -#: domains/python/__init__.py:978 +#: builders/latex/__init__.py:529 #, 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" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Chave configuração desconhecida: latex_elements[%r], ignorado." -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (descontinuado)" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opção de tema desconhecida: latex_theme_options[%r], ignorada." -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -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/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parâmetros do Modelo" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "As páginas HTML estão em %(outdir)s." -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:351 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "Failed to read build info file: %r" +msgstr "Falha ao ler o arquivo de informações de construção: %r" + +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info incompatível, copiando .buildinfo para .buildinfo.bak" + +#: builders/html/__init__.py:369 +msgid "building [html]: " +msgstr "construindo [html]: " -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:386 #, 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'." +"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" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "Valores de retorno" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índice Geral" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "união" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "índice" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "membro" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" +msgstr "Logo de %s" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tipo" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "próximo" -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "conceito" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "anterior" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enum" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "gerando índices" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerador" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "escrevendo páginas adicionais" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "parâmetro de função" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "não foi possível copiar arquivo de imagem '%s': %s" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "parâmetro de modelo" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "copiando arquivos baixáveis… " -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:820 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "cannot copy downloadable file %r: %s" +msgstr "não foi possível copiar o arquivo baixável %r: %s" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:866 #, 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'." +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" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variável" +#: builders/html/__init__.py:884 +#, 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" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "copiando arquivos estáticos" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "struct" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "não foi possível copiar o arquivo estático %r" + +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "copiando arquivos extras" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "variável de ambiente; %s" +msgid "cannot copy extra file %r" +msgstr "não foi possível copiar o arquivo extra %r" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" -msgstr "%s; valor de configuração" +msgid "Failed to write build info file: %r" +msgstr "Falha ao escrever o arquivo de informações de construção: %r" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "Type" +#: builders/html/__init__.py:1007 +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." -#: domains/std/__init__.py:185 -msgid "Default" -msgstr "Default" +#: builders/html/__init__.py:1054 +#, 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" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "Descrição de opção %r malformada, deve se parecer com “opt”, “-opt args”, “--opt args”, “/opt args” ou “+opt args”" +"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." -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s command line option" -msgstr "%s opção de linha de comando" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "opção de linha de comando" - -#: domains/std/__init__.py:461 -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 -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 -msgid "glossary seems to be misformatted, check indentation" -msgstr "o glossário parece estar mal formatado, confira o recuo" +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" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "Glossário de Termos" +#: builders/html/__init__.py:1239 +#, 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" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "termo gramatical" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "despejando inventário de objetos" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "marca referencial" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" +msgstr "despejando índice de pesquisa em %s" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "variável de ambiente" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "js_file inválido: %r, ignorado" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opção do programa" +#: 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." -#: domains/std/__init__.py:735 -msgid "document" -msgstr "documento" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "math_renderer desconhecido %r é fornecido." -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Índice do Módulo" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "entrada de html_extra_path %r está posicionada dentro de outdir" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1380 #, 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" +msgid "html_extra_path entry %r does not exist" +msgstr "a entrada de html_extra_path %r não existe" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig está desabilitado. :numref: é ignorado." +#: 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" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1400 #, 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" +msgid "html_static_path entry %r does not exist" +msgstr "a entrada de html_static_path %r não existe" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:1422 #, python-format -msgid "the link has no caption: %s" -msgstr "o link não possui legenda: %s" +msgid "favicon file %r does not exist" +msgstr "o arquivo favicon %r não existe" -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:1435 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format inválido: %s (%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 "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/std/__init__.py:1157 +#: 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)" + +#: builders/html/__init__.py:1464 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format inválido: %s" +msgid "%s %s documentation" +msgstr "Documentação %s %s" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "undefined label: %r" -msgstr "rótulo não definido: %r" +msgid "(in %s v%s)" +msgstr "(em %s v%s)" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:51 #, 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" +msgid "(in %s)" +msgstr "(em %s)" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "referências circulares à toctree detectadas, ignorando: %s <- %s" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "Inventário '%s': correspondências duplicadas encontradas para %s:%s" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:118 #, 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" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "Inventário '%s': várias correspondências encontradas para %s:%s" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:383 #, 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 "inventory for external cross-reference not found: %r" +msgstr "inventário para referência cruzada externa não encontrado: %r" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "toctree contém referência a documento inexistente %r" +msgid "invalid external cross-reference suffix: %r" +msgstr "sufixo inválido de referência cruzada externa: %r" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "see %s" -msgstr "veja %s" +msgid "domain for external cross-reference not found: %r" +msgstr "domínio para referência cruzada externa não encontrado: %r" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "see also %s" -msgstr "veja também %s" +msgid "external %s:%s reference target not found: %s" +msgstr "alvo da referência externa %s:%s não encontrado: %s" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "unknown index entry type %r" -msgstr "tipo desconhecido de entrada de índice %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." -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" +#: ext/intersphinx/_load.py:71 +#, 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." -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "image file not readable: %s" -msgstr "arquivo de imagem não legível: %s" +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)." -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "image file %s not readable: %s" -msgstr "arquivo de imagem %s não legível: %s" +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." -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "download file not readable: %s" -msgstr "arquivo de download não legível: %s" +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])." -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:121 #, 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 "" +"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." -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Interrompido!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Configuração de `intersphinx_mapping` inválida (1 erro)." -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "Erro de marcação reStructuredText!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Configuração de `intersphinx_mapping` inválida (%s erros)." -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "Erro de codificação!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "Uma entrada intersphinx_mapping inválida foi adicionada após a normalização." -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "Erro de recursão!" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "carregando inventário intersphinx '%s' de %s ..." -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:311 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:" +"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:" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "Iniciando depurador:" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "falha ao alcançar todos os inventários com os seguintes problemas:" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "O traceback completo foi salvo em:" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "o inventário intersphinx foi movido: %s -> %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!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "Criaria o arquivo %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 "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." +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "Falha ao remover %s: %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." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "Executando apidoc" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:102 #, 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" +msgid "apidoc_modules item %i must be a dict" +msgstr "item apidoc_modules %i deve ser um dict" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:alvo de referência %s não encontrado: %s" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "item apidoc_modules %i deve ter uma chave \"path\"" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%r reference target not found: %s" -msgstr "alvo de referência %r não encontrado: %s" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "item apidoc_modules %i \"path\" deve ser uma string" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Não foi possível obter imagem remota: %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" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Não foi possível obter imagem remota: %s [%d]" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "item apidoc_modules %i deve ter uma chave \"destination\"" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Unknown image format: %s..." -msgstr "Formato de imagem desconhecido: %s…" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "item apidoc_modules %i \"destination\" deve ser uma string" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "As páginas HTML estão em %(outdir)s." +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "item apidoc_modules %i \"destination\" deveria ser uma caminho relativo" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Falha ao ler o arquivo de informações de construção: %r" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "build_info incompatível, copiando .buildinfo para .buildinfo.bak" - -#: builders/html/__init__.py:366 -msgid "building [html]: " -msgstr "construindo [html]: " +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" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:178 #, 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:507 -msgid "index" -msgstr "índice" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "item apidoc_modules %i \"%s\" deve ser um int" -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "Logo of %s" -msgstr "Logo de %s" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "item apidoc_modules %i \"%s\" deve ser um booleano" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "próximo" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "item apidoc_modules %i tem chaves inesperadas: %s" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "anterior" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "item apidoc_modules %i \"%s\" deve ser uma sequência" -#: builders/html/__init__.py:696 -msgid "generating indices" -msgstr "gerando índices" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "item apidoc_modules %i \"%s\" deve conter strings" -#: builders/html/__init__.py:711 -msgid "writing additional pages" -msgstr "escrevendo páginas adicionais" +#: 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." -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" -msgstr "não foi possível copiar arquivo de imagem '%s': %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "caminho para o módulo a ser documentado" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "copiando arquivos baixáveis… " +#: 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" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "não foi possível copiar o arquivo baixável %r: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "diretório para colocar toda a saída" -#: builders/html/__init__.py:864 -#, 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" +#: 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)" -#: builders/html/__init__.py:882 -#, 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" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "sobrescreve arquivos existentes" -#: builders/html/__init__.py:917 -msgid "copying static files" -msgstr "copiando arquivos estáticos" +#: 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." -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" -msgstr "não foi possível copiar o arquivo estático %r" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "escreve o script sem criar arquivos" -#: builders/html/__init__.py:939 -msgid "copying extra files" -msgstr "copiando arquivos extras" +#: 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" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" -msgstr "não foi possível copiar o arquivo extra %r" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "inclui módulos “_private”" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "Falha ao escrever o arquivo de informações de construção: %r" +#: 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" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:135 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." +"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)" -#: builders/html/__init__.py:1052 -#, 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" +#: 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" -#: builders/html/__init__.py:1216 -#, python-format +#: ext/apidoc/_cli.py:152 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." +"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" -#: builders/html/__init__.py:1224 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Ocorreu um erro ao renderizar a página %s.\nMotivo: %r" +"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)." -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" -msgstr "despejando inventário de objetos" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "sufixo dos arquivos (padrão: rst)" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" -msgstr "despejando índice de pesquisa em %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +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" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file inválido: %r, ignorado" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "gera um projeto completo com sphinx-quickstart" -#: builders/html/__init__.py:1342 -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/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/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "math_renderer desconhecido %r é fornecido." +#: 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/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "entrada de html_extra_path %r está posicionada dentro de outdir" +#: 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:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "a entrada de html_extra_path %r não existe" +#: 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:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "entrada de html_static_path %r está posicionada dento de outdir" +#: 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" + +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "opções de extensão" + +#: 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:1385 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "a entrada de html_static_path %r não existe" +msgid "enable %s extension, used when --full is given" +msgstr "habilita a extensão %s, usada quando --full é fornecido" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "logo file %r does not exist" -msgstr "o arquivo logo %r não existe" +msgid "%s is not a directory." +msgstr "%s não é um diretório." -#: builders/html/__init__.py:1407 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "favicon file %r does not exist" -msgstr "o arquivo favicon %r não existe" +msgid "invalid value set (missing closing brace): %s" +msgstr "valor inválido definido (faltando chave de fechamento): %s" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:183 #, 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`." +msgid "invalid value set (missing opening brace): %s" +msgstr "valor inválido definido (faltando chave de abertura): %s" -#: builders/html/__init__.py:1433 -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:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "string literal malformada (faltando aspas de fechamento): %s" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s %s documentation" -msgstr "Documentação %s %s" +msgid "malformed string literal (missing opening quote): %s" +msgstr "string literal malformada (faltando aspas de abertura): %s" -#: 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/napoleon/docstring.py:895 +msgid "Example" +msgstr "Exemplo" -#: 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/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Exemplos" -#: 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/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Argumentos de Palavras-chave" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Os arquivos LaTeX estão em %(outdir)s." +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "Notas" -#: 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\" nesse diretório para executá-los com (pdf)latex\n(use \"make latexpdf\" aqui para fazer isso automaticamente)." +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "Outros Parâmetros" -#: builders/latex/__init__.py:159 -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" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parâmetros" -#: builders/latex/__init__.py:170 -#, 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" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "Recebe" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Release" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "Referências" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "copiando arquivos de suporte TeX" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Avisos" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "copiando arquivos adicionais" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "Yields" -#: builders/latex/__init__.py:536 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Chave configuração desconhecida: latex_elements[%r], ignorado." +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:544 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opção de tema desconhecida: latex_theme_options[%r], ignorada." - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Falha ao obter um docname!" +msgid "Failed to parse type_comment for %r: %s" +msgstr "Falha ao analisar type_comment para %r: %s" -#: builders/latex/transforms.py:121 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Failed to get a docname for source %r!" -msgstr "Falha ao obter o docname para a fonte %r!" +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/transforms.py:487 +#: ext/autodoc/__init__.py:150 #, 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 "invalid value for member-order option: %s" +msgstr "valor inválido para a opção member-order: %s" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r não possui a configuração \"theme\"" +msgid "invalid value for class-doc-from option: %s" +msgstr "valor inválido para a opção class-doc-from: %s" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r não possui a configuração \"%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" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continua na próxima página" +msgid "invalid signature for auto%s (%r)" +msgstr "assinatura inválida para auto%s (%r)" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Não alfabético" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "erro ao formatar argumentos para %s: %s" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" +#: ext/autodoc/__init__.py:898 +#, python-format +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" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "página" +#: ext/autodoc/__init__.py:1021 +#, 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)" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Argumentos de Palavras-chave" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "Um objeto simulado foi detectado: %r" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "valor inválido definido (faltando chave de fechamento): %s" +msgid "error while formatting signature for %s: %s" +msgstr "erro ao formatar assinatura para %s: %s" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "“::” no nome de automodule não faz sentido" + +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "valor inválido definido (faltando chave de abertura): %s" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "argumentos de assinatura ou anotação de retorno fornecidos para automodule %s" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "string literal malformada (faltando aspas de fechamento): %s" +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__" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "string literal malformada (faltando aspas de abertura): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "faltando atributo mencionado na opção :members: : módulo %s, atributo %s" -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "Exemplo" +#: 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 "Falha ao obter uma assinatura de função para %s: %s" -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Exemplos" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Falha ao obter uma assinatura de construtor para %s: %s" -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "Notas" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Base: %s" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "Outros Parâmetros" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "faltando atributo %s no objeto %s" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" -msgstr "Recebe" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "apelido de %s" -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "Referências" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "apelido de TypeVar(%s)" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Avisos" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, 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/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "__slots__ inválido encontrado em %s. Ignorado." #: ext/autosummary/__init__.py:284 #, python-format @@ -3684,538 +3523,729 @@ msgstr "falha ao analisar o nome %s" msgid "failed to import object %s" msgstr "falha ao importar o objecto %s" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "Os itens resumidos não devem incluir o módulo atual. Substitua %r por %r." +#: ext/autosummary/__init__.py:730 +#, python-format +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "Os itens resumidos não devem incluir o módulo atual. Substitua %r por %r." + +#: ext/autosummary/__init__.py:927 +#, python-format +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: arquivo não encontrado: %s" + +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "autosummary gera arquivos .rst internamente. Mas seu source_suffix não contém .rst. Ignorado." + +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 +#, 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" + +#: ext/autosummary/generate.py:588 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] gerando autosummary para: %s" + +#: ext/autosummary/generate.py:592 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[autosummary] escrevendo em %s" + +#: ext/autosummary/generate.py:637 +#, 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:836 +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:858 +msgid "source files to generate rST files for" +msgstr "arquivos-fonte para gerar arquivos rST" + +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "diretório para colocar toda a saída" + +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "sufixo padrão para arquivos (padrão: %(default)s)" + +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "diretório de modelos personalizado (padrão: %(default)s)" + +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "documenta membros importados (padrão: %(default)s)" + +#: ext/autosummary/generate.py:899 +#, 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)" + +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Interrompido!" + +#: _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." + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Recolher painel lateral" + +#: 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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Buscar" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ir" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Exibir Fonte" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: arquivo não encontrado: %s" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Conteúdos" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "autosummary gera arquivos .rst internamente. Mas seu source_suffix não contém .rst. Ignorado." +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Busca rápida" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, 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" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Páginas de índice por letra" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] gerando autosummary para: %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" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] escrevendo em %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "pode ser enorme" -#: ext/autosummary/generate.py:637 -#, python-format +#: themes/basic/search.html:20 msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary] falha ao importar %s\nPossíveis dicas:\n%s" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Por favor, ativar JavaScript para habilitar a\nfuncionalidade de busca." -#: ext/autosummary/generate.py:836 +#: themes/basic/search.html: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" -"\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" +"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." -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" -msgstr "arquivos-fonte para gerar arquivos rST" +#: themes/basic/search.html:35 +msgid "search" +msgstr "buscar" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" -msgstr "diretório para colocar toda a saída" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegação" -#: ext/autosummary/generate.py:874 +#: themes/basic/layout.html:115 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "sufixo padrão para arquivos (padrão: %(default)s)" +msgid "Search within %(docstitle)s" +msgstr "Pesquisar dentro de %(docstitle)s" -#: ext/autosummary/generate.py:882 +#: 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" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "diretório de modelos personalizado (padrão: %(default)s)" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: ext/autosummary/generate.py:890 +#: themes/basic/layout.html:201 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "documenta membros importados (padrão: %(default)s)" +msgid "Last updated on %(last_updated)s." +msgstr "Última atualização em %(last_updated)s." -#: ext/autosummary/generate.py:899 +#: themes/basic/layout.html:204 #, 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)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Criada usando Sphinx %(sphinx_version)s." -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -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/sourcelink.html:4 +msgid "This Page" +msgstr "Essa Página" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "Falha ao remover %s: %s" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tópico anterior" -#: 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/relations.html:6 +msgid "previous chapter" +msgstr "capítulo anterior" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "caminho para o módulo a ser documentado" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Próximo tópico" -#: 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/relations.html:13 +msgid "next chapter" +msgstr "próximo capítulo" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "diretório para colocar toda a saída" +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Buscar em %(docstitle)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)" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Visão geral" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "sobrescreve arquivos existentes" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Bem Vindo! É isso aí." -#: 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:9 +msgid "the documentation for" +msgstr "documentação para" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "escreve o script sem criar arquivos" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "última atualização" -#: 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/defindex.html:13 +msgid "Indices and tables:" +msgstr "Índices e Tabelas:" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "inclui módulos “_private”" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Tabela Completa dos Conteúdos" -#: 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/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "Listar todas seções e subseções" -#: 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" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Página de Busca" -#: 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/defindex.html:19 +msgid "search this documentation" +msgstr "Buscar nessa documentação" -#: 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/defindex.html:21 +msgid "Global Module Index" +msgstr "Índice Global de Módulos" -#: ext/apidoc/_cli.py:152 -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" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "acesso rápido para todos os módulos" -#: 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/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "todas funções, classes, termos" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "Índice – %(key)s" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "sufixo dos arquivos (padrão: rst)" +#: 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:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "gera um projeto completo com sphinx-quickstart" +#: 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: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/versionchanges.html:18 +msgid "Library changes" +msgstr "Alterações na biblioteca" -#: 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/versionchanges.html:23 +msgid "C API changes" +msgstr "Alterações na API C" -#: 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:25 +msgid "Other changes" +msgstr "Outras alterações" -#: 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/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: 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/static/searchtools.js:123 +msgid "Search Results" +msgstr "Resultados da Busca" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "opções de extensão" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "habilita extensões arbitrárias, usadas quando --full é fornecido" +#: themes/basic/static/searchtools.js:129 +#, 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:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "habilita a extensão %s, usada quando --full é fornecido" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Buscando" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s não é um diretório." +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Preparando a busca..." -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "Executando apidoc" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", em " -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "item apidoc_modules %i deve ser um dict" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Esconder Resultados da Busca" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "item apidoc_modules %i deve ter uma chave \"path\"" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandir painel lateral" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "item apidoc_modules %i \"path\" deve ser uma string" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "referências circulares à toctree detectadas, ignorando: %s <- %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:360 #, 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 "" +"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:133 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "item apidoc_modules %i deve ter uma chave \"destination\"" +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:140 +#: environment/adapters/toctree.py:378 #, 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 non-existing document %r" +msgstr "toctree contém referência a documento inexistente %r" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:122 #, 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 "see %s" +msgstr "veja %s" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/indexentries.py:132 #, 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 "see also %s" +msgstr "veja também %s" -#: ext/apidoc/_extension.py:178 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "item apidoc_modules %i \"%s\" deve ser um int" +msgid "unknown index entry type %r" +msgstr "tipo desconhecido de entrada de índice %r" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "item apidoc_modules %i \"%s\" deve ser um booleano" +msgid "image file not readable: %s" +msgstr "arquivo de imagem não legível: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "item apidoc_modules %i tem chaves inesperadas: %s" +msgid "image file %s not readable: %s" +msgstr "arquivo de imagem %s não legível: %s" -#: ext/apidoc/_extension.py:247 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "item apidoc_modules %i \"%s\" deve ser uma sequência" +msgid "download file not readable: %s" +msgstr "arquivo de download não legível: %s" -#: ext/apidoc/_extension.py:256 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "item apidoc_modules %i \"%s\" deve conter strings" +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/_generate.py:69 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "Would create file %s." -msgstr "Criaria o arquivo %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/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(em %s v%s)" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parâmetros do Modelo" -#: ext/intersphinx/_resolve.py:51 +#: domains/cpp/__init__.py:302 #, python-format -msgid "(in %s)" -msgstr "(em %s)" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "Inventário '%s': correspondências duplicadas encontradas para %s:%s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Valores de retorno" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "Inventário '%s': várias correspondências encontradas para %s:%s" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "união" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "inventário para referência cruzada externa não encontrado: %r" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membro" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "sufixo inválido de referência cruzada externa: %r" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tipo" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "domínio para referência cruzada externa não encontrado: %r" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "conceito" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "alvo da referência externa %s:%s não encontrado: %s" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: ext/intersphinx/_load.py:60 -#, 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." +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerador" -#: ext/intersphinx/_load.py:71 -#, 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." +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "parâmetro de função" -#: ext/intersphinx/_load.py:82 -#, 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)." +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parâmetro de modelo" -#: ext/intersphinx/_load.py:93 -#, 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." +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variáveis" -#: ext/intersphinx/_load.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 "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])." +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Levanta" -#: ext/intersphinx/_load.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 "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." +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "Separador de parâmetros somente-posicionais (PEP 570)" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Configuração de `intersphinx_mapping` inválida (1 erro)." +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "Separador de parâmetros somente-nomeados (PEP 3102)" -#: ext/intersphinx/_load.py:134 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Configuração de `intersphinx_mapping` inválida (%s erros)." - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "Uma entrada intersphinx_mapping inválida foi adicionada após a normalização." +msgid "%s() (in module %s)" +msgstr "%s() (no módulo %s)" -#: ext/intersphinx/_load.py:261 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "carregando inventário intersphinx '%s' de %s ..." +msgid "%s (in module %s)" +msgstr "%s (no módulo %s)" -#: ext/intersphinx/_load.py:287 -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:" +#: domains/python/__init__.py:184 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (variável interna)" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "falha ao alcançar todos os inventários com os seguintes problemas:" +#: domains/python/__init__.py:219 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (classe interna)" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:220 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "o inventário intersphinx foi movido: %s -> %s" +msgid "%s (class in %s)" +msgstr "%s (classe em %s)" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:285 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valor inválido para a opção member-order: %s" +msgid "%s() (%s class method)" +msgstr "%s() (método de classe %s)" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:287 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valor inválido para a opção class-doc-from: %s" +msgid "%s() (%s static method)" +msgstr "%s() (método estático %s)" -#: ext/autodoc/__init__.py:460 +#: domains/python/__init__.py:440 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "assinatura inválida para auto%s (%r)" +msgid "%s (%s property)" +msgstr "%s (propriedade %s )" -#: ext/autodoc/__init__.py:579 +#: domains/python/__init__.py:480 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "erro ao formatar argumentos para %s: %s" +msgid "%s (type alias in %s)" +msgstr "%s (apelido de tipo em %s)" -#: ext/autodoc/__init__.py:898 +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Índice de Módulos Python" + +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "módulos" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Descontinuado" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "exceção" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "método de classe" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "método estático" + +#: domains/python/__init__.py:744 +msgid "property" +msgstr "propriedade" + +#: domains/python/__init__.py:745 +msgid "type alias" +msgstr "apelido de tipo" + +#: domains/python/__init__.py:814 #, python-format 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" +"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" -#: ext/autodoc/__init__.py:1021 +#: domains/python/__init__.py:976 #, 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)" +msgid "more than one target found for cross-reference %r: %s" +msgstr "mais de um alvo localizado para referência cruzada %r: %s" -#: ext/autodoc/__init__.py:1080 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (descontinuado)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "A mocked object is detected: %r" -msgstr "Um objeto simulado foi detectado: %r" +msgid "environment variable; %s" +msgstr "variável de ambiente; %s" -#: ext/autodoc/__init__.py:1103 +#: domains/std/__init__.py:116 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "erro ao formatar assinatura para %s: %s" +msgid "%s; configuration value" +msgstr "%s; valor de configuração" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "“::” no nome de automodule não faz sentido" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "Type" -#: ext/autodoc/__init__.py:1185 -#, 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" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "Default" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:239 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ deve ser uma lista de strings, não %r (no módulo %s) -- ignorando __all__" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Descrição de opção %r malformada, deve se parecer com “opt”, “-opt args”, “--opt args”, “/opt args” ou “+opt args”" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:319 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "faltando atributo mencionado na opção :members: : módulo %s, atributo %s" +msgid "%s command line option" +msgstr "%s opção de linha de comando" -#: 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 "Falha ao obter uma assinatura de função para %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "opção de linha de comando" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Falha ao obter uma assinatura de construtor para %s: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "um termo de glossário deve ser precedido por uma linha vazia" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:474 +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 +msgid "glossary seems to be misformatted, check indentation" +msgstr "o glossário parece estar mal formatado, confira o recuo" + +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "Glossário de Termos" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "termo gramatical" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "marca referencial" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "variável de ambiente" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "opção do programa" + +#: domains/std/__init__.py:735 +msgid "document" +msgstr "documento" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Índice do Módulo" + +#: domains/std/__init__.py:857 #, python-format -msgid "Bases: %s" -msgstr "Base: %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "descrição duplicada de %s de %s, outra instância em %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig está desabilitado. :numref: é ignorado." + +#: domains/std/__init__.py:1124 #, python-format -msgid "missing attribute %s in object %s" -msgstr "faltando atributo %s no objeto %s" +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" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1138 #, python-format -msgid "alias of %s" -msgstr "apelido de %s" +msgid "the link has no caption: %s" +msgstr "o link não possui legenda: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "apelido de TypeVar(%s)" +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format inválido: %s (%r)" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1157 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Falha ao obter uma assinatura de método para %s: %s" +msgid "invalid numfig_format: %s" +msgstr "numfig_format inválido: %s" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "__slots__ inválido encontrado em %s. Ignorado." +msgid "undefined label: %r" +msgstr "rótulo não definido: %r" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/std/__init__.py:1456 #, 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" +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/autodoc/type_comment.py:151 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, 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" +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/autodoc/type_comment.py:154 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Falha ao analisar type_comment para %r: %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variável" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "struct" diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo index aa597d0e426..2630479ed25 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 e31127cdb5e..a34a890a235 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -20,141 +20,276 @@ msgstr "" "Language: pt_PT\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +297,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,257 +310,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -440,1047 +540,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[código fonte]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[documentos]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Código do módulo" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Código fonte de %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Visão geral: código do módulo" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" 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: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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:286 msgid "" -"====================== slowest reading durations =======================" +"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 "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: 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 "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:148 +#: cmd/quickstart.py:367 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:406 +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 "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" 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/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Creating file %s." msgstr "" -#: ext/imgconverter.py:83 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:519 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/graphviz.py:328 +#: cmd/quickstart.py:530 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:572 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"\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 "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[gráfico: %s]" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[gráfico]" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Por fazer" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "entrada original" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:637 +msgid "version of project" 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" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:654 +msgid "source file suffix" 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" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:314 +#: cmd/quickstart.py:670 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "enable %s extension" 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." +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:699 +msgid "create batchfile" 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: " - -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Internos" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Módulos" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:809 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "Invalid template variable: %s" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: 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 "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: 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." +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:883 +#: domains/javascript.py:183 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (função interna)" -#: builders/epub3.py:84 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (método %s)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (classe)" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variável global ou constante)" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atributo %s)" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Parâmetros" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Gera" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Retorno" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipo de retorno" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (módulo)" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "função" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "método" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "classe" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "dados" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atributo" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "módulo" -#: builders/xml.py:101 +#: domains/javascript.py:458 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/texinfo.py:45 +#: domains/__init__.py:322 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/texinfo.py:89 +#: domains/changeset.py:26 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "Added in version %s" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:27 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (em " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" +msgid "Changed in version %s" +msgstr "Alterado na versão %s" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/changeset.py:28 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Obsoleto desde a versão %s" -#: builders/texinfo.py:230 +#: domains/changeset.py:29 #, python-format -msgid "error writing file Makefile: %s" +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:223 +#: domains/math.py:73 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:433 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "" +msgid "%s (directive)" +msgstr "%s (directiva)" -#: builders/_epub_base.py:591 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (papel)" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "directiva" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "papel" -#: builders/gettext.py:244 +#: domains/rst.py:262 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:75 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/singlehtml.py:35 +#: domains/citation.py:92 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:347 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:352 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1551,2099 +1468,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:203 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" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Notas de rodapé" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: 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 "" -#: util/i18n.py:236 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "Invalid Babel locale: %r." +msgid "[image: %s]" +msgstr "[imagem: %s]" + +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[imagem]" + +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Notas de rodapé" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" -msgstr "[imagem: %s]" +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[imagem]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor da secção: " -#: 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" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor do módulo: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: 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 "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Por fazer" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:154 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:166 +msgid "original entry" +msgstr "entrada original" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[código fonte]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:591 +#: 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 "template %s not found; loading from legacy %s instead" +msgid "

Source code for %s

" +msgstr "

Código fonte de %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

" + +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:473 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:492 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" 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." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (função interna)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (método %s)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variável global ou constante)" +msgid "'%s' is not a valid option." +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atributo %s)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Parâmetros" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Gera" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Retorno" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipo de retorno" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:297 #, 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 -msgid "function" -msgstr "função" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "método" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "classe" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "dados" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atributo" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "módulo" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "Added in version %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:328 #, python-format -msgid "Changed in version %s" -msgstr "Alterado na versão %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "Obsoleto desde a versão %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" -msgstr "%s (directiva)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "%s (papel)" +msgid "[graph: %s]" +msgstr "[gráfico: %s]" -#: domains/rst.py:234 -msgid "directive" -msgstr "directiva" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[gráfico]" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "papel" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:85 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Atenção" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Cuidado" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Perigo" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Erro" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Dica" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (em " -#: locale/__init__.py:233 -msgid "Important" -msgstr "Importante" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Nota" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Veja também" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Dica" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Aviso" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." 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" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:133 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "Please enter one of %s." +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:229 +#: builders/changes.py:61 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "no changes in version %s." msgstr "" -#: 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)." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Internos" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Módulos" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: 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." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: 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." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:367 +#: builders/gettext.py:265 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:281 #, python-format -msgid "Creating file %s." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:303 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:325 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:336 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:526 +#: builders/__init__.py:343 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:354 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: 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:630 -msgid "author names" +#: 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:637 -msgid "version of project" +#: 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:644 -msgid "release of project" +#: 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:651 -msgid "document language" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:915 #, python-format -msgid "enable %s extension" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenção" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Cuidado" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perigo" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erro" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Dica" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" -#: cmd/build.py:74 +#: 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" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:109 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:131 +#: transforms/__init__.py:258 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: 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/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: 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 "" -#: cmd/build.py:212 -msgid "console output options" +#: 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:219 -msgid "increase verbosity (can be repeated)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: 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 "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Recolher painel lateral" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Ir" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Exibir Fonte" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Conteúdo" - -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "Pesquisar %(docstitle)s" - -#: 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" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Página de Pesquisa" - -#: 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" - -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Índice Geral" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "todas as funções, classes, termos" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Esta Página" - -#: themes/basic/genindex-single.html:26 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for 'any' cross-reference %r: could be %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 numa página" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Pesquisa rápida" - -#: 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/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/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 estes documentos" - -#: 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 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/layout.html:201 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Última actualização em %(last_updated)s." - -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "%r reference target not found: %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Por favor ligue o JavaScript para habilitar a\nfuncionalidade de pesquisa." +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continuação da página anterior" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "pesquisar" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Esconder Resultados da Pesquisa" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Resultados da Pesquisa" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "" -#: 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 sua pesquisa não encontrou nenhum documento. Por favor, confirme que todas as palavras estão escritas corretamente e que selecionou categorias suficientes." +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" -#: 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] "" -msgstr[2] "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "A Pesquisar" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "A preparar a pesquisa..." +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Versão" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", em" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/latex/transforms.py:121 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/transforms.py:487 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/theming.py:87 #, 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" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandir painel lateral" - -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/latex/__init__.py:115 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (no módulo %s)" +msgid "The LaTeX files are in %(outdir)s." +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (no módulo %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 "" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (variável interna)" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" -#: domains/python/__init__.py:217 +#: builders/latex/__init__.py:167 #, python-format -msgid "%s (built-in class)" -msgstr "%s (classe interna)" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (classe em %s)" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (método de classe %s)" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (método estático %s)" +msgid "logo file %r does not exist" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/latex/__init__.py:529 #, python-format -msgid "%s (%s property)" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: domains/python/__init__.py:478 +#: builders/latex/__init__.py:537 #, python-format -msgid "%s (type alias in %s)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Índice de Módulos do Python" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "módulos" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Obsoleto" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "excepção" - -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "método de classe" - -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "método estático" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:115 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:351 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (obsoleto)" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -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/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:386 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índice Geral" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "índice" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "membro" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "próximo" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tipo" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "anterior" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:884 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variável" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "variável de ambiente; %s" +msgid "cannot copy extra file %r" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s command line option" +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:321 -msgid "command line option" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "Termo de glossário" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "token de gramática" - -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "rótulo de referência" - -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "variável de ambiente" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opção de programa" - -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Índice de Módulos" - -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1361 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1380 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:1395 #, python-format -msgid "the link has no caption: %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:1400 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1157 +#: builders/html/__init__.py:1422 #, python-format -msgid "invalid numfig_format: %s" +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:1453 +#: builders/html/__init__.py:1435 #, python-format -msgid "undefined label: %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 "" -#: domains/std/__init__.py:1456 +#: 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 "Failed to create a cross reference. A title or caption not found: %r" +msgid "%s %s documentation" +msgstr "Documentação %s %s" + +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(em %s v%s)" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "see %s" -msgstr "ver %s" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "see also %s" -msgstr "ver também %s" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "image file not readable: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "image file %s not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "download file not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:311 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.:" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %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." +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: 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 "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "índice" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "próximo" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "anterior" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: 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 "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:135 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:1216 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "favicon file %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/apidoc/_cli.py:291 #, 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 "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "%s %s documentation" -msgstr "Documentação %s %s" +msgid "invalid value set (missing opening brace): %s" +msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: 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)." +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Versão" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parâmetros" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "invalid value for class-doc-from option: %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" +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1021 +#, 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/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: 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 "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3767,451 +3606,642 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#: _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 "" + +#: _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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Recolher painel lateral" + +#: 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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Pesquisar" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ir" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Exibir Fonte" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Conteúdo" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Pesquisa rápida" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Paginas de índice por letra" + +#: 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/genindex-split.html:17 +msgid "can be huge" +msgstr "pode ser enorme" + +#: themes/basic/search.html:20 +msgid "" +"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 "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "pesquisar" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegação" + +#: themes/basic/layout.html:115 #, python-format -msgid "Failed to remove %s: %s" +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/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 "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Última actualização em %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)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 "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Esta Página" + +#: 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/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Pesquisar %(docstitle)s" + +#: 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 é" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "a documentação de" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "última actualização" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Índices e tabelas:" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Tabela de Conteúdos Completa" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "Listar todas as secções e subsecções" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Página de Pesquisa" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "Pesquisar esta documentação" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Índice Global de Módulos" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "acesso rápido a todos os módulos" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "todas as funções, classes, termos" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)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)" +#: 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:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: 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" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Alterações na biblioteca" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Alterações na API C" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Outras alterações" -#: 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" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Resultados da Pesquisa" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:214 -msgid "project version, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "A Pesquisar" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "A preparar a pesquisa..." -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", em" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Esconder Resultados da Pesquisa" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandir painel lateral" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:335 #, python-format -msgid "%s is not a directory." +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: 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/_extension.py:102 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "see %s" +msgstr "ver %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 "" +msgid "see also %s" +msgstr "ver também %s" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(em %s v%s)" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membro" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" +#: 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 "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variáveis" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Levanta" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (no módulo %s)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (no módulo %s)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:184 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (variável interna)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (classe interna)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (classe em %s)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:285 #, 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 "%s() (%s class method)" +msgstr "%s() (método de classe %s)" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (método estático %s)" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:440 +#, python-format +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/python/__init__.py:480 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Índice de Módulos do Python" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "módulos" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Obsoleto" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "excepção" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "método de classe" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "método estático" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (obsoleto)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "variável de ambiente; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "Termo de glossário" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "token de gramática" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "rótulo de referência" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "variável de ambiente" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "opção de programa" + +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Índice de Módulos" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variável" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo index 1205f1588da..a579ae573ae 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 752414c9c58..897421f64bb 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -20,141 +20,276 @@ msgstr "" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabelul %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Cod %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Proiectul necesită minim Sphinx v%s și de aceea nu poate fi construit cu această versiune." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "eșuat: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +297,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,257 +310,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" -msgstr "Fig. %s" +msgid "source_parser for %r is already registered" +msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" -msgstr "Tabelul %s" +msgid "Source parser for %s not registered" +msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" -msgstr "Cod %s" - -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +msgid "Translator for %r already exists" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "math renderer %s is already registered" msgstr "" -#: config.py:882 +#: registry.py:531 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: highlighting.py:170 -#, python-format -msgid "Pygments lexer name %r is not known" +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:209 +#: registry.py:547 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "Could not import extension %s" msgstr "" -#: theming.py:115 +#: registry.py:554 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:120 +#: registry.py:567 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:135 +#: registry.py:579 #, python-format -msgid "unsupported theme option %r given" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:208 +#: registry.py:605 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:228 +#: roles.py:206 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:268 +#: roles.py:229 #, python-format -msgid "The %r theme has circular inheritance" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:276 +#: roles.py:251 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:282 +#: roles.py:274 #, python-format -msgid "The %r theme has too many ancestors" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:310 +#: roles.py:294 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Propuneri de Îmbunătățire Python; PEP %s" -#: theming.py:335 theming.py:388 +#: roles.py:317 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:339 +#: roles.py:355 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:343 theming.py:391 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 +#: highlighting.py:170 #, python-format -msgid "Unknown event name: %s" +msgid "Pygments lexer name %r is not known" msgstr "" -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -440,1047 +540,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Propuneri de Îmbunătățire Python; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[sursă]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[documentație]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Codul modulului" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Codul sursă pentru %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Prezentare generală: codul modulului" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Toate modulele pentru care este disponibil codul sursă

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" 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: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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:286 msgid "" -"====================== slowest reading durations =======================" +"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 "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: 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 "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:148 +#: cmd/quickstart.py:367 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:406 +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 "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" 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/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Creating file %s." msgstr "" -#: ext/imgconverter.py:83 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:519 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/graphviz.py:328 +#: cmd/quickstart.py:530 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:572 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"\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 "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" -msgstr "[grafic: %s]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[grafic]" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "De făcut" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "înregistrarea inițială" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:627 +msgid "project name" 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" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:644 +msgid "release of project" 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" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:660 +msgid "use epub" 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." +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/other.py:119 +#: cmd/quickstart.py:670 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "enable %s extension" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:686 +msgid "create makefile" 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" -msgstr "" - -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Integrate" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Nivelul modul" - -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:224 +#: cmd/quickstart.py:809 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: 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 "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: 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." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:84 +#: cmd/build.py:357 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (funcție integrată)" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:184 domains/python/__init__.py:289 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (metoda %s)" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (clasă)" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variabilă globală sau constantă)" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumente" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Generează" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Întoarce" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Tipul întors" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/javascript.py:374 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +msgid "%s (module)" +msgstr "%s (modul)" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funcție" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "metodă" -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "clasă" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "data" -#: 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 "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atribut" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modul" -#: builders/texinfo.py:89 +#: domains/javascript.py:458 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/__init__.py:322 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "(în" - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/changeset.py:26 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/changeset.py:27 #, python-format -msgid "error writing file Makefile: %s" -msgstr "" +msgid "Changed in version %s" +msgstr "Schimbat în versiunea %s" -#: builders/_epub_base.py:223 +#: domains/changeset.py:28 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Învechit începând cu versiunea %s" -#: builders/_epub_base.py:433 +#: domains/changeset.py:29 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:464 +#: domains/math.py:73 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (directivă)" -#: builders/_epub_base.py:591 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "directivă" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "rol" -#: builders/gettext.py:244 +#: domains/rst.py:262 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:75 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/singlehtml.py:35 +#: domains/citation.py:92 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:347 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:352 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1551,2099 +1468,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:203 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 "Index" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Note de subsol" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: 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 "" -#: util/i18n.py:236 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "Invalid Babel locale: %r." +msgid "[image: %s]" +msgstr "[figura: %s]" + +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[figură]" + +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Note de subsol" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" -msgstr "[figura: %s]" +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[figură]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autorul secțiunii:" -#: 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 "Index" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autorul modulului:" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: 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" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "De făcut" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:154 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:166 +msgid "original entry" +msgstr "înregistrarea inițială" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[sursă]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:591 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[documentație]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Codul modulului" + +#: ext/viewcode.py:359 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "

Source code for %s

" +msgstr "

Codul sursă pentru %s

" + +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Prezentare generală: codul modulului" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Toate modulele pentru care este disponibil codul sursă

" + +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:473 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:492 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" 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." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funcție integrată)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (metoda %s)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" -msgstr "%s() (clasă)" +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variabilă globală sau constantă)" +msgid "'%s' is not a valid option." +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumente" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Generează" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Întoarce" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Tipul întors" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:297 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funcție" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "metodă" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "clasă" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "data" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atribut" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modul" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "Added in version %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:328 #, python-format -msgid "Changed in version %s" -msgstr "Schimbat în versiunea %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "Învechit începând cu versiunea %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" -msgstr "%s (directivă)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "%s (rol)" +msgid "[graph: %s]" +msgstr "[grafic: %s]" -#: domains/rst.py:234 -msgid "directive" -msgstr "directivă" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[grafic]" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "rol" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:85 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Atenție" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Avertisment" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Pericol" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Eroare" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(în" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Sugestie" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Important" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Notă" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Vezi și" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Sfat" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Atenționare" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:29 #, python-format -msgid "Please enter one of %s." +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:229 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Integrate" -#: 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)." +#: builders/changes.py:77 +msgid "Module level" +msgstr "Nivelul modul" + +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:241 +#: builders/changes.py:138 #, python-format -msgid "Selected root path: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: 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." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: 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." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:367 +#: builders/text.py:27 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:315 #, python-format -msgid "Creating file %s." +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:343 #, python-format msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:367 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic 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 "" -#: cmd/quickstart.py:627 -msgid "project name" +#: 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:630 -msgid "author names" +#: 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:637 -msgid "version of project" +#: 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:644 -msgid "release of project" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:670 +#: builders/singlehtml.py:35 #, python-format -msgid "enable %s extension" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenție" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Avertisment" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Pericol" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Eroare" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Sugestie" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Notă" -#: cmd/build.py:74 +#: 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" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:109 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:131 +#: transforms/__init__.py:258 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: 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/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: 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 "" -#: cmd/build.py:212 -msgid "console output options" +#: 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:219 -msgid "increase verbosity (can be repeated)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: 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 "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Ascundere bară laterală" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." 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" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Caută" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Vezi Sursa" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Cuprins" - -#: themes/basic/opensearch.xml:4 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "Search %(docstitle)s" -msgstr "Caută %(docstitle)s" - -#: 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:507 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/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Această Pagină" - -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +msgid "more than one target found for 'any' cross-reference %r: could be %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 "Index complet" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Căutare rapidă" - -#: 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/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/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigare" - -#: themes/basic/layout.html:115 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Caută în %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Despre aceste documente" - -#: 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 "© %(copyright_prefix)s %(copyright)s." +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/layout.html:201 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Ultima actualizare la %(last_updated)s." - -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "%r reference target not found: %s" msgstr "" -#: 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." +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continuare din pagina precedentă" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "căutare" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Ascunde Rezultatele Căutării" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Rezultatele Căutării" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "" -#: 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 "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." +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simboluri" -#: 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] "" -msgstr[2] "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Căutare" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Se pregătește căutarea..." +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Versiune" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", în" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/latex/transforms.py:121 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/transforms.py:487 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/theming.py:87 #, 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ă" - -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/latex/__init__.py:115 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (în modulul %s)" +msgid "The LaTeX files are in %(outdir)s." +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (în modulul %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 "" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (variabilă integrată)" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" -#: domains/python/__init__.py:217 +#: builders/latex/__init__.py:167 #, python-format -msgid "%s (built-in class)" -msgstr "%s (clasă integrată)" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (clasa în %s)" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (metoda clasei %s)" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (metoda statică %s)" +msgid "logo file %r does not exist" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/latex/__init__.py:529 #, python-format -msgid "%s (%s property)" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: domains/python/__init__.py:478 +#: builders/latex/__init__.py:537 #, python-format -msgid "%s (type alias in %s)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Indexul de Module Python" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "module" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Învechit" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "excepție" - -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "metoda clasei" - -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "metodă statică" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:115 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:351 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr "(învechit)" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametrii" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variabile" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Generează" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:386 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Index General" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "index" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "membru" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "următor" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tip" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "precedent" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enumerator" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerator" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:884 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variabilă" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "variabilă de mediu; %s" +msgid "cannot copy extra file %r" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s command line option" +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:321 -msgid "command line option" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "termen de glosar" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "element de gramatică" - -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "etichetă de referință" - -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "variabilă de mediu" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "opțiune a programului" - -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Index al modulelor" - -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1361 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1380 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:1395 #, python-format -msgid "the link has no caption: %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:1400 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1157 +#: builders/html/__init__.py:1422 #, python-format -msgid "invalid numfig_format: %s" +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:1453 +#: builders/html/__init__.py:1435 #, python-format -msgid "undefined label: %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 "" -#: domains/std/__init__.py:1456 +#: 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 "Failed to create a cross reference. A title or caption not found: %r" +msgid "%s %s documentation" +msgstr "%s %s documentație" + +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(în %s v%s)" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "see %s" -msgstr "vezi %s" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "see also %s" -msgstr "vezi și %s" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboluri" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "image file not readable: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "image file %s not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "download file not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:311 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.:" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %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." +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: 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 "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "index" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "următor" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "precedent" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: 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 "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:135 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:1216 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "favicon file %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/apidoc/_cli.py:291 #, 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 "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "%s %s documentation" -msgstr "%s %s documentație" +msgid "invalid value set (missing opening brace): %s" +msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: 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)." +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Versiune" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametrii" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: 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" +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1021 +#, 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/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" + +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: 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 "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3767,451 +3606,642 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#: _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 "" + +#: _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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Ascundere bară laterală" + +#: 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/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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Caută" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Vezi Sursa" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Cuprins" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Căutare rapidă" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indexează paginile dupa literă" + +#: 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/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." +msgstr "" + +#: themes/basic/search.html:35 +msgid "search" +msgstr "căutare" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigare" + +#: themes/basic/layout.html:115 #, python-format -msgid "Failed to remove %s: %s" +msgid "Search within %(docstitle)s" +msgstr "Caută în %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Despre aceste documente" + +#: 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 "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Ultima actualizare la %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)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 "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Această Pagină" + +#: 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/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Caută %(docstitle)s" + +#: 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" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "documentația pentru" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "ultima actualizare" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indici și tabele:" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Cuprinsul Complet" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "lista tuturor secțiunilor si a subsecțiunilor" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Pagină de Căutare" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "caută în această documentație" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Index Module Globale" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "acces rapid la toate modulele" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "toate funcțiile, clasele, termenii" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)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)" +#: 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:145 -msgid "put module documentation before submodule documentation" -msgstr "" +#: 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" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Schimbări în bibliotecă" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Schimbări în API C" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Alte schimbări" -#: 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" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Rezultatele Căutării" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:214 -msgid "project version, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Căutare" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Se pregătește căutarea..." -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", în" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Ascunde Rezultatele Căutării" -#: ext/apidoc/_cli.py:240 +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandare bară laterală" + +#: environment/adapters/toctree.py:335 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:360 #, python-format -msgid "%s is not a directory." +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "see %s" +msgstr "vezi %s" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "see also %s" +msgstr "vezi și %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" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "membru" + +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "tip" + +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(în %s v%s)" +#: 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" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variabile" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Generează" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (în modulul %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (în modulul %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (variabilă integrată)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (clasă integrată)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (clasa în %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (metoda clasei %s)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (metoda statică %s)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Indexul de Module Python" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "module" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Învechit" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "excepție" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "metoda clasei" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "metodă statică" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:814 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid value for member-order option: %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr "(învechit)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "variabilă de mediu; %s" -#: ext/autodoc/__init__.py:460 +#: domains/std/__init__.py:116 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "termen de glosar" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "element de gramatică" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "etichetă de referință" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "variabilă de mediu" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "opțiune a programului" + +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Index al modulelor" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "variabilă" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo index 817d79035a8..6239b984f89 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 51b9e1cc421..498113183e1 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Dunaevsky Maxim , 2024\n" "Language-Team: Russian (http://app.transifex.com/sphinx-doc/sphinx-1/language/ru/)\n" @@ -28,141 +28,276 @@ msgstr "" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "в конфигурационной папке нет файла conf.py file (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "Расширение %s требуется для настройки needs_extensions, но оно не загружено." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "не удалось переопределить настройку словаря %r, пропускается (используйте %r для установки значений отдельных элементов)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "недопустимое число %r для настройки %r, пропускается" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "не удалось переопределить настройку %r с неподдерживаемым типом, пропускается" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "неизвестное значение параметра конфигурации %r в переопределении, пропускается" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "Нет такого значения конфигурации: %r" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Ключ конфигурации %r уже существует" + +#: config.py:552 #, 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)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +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)." + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Синтаксическая ошибка в вашем файле конфигурации: %s\n" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Файл конфигурации (или один из импортированных модулей) вызвал sys.exit()" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "В вашем файле конфигурации программная ошибка:\n\n%s" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Преобразование `source_suffix = %r` в `source_suffix = %r`." + +#: config.py:676 +#, 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)." + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Раздел %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Рис. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Таблица %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Список %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "Для настройки `{name}` возможны значения {candidates}, но указано `{current}`." + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Значение настройки `{name}' имеет тип `{current.__name__}'; ожидается {permitted}." + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Значение настройки `{name}' имеет тип `{current.__name__}', приведено к значению по умолчанию `{default.__name__}'." + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r не найден, пропускается." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Не удалось найти исходный каталог (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Целевой путь (%s) не является каталогом" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Исходный и целевой каталоги не должны совпадать" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Запуск Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Проект требует версию Sphinx не ниже v%s и не может быть построен текущей версией." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "создание целевого каталога" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "при настройку расширения %s:" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "загрузка переводов [%s]... " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "готово" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "недоступно для встроенных сообщений" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "загрузка фиксированного окружения" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "ошибка: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Сборщик не указан, по умолчанию используется html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "сборка завершена с проблемами." -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "сборка успешна." -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "сборка завершена с проблемами, 1 предупреждение (с предупреждениями, рассматриваемыми как ошибки)." -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "сборка завершена с проблемами, 1 предупреждение." -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "сборка успешна, 1 предупреждение." -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "сборка завершена с проблемами, %s предупреждений (в том числе с предупреждениями, рассматриваемыми как ошибки)." -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "сборка завершена с проблемами, %s предупреждений." -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "сборка успешна, %s предупреждение(-ий)." -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "узел класса %r уже зарегистрирован, его посетители будут переопределены" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -170,12 +305,12 @@ msgid "" "explicit" msgstr "расширение %s не определено как безопасное для параллельного чтения; если вы полагаете что это не так - пожалуйста, попросите автора проверить и явно указать это" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "расширение %s не безопасно для параллельного чтения" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -183,159 +318,213 @@ msgid "" "explicit" msgstr "расширение %s не объявлено как безопасное для параллельное записи; если вы считаете что это не так - пожалуйста, попросите автора проверить и явно указать это" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "расширение %s не безопасно использует параллельную записи" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "в конфигурационной папке нет файла conf.py file (%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 "Обнаружено некорректное значение настройки: 'language = None'. Обновите настройки, указав корректный код языка. Откат к 'en' (English)." +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "Расширение %s требуется для настройки needs_extensions, но оно не загружено." -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +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)." -#: config.py:399 +#: events.py:81 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "не удалось переопределить настройку словаря %r, пропускается (используйте %r для установки значений отдельных элементов)" +msgid "Event %r already present" +msgstr "Событие %r уже существует" -#: config.py:411 +#: events.py:379 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "недопустимое число %r для настройки %r, пропускается" +msgid "Unknown event name: %s" +msgstr "Неизвестное событие: %s" -#: config.py:419 +#: events.py:424 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "не удалось переопределить настройку %r с неподдерживаемым типом, пропускается" +msgid "Handler %r for event %r threw an exception" +msgstr "Обработчик %r для события %r возбудил исключение" -#: config.py:442 +#: registry.py:162 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "неизвестное значение параметра конфигурации %r в переопределении, пропускается" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Отсутствует аттрибут \"name\" у класса сборщика %s." -#: config.py:496 +#: registry.py:166 #, python-format -msgid "No such config value: %r" -msgstr "Нет такого значения конфигурации: %r" +msgid "Builder %r already exists (in module %s)" +msgstr "Сборщик %r уже существует (в модуле %s)." -#: config.py:524 +#: registry.py:182 #, python-format -msgid "Config value %r already present" -msgstr "Ключ конфигурации %r уже существует" +msgid "Builder name %s not registered or available through entry point" +msgstr "Сборщик %s не зарегистрирован явно или через ресурсы пакетов." -#: config.py:561 +#: registry.py:192 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "Builder name %s not registered" +msgstr "Сборщик %s не зарегистрирован." -#: config.py:603 +#: registry.py:199 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Синтаксическая ошибка в вашем файле конфигурации: %s\n" +msgid "domain %s already registered" +msgstr "домен %s уже зарегистрирован" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Файл конфигурации (или один из импортированных модулей) вызвал sys.exit()" +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "домен %s не зарегистрирован" -#: config.py:615 +#: registry.py:230 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "В вашем файле конфигурации программная ошибка:\n\n%s" +msgid "The %r directive is already registered to domain %s" +msgstr "Директива %r уже зарегистрирована в домене %s" -#: config.py:637 +#: registry.py:248 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r role is already registered to domain %s" +msgstr "Роль %r уже зарегистрирована в домене %s" -#: config.py:655 config.py:663 +#: registry.py:261 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Преобразование `source_suffix = %r` в `source_suffix = %r`." +msgid "The %r index is already registered to domain %s" +msgstr "Индекс %r уже зарегистрирован в домене %s" -#: config.py:669 +#: registry.py:308 #, 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 object_type is already registered" +msgstr "object_type %r уже зарегистрирован" -#: config.py:690 +#: registry.py:339 #, python-format -msgid "Section %s" -msgstr "Раздел %s" +msgid "The %r crossref_type is already registered" +msgstr "%r crossref_type уже зарегистрирован" -#: config.py:691 +#: registry.py:348 #, python-format -msgid "Fig. %s" -msgstr "Рис. %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r уже зарегистрирован" -#: config.py:692 +#: registry.py:358 #, python-format -msgid "Table %s" -msgstr "Таблица %s" +msgid "source_parser for %r is already registered" +msgstr "source_parser для %r уже зарегистрирован" -#: config.py:693 +#: registry.py:367 #, python-format -msgid "Listing %s" -msgstr "Список %s" +msgid "Source parser for %s not registered" +msgstr "Парсер исходного кода %s не зарегистрирован" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "Для настройки `{name}` возможны значения {candidates}, но указано `{current}`." +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" +msgstr "Перевод для %r уже существует" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Значение настройки `{name}' имеет тип `{current.__name__}'; ожидается {permitted}." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "kwargs для функции add_node() должны быть кортежем (visit, depart): %r=%r" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "Значение настройки `{name}' имеет тип `{current.__name__}', приведено к значению по умолчанию `{default.__name__}'." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r уже зарегистрирован" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r не найден, пропускается." +msgid "math renderer %s is already registered" +msgstr "Движок отрисовки math %s уже зарегистрирован" -#: config.py:882 +#: registry.py:531 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "расширение %r является частью Sphinx начиная с версии %s; это расширение игнорируется." -#: highlighting.py:170 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "Изначальное исключение:\n" + +#: registry.py:547 +#, python-format +msgid "Could not import extension %s" +msgstr "Не удалось загрузить расширение %s" + +#: registry.py:554 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "расширение %r не определяет функцию setup(); это действительно модуль расширения Sphinx?" + +#: registry.py:567 +#, 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 +#, 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 +#, python-format +msgid "`None` is not a valid filetype for %r." +msgstr "`None` не является корректным типом файла для %r." + +#: roles.py:206 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "Common Vulnerabilities and Exposures; CVE %s" + +#: roles.py:229 +#, python-format +msgid "invalid CVE number %s" +msgstr "неправильный номер CVE %s" + +#: roles.py:251 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "Common Weakness Enumeration; CWE %s" + +#: roles.py:274 +#, python-format +msgid "invalid CWE number %s" +msgstr "неправильный номер CWE %s" + +#: roles.py:294 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Предложения об улучшениях Python; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "неправильный номер PEP %s" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "неправильный номер RFC %s" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Неизвестный лексер Pygments %r" @@ -347,1605 +536,742 @@ msgid "" "Retrying in relaxed mode." msgstr "Разбор literal_block %r как \"%s\" завершилось ошибкой на токене: %r. Перезапуск в relaxed mode." -#: theming.py:115 +#: 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." + +#: theming.py:117 #, 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)." -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "параметр %s.%s не встречается ни в одной из найденных настроек тем" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "указана неподдерживаемая опция темы %r" -#: theming.py:208 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "файл %r указанной темы не является корректным ZIP-архивов или не содержит тему" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "не найдена тема %r (потерян theme.toml?)" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "Тема %r имеет циклическое наследование" -#: theming.py:276 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "Тема %r наследуется от темы %r, которая не загружена. Загруженные темы: %s" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "У темы %r слишком много предков" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "файл конфигурации темы не найден в %r" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "тема %r не имеет таблицы \"theme\"" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "В теме %r \"[theme]\" не является таблицей" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "В теме %r должна быть определена настройка \"theme.inherit\"" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "В теме %r \"[options]\" не является таблицей" -#: theming.py:366 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "Настройка \"theme.pygments_style\" должна быть таблицей. Подсказка: \"%s\"" -#: events.py:77 -#, python-format -msgid "Event %r already present" -msgstr "Событие %r уже существует" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "автоматически вставлены docstrings из модулей" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Неизвестное событие: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "автоматическое тестирование фрагментов кода в блоках doctest" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "Обработчик %r для события %r возбудил исключение" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "связь между разными проектами Sphinx" -#: 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 ." +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "укажите записи \"todo\", которые могут быть показаны или скрыты при сборке" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "Пропущен нечитаемый документ %r." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "проверка полноты документации" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Отсутствует аттрибут \"name\" у класса сборщика %s." +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "включить математику, отображаемую как изображения PNG или SVG" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Сборщик %r уже существует (в модуле %s)." +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "включить математику, отображаемую в браузере с помомощью MathJax" -#: registry.py:187 -#, python-format -msgid "Builder name %s not registered or available through entry point" -msgstr "Сборщик %s не зарегистрирован явно или через ресурсы пакетов." +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "условное включение содержимого на основе значений конфигурации" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "Сборщик %s не зарегистрирован." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "включить ссылки на исходный код документируемых объектов Python" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "домен %s уже зарегистрирован" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "создать файл .nojekyll для публикации документа на GitHub Pages" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "домен %s не зарегистрирован" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Пожалуйста, укажите корректный путь." -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "Директива %r уже зарегистрирована в домене %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Пожалуйста, введите текст." -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "Роль %r уже зарегистрирована в домене %s" +msgid "Please enter one of %s." +msgstr "Пожалуйста, введите одно из %s." -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "Индекс %r уже зарегистрирован в домене %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Пожалуйста, введите 'y' или 'n'." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "object_type %r уже зарегистрирован" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Пожалуйста, введите расширение файла, например, '.rst' или '.txt'." -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "%r crossref_type уже зарегистрирован" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Добро пожаловать в утилиту quickstart Sphinx %s." -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r уже зарегистрирован" +#: 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 "Пожалуйста, введите значения для следующих настроек (нажмите Enter для\nиспользования значения по умолчанию, оно указано в квадратных скобках)." -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser для %r уже зарегистрирован" +msgid "Selected root path: %s" +msgstr "Выбранный корневой путь: %s" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "Парсер исходного кода %s не зарегистрирован" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Введите корневой путь для документации." -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "Перевод для %r уже существует" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Корневой каталог документации" -#: 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" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Ошибка: по указанному корневому пути уже существует conf.py." -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r уже зарегистрирован" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart не будет перезаписывать существующие проекты Sphinx." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "Движок отрисовки math %s уже зарегистрирован" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Пожалуйста, укажите новый корневой путь (или нажмите Enter для выхода)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." -msgstr "расширение %r является частью Sphinx начиная с версии %s; это расширение игнорируется." - -#: registry.py:543 -msgid "Original exception:\n" -msgstr "Изначальное исключение:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "Не удалось загрузить расширение %s" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Разделить каталоги исходных файлов и результатов сборки (y/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" -msgstr "расширение %r не определяет функцию setup(); это действительно модуль расширения Sphinx?" +"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файлов. Вы можете ввести другой префикс (например, \".\") для замены знака подчёркивания." -#: registry.py:565 -#, 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, поэтому он не может быть собран с этой версией." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Префикс имен каталогов с шаблонами и статикой" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "`None` не является корректным типом файла для %r." +"The project name will occur in several places in the built documentation." +msgstr "Название проекта будет встречаться в нескольких местах рабочей документации." -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Название проекта" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "неправильный номер CVE %s" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Имя(ена) автора(ов)" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "Common Weakness Enumeration; CWE %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 использует понятия \"версия\" и \"релиз\" для \nпрограммного обеспечения. Каждая версия может иметь несколько релизов. Например, для\nPyhon версии выглядят как 2.5 или 3.0, при этом релизы\nвыглядят как 2.5.1 или 3.0a1. Если вам не нужна двойная структура,\nпросто используйте одно и то же значение для обоих параметров." -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "неправильный номер CWE %s" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Версия проекта" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Предложения об улучшениях Python; PEP %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Релиз проекта" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "неправильный номер PEP %s" +#: 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 "Если для написания документации используется язык, отличный от английского,\nвы можете указать его здесь, выбрав нужный код языка. Затем Sphinx переведёт генерируемый текст на этот язык.\n\nДля получения списка поддерживаемых кодов см.\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "неправильный номер RFC %s" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Язык проекта" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[исходный код]" +#: 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 "Расширение исходных файлов. Как правило, это \".txt\"\nили \".rst\". Только файлы с указанным расширением считаются документами." -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "подсветка кода модуля... " +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Суффикс исходный файлов" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[документация]" +#: 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 "" -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Код модуля" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Название основного документа (без суффикса)" -#: ext/viewcode.py:353 +#: cmd/quickstart.py:367 #, python-format -msgid "

Source code for %s

" -msgstr "

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

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Обзор: исходный код модуля" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Ошибка: основной файл %s уже существует в корневом каталоге по указанному пути." -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart не перезапишет существующий файл." -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:377 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "прямая ссылка %r должна быть заменена на extlink (попробуйте использовать %r)" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "секция \"%s\" отмечена как \"%s\"" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Введите имя нового файла, или переименуйте существующий файл и нажмите Enter" -#: 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:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Укажите, какие из расширений Sphinx должны быть включены:" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Ссылка на эту формулу" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Примечание: imgmath и mathjax не могут быть включены одновременно. imgmath выключен." -#: ext/duration.py:90 +#: cmd/quickstart.py:406 msgid "" -"====================== slowest reading durations =======================" -msgstr "" +"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." -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "не указан '+' или '-' в опции '%s'." +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Создать Makefile? (y/n)" -#: ext/doctest.py:124 +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Создать файл команд Windows? (y/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' — некорректная опция." +msgid "Creating file %s." +msgstr "Создание файла %s." -#: ext/doctest.py:139 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' некорректная опция pyversion" +msgid "File %s already exists, skipping." +msgstr "Файл %s уже существует, пропускаем." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "неправильный тип TestCode" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Завершено: Исходная структура каталогов создана." -#: ext/doctest.py:297 +#: cmd/quickstart.py:519 #, 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." +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "Теперь вам нужно заполнить свой основной файл %s и создать другие\nисходные файлы документации. " -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Используйте Makefile для сборки документации, например:\n make builder" -#: ext/doctest.py:568 +#: cmd/quickstart.py:530 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "пропускается некорректный код doctest: %r" +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/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "Команда LaTeX %r не может быть выполнена (требуется для отображения математики), проверьте настройку imgmath_latex" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "где \"builder\" - один из поддерживаемых сборщиков, например, html, latex или linkcheck." -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:572 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "Команда %s %r не может быть выполнена (требуется для отображения математики), проверьте настройку imgmath_%s" +"\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проекте и затем полностью сгенерирует каталог документации и пример\nMakefile для использования со sphinx-build.\n" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "отображение latex %r: %s" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "Для получения дополнительной информации посетите ." -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "встроенный LaTeX %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "тихий режим" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "некорректное регулярное выражение %r в %s" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "корень проекта" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "модуль %s не может быть импортирован: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Опции структуры" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "следующие модули документированы но не указаны в coverage_modules: %s" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "если указано, разделить исходный и целевой каталоги" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "следующие модули указаны в coverage_modules но не документированы" - -#: 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/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/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 "исходный элемент" - -#: 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: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" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Нельзя одновременно использовать опции \"%s\" и \"%s\"" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -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" -msgstr "" - -#: directives/code.py:276 -#, 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 "" - -#: directives/code.py:314 -#, 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 теперь рассчитывает абсолютный путь относительно исходного каталога. Пожалуйста, обновите свой документ." - -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "глобальный шаблон toctree %r не соответствует ни одному документу" - -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, 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 не является списком" - -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Обзорный файл находится в %(outdir)s." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "нет изменений в версии %s." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "запись итогового файла..." - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Встроенные функции" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Модуль" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "копирование исходных файлов..." - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "не удалось прочитать %r для создания журнала изменений" - -#: 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\"; страницы руководств не были записаны" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "запись" - -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "Значение параметра \"man_pages\" ссылается на неизвестный документ %s" - -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "подходящий образ для сборщика %s не найден: %s (%s)" - -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "подходящий образ для сборщика %s не найден: %s" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "сборка [mo]:" - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "запись вывода..." - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "все из %d po-файлов" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "цели для %d файлов PO указаны" - -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "цели для %d файлов PO устарели" - -#: builders/__init__.py:319 -msgid "all source files" -msgstr "все исходные файлы" - -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "файл %r, указанный в аргументах командной строки, не существует," - -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "файл %r, переданный в командной строке, не найден в исходном каталоге, пропускается" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "файл %r, переданный в командной строке, не является корректным документом, пропускается" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "%d исходных файлов передано в командной строке" - -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "цели для %d не обновлённых исходных файлов" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "сборка [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "ищем файлы, устаревшие на данный момент... " - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "%d найден" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "ничего не найдено" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "проверка целостности" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "нет устаревших целей." - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "обновление окружения:" - -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s добавлено, %s изменено, %s удалено" - -#: 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 "Sphinx не может загрузить основной документ (%s) потому что он соответствует встроенному шаблону исключений %r. Пожалуйста, переместите свой основной документ в другое расположение." - -#: builders/__init__.py:540 -#, 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." - -#: builders/__init__.py:551 -#, 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 соответствует основному документу." - -#: builders/__init__.py:558 -#, 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). Основной документ должен размещаться внутри исходного каталога или в одном из его подкаталогов." - -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "чтение исходных файлов..." - -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "названия документов для записи: %s" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "подготовка документов" - -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "копирование материалов" - -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "неперекодируемые исходные символы, заменены на \"?\": %r" - -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Файл ePub находится в %(outdir)s." - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "запись файла nav.xhtml..." - -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "настройка \"epub_language\" (или \"language\") должна быть не пустой при использовании EPUB3" - -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "значение настройки \"epub_uid\" должно быть равно XML NAME для EPUB3" - -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "значение настройки \"epub_title\" (или \"html_title\") должно быть не пустым для EPUB3" - -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_author\" должно быть не пустым для EPUB3" - -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_contributor\" должно быть не пустым для EPUB3" - -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_description\" должно быть не пустым для EPUB3" - -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_publisher\" должно быть не пустым для EPUB3" - -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "значение настройки \"epub_copyright\" (или \"copyright\") должно быть не пустым для EPUB3" - -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_identifier\" должно быть не пустым для EPUB3" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "значение настройки \"version\" должно быть не пустым для EPUB3" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "некорректный css_file: %r, пропускается" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Файлы XML находятся в %(outdir)s." - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "ошибка записи файла %s: %s" - -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Файлы pseudo-XML находятся в %(outdir)s." - -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Файлы Texinfo находятся в %(outdir)s." - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "не найдено значение настройки \"texinfo_documents\"; документы не были записаны" - -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "значение настройки \"texinfo_documents\" указывает на несуществующий документ %s" - -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "обработка %s" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "разрешение ссылок..." - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (в " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "копирование изображений..." - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "Не получается скопировать файл изображения %r: %s" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "копирование файлов поддержки Texinfo" - -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "ошибка записи Makefile: %s" - -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "найден повторяющийся элемент оглавления: %s" - -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "Не получается считать файл изображение %r: скопируйте его" - -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "Не получается записать файл изображения %r: %s" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "Pillow не найден - копирование файлов изображений" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "запись файла mimetype..." - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "запись файла META-INF/container.xml..." - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "запись файла content.opf..." - -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "неизвестный mimetype для %s, пропускается" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "неправильный уровень узла" - -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "запись файла toc.ncx..." - -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "записывается %s файл..." - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Глупый сборщик не генерирует файлы." - -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Каталоги сообщений находятся в %(outdir)s." - -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "цели для %d файлов шаблонов" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "чтение шаблонов..." - -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "запись каталогов сообщений... " - -#: 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 "сборка единого документа" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "запись дополнительных файлов" - -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" - -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" -msgstr "сломанная ссылка: %s (%s)" - -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Якорь '%s' не найден" - -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Ошибка компиляции регулярного выражения в linkcheck_allowed_redirects: %r %s" - -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Текстовые файлы находятся в %(outdir)s." - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "противоречивые ссылки на сноску в переведённом сообщении. Оригинал: {0}, перевод: {1}" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "противоречивые ссылки в переведённом сообщении. Оригинал: {0}, перевод: {1}" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "противоречивые ссылки на цитату в переведённом сообщении. Оригинал: {0}, перевод: {1}" - -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "противоречивая ссылка на термин в переведённом сообщении. Оригинал: {0}, перевод: {1}" - -#: 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 "%b %d, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "не удалось рассчитать прогресс перевода!" - -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "нет переведённых элементов!" - -#: transforms/__init__.py:253 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "Найден четырёхстолбцовый индекс. Это может быть ошибкой используемого вами расширения: %r" - -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Сссылка на сноску [%s] не определена." - -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "Ссылка на сноску [*] не определена." - -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "Ссылка на сноску [#] отсутствует." - -#: _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 "Команды:" - -#: _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 "Для получения дополнительной информации посетите https://www.sphinx-doc.org/en/master/man/." - -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: ошибка: {1}\nВыполните '{0} --help' для получения информации" - -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "Управление документацией со Sphinx." - -#: _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 "Увеличить подробность (можно указать несколько раз)" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "если указано, разместить целевой каталог в исходном" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "Выводить только ошибки и предупреждения." +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "замена точки в _templates и т. п." -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Основные настройки проекта" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "название проекта" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "См. 'sphinx --help'.\n" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "имена авторов" -#: environment/__init__.py:86 -msgid "new config" -msgstr "новая конфигурация" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "версия проекта" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "конфигурация изменена" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "релиз проекта" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "расширения изменились" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "язык документа" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "версия окружения сборки отличается от текущей" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "суффикс исходных файлов" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "каталог исходных файлов изменился" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "название основного документа" -#: environment/__init__.py:325 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "Конфигурация изменилась (1 опция: %r)" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "использовать epub" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "Конфигурация изменилась (%d опций: %s)" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Опции расширения" -#: environment/__init__.py:336 +#: cmd/quickstart.py:670 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "Конфигурация изменилась (%d опций: %s, ...)" +msgid "enable %s extension" +msgstr "включить расширение %s" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Это окружение несовместимо с выбранным сборщиком, пожалуйста, выберите другой каталог doctree." +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "включить произвольные расширения" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Ошибка сканирования документов в %s: %r" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Создание Makefile и Batchfile" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" -msgstr "Домен %r не зарегистрирован" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "создать Makefile" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" -msgstr "документ не включен ни в одно оглавление" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "не создавать Makefile" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." -msgstr "найдено оглавление, ссылающееся на само себя. Пропускается." +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "создать batchfile" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "не создавать batchfile" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "ошибка чтения: %s, %s" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "использовать make-mode для Makefile/make.bat" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "ошибка записи: %s, %s" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Шаблонизация проекта" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s не существует" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "каталог шаблонов для файлов шаблонов" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "определить переменную шаблона" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Неправильный формат даты. Оберните строку в одинарные кавычки, если хоитет вывести её \"как есть\": %s" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "указано \"quiet\", но \"project\" или \"author\" не заданы." -#: util/docfields.py:103 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Проблема в домене %s: предполагается, что в поле должна использоваться роль '%s', но этой роли нет в домене." +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Ошибка: указанный путь не является каталогом или файлы Sphinx в нём уже существуют." -#: util/nodes.py:423 -#, python-format +#: cmd/quickstart.py:792 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r считается устаревшим для записей индекса (из записи %r). Вместо этого используйте 'pair: %s'." - -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "оглавление содержит ссылку на несуществующий файл %r" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart генерирует только в пустой каталог. Пожалуйста, укажите новый корневой путь." -#: util/nodes.py:706 +#: cmd/quickstart.py:809 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "исключение при вычислении значения директивы only: %s" - -#: util/display.py:82 -msgid "skipped" -msgstr "пропущено" +msgid "Invalid template variable: %s" +msgstr "Неправильная переменная шаблона: %s" -#: util/display.py:87 -msgid "failed" -msgstr "сбой" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "номер задания должен быть положительным числом" -#: util/osutil.py:131 -#, python-format +#: cmd/build.py:74 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" -msgstr "" +"\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. Он ищет 'conf.py' в SOURCEDIR для определения настроек\nконфигурации. Инструмент 'sphinx-quickstart' может быть использован для\nсоздания файлов шаблонов, включая 'conf.py'\n\nsphinx-build может создавать документацию в различных форматах. Формат\nвыбирается путем указания названия сборщика в аргументах командной\nстроки; по умолчанию используется HTML. Сборщики также могут\n выполнять другие задачи, связанные с обработкой документации.\n\nПо умолчанию собирается все что устарело. Вывод только для выбранных\nфайлов может быть реализован путем указания отдельных имен файлов.\n" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" -msgstr "" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "путь к исходным файлам документации" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "неизвестный тип узла: %r" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "путь к целевому каталогу" -#: util/fileutil.py:76 -#, python-format +#: cmd/build.py:109 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/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "роль по умолчанию %s не найдена" - -#: 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" - -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Сноски" - -#: writers/manpage.py:289 writers/text.py:945 -#, python-format -msgid "[image: %s]" -msgstr "[рисунок: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[рисунок]" - -#: 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 "Алфавитный указатель" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(опционально) список файлов для пересборки. Пропускается если указано --write-all" + +#: cmd/build.py:114 +msgid "general options" +msgstr "основные опции" + +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "используемый сборщик (по умолчанию: 'html')" -#: writers/latex.py:743 writers/texinfo.py:646 +#: cmd/build.py:131 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "запустить параллельно N процессов, если возможно. 'auto' соответствует числу ядер CPU" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "заголовок не внутри иллюстрации." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "записать все файлы (по умолчанию: записать только новые и изменённые файлы)" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "нереализованный тип узла: %r" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "не использовать сохраненное окружение, всегда читать все файлы" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "неизвестный %r toplevel_sectioning для класса %r" +#: cmd/build.py:150 +msgid "path options" +msgstr "опции пути" -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "неизвестная опция Babel для языка %r" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "каталог для дерева документов и файлов окружения (по умолчанию: OUTPUT_DIR/.doctrees)" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr "слишком большое значение :maxdepth:, пропускается." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "каталог с файлом конфигурации (conf.py) (по умолчанию: SOURCE_DIR)" -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "шаблон %s не найден; вместо этого загружается унаследованный %s" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "не использовать конфигурационный файл, только настройки, указанные в опциях -D" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "заголовок документа не является одиночным Text node" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "переопределяет настройки в конфигурационном файле" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" -msgstr "неподдерживаемый уровень заголовка рубрики: %s" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "передать значение в шаблон HTML" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "заданы tabularcolumns и опция :widths:. :widths: пропускается." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "определить тег: включить \"только\" блоги с ТЕГОМ" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "неправильная единица измерения %s. Пропускается." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "придирчивый режим: предупреждать обо всех потерянных ссылках" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "найдена запись неизвестного типа индекса %s" +#: cmd/build.py:212 +msgid "console output options" +msgstr "опции вывода в терминал" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Неправильный math_eqref_format: %r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "увеличить детальность (может повторяться несколько раз)" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Ссылка на это определение" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "без вывода в stdout, только предупреждения в stderr" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format не определён для %s" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Любые ID не разрешены для узла %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "использовать цветной вывод (по умолчанию: автоопределение)" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Ссылка на этот термин" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "не использовать цветной вывод (по умолчанию: автоопределение)" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Ссылка на этот заголовок" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "настройки предупреждений" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Ссылка на эту таблицу" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "запись предупреждений (и ошибок) в указанный файл" -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Ссылка на этот код" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "обрабатывать предупреждение как ошибки" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Ссылка на это изображение" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "отображать полный traceback при исключении" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Ссылка на это оглавление" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "запустить Pdb при исключении" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Не удалось получить размеры изображения. Опция :scale: пропускается." +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "возбудить исключение при предупреждении" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "Невозможно совмещать ключ -a и названия файлов" -#: domains/math.py:73 +#: cmd/build.py:357 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "повторяющаяся метка уравнения %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 должен быть указан в виде пары название=значение" -#: domains/javascript.py:182 +#: domains/javascript.py:183 #, python-format msgid "%s() (built-in function)" msgstr "%s() (встроенная функция)" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format msgid "%s() (%s method)" msgstr "%s() (метод %s)" -#: domains/javascript.py:185 +#: domains/javascript.py:186 #, python-format msgid "%s() (class)" msgstr "%s() (класс)" -#: domains/javascript.py:187 +#: domains/javascript.py:188 #, python-format msgid "%s (global variable or constant)" msgstr "%s (глобальная переменная или константа)" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format msgid "%s (%s attribute)" msgstr "%s (атрибут %s)" -#: domains/javascript.py:273 +#: domains/javascript.py:274 msgid "Arguments" msgstr "Аргументы" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 +#: domains/cpp/__init__.py:491 domains/javascript.py:281 msgid "Throws" msgstr "Бросает исключение" -#: 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 "Результат" -#: 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 "Тип результата" -#: domains/javascript.py:370 +#: domains/javascript.py:374 #, python-format msgid "%s (module)" msgstr "%s (модуль)" -#: 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:736 msgid "function" msgstr "функция" -#: domains/javascript.py:416 domains/python/__init__.py:744 +#: domains/javascript.py:420 domains/python/__init__.py:740 msgid "method" msgstr "метод" -#: 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:738 msgid "class" msgstr "класс" -#: domains/javascript.py:418 domains/python/__init__.py:741 +#: domains/javascript.py:422 domains/python/__init__.py:737 msgid "data" msgstr "данные" -#: domains/javascript.py:419 domains/python/__init__.py:747 +#: domains/javascript.py:423 domains/python/__init__.py:743 msgid "attribute" msgstr "атрибут" -#: domains/javascript.py:420 domains/python/__init__.py:750 +#: domains/javascript.py:424 domains/python/__init__.py:746 msgid "module" msgstr "модуль" -#: domains/javascript.py:454 +#: domains/javascript.py:458 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "повтор описания %s для %s, другое %s в %s" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + #: domains/changeset.py:26 #, python-format msgid "Added in version %s" @@ -1966,6 +1292,16 @@ msgstr "Устарело, начиная с версии %s" msgid "Removed in version %s" msgstr "Удалено в версии %s" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "повторяющаяся метка уравнения %s, также используется в %s" + +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Неправильный math_eqref_format: %r" + #: domains/rst.py:131 domains/rst.py:190 #, python-format msgid "%s (directive)" @@ -1993,1281 +1329,1325 @@ msgstr "" msgid "role" msgstr "роль" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "повторное описание %s %s, другой экземпляр в %s" - -#: 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] отсутствует." - -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Внимание" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Осторожно" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Опасно" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "Ошибка" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Подсказка" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "Важно" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "Примечание" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "См. также" - -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Совет" - -#: locale/__init__.py:237 -msgid "Warning" -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 "проверка полноты документации" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "повторное описание %s %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 "условное включение содержимого на основе значений конфигурации" +#: environment/__init__.py:88 +msgid "new config" +msgstr "новая конфигурация" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "включить ссылки на исходный код документируемых объектов Python" +#: environment/__init__.py:89 +msgid "config changed" +msgstr "конфигурация изменена" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "создать файл .nojekyll для публикации документа на GitHub Pages" +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "расширения изменились" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Пожалуйста, укажите корректный путь." +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "версия окружения сборки отличается от текущей" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Пожалуйста, введите текст." +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "каталог исходных файлов изменился" -#: cmd/quickstart.py:133 +#: environment/__init__.py:347 #, python-format -msgid "Please enter one of %s." -msgstr "Пожалуйста, введите одно из %s." - -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Пожалуйста, введите 'y' или 'n'." +msgid "The configuration has changed (1 option: %r)" +msgstr "Конфигурация изменилась (1 опция: %r)" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Пожалуйста, введите расширение файла, например, '.rst' или '.txt'." +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "Конфигурация изменилась (%d опций: %s)" -#: cmd/quickstart.py:229 +#: environment/__init__.py:358 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Добро пожаловать в утилиту quickstart Sphinx %s." +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "Конфигурация изменилась (%d опций: %s, ...)" -#: cmd/quickstart.py:234 +#: environment/__init__.py:401 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использования значения по умолчанию, оно указано в квадратных скобках)." +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Это окружение несовместимо с выбранным сборщиком, пожалуйста, выберите другой каталог doctree." -#: cmd/quickstart.py:241 +#: environment/__init__.py:515 #, python-format -msgid "Selected root path: %s" -msgstr "Выбранный корневой путь: %s" - -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Введите корневой путь для документации." - -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Корневой каталог документации" +msgid "Failed to scan documents in %s: %r" +msgstr "Ошибка сканирования документов в %s: %r" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "Ошибка: по указанному корневому пути уже существует conf.py." +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "Домен %r не зарегистрирован" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart не будет перезаписывать существующие проекты Sphinx." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "документ не включен ни в одно оглавление" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Пожалуйста, укажите новый корневой путь (или нажмите Enter для выхода)" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "найдено оглавление, ссылающееся на само себя. Пропускается." -#: 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." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Разделить каталоги исходных файлов и результатов сборки (y/n)" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "Использование:" -#: 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 "Внутри корневого каталога могут быт ьсозданы 2 каталога; \"_templates\"\nдля собственных шаблонов HTML и \"_static\" для таблиц стилей и других статичных\nфайлов. Вы можете ввести другой префикс (например, \".\") для замены знака подчёркивания." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "{0} [ОПЦИИ] []" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Префикс имен каталогов с шаблонами и статикой" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "Генератор документации Sphinx." -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "Название проекта будет встречаться в нескольких местах рабочей документации." +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "Команды:" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Название проекта" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Опции" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -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/." -#: cmd/quickstart.py:308 +#: _cli/__init__.py:171 +#, python-brace-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 "Sphinx использует понятия \"версия\" и \"релиз\" для \nпрограммного обеспечения. Каждая версия может иметь несколько релизов. Например, для\nPyhon версии выглядят как 2.5 или 3.0, при этом релизы\nвыглядят как 2.5.1 или 3.0a1. Если вам не нужна двойная структура,\nпросто используйте одно и то же значение для обоих параметров." +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: ошибка: {1}\nВыполните '{0} --help' для получения информации" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Версия проекта" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr "Управление документацией со Sphinx." -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Релиз проекта" +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "Показать версию и выйти." -#: 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 "Если для написания документации используется язык, отличный от английского,\nвы можете указать его здесь, выбрав нужный код языка. Затем Sphinx переведёт генерируемый текст на этот язык.\n\nДля получения списка поддерживаемых кодов см.\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "Показать это сообщение и выйти." -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Язык проекта" +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "Журналирование" -#: 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 "Расширение исходных файлов. Как правило, это \".txt\"\nили \".rst\". Только файлы с указанным расширением считаются документами." +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "Увеличить подробность (можно указать несколько раз)" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Суффикс исходный файлов" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "Выводить только ошибки и предупреждения." -#: 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." +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Название основного документа (без суффикса)" - -#: cmd/quickstart.py:367 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Ошибка: основной файл %s уже существует в корневом каталоге по указанному пути." - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart не перезапишет существующий файл." +#: _cli/__init__.py:231 +msgid "" +msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Введите имя нового файла, или переименуйте существующий файл и нажмите Enter" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "См. 'sphinx --help'.\n" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Укажите, какие из расширений Sphinx должны быть включены:" +#: builders/html/__init__.py:489 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" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "Примечание: imgmath и mathjax не могут быть включены одновременно. imgmath выключен." +#: builders/latex/__init__.py:203 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 "Алфавитный указатель" -#: cmd/quickstart.py:406 +#: writers/latex.py:766 writers/texinfo.py:646 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." +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Создать Makefile? (y/n)" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Сноски" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Создать файл команд Windows? (y/n)" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "заголовок не внутри иллюстрации." -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: writers/texinfo.py:1303 #, python-format -msgid "Creating file %s." -msgstr "Создание файла %s." +msgid "unimplemented node type: %r" +msgstr "нереализованный тип узла: %r" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "Ссылка на это определение" + +#: writers/html5.py:431 #, python-format -msgid "File %s already exists, skipping." -msgstr "Файл %s уже существует, пропускаем." +msgid "numfig_format is not defined for %s" +msgstr "numfig_format не определён для %s" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Завершено: Исходная структура каталогов создана." +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Любые ID не разрешены для узла %s" -#: cmd/quickstart.py:519 +#: 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 "Ссылка на эту таблицу" + +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "Теперь вам нужно заполнить свой основной файл %s и создать другие\nисходные файлы документации. " +msgid "unsupported rubric heading level: %s" +msgstr "неподдерживаемый уровень заголовка рубрики: %s" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "Используйте Makefile для сборки документации, например:\n make builder" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "Ссылка на этот код" -#: cmd/quickstart.py:530 +#: 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 "Не удалось получить размеры изображения. Опция :scale: пропускается." + +#: writers/manpage.py:288 writers/text.py:945 #, 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 "[image: %s]" +msgstr "[рисунок: %s]" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "где \"builder\" - один из поддерживаемых сборщиков, например, html, latex или linkcheck." +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[рисунок]" -#: cmd/quickstart.py:572 -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проекте и затем полностью сгенерирует каталог документации и пример\nMakefile для использования со sphinx-build.\n" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "неизвестный %r toplevel_sectioning для класса %r" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "Для получения дополнительной информации посетите ." +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "неизвестная опция Babel для языка %r" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "тихий режим" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "слишком большое значение :maxdepth:, пропускается." -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "корень проекта" +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "шаблон %s не найден; вместо этого загружается унаследованный %s" -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Опции структуры" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "заголовок документа не является одиночным Text node" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "если указано, разделить исходный и целевой каталоги" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "заданы tabularcolumns и опция :widths:. :widths: пропускается." -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" -msgstr "если указано, разместить целевой каталог в исходном" +#: writers/latex.py:1230 +#, 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 "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "замена точки в _templates и т. п." +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "неправильная единица измерения %s. Пропускается." -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Основные настройки проекта" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "найдена запись неизвестного типа индекса %s" -#: cmd/quickstart.py:627 -msgid "project name" -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 "Опция \":file:\" директивы csv-table теперь рассчитывает абсолютный путь относительно исходного каталога. Пожалуйста, обновите свой документ." -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "имена авторов" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "версия проекта" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Неправильный заголовок: %s" -#: cmd/quickstart.py:644 -msgid "release of project" -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" +msgstr "указанный номер строки находится за границами диапазона(1-%d): %r" -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "язык документа" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Нельзя одновременно использовать опции \"%s\" и \"%s\"" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "суффикс исходных файлов" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" -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" +msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "использовать epub" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "Объект с названием %r не найден в подключенном файле %r" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Опции расширения" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" -#: cmd/quickstart.py:670 +#: directives/code.py:314 #, python-format -msgid "enable %s extension" -msgstr "включить расширение %s" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Указаны строки %r: ни одна строка не вставлена из файла %r" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "включить произвольные расширения" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "глобальный шаблон toctree %r не соответствует ни одному документу" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Создание Makefile и Batchfile" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "дерево оглавления содержит ссылку на исключённый документ %r" -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "создать Makefile" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "дерево оглавления содержит ссылку на несуществующий документ %r" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "не создавать Makefile" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "повторяющееся значение в дереве оглавления: %s" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "создать batchfile" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Автор раздела: " -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "не создавать batchfile" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Автор модуля: " -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "использовать make-mode для Makefile/make.bat" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Автор кода:" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Шаблонизация проекта" +#: directives/other.py:209 +msgid "Author: " +msgstr "Автор: " -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "каталог шаблонов для файлов шаблонов" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "содержимое .. acks не является списком" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "определить переменную шаблона" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "содержимое .. hlist не является списком" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "указано \"quiet\", но \"project\" или \"author\" не заданы." +#: ext/todo.py:61 +msgid "Todo" +msgstr "План" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Ошибка: указанный путь не является каталогом или файлы Sphinx в нём уже существуют." +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "найдена запись TODO: %s" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart генерирует только в пустой каталог. Пожалуйста, укажите новый корневой путь." +#: ext/todo.py:152 +msgid "<>" +msgstr "<<исходная запись>>" -#: cmd/quickstart.py:809 +#: ext/todo.py:154 #, python-format -msgid "Invalid template variable: %s" -msgstr "Неправильная переменная шаблона: %s" +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: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 и помещает ее в\nOUTPUTDIR. Он ищет 'conf.py' в SOURCEDIR для определения настроек\nконфигурации. Инструмент 'sphinx-quickstart' может быть использован для\nсоздания файлов шаблонов, включая 'conf.py'\n\nsphinx-build может создавать документацию в различных форматах. Формат\nвыбирается путем указания названия сборщика в аргументах командной\nстроки; по умолчанию используется HTML. Сборщики также могут\n выполнять другие задачи, связанные с обработкой документации.\n\nПо умолчанию собирается все что устарело. Вывод только для выбранных\nфайлов может быть реализован путем указания отдельных имен файлов.\n" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[исходный код]" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "путь к исходным файлам документации" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "подсветка кода модуля... " -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "путь к целевому каталогу" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[документация]" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "(опционально) список файлов для пересборки. Пропускается если указано --write-all" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Код модуля" -#: cmd/build.py:114 -msgid "general options" -msgstr "основные опции" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

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

" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "используемый сборщик (по умолчанию: 'html')" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Обзор: исходный код модуля" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "запустить параллельно N процессов, если возможно. 'auto' соответствует числу ядер CPU" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "записать все файлы (по умолчанию: записать только новые и изменённые файлы)" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "некорректное регулярное выражение %r в %s" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "не использовать сохраненное окружение, всегда читать все файлы" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "модуль %s не может быть импортирован: %s" -#: cmd/build.py:150 -msgid "path options" -msgstr "опции пути" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "следующие модули документированы но не указаны в coverage_modules: %s" -#: cmd/build.py:157 +#: ext/coverage.py:158 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "каталог для дерева документов и файлов окружения (по умолчанию: OUTPUT_DIR/.doctrees)" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "следующие модули указаны в coverage_modules но не документированы" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "каталог с файлом конфигурации (conf.py) (по умолчанию: SOURCE_DIR)" +#: 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 "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "не использовать конфигурационный файл, только настройки, указанные в опциях -D" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "некорректное регулярное выражение %r в coverage_c_regexes" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "переопределяет настройки в конфигурационном файле" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "недокументированный C API: %s [%s] в файле %s" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "передать значение в шаблон HTML" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "недокументированная функция Python: %s :: %s" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "определить тег: включить \"только\" блоги с ТЕГОМ" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "недокументированный класс Python: %s :: %s" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "придирчивый режим: предупреждать обо всех потерянных ссылках" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "недокументированный метод Python: %s :: %s :: %s" -#: cmd/build.py:212 -msgid "console output 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:219 -msgid "increase verbosity (can be repeated)" -msgstr "увеличить детальность (может повторяться несколько раз)" +#: 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" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "без вывода в stdout, только предупреждения в stderr" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "отображение latex %r: %s" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "встроенный LaTeX %r: %s" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "использовать цветной вывод (по умолчанию: автоопределение)" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Ссылка на эту формулу" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -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" -#: cmd/build.py:252 -msgid "warning control options" -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 "преобразование выполнено с ошибкой:\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/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "секция \"%s\" отмечена как \"%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" +msgstr "повтоярющаяся метка %s, другой экземпляр в %s" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "обрабатывать предупреждение как ошибки" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "не указан '+' или '-' в опции '%s'." -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "отображать полный traceback при исключении" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' — некорректная опция." -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "запустить Pdb при исключении" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' некорректная опция pyversion" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "возбудить исключение при предупреждении" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "неправильный тип TestCode" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "Невозможно совмещать ключ -a и названия файлов" +#: 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." -#: cmd/build.py:357 +#: ext/doctest.py:451 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "аргументы с опцией -D должны быть указаны в виде пар название=значение" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "пропускается некорректный код doctest: %r" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "аргумент опции -A должен быть указан в виде пары название=значение" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "прямая ссылка %r должна быть заменена на extlink (попробуйте использовать %r)" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Свернуть боковую панель" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +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/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "В директиве graphviz нельзя одновременно использовать аргументы content и filename" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Поиск" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Внешний файл Graphviz %r не найден или недоступен для чтения" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Искать" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Пропускается директива \"graphviz\" без содержимого." -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Исходный текст" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "Путь к исполняемому файлу graphviz_dot должен быть задан! %r" -#: themes/haiku/layout.html:16 -msgid "Contents" -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" -#: themes/basic/opensearch.xml:4 +#: ext/graphviz.py:339 #, python-format -msgid "Search %(docstitle)s" -msgstr "Поиск в документе «%(docstitle)s»" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Обзор" +#: ext/graphviz.py:344 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Добро пожаловать! Это" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "документация" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" +msgstr "код dot %r: %s" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "последнее изменение" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[иллюстрация: %s]" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Таблицы и указатели:" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[иллюстрация]" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Полное оглавление" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Файлы Texinfo находятся в %(outdir)s." -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Поиск" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "не найдено значение настройки \"texinfo_documents\"; документы не были записаны" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "поиск в документации" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "значение настройки \"texinfo_documents\" указывает на несуществующий документ %s" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Алфавитный указатель модулей" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "обработка %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "сводный список всех модулей" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "запись" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Алфавитный указатель" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "разрешение ссылок..." -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "все функции, классы, переменные и константы" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (в " -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Эта страница" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "копирование изображений..." -#: themes/basic/genindex-single.html:26 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Index – %(key)s" -msgstr "Индекс – %(key)s" +msgid "cannot copy image file %r: %s" +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/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "копирование файлов поддержки Texinfo" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Быстрый поиск" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "ошибка записи Makefile: %s" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Указатели по буквам алфавита" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "найден повторяющийся элемент оглавления: %s" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "может быть очень большим" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "Не получается считать файл изображение %r: скопируйте его" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Предыдущий раздел" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "Не получается записать файл изображения %r: %s" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "предыдущая глава" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow не найден - копирование файлов изображений" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Следующий раздел" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "запись файла mimetype..." -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "следующая глава" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "запись файла META-INF/container.xml..." -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Навигация" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "запись файла content.opf..." -#: themes/basic/layout.html:115 +#: builders/_epub_base.py:594 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Поиск в документе «%(docstitle)s»" +msgid "unknown mimetype for %s, ignoring" +msgstr "неизвестный mimetype для %s, пропускается" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Об этих документах" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "неправильный уровень узла" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Авторские права" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "запись файла toc.ncx..." -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/_epub_base.py:801 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +msgid "writing %s file..." +msgstr "записывается %s файл..." -#: themes/basic/layout.html:201 +#: builders/xml.py:29 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Обновлено: %(last_updated)s." +msgid "The XML files are in %(outdir)s." +msgstr "Файлы XML находятся в %(outdir)s." -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Создано с использованием Sphinx %(sphinx_version)s." +msgid "error writing file %s: %s" +msgstr "ошибка записи файла %s: %s" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Для работы поиска включите JavaScript в браузере." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Файлы pseudo-XML находятся в %(outdir)s." -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "Поиск по нескольким словам отображает только результаты,\n содержащие все слова." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Обзорный файл находится в %(outdir)s." -#: themes/basic/search.html:35 -msgid "search" -msgstr "искать" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "нет изменений в версии %s." -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Снять выделение" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "запись итогового файла..." -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Результаты поиска" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Встроенные функции" -#: 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 "По вашему поиску не найдено ни одного документа. Проверьте, что все слова написаны без ошибок, и что вы выбрали достаточно категорий." +#: builders/changes.py:77 +msgid "Module level" +msgstr "Модуль" -#: 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] "" -msgstr[2] "" -msgstr[3] "" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "копирование исходных файлов..." -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Идёт поиск" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "не удалось прочитать %r для создания журнала изменений" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Подготовка поиска…" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Страницы руководств находятся в %(outdir)s." -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", в" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "не найдено значение настройки \"man_pages\"; страницы руководств не были записаны" -#: themes/basic/changes/rstsource.html:5 +#: builders/manpage.py:64 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "Значение параметра \"man_pages\" ссылается на неизвестный документ %s" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/epub3.py:84 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Изменения в версии %(version)s — %(docstitle)s" +msgid "The ePub file is in %(outdir)s." +msgstr "Файл ePub находится в %(outdir)s." -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Автоматически созданный список изменений в версии %(version)s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "запись файла nav.xhtml..." -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Изменения в библиотеке" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "настройка \"epub_language\" (или \"language\") должна быть не пустой при использовании EPUB3" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Изменения в API C" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "значение настройки \"epub_uid\" должно быть равно XML NAME для EPUB3" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Другие изменения" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "значение настройки \"epub_title\" (или \"html_title\") должно быть не пустым для EPUB3" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Развернуть боковую панель" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "значение настройки \"epub_author\" должно быть не пустым для EPUB3" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "значение настройки \"epub_contributor\" должно быть не пустым для EPUB3" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "значение настройки \"epub_description\" должно быть не пустым для EPUB3" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (в модуле %s)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "значение настройки \"epub_publisher\" должно быть не пустым для EPUB3" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (в модуле %s)" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "значение настройки \"epub_copyright\" (или \"copyright\") должно быть не пустым для EPUB3" + +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "значение настройки \"epub_identifier\" должно быть не пустым для EPUB3" + +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "значение настройки \"version\" должно быть не пустым для EPUB3" -#: domains/python/__init__.py:182 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (встроенная переменная)" +msgid "invalid css_file: %r, ignored" +msgstr "некорректный css_file: %r, пропускается" -#: domains/python/__init__.py:217 +#: builders/gettext.py:243 #, python-format -msgid "%s (built-in class)" -msgstr "%s (встроенный класс)" +msgid "The message catalogs are in %(outdir)s." +msgstr "Каталоги сообщений находятся в %(outdir)s." -#: domains/python/__init__.py:218 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "%s (class in %s)" -msgstr "%s (класс в %s)" +msgid "building [%s]: " +msgstr "сборка [%s]: " -#: domains/python/__init__.py:283 +#: builders/gettext.py:265 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (метод класса %s)" +msgid "targets for %d template files" +msgstr "цели для %d файлов шаблонов" -#: domains/python/__init__.py:285 +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "чтение шаблонов..." + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "запись каталогов сообщений... " + +#: builders/text.py:27 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (статический метод %s)" +msgid "The text files are in %(outdir)s." +msgstr "Текстовые файлы находятся в %(outdir)s." -#: domains/python/__init__.py:438 +#: builders/__init__.py:230 #, python-format -msgid "%s (%s property)" -msgstr "%s (свойство %s)" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "подходящий образ для сборщика %s не найден: %s (%s)" -#: domains/python/__init__.py:478 +#: builders/__init__.py:238 #, python-format -msgid "%s (type alias in %s)" -msgstr "%s (псевдоним типа в %s)" +msgid "a suitable image for %s builder not found: %s" +msgstr "подходящий образ для сборщика %s не найден: %s" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Содержание модулей Python" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "сборка [mo]:" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "модули" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "запись вывода..." -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Устарело" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "все из %d po-файлов" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "исключение" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "цели для %d файлов PO указаны" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "метод класса" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "цели для %d файлов PO устарели" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "статический метод" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "все исходные файлы" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "свойство" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "файл %r, указанный в аргументах командной строки, не существует," -#: domains/python/__init__.py:749 -msgid "type alias" -msgstr "псевдоним типа" +#: builders/__init__.py:343 +#, python-format +msgid "" +"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 "файл %r, переданный в командной строке, не является корректным документом, пропускается" + +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "%d исходных файлов передано в командной строке" -#: domains/python/__init__.py:818 +#: builders/__init__.py:383 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "повторное описание объекта %s, другой экземпляр в %s, используйте :no-index: для одного из них" +msgid "targets for %d source files that are out of date" +msgstr "цели для %d не обновлённых исходных файлов" + +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "ищем файлы, устаревшие на данный момент... " -#: domains/python/__init__.py:978 +#: builders/__init__.py:416 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "найдено больше одной цели для перекрёстной ссылки %r: %s" +msgid "%d found" +msgstr "%d найден" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr "(использование не рекомендуется)" +#: builders/__init__.py:418 +msgid "none found" +msgstr "ничего не найдено" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Параметры" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Переменные" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "проверка целостности" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Исключение" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "нет устаревших целей." -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Параметры шаблона" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "обновление окружения:" -#: domains/cpp/__init__.py:302 +#: builders/__init__.py:500 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s added, %s changed, %s removed" +msgstr "%s добавлено, %s изменено, %s удалено" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/__init__.py:537 #, 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/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "Возвращаемые значения" +"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. Пожалуйста, переместите свой основной документ в другое расположение." -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -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 "Sphinx не может загрузить основной документ (%s), потому что он соответствует шаблону исключений, указанному в conf.py, %r. Пожалуйста, удалите этот шаблон из conf.py." -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -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 "Sphinx не может загрузить основной документ (%s), потому что он не включен ни в один из настроенных include_patterns = %r. Убедитесь, что шаблон в include_patterns соответствует основному документу." -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -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 "Sphinx не удалось загрузить основной документ (%s). Основной документ должен размещаться внутри исходного каталога или в одном из его подкаталогов." -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "концепт" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "чтение исходных файлов..." -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "перечисляемый тип" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "названия документов для записи: %s" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "перечислитель" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "параметр функции" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "подготовка документов" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "параметр шаблона" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "копирование материалов" -#: domains/c/__init__.py:211 +#: builders/__init__.py:915 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/singlehtml.py:35 #, 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'." +msgid "The HTML page is in %(outdir)s." +msgstr "Страница HTML находится в %(outdir)s." -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "переменная" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "сборка единого документа" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "макрос" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "запись дополнительных файлов" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "структура" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Глупый сборщик не генерирует файлы." -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/linkcheck.py:78 #, python-format -msgid "environment variable; %s" -msgstr "переменная окружения; %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/linkcheck.py:150 #, python-format -msgid "%s; configuration value" -msgstr "%s; значение настройки" +msgid "broken link: %s (%s)" +msgstr "сломанная ссылка: %s (%s)" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "Тип" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Якорь '%s' не найден" -#: domains/std/__init__.py:185 -msgid "Default" -msgstr "По умолчанию" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" -#: domains/std/__init__.py:242 +#: builders/linkcheck.py:768 #, 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 "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Ошибка компиляции регулярного выражения в linkcheck_allowed_redirects: %r %s" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "%s опция командной строки" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Внимание" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "опция командной строки" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Осторожно" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "перед термином глоссария должна быть пустая строка" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Опасно" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "термины в глоссарии должны отделяться друг от друга пустой строкой" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Ошибка" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "глоссарий, по-видимому, неправильно отформатирован, проверьте отступы" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Подсказка" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "термин глоссария" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Важно" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "токен грамматики" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Примечание" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "текст ссылки" +#: locale/__init__.py:236 +msgid "See also" +msgstr "См. также" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "переменная окружения" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Совет" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "опция программы" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Предупреждение" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "документ" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "противоречивые ссылки на сноску в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Состав модуля" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "противоречивые ссылки в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "duplicate %s description of %s, other instance in %s" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "противоречивые ссылки на цитату в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig выключен. :numref: пропускается." +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "противоречивая ссылка на термин в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "Ошибка создания перекрёстной ссылки. Какой-либо номер не присвоен: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "не удалось рассчитать прогресс перевода!" -#: domains/std/__init__.py:1138 +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "нет переведённых элементов!" + +#: transforms/__init__.py:258 #, python-format -msgid "the link has no caption: %s" -msgstr "ссылка без заголовка: %s" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "Найден четырёхстолбцовый индекс. Это может быть ошибкой используемого вами расширения: %r" -#: domains/std/__init__.py:1153 +#: transforms/__init__.py:299 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "неправильный numfig_format: %s (%r)" +msgid "Footnote [%s] is not referenced." +msgstr "Сссылка на сноску [%s] не определена." -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" -msgstr "неправильный numfig_format: %s" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "Ссылка на сноску [*] не определена." -#: domains/std/__init__.py:1453 +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "Ссылка на сноску [#] отсутствует." + +#: util/inventory.py:147 #, python-format -msgid "undefined label: %r" -msgstr "неопределённая метка: %r" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "инвентарь <%s> содержит повторяющиеся определения %s" -#: domains/std/__init__.py:1456 +#: util/inventory.py:166 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "Ошибка создания перекрёстной ссылки. Заголовок или подзаголовок не найдены: %r" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "инвентарь <%s> содержит множество определений для %s" -#: environment/adapters/toctree.py:324 +#: util/i18n.py:100 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "обнаружены циклические ссылки в оглавлении, пропускается: %s <- %s" +msgid "reading error: %s, %s" +msgstr "ошибка чтения: %s, %s" -#: environment/adapters/toctree.py:349 +#: util/i18n.py:113 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "оглавление содержит ссылку на документ %r, у которого нет заголовка: ссылка не будет сгенерирована" +msgid "writing error: %s, %s" +msgstr "ошибка записи: %s, %s" -#: environment/adapters/toctree.py:364 +#: util/i18n.py:146 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree содержит ссылку на не включенный документ %r" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s не существует" -#: environment/adapters/toctree.py:367 +#: util/i18n.py:244 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "Invalid Babel locale: %r." msgstr "" -#: environment/adapters/indexentries.py:123 +#: util/i18n.py:253 #, python-format -msgid "see %s" -msgstr "см. %s" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Неправильный формат даты. Оберните строку в одинарные кавычки, если хоитет вывести её \"как есть\": %s" -#: environment/adapters/indexentries.py:133 +#: util/fileutil.py:76 #, python-format -msgid "see also %s" -msgstr "также см. %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: environment/adapters/indexentries.py:141 +#: util/fileutil.py:89 #, python-format -msgid "unknown index entry type %r" -msgstr "неизвестная запись типа индекса %r" +msgid "Writing evaluated template result to %s" +msgstr "Запись результатов обработки шаблона в %s" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Символы" +#: util/display.py:82 +msgid "skipped" +msgstr "пропущено" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" -msgstr "нечитаемое изображение: %s" +#: util/display.py:87 +msgid "failed" +msgstr "сбой" -#: environment/collectors/asset.py:126 +#: util/osutil.py:131 #, python-format -msgid "image file %s not readable: %s" -msgstr "файл изображения %s не читается: %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: environment/collectors/asset.py:163 +#: util/docfields.py:103 #, python-format -msgid "download file not readable: %s" -msgstr "загружаемый файл не читается: %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Проблема в домене %s: предполагается, что в поле должна использоваться роль '%s', но этой роли нет в домене." -#: environment/collectors/toctree.py:259 +#: util/nodes.py:454 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r считается устаревшим для записей индекса (из записи %r). Вместо этого используйте 'pair: %s'." -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Прервано!" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "оглавление содержит ссылку на несуществующий файл %r" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "исключение при вычислении значения директивы only: %s" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %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.:" -msgstr "" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "неизвестный тип узла: %r" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "роль по умолчанию %s не найдена" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "Полный журнал будет сохранен в:" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "Не удалось получить изображение из внешнего источника: %s [%s]" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "Чтобы сообщить об этой ошибке разработчикам, пожалуйста, откройте запрос в . Спасибо!" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "Не удалось получить изображение из внешнего источника: %s [%d]" -#: _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 "" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Неизвестный формат изображения: %s..." #: transforms/post_transforms/__init__.py:88 msgid "" @@ -3275,333 +2655,658 @@ msgid "" "bug." msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: 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" -#: transforms/post_transforms/__init__.py:299 +#: 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:305 +#: transforms/post_transforms/__init__.py:297 #, python-format msgid "%r reference target not found: %s" msgstr "%r цель перекрёстной ссылки не найдена: %s" -#: transforms/post_transforms/images.py:79 +#: 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 "страница" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Выпуск" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "Ошибка получения названия документа!" + +#: builders/latex/transforms.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Не удалось получить изображение из внешнего источника: %s [%s]" +msgid "Failed to get a docname for source %r!" +msgstr "Сбой получения названия документа для источника %r!" -#: transforms/post_transforms/images.py:96 +#: builders/latex/transforms.py:487 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Не удалось получить изображение из внешнего источника: %s [%d]" +msgid "No footnote was found for given reference node %r" +msgstr "Не найдена сноска для указанного узла %r" -#: transforms/post_transforms/images.py:143 +#: builders/latex/theming.py:87 #, python-format -msgid "Unknown image format: %s..." -msgstr "Неизвестный формат изображения: %s..." +msgid "%r doesn't have \"theme\" setting" +msgstr "%r не имеет настройки \"theme\"" + +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r не имеет настройки \"%s\"" + +#: 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 "" +"\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\"; документы не будут записаны" + +#: 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 "копирование файлов поддержки TeX" + +#: 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 "файл логотипа %r не существует" + +#: 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], пропускается." + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "ошибка чтения файла сборки info (неизвестная версия)" + +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "сбой при чтении файла info для сломанной сборки (пропущено значение настройки)" -#: builders/html/__init__.py:113 +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "ошибка чтения сломанной сборки файла info (отсутствует запись tags)" + +#: builders/html/__init__.py:115 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Страницы HTML находятся в %(outdir)s." -#: builders/html/__init__.py:348 +#: builders/html/__init__.py:351 #, python-format msgid "Failed to read build info file: %r" msgstr "Ошибка чтения при сборке файла info: %r" -#: builders/html/__init__.py:364 +#: builders/html/__init__.py:367 msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "несоответствие build_info, копирование .buildinfo в .buildinfo.bak" -#: builders/html/__init__.py:366 +#: builders/html/__init__.py:369 msgid "building [html]: " msgstr "сборка [html]: " -#: builders/html/__init__.py:383 +#: builders/html/__init__.py:386 #, python-format msgid "" "template %s has been changed since the previous build, all docs will be " "rebuilt" msgstr "шаблон %s был изменён с момента предыдущей сборки, все документы будут пересобраны" -#: builders/html/__init__.py:507 +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Алфавитный указатель" + +#: builders/html/__init__.py:510 msgid "index" msgstr "указатель" -#: builders/html/__init__.py:560 +#: builders/html/__init__.py:563 #, python-format msgid "Logo of %s" msgstr "Логотип %s" -#: builders/html/__init__.py:589 +#: builders/html/__init__.py:592 msgid "next" msgstr "вперёд" -#: builders/html/__init__.py:598 +#: builders/html/__init__.py:601 msgid "previous" msgstr "назад" -#: builders/html/__init__.py:696 +#: builders/html/__init__.py:698 msgid "generating indices" msgstr "генерация индексов" -#: builders/html/__init__.py:711 +#: builders/html/__init__.py:713 msgid "writing additional pages" msgstr "запись дополнительных страниц" -#: builders/html/__init__.py:794 +#: builders/html/__init__.py:796 #, python-format msgid "cannot copy image file '%s': %s" msgstr "не удалось скопировать файл изображения '%s': %s" -#: builders/html/__init__.py:806 +#: builders/html/__init__.py:808 msgid "copying downloadable files... " msgstr "копирование загружаемых файлов..." -#: builders/html/__init__.py:818 +#: builders/html/__init__.py:820 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "не удалось скопировать загружаемый файл %r: %s" -#: builders/html/__init__.py:864 +#: builders/html/__init__.py:866 #, python-format msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "Ошибка копирования файла в каталог 'static' темы: %s: %r" -#: builders/html/__init__.py:882 +#: builders/html/__init__.py:884 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "Ошибка копирования файла в html_static_file: %s: %r" -#: builders/html/__init__.py:917 +#: builders/html/__init__.py:919 msgid "copying static files" msgstr "копирование файлов статики" -#: builders/html/__init__.py:934 +#: builders/html/__init__.py:936 #, python-format msgid "cannot copy static file %r" msgstr "не удалось копировать файл статики %r" -#: builders/html/__init__.py:939 +#: builders/html/__init__.py:941 msgid "copying extra files" msgstr "копирование дополнительных файлов" -#: builders/html/__init__.py:949 +#: builders/html/__init__.py:951 #, python-format msgid "cannot copy extra file %r" msgstr "не удалось скопировать дополнительный файл %r" -#: builders/html/__init__.py:955 +#: builders/html/__init__.py:957 #, python-format msgid "Failed to write build info file: %r" msgstr "Ошибка записи при сборке файла info: %r" -#: builders/html/__init__.py:1005 +#: builders/html/__init__.py:1007 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "" -#: builders/html/__init__.py:1052 +#: builders/html/__init__.py:1054 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "страница %s соответствует двум шаблонам в html_sidebars: %r и %r" -#: builders/html/__init__.py:1216 +#: builders/html/__init__.py:1218 #, 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:1224 +#: builders/html/__init__.py:1231 +#, 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:1239 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "Ошибка при рендере страницы %s.\nПричина: %r" -#: builders/html/__init__.py:1257 +#: builders/html/__init__.py:1272 msgid "dumping object inventory" msgstr "выгрузка объекта инвентаря" -#: builders/html/__init__.py:1265 +#: builders/html/__init__.py:1280 #, python-format msgid "dumping search index in %s" msgstr "" -#: builders/html/__init__.py:1308 +#: builders/html/__init__.py:1323 #, python-format msgid "invalid js_file: %r, ignored" msgstr "некорректный js_file: %r, пропускается" -#: builders/html/__init__.py:1342 +#: builders/html/__init__.py:1357 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "Зарегистрировано несколько math_renderers. Однако, ни один math_renderer не выбран." -#: builders/html/__init__.py:1346 +#: builders/html/__init__.py:1361 #, python-format msgid "Unknown math_renderer %r is given." msgstr "Передан неизвестный math_renderer %r ." -#: builders/html/__init__.py:1360 +#: builders/html/__init__.py:1375 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "элемент html_extra_path %r размещён внутри целевого каталога" -#: builders/html/__init__.py:1365 +#: builders/html/__init__.py:1380 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "элемент html_extra_path %r не существует" -#: builders/html/__init__.py:1380 +#: builders/html/__init__.py:1395 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "элемент html_static_path %r размещён внутри целевого каталога" -#: builders/html/__init__.py:1385 +#: builders/html/__init__.py:1400 #, python-format msgid "html_static_path entry %r does not exist" msgstr "элемент html_static_path %r не существует" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "файл логотипа %r не существует" - -#: builders/html/__init__.py:1407 +#: builders/html/__init__.py:1422 #, python-format msgid "favicon file %r does not exist" msgstr "Файл favicon %r не существует" -#: builders/html/__init__.py:1420 +#: 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`." -#: builders/html/__init__.py:1433 +#: 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\" обнаружена в настройках)" -#: builders/html/__init__.py:1449 +#: builders/html/__init__.py:1464 #, python-format msgid "%s %s documentation" msgstr "документация %s %s" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" -msgstr "ошибка чтения файла сборки info (неизвестная версия)" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(в %s v%s)" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "сбой при чтении файла info для сломанной сборки (пропущено значение настройки)" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(в %s)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" -msgstr "ошибка чтения сломанной сборки файла info (отсутствует запись tags)" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "инвентарь '%s': найден повтор для %s:%s" -#: builders/latex/__init__.py:118 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Файлы LaTeX находятся в %(outdir)s." +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "инвентарь '%s': найдено несколько совпадений для %s:%s" + +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "инвентарь для внешних перекрёстных ссылок не найден: %r" + +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "неправильный суффикс перекрёстной ссылки: %r" + +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "домен для внешней перекрёстной ссылки не найден: %r" + +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: ext/intersphinx/_load.py:60 +#, 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:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "Неправильное значение `%r` в intersphinx_mapping[%r]. Ожидается кортеж или список из двух элементов." + +#: ext/intersphinx/_load.py:82 +#, 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, расположение инвентаря)." + +#: ext/intersphinx/_load.py:93 +#, 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 должны быть уникальными не пустыми строками." + +#: ext/intersphinx/_load.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 "Неправильный целевой URI `%r` в intersphinx_mapping[%r][0]. Целевые URI должны быть уникальными (другой экземпляр в intersphinx_mapping[%r])." + +#: ext/intersphinx/_load.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:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Некорректная настройка `intersphinx_mapping` (1 ошибка)." + +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Некорректная конфигурация `intersphinx_mapping` (%s ошибок)." + +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "После нормализации была добьавлена некорректная запись intersphinx_mapping." + +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "загрузка инвентаря intersphinx '%s' из %s ..." + +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" + +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "не удалось получить доступ ни к одному из инвентарей по следующим причинам:" + +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "инвентарь intersphinx перемещён: %s -> %s" + +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "Нужно создать файл %s." + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "Ошибка удаления %s: %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 +#, 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: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/_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 "стиль 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 "разместить документацию каждого модуля на его собственной странице" -#: 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 "\nЗапустите 'make' в этом каталоге для выполнения с помощью (pdf)latex\n(используйте `make latexpdf' здесь, чтобы сделать это автоматически)." +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "включая модули \"_private\"" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "не найдено значение настройки \"latex_documents\"; документы не будут записаны" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "имя файла с оглавлением (по умолчанию: modules)" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "значение настройки \"latex_documents\" ссылается на неизвестный документ %s" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "не создавать файл с оглавлением" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -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 уже содержат их)" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "копирование файлов поддержки TeX" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "разместить документацию модуля перед документацией подмодуля" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "копирование дополнительных файлов" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Неизвестный ключ конфигурации: latex_elements[%r], пропускается." +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Неизвестная опция темы: latex_theme_options[%r], пропускается." +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "расширение файла (по умолчанию: rst)" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Ошибка получения названия документа!" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Удалить из целевого каталога файлы, которые не были сгенерированы" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %r!" -msgstr "Сбой получения названия документа для источника %r!" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "генерация полного проекта с помощью sphinx-quickstart" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" -msgstr "Не найдена сноска для указанного узла %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "добавить module_path в sys.path, используется совместно с --full" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r не имеет настройки \"theme\"" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "название проекта (по умолчанию: название корневого модуля)" -#: builders/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r не имеет настройки \"%s\"" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "автор(ы) проекта, используется совместно с --full" -#: 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" +msgstr "версия проекта, используется совместно с --full" -#: 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" +msgstr "релиз проекта, используется совместно с --full, по умолчанию --doc-version" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Не-алфавитный" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "опции расширения" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Числа" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "страница" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" +msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Именованные аргументы" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s не каталог." #: ext/napoleon/docstring.py:176 #, python-format @@ -3631,6 +3336,10 @@ msgstr "Пример" msgid "Examples" msgstr "Примеры" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Именованные аргументы" + #: ext/napoleon/docstring.py:956 msgid "Notes" msgstr "Заметки" @@ -3639,6 +3348,11 @@ msgstr "Заметки" msgid "Other Parameters" msgstr "Другие параметры" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Параметры" + #: ext/napoleon/docstring.py:1001 msgid "Receives" msgstr "Получает" @@ -3655,6 +3369,130 @@ msgstr "Предупрждения" msgid "Yields" msgstr "" +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Ошибка обновления сигнатуры для %r: параметр не найден: %s" + +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "Ошибка разбора type_comment для %r: %s" + +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Ошибка разбора значения по умолчанию для аргумента %r: %s" + +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "некорректное значение для опции member-order: %s" + +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "некорректное значение для опции for class-doc-from: %s" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "неправильная сигнатура для auto%s (%r)" + +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "ошибка форматирования аргументов для %s: %s" + +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" + +#: ext/autodoc/__init__.py:1021 +#, 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/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "ошибка при форматировании сигнатуры для %s: %s" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" в названии автомодуля не имеет смысла" + +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: ext/autodoc/__init__.py:1201 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" + +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "пропущен атрибут упомянутый в опции :members:: модуль %s, атрибут %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 "Ошибка получения сигнатуры функции для %s: %s" + +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Ошибка получения сигнатуры конструктора для %s: %s" + +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Базовые классы: %s" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "не указан атрибут %s в объекте %s" + +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "псевдоним для %s" + +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "псевдоним для 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 "Ошибка получения сигнатуры метода для %s: %s" + +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Некорректные __slots__ найдены в %s. Пропускается." + #: ext/autosummary/__init__.py:284 #, python-format msgid "autosummary references excluded document %r. Ignored." @@ -3776,451 +3614,643 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" -msgstr "Удалить из целевого каталога файлы, которые не были сгенерированы" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Прервано!" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "Ошибка удаления %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +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." +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "путь к модулю в документе" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:207 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "стиль fnmatch для шаблонов файлов и/или каталогов для исключения из генерации" +"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 "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "каталог для размещения всего вывода" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "максимальная глубина субмодулей для отображения в оглавлении (по умолчанию: 4)" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "Полный журнал будет сохранен в:" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "перезаписать существующие файлы" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "Чтобы сообщить об этой ошибке разработчикам, пожалуйста, откройте запрос в . Спасибо!" -#: ext/apidoc/_cli.py:91 +#: _cli/util/errors.py:246 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "следовать по символическим ссылкам. Эффективно сочетается с collective.recipe.omelette." +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." +msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "запуск сценария без создания файлов" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Свернуть боковую панель" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -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/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "включая модули \"_private\"" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Поиск" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "имя файла с оглавлением (по умолчанию: modules)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Искать" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "не создавать файл с оглавлением" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +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/haiku/layout.html:16 +msgid "Contents" +msgstr "Содержание" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "разместить документацию модуля перед документацией подмодуля" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Быстрый поиск" -#: ext/apidoc/_cli.py:152 +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/genindex-split.html:17 +msgid "can be huge" +msgstr "может быть очень большим" + +#: themes/basic/search.html:20 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Для работы поиска включите JavaScript в браузере." -#: ext/apidoc/_cli.py:160 +#: themes/basic/search.html:28 msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Поиск по нескольким словам отображает только результаты,\n содержащие все слова." + +#: themes/basic/search.html:35 +msgid "search" +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 "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "расширение файла (по умолчанию: rst)" +#: 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/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Поиск в документе «%(docstitle)s»" + +#: 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 "список всех разделов и подразделов" + +#: 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 "сводный список всех модулей" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "все функции, классы, переменные и константы" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "Индекс – %(key)s" + +#: 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:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "генерация полного проекта с помощью sphinx-quickstart" +#: 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:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "добавить module_path в sys.path, используется совместно с --full" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Изменения в библиотеке" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "название проекта (по умолчанию: название корневого модуля)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Изменения в API C" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "автор(ы) проекта, используется совместно с --full" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Другие изменения" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "версия проекта, используется совместно с --full" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "релиз проекта, используется совместно с --full, по умолчанию --doc-version" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Результаты поиска" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "опции расширения" +#: themes/basic/static/searchtools.js:125 +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:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Идёт поиск" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s не каталог." +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Подготовка поиска…" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", в" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Снять выделение" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Развернуть боковую панель" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "обнаружены циклические ссылки в оглавлении, пропускается: %s <- %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -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:133 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree содержит ссылку на не включенный документ %r" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "see %s" +msgstr "см. %s" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "see also %s" +msgstr "также см. %s" -#: ext/apidoc/_extension.py:178 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "unknown index entry type %r" +msgstr "неизвестная запись типа индекса %r" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "image file not readable: %s" +msgstr "нечитаемое изображение: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "файл изображения %s не читается: %s" -#: ext/apidoc/_extension.py:247 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "download file not readable: %s" +msgstr "загружаемый файл не читается: %s" -#: ext/apidoc/_extension.py:256 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Нужно создать файл %s." - -#: ext/intersphinx/_resolve.py:49 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "(in %s v%s)" -msgstr "(в %s v%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/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(в %s)" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Параметры шаблона" -#: ext/intersphinx/_resolve.py:108 +#: domains/cpp/__init__.py:302 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "инвентарь '%s': найден повтор для %s:%s" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "инвентарь '%s': найдено несколько совпадений для %s:%s" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "Возвращаемые значения" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "инвентарь для внешних перекрёстных ссылок не найден: %r" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "объединение" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "неправильный суффикс перекрёстной ссылки: %r" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "поле" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "домен для внешней перекрёстной ссылки не найден: %r" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "тип" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "концепт" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "Неправильный идентификатор проекта intersphinx `%r` d intersphinx_mapping. Идентификаторы проектов должны быть непустыми строками." +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "перечисляемый тип" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "Неправильное значение `%r` в intersphinx_mapping[%r]. Ожидается кортеж или список из двух элементов." +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "перечислитель" -#: ext/intersphinx/_load.py:82 -#, 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, расположение инвентаря)." +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "параметр функции" -#: ext/intersphinx/_load.py:93 -#, 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 должны быть уникальными не пустыми строками." +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "параметр шаблона" -#: ext/intersphinx/_load.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 "Неправильный целевой URI `%r` в intersphinx_mapping[%r][0]. Целевые URI должны быть уникальными (другой экземпляр в intersphinx_mapping[%r])." +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Переменные" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Исключение" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Некорректная настройка `intersphinx_mapping` (1 ошибка)." +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Некорректная конфигурация `intersphinx_mapping` (%s ошибок)." - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "После нормализации была добьавлена некорректная запись intersphinx_mapping." +msgid "%s() (in module %s)" +msgstr "%s() (в модуле %s)" -#: ext/intersphinx/_load.py:261 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "загрузка инвентаря intersphinx '%s' из %s ..." +msgid "%s (in module %s)" +msgstr "%s (в модуле %s)" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "" +#: domains/python/__init__.py:184 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (встроенная переменная)" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "не удалось получить доступ ни к одному из инвентарей по следующим причинам:" +#: domains/python/__init__.py:219 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (встроенный класс)" -#: ext/intersphinx/_load.py:361 +#: domains/python/__init__.py:220 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "инвентарь intersphinx перемещён: %s -> %s" +msgid "%s (class in %s)" +msgstr "%s (класс в %s)" -#: ext/autodoc/__init__.py:150 +#: domains/python/__init__.py:285 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "некорректное значение для опции member-order: %s" +msgid "%s() (%s class method)" +msgstr "%s() (метод класса %s)" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:287 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "некорректное значение для опции for class-doc-from: %s" +msgid "%s() (%s static method)" +msgstr "%s() (статический метод %s)" -#: ext/autodoc/__init__.py:460 +#: domains/python/__init__.py:440 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "неправильная сигнатура для auto%s (%r)" +msgid "%s (%s property)" +msgstr "%s (свойство %s)" -#: ext/autodoc/__init__.py:579 +#: domains/python/__init__.py:480 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "ошибка форматирования аргументов для %s: %s" +msgid "%s (type alias in %s)" +msgstr "%s (псевдоним типа в %s)" -#: ext/autodoc/__init__.py:898 +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Содержание модулей Python" + +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "модули" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Устарело" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "исключение" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "метод класса" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "статический метод" + +#: domains/python/__init__.py:744 +msgid "property" +msgstr "свойство" + +#: domains/python/__init__.py:745 +msgid "type alias" +msgstr "псевдоним типа" + +#: domains/python/__init__.py:814 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "повторное описание объекта %s, другой экземпляр в %s, используйте :no-index: для одного из них" -#: ext/autodoc/__init__.py:1021 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" +msgstr "найдено больше одной цели для перекрёстной ссылки %r: %s" -#: ext/autodoc/__init__.py:1080 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr "(использование не рекомендуется)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "environment variable; %s" +msgstr "переменная окружения; %s" -#: ext/autodoc/__init__.py:1103 +#: domains/std/__init__.py:116 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "ошибка при форматировании сигнатуры для %s: %s" +msgid "%s; configuration value" +msgstr "%s; значение настройки" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" в названии автомодуля не имеет смысла" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "Тип" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "По умолчанию" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:239 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -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\"" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:319 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "пропущен атрибут упомянутый в опции :members:: модуль %s, атрибут %s" +msgid "%s command line option" +msgstr "%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 "Ошибка получения сигнатуры функции для %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "опция командной строки" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Ошибка получения сигнатуры конструктора для %s: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "перед термином глоссария должна быть пустая строка" -#: ext/autodoc/__init__.py:1966 +#: 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 +msgid "glossary term" +msgstr "термин глоссария" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "токен грамматики" + +#: domains/std/__init__.py:731 +msgid "reference label" +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" +msgstr "документ" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Состав модуля" + +#: domains/std/__init__.py:857 #, python-format -msgid "Bases: %s" -msgstr "Базовые классы: %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "duplicate %s description of %s, other instance in %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig выключен. :numref: пропускается." + +#: domains/std/__init__.py:1124 #, python-format -msgid "missing attribute %s in object %s" -msgstr "не указан атрибут %s в объекте %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "Ошибка создания перекрёстной ссылки. Какой-либо номер не присвоен: %s" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1138 #, python-format -msgid "alias of %s" -msgstr "псевдоним для %s" +msgid "the link has no caption: %s" +msgstr "ссылка без заголовка: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "псевдоним для TypeVar(%s)" +msgid "invalid numfig_format: %s (%r)" +msgstr "неправильный numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1157 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Ошибка получения сигнатуры метода для %s: %s" +msgid "invalid numfig_format: %s" +msgstr "неправильный numfig_format: %s" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Некорректные __slots__ найдены в %s. Пропускается." +msgid "undefined label: %r" +msgstr "неопределённая метка: %r" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Ошибка разбора значения по умолчанию для аргумента %r: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "Ошибка создания перекрёстной ссылки. Заголовок или подзаголовок не найдены: %r" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "Ошибка обновления сигнатуры для %r: параметр не найден: %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/autodoc/type_comment.py:154 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Ошибка разбора type_comment для %r: %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "переменная" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "макрос" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "структура" diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.mo b/sphinx/locale/si/LC_MESSAGES/sphinx.mo index fa7d11bfbaf..01067be91c2 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 565d88027d7..4b80aad2db5 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -19,141 +19,276 @@ msgstr "" "Language: si\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +296,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,260 +309,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -439,1047 +539,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:396 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:406 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"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 "" -#: 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/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:452 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/coverage.py:492 +#: cmd/quickstart.py:519 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:526 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" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:530 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:625 +msgid "Project basic options" 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]" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "කිරීමට තිබෙන" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:657 +msgid "master document name" 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" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:231 +#: cmd/quickstart.py:670 #, python-format -msgid "Include file '%s' not found or reading it failed" +msgid "enable %s extension" 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" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" 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." +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." 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" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:29 +#: cmd/quickstart.py:809 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "Invalid template variable: %s" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: 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 "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:494 +#: cmd/build.py:357 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "cannot open warning file '%s': %s" msgstr "" -#: 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." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:540 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" msgstr "" -#: builders/__init__.py:551 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, 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 "%s() (%s method)" msgstr "" -#: builders/__init__.py:558 +#: domains/javascript.py:186 #, 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 "%s() (class)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: builders/__init__.py:713 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "docnames to write: %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/epub3.py:84 +#: domains/javascript.py:374 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "%s (module)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "ක්‍රියාව" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "දත්ත" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "%s වෙළුමේ වෙනස් කල" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/changeset.py:29 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "Removed in version %s" msgstr "" -#: builders/xml.py:31 +#: domains/math.py:73 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file %s: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/xml.py:101 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" - -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" - -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" - -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "" - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "" - -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" - -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +msgid "%s (directive)" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid "%s (role)" msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/_epub_base.py:794 +#: domains/rst.py:262 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:347 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:352 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:358 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1550,2098 +1467,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:245 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" +msgid "[image: %s]" +msgstr "[image: %s]" -#: util/docfields.py:103 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[image]" + +#: writers/latex.py:384 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/nodes.py:423 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "no Babel option known for language %r" msgstr "" -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:614 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "" - -#: util/display.py:87 -msgid "failed" +#: writers/latex.py:730 +msgid "document title is not a single Text node" msgstr "" -#: util/osutil.py:131 -#, python-format +#: writers/latex.py:1200 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/docutils.py:309 +#: writers/latex.py:1230 #, python-format -msgid "unknown directive name: %s" +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 "" -#: util/docutils.py:345 +#: writers/latex.py:1626 #, python-format -msgid "unknown role name: %s" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/docutils.py:789 +#: writers/latex.py:1986 #, python-format -msgid "unknown node type: %r" +msgid "unknown index entry type %s found" msgstr "" -#: util/fileutil.py:76 -#, python-format +#: directives/patches.py:71 msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/rst.py:73 +#: directives/code.py:87 #, python-format -msgid "default role %s not found" +msgid "Invalid caption: %s" msgstr "" -#: util/inventory.py:147 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/inventory.py:166 +#: directives/code.py:216 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/code.py:235 #, python-format -msgid "[image: %s]" -msgstr "[image: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[image]" - -#: 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" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: writers/texinfo.py:1303 +#: directives/code.py:314 #, python-format -msgid "unimplemented node type: %r" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: writers/latex.py:361 +#: directives/other.py:119 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "no Babel option known for language %r" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/latex.py:591 +#: directives/other.py:169 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "කේත ලේඛක:" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: directives/other.py:209 +msgid "Author: " +msgstr "ලේඛක:" + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/todo.py:61 +msgid "Todo" +msgstr "කිරීමට තිබෙන" + +#: ext/todo.py:94 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/html5.py:431 +#: ext/todo.py:154 #, python-format -msgid "numfig_format is not defined for %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: domains/__init__.py:322 +#: ext/coverage.py:48 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "invalid regex %r in %s" +msgstr "" -#: domains/math.py:73 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "module %s could not be imported: %s" msgstr "" -#: domains/javascript.py:182 +#: ext/coverage.py:148 #, python-format -msgid "%s() (built-in function)" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 -#, python-format -msgid "%s() (%s method)" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: domains/javascript.py:185 -#, python-format -msgid "%s() (class)" +#: 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 "" -#: domains/javascript.py:187 +#: ext/coverage.py:187 #, python-format -msgid "%s (global variable or constant)" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/coverage.py:260 #, python-format -msgid "%s (%s attribute)" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: domains/javascript.py:370 +#: ext/imgmath.py:167 #, python-format -msgid "%s (module)" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "ක්‍රියාව" - -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "දත්ත" - -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: 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 "" -#: domains/javascript.py:454 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/imgconverter.py:83 #, python-format -msgid "Added in version %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/changeset.py:27 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Changed in version %s" -msgstr "%s වෙළුමේ වෙනස් කල" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/changeset.py:28 -#, python-format -msgid "Deprecated since version %s" -msgstr "" - -#: domains/changeset.py:29 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "Removed in version %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/doctest.py:118 #, python-format -msgid "%s (directive)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/doctest.py:124 #, python-format -msgid ":%s: (directive option)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/rst.py:224 +#: ext/doctest.py:139 #, python-format -msgid "%s (role)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/rst.py:236 -msgid "role" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/rst.py:262 +#: ext/doctest.py:568 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/citation.py:75 +#: ext/extlinks.py:82 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "දෝෂය" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "හැඟවීම" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: locale/__init__.py:234 -msgid "Note" -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:235 -msgid "See also" -msgstr "මෙයද බලන්න" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "අනතුරු ඇඟවීම" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graph]" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: 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 "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:133 +#: builders/texinfo.py:218 #, python-format -msgid "Please enter one of %s." +msgid "error writing file Makefile: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:229 +#: builders/_epub_base.py:467 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "cannot write image file %r: %s" msgstr "" -#: 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)." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: 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." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: 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." +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: 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." +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: 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." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: 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." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:367 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:519 +#: builders/gettext.py:243 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:530 +#: builders/gettext.py:265 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:670 -#, python-format -msgid "enable %s extension" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: 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:705 -msgid "do not create batchfile" +#: 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:714 -msgid "use make-mode for Makefile/make.bat" +#: 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:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: 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:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:792 +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" + +#: builders/__init__.py:915 +#, python-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:809 +#: builders/singlehtml.py:35 #, python-format -msgid "Invalid template variable: %s" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: builders/singlehtml.py:171 +msgid "assembling single document" 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" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: locale/__init__.py:232 +msgid "Error" +msgstr "දෝෂය" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "හැඟවීම" + +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: locale/__init__.py:235 +msgid "Note" +msgstr "සටහන" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "මෙයද බලන්න" + +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "අනතුරු ඇඟවීම" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: 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 "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: 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:357 +#: util/fileutil.py:89 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: util/display.py:87 +msgid "failed" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." 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" +#: 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 "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "සොයන්න" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "යන්න" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "මූලය පෙන්වන්න" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "අන්තර්ගතය" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: themes/basic/opensearch.xml:4 +#: util/docutils.py:361 #, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s සොයන්න" +msgid "unknown role name: %s" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "අවසන්වරට යාවත්කාල කල" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "සම්පූර්ණ පටුන" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "සෙවුම් පිටුව" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "මෙම පිටුව" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "සංකේත" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" 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" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "ඉක්මන් සෙවුම" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "නිකුත් කිරීම" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -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/layout.html:18 -msgid "Navigation" -msgstr "ගමන් කිරීම" - -#: themes/basic/layout.html:115 +#: builders/latex/transforms.py:121 #, python-format -msgid "Search within %(docstitle)s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: 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" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/theming.py:87 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/theming.py:90 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:115 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/search.html:20 +#: builders/latex/__init__.py:118 msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "සොයන්න" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "සෙවුම් ප්‍රතිඵල" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: 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." +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: 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/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "සොයමින්..." +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "සෙවුම සූදානම් කරමින්...." +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:115 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:351 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "Failed to read build info file: %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 "වෙනත් වෙනස්කම්" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:386 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:563 #, python-format -msgid "%s (in module %s)" +msgid "Logo of %s" msgstr "" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "ඊළඟ" + +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "පෙර" + +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:796 #, python-format -msgid "%s (class in %s)" +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:820 #, python-format -msgid "%s() (%s static method)" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (%s property)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:884 #, python-format -msgid "%s (type alias in %s)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:1218 +#, 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 "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:1231 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"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/python/__init__.py:978 +#: builders/html/__init__.py:1239 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" - -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr "" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "පරාමිතීන්" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "විචල්‍ය" - -#: domains/python/_object.py:214 -msgid "Raises" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:1280 #, python-format -msgid "%s (C++ %s)" +msgid "dumping search index in %s" msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:1323 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "සාමාජික" - -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "වර්ගය" - -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (C %s)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:1435 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %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 "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "විචල්‍යය" +#: 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:752 -msgid "macro" -msgstr "මැක්‍රෝ" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s ලේඛණය" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(%s හි%s)" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "environment variable; %s" +msgid "(in %s)" msgstr "" -#: domains/std/__init__.py:119 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "%s; configuration value" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:242 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:319 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "%s command line option" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/intersphinx/_load.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 "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/intersphinx/_load.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 "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:1124 +#: ext/intersphinx/_load.py:400 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/apidoc/_generate.py:69 #, python-format -msgid "the link has no caption: %s" +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:1153 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "see %s" -msgstr "%s බලන්න" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "see also %s" -msgstr "%s ද බලන්න" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "unknown index entry type %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "සංකේත" - -#: environment/collectors/asset.py:98 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "image file not readable: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "image file %s not readable: %s" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "download file not readable: %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: 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 "" -#: _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!" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: _cli/util/errors.py:207 +#: ext/apidoc/_cli.py:50 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.:" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: _cli/util/errors.py:246 +#: ext/apidoc/_cli.py:91 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: transforms/post_transforms/__init__.py:237 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: transforms/post_transforms/__init__.py:299 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: transforms/post_transforms/__init__.py:305 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:113 -#, python-format -msgid "The HTML pages are in %(outdir)s." +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:348 -#, python-format -msgid "Failed to read build info file: %r" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:383 -#, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "ඊළඟ" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "පෙර" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:864 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:882 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "cannot copy static file %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "cannot copy extra file %r" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:1216 -#, 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/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "පරාමිතීන්" + +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "logo file %r does not exist" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "favicon file %r does not exist" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autodoc/__init__.py:898 #, 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`." +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autodoc/__init__.py:1021 +#, python-format msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"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 "" -#: builders/html/__init__.py:1449 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "%s %s documentation" -msgstr "%s %s ලේඛණය" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autodoc/__init__.py:1201 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "නිකුත් කිරීම" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "" - -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "" - -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" - -#: builders/latex/__init__.py:544 -#, 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 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "Bases: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:1985 #, python-format -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 "" - -#: 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 "" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "" - -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "" - -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "" - -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "" - -#: ext/napoleon/docstring.py:1001 -msgid "Receives" -msgstr "" - -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "" - -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "" - -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3765,451 +3605,641 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" 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." +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:207 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"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 "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: ext/apidoc/_cli.py:91 +#: _cli/util/errors.py:246 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: 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/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "සොයන්න" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "යන්න" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "මූලය පෙන්වන්න" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "අන්තර්ගතය" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "ඉක්මන් සෙවුම" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: 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 "" -#: ext/apidoc/_cli.py:135 +#: themes/basic/search.html:28 msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/search.html:35 +msgid "search" +msgstr "සොයන්න" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "ගමන් කිරීම" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 +#: 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 "" + +#: themes/basic/layout.html:204 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:160 +#: themes/basic/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s සොයන්න" + +#: 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 "" + +#: 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 "" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: 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/versionchanges.html:17 +#, 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 "C API වෙනස්කම්" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "වෙනත් වෙනස්කම්" + +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "සෙවුම් ප්‍රතිඵල" + +#: themes/basic/static/searchtools.js:125 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:129 +#, 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:267 +msgid "Searching" +msgstr "සොයමින්..." + +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "සෙවුම සූදානම් කරමින්...." + +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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:214 -msgid "project version, 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:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: 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 "" -#: 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:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:102 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:110 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +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 "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "විචල්‍ය" + +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:220 #, python-format -msgid "Would create file %s." +msgid "%s (class in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:285 #, python-format -msgid "(in %s v%s)" -msgstr "(%s හි%s)" +msgid "%s() (%s class method)" +msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:440 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:319 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "විචල්‍යය" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "මැක්‍රෝ" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo index 09411c2b877..2844af70a9b 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 8acd93e5f96..208d043e134 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -21,141 +21,276 @@ msgstr "" "Language: sk\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" -#: extension.py:58 +#: config.py:362 +#, 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:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "Rozšírenie %s je vyžadované nastavením needs_extensions, ale nie je načítané." +"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)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "neplatný počet %r pre konfiguračnú hodnotu %r, ignorované" + +#: config.py:410 +#, 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é" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "neznáma konfiguračná hodnota %r v prepísaní, ignorované" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Konfiguračná hodnota %r už existuje" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." -msgstr "Tento projekt vyžaduje rozšírenie %s s verziou minimálne %s, a teda ho nemožno zostaviť s načítanou verziou (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, 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:614 +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:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Sekcia %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Obr. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabuľka %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Výpis %s" + +#: config.py:809 +#, 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}`." + +#: config.py:840 +#, 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:857 +#, 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:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nenájdená, ignorované." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nemožno nájsť zdrojový priečinok (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Výstupný adresár (%s) nie je adresár" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Zdrojový a cieľový priečinok nemôžu byť rovnaké" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Spúšťanie Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Tento projekt vyžaduje aspoň Sphinx v%s a preto s touto verziou nemôže byť zostavený." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "vytváranie výstupnej zložky" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "pri nastavovaní rozšírenia %s:" -#: application.py:309 +#: application.py:310 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "'setup' definovaný v conf.py nie je funkciou. Prosím, upravte jeho definíciu tak, aby to bola funkcia. Je to potrebné, aby sa conf.py mohol správať ako rozšírenie Sphinx." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "načítanie prekladov [%s]…" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "hotovo" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "nedostupné pre zabudované správy" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "načítanie uloženého prostredia " -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "zlyhalo: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Nebol zvolený builder, bude použitý predvolený: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "trieda uzla %r už je registrovaná, jej metódy (visitors) budú prepísané" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -163,12 +298,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:1775 +#: application.py:1785 #, 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:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -176,399 +311,173 @@ 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:1784 +#: application.py:1794 #, 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:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "sériové spracovanie %s" -#: config.py:355 +#: extension.py:58 #, 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:366 msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: config.py:394 -#, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "Rozšírenie %s je vyžadované nastavením needs_extensions, ale nie je načítané." -#: config.py:399 +#: extension.py:79 #, 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)" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." +msgstr "Tento projekt vyžaduje rozšírenie %s s verziou minimálne %s, a teda ho nemožno zostaviť s načítanou verziou (%s)." -#: config.py:411 +#: events.py:81 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "neplatný počet %r pre konfiguračnú hodnotu %r, ignorované" +msgid "Event %r already present" +msgstr "Udalosť %r už existuje" -#: config.py:419 +#: events.py:379 #, 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 "Unknown event name: %s" +msgstr "Neznáme meno udalosti %s" -#: config.py:442 +#: events.py:424 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "neznáma konfiguračná hodnota %r v prepísaní, ignorované" +msgid "Handler %r for event %r threw an exception" +msgstr "Obsluha %r udalosti %r vyvolala výnimku" -#: config.py:496 +#: registry.py:162 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Trieda builder %s nemá atribút „name”" -#: config.py:524 +#: registry.py:166 #, python-format -msgid "Config value %r already present" -msgstr "Konfiguračná hodnota %r už existuje" +msgid "Builder %r already exists (in module %s)" +msgstr "Builder %r už existuje (v module %s)" -#: config.py:561 +#: registry.py:182 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "Builder name %s not registered or available through entry point" +msgstr "Builder s menom %s nie je registrovaný ani dostupný cez vstupný bod" -#: config.py:603 +#: registry.py:192 #, 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:607 -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 "Builder name %s not registered" +msgstr "Builder s menom %s nie je registrovaný" -#: config.py:615 +#: registry.py:199 #, 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 "domain %s already registered" +msgstr "doména %s už je zaregistrovaná" -#: config.py:637 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "domain %s not yet registered" +msgstr "doména %s ešte nie je zaregistrovaná" -#: config.py:655 config.py:663 +#: registry.py:230 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "The %r directive is already registered to domain %s" +msgstr "Direktíva %r už je registrovaná v doméne %s" -#: config.py:669 +#: registry.py:248 #, 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 role is already registered to domain %s" +msgstr "Rola %r už je registrovaná v doméne %s" -#: config.py:690 +#: registry.py:261 #, python-format -msgid "Section %s" -msgstr "Sekcia %s" +msgid "The %r index is already registered to domain %s" +msgstr "Index %r už je registrovaný v doméne %s" -#: config.py:691 +#: registry.py:308 #, python-format -msgid "Fig. %s" -msgstr "Obr. %s" +msgid "The %r object_type is already registered" +msgstr " object_type %r už je registrovaný" -#: config.py:692 +#: registry.py:339 #, python-format -msgid "Table %s" -msgstr "Tabuľka %s" +msgid "The %r crossref_type is already registered" +msgstr "crossref_type %r už je registrovaný" -#: config.py:693 +#: registry.py:348 #, python-format -msgid "Listing %s" -msgstr "Výpis %s" - -#: config.py:802 -#, 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}`." - -#: config.py:833 -#, 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:850 -#, 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__}'." +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r už je registrovaný" -#: config.py:862 +#: registry.py:358 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nenájdená, ignorované." +msgid "source_parser for %r is already registered" +msgstr "source_parser pre %r už je registrovaný" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +#: registry.py:367 +#, python-format +msgid "Source parser for %s not registered" +msgstr "Analyzátor pre %s nie je registrovaný" -#: highlighting.py:170 +#: registry.py:388 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Neznáme meno lexera Pygments %r" +msgid "Translator for %r already exists" +msgstr "Translator pre %r už existuje" -#: highlighting.py:209 +#: registry.py:405 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: theming.py:115 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: theming.py:120 -#, 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" - -#: theming.py:135 -#, python-format -msgid "unsupported theme option %r given" -msgstr "zadaná nepodporovaná voľba témy %r" - -#: theming.py:208 -#, 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" - -#: theming.py:228 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: theming.py:268 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: theming.py:276 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: theming.py:282 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: theming.py:310 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: theming.py:335 theming.py:388 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: theming.py:339 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: theming.py:343 theming.py:391 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "Udalosť %r už existuje" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Neznáme meno udalosti %s" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "Obsluha %r udalosti %r vyvolala výnimku" - -#: 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 "" - -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Trieda builder %s nemá atribút „name”" - -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Builder %r už existuje (v module %s)" - -#: registry.py:187 -#, 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:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "Builder s menom %s nie je registrovaný" - -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "doména %s už je zaregistrovaná" - -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "doména %s ešte nie je zaregistrovaná" - -#: registry.py:235 -#, 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:253 -#, python-format -msgid "The %r role is already registered to domain %s" -msgstr "Rola %r už je registrovaná v doméne %s" - -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "Index %r už je registrovaný v doméne %s" - -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr " object_type %r už je registrovaný" - -#: registry.py:344 -#, python-format -msgid "The %r crossref_type is already registered" -msgstr "crossref_type %r už je registrovaný" - -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r už je registrovaný" - -#: registry.py:363 -#, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser pre %r už je registrovaný" - -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "Analyzátor pre %s nie je registrovaný" - -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "Translator pre %r už existuje" - -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" -msgstr "" - -#: registry.py:496 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r už je registrovaný" -#: registry.py:512 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: registry.py:529 +#: registry.py:531 #, 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:543 +#: registry.py:545 msgid "Original exception:\n" msgstr "Pôvodná výnimka:\n" -#: registry.py:545 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "Nemožno importovať rozšírenie %s" -#: registry.py:552 +#: registry.py:554 #, 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:565 +#: registry.py:567 #, 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:577 +#: registry.py:579 #, 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:612 +#: registry.py:605 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" @@ -608,1135 +517,965 @@ msgstr "" msgid "invalid RFC number %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[zdroj]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "zvýrazňovanie syntaxe kódu modulu... " - -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[dokumenty]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Kód modulu" - -#: ext/viewcode.py:353 +#: highlighting.py:170 #, python-format -msgid "

Source code for %s

" -msgstr "

Zdrojový kód %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Prehľad: kód modulu" - -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

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

" +msgid "Pygments lexer name %r is not known" +msgstr "Neznáme meno lexera Pygments %r" -#: ext/extlinks.py:82 +#: highlighting.py:209 #, python-format msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: ext/autosectionlabel.py:52 +#: project.py:72 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: domains/std/__init__.py:833 domains/std/__init__.py:960 -#: ext/autosectionlabel.py:61 +#: project.py:87 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "duplicitná menovka %s, ďalší výskyt v %s" - -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +msgid "Ignored unreadable document %r." msgstr "" -#: ext/duration.py:90 +#: theming.py:117 +#, python-format msgid "" -"====================== slowest reading durations =======================" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: ext/doctest.py:118 +#: theming.py:122 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "chýbajúce „+” alebo „-” vo voľbe „%s”." +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "nastavenie %s.%s nenájdené v žiadnom z nastavení témy" -#: ext/doctest.py:124 +#: theming.py:137 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' nie je platná voľba." +msgid "unsupported theme option %r given" +msgstr "zadaná nepodporovaná voľba témy %r" -#: ext/doctest.py:139 +#: theming.py:218 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "„%s” nie je platná voľba pyversion" - -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "neplatný typ TestCode" +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" -#: ext/doctest.py:297 +#: theming.py:238 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: ext/doctest.py:457 +#: theming.py:278 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "The %r theme has circular inheritance" msgstr "" -#: ext/doctest.py:568 +#: theming.py:286 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: ext/imgmath.py:162 +#: theming.py:292 #, python-format -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" +msgid "The %r theme has too many ancestors" +msgstr "" -#: ext/imgmath.py:181 +#: theming.py:320 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "no theme configuration file found in %r" msgstr "" -#: ext/imgmath.py:344 +#: theming.py:345 theming.py:398 #, python-format -msgid "display latex %r: %s" -msgstr "zobrazený latex %r: %s" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" -#: ext/imgmath.py:380 +#: theming.py:349 #, python-format -msgid "inline latex %r: %s" -msgstr "vnorený latex %r: %s" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" -#: ext/coverage.py:48 +#: theming.py:353 theming.py:401 #, python-format -msgid "invalid regex %r in %s" -msgstr "neplatný regulárny výraz %r v %s" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 +#: theming.py:357 #, python-format -msgid "module %s could not be imported: %s" -msgstr "modul %s nemožno importovať: %s" +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: ext/coverage.py:148 +#: theming.py:376 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" - -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -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." +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" 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" - -#: 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" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "automaticky vložiť dokumentačné reťazce z modulov" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "nedokumentovaná funkcia Python: %s :: %s" +#: 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" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "nedokumentovaná trieda Python: %s :: %s" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "prepojenie medzi dokumentáciou Sphinx rôznych modulov" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "nedokumentovaná metóda Python: %s :: %s :: %s" +#: 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í" -#: 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/quickstart.py:56 +msgid "checks for documentation coverage" 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 "convert skončil chybou:\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 "príkaz convert %r nemožno spustiť, skontrolujte nastavenie image_converter" - -#: 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" - -#: ext/graphviz.py:153 -#, 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" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorovaná direktíva „graphviz” bez obsahu." +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "zahrnúť math, spracované ako obrázky PNG alebo SVG" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "zahrnúť math, spracované prehliadačom pomocou MathJax" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "príkaz dot %r nemožno spustiť (nutný kvôli výstupu graphviz), skontrolujte nastavenie graphviz_dot" +#: 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" -#: ext/graphviz.py:339 -#, python-format -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" +#: 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" -#: ext/graphviz.py:344 -#, python-format -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" +#: 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" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" -msgstr "" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Prosím, zadajte platnú cestu." -#: 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:126 +msgid "Please enter some text." +msgstr "Prosím, zadajte nejaký text." -#: ext/graphviz.py:493 ext/graphviz.py:501 +#: cmd/quickstart.py:133 #, python-format -msgid "[graph: %s]" -msgstr "[graf: %s]" +msgid "Please enter one of %s." +msgstr "Prosím, zadajte jedno z 1%s." -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[graf]" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Prosím, zadajte buď 'y' alebo 'n'." -#: ext/todo.py:61 -msgid "Todo" -msgstr "ToDo" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Prosím, zadajte príponu súboru, napr. '.rst' alebo '.txt'." -#: ext/todo.py:94 +#: cmd/quickstart.py:229 #, python-format -msgid "TODO entry found: %s" -msgstr "Nájdená položka TODO: %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Vitajte v nástroji Sphinx %s quickstart." -#: ext/todo.py:152 -msgid "<>" -msgstr "<>" +#: 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 "" -#: ext/todo.py:154 +#: cmd/quickstart.py:241 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> je umiestnená v %s, riadok %d.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "pôvodná položka" +msgid "Selected root path: %s" +msgstr "Zvolená cesta koreňa: %s" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Zadajte cestu koreňa tejto dokumentácie." -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Neplatný popis: %s" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Cesta koreňa dokumentácie" -#: 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 "špecifikácia čísla riadku je mimo rozsahu (1-%d): %r" +#: cmd/quickstart.py:254 +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." -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Nemožno použiť obe voľby „%s” a „%s”" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart neprepíše existujúce projekty Sphinx." -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -msgstr "" +#: cmd/quickstart.py:262 +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)" -#: directives/code.py:235 -#, python-format +#: cmd/quickstart.py:273 msgid "" -"Encoding %r used for reading included file '%s' seems to be wrong, try " -"giving an :encoding: option" -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 "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." -#: directives/code.py:276 -#, 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/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Oddeliť zdrojový a výstupný adresár (y/n)" -#: 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”" +#: 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 "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." -#: directives/code.py:314 -#, 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/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Predpona mena adresárov templates a static" -#: directives/patches.py:71 +#: cmd/quickstart.py:297 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." +"The project name will occur in several places in the built documentation." +msgstr "Meno projektu bude na viacerých miestach zostavenej dokumentácie." -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Názov projektu" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "strom obsahu obsahuje odkaz na vylúčený dokument %r" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Meno(á) autora(ov)" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "strom obsahu obsahuje odkaz na neexistujúci dokument %r" +#: 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 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." -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Verzia projektu" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Autor sekcie:" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Vydanie projektu" -#: directives/other.py:205 -msgid "Module author: " -msgstr "Autor modulu:" +#: 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 "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." -#: directives/other.py:207 -msgid "Code author: " -msgstr "Autor kódu:" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Jazyk projektu" -#: directives/other.py:209 -msgid "Author: " -msgstr "Autor:" +#: 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 "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." -#: directives/other.py:269 -msgid ".. acks content is not a list" -msgstr "" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Prípona zdrojových súborov" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "" +#: 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 "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." -#: 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:356 +msgid "Name of your master document (without suffix)" +msgstr "Meno hlavného dokumentu (bez prípony)" -#: builders/changes.py:56 +#: cmd/quickstart.py:367 #, python-format -msgid "no changes in version %s." -msgstr "žiadne zmeny vo verzii %s." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "zapisovanie súboru prehľadu…" - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Zabudované funkcie" +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." -#: builders/changes.py:72 -msgid "Module level" -msgstr "Úroveň modulu" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart neprepíše existujúci súbor." -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "kopírovanie zdrojových súborov…" +#: cmd/quickstart.py:377 +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:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "nemožno čítať %r na vytvorenie položky záznamu zmien" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Informuje, ktoré z nasledujúcich rozšírení Sphinx majú byť zapnuté:" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Manuálové stránky sú v %(outdir)s." +#: cmd/quickstart.py:396 +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/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é" +#: cmd/quickstart.py:406 +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/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "zapisovanie" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Vytvoriť Makefile? (y/n)" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "konfiguračná voľba „man_pages” odkazuje na neznámy dokument %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Vytvoriť príkazový súbor Windows? (y/n) " -#: builders/__init__.py:224 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s (%s)" +msgid "Creating file %s." +msgstr "Vytváranie súboru %s." -#: builders/__init__.py:232 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "zostavenie [mo]: " +msgid "File %s already exists, skipping." +msgstr "Súbor %s už existuje, preskočené." -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "zápis výstupu…" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Dokončené: Počiatočná štruktúra adresára bola vytvorená." -#: builders/__init__.py:275 +#: cmd/quickstart.py:519 #, python-format -msgid "all of %d po files" -msgstr "všetky z %d súborov po" +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. " -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "ciele pre %d po súborov, ktoré boli zadané" +#: cmd/quickstart.py:526 +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:309 +#: cmd/quickstart.py:530 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "ciele pre %d po súborov, ktoré sú zastarané" - -#: builders/__init__.py:319 -msgid "all source files" -msgstr "všetky zdrojové súbory" +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:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +#: cmd/quickstart.py:537 +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:337 -#, python-format +#: cmd/quickstart.py:572 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" +"\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:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "%d zdrojové súbory zadané v príkazovom riadku" - -#: builders/__init__.py:377 -#, 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:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "zostavovanie [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "hľadanie zastaraných súborov…" - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "%d nájdené" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "tichý režim" -#: builders/__init__.py:412 -msgid "none found" -msgstr "nenájdené" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "koreň projektu" -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "ukladanie prostredia" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Voľby štruktúry" -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "kontrolovanie konzistencie" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "ak je zadané, oddeliť zdrojový a výstupný adresár" -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "žiadne ciele nie sú zastarané." +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "ak je zadané, vytvoriť výstupný adresár v zdrojovom" -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "aktualizácia prostredia:" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "náhrada za bodku v _templates apod." -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s pridané, %s zmenené, %s odstránené" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Základné voľby projektu" -#: 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/quickstart.py:627 +msgid "project name" +msgstr "názov projektu" -#: builders/__init__.py:540 -#, 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:630 +msgid "author names" +msgstr "mená autorov" -#: builders/__init__.py:551 -#, 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:637 +msgid "version of project" +msgstr "verzia projektu" -#: builders/__init__.py:558 -#, 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:644 +msgid "release of project" +msgstr "vydanie projektu" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "čítanie zdrojov…" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "jazyk dokumentácie" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "mená dokumentov na zapísanie: %s" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "prípona zdrojových súborov" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "meno hlavného dokumentu" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "príprava dokumentov" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "použiť epub" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Voľby rozšírenia" -#: builders/__init__.py:883 +#: cmd/quickstart.py:670 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "nedekódovateľné zdrojové znaky, nahradené „?”: %r" +msgid "enable %s extension" +msgstr "zapnúť rozšírenie %s" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Súbory ePub sú v %(outdir)s." +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "zapnúť konkrétne rozšírenia" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "zapisovanie súboru nav.xhtml..." +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Vytvorenie Makefile a Batchfile" -#: builders/epub3.py:221 -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" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "vytvoriť makefile" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "konfiguračná hodnota „epub_uid” má byť XML NAME pre EPUB3" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "nevytvoriť makefile" -#: builders/epub3.py:232 -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" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "vytvoriť batchfile" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_author” nesmie byť prázdna pri EPUB3" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "nevytvoriť batchfile" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_contributor” nesmie byť prázdna pri EPUB3" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "použiť režim make pre Makefile/make.bat" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_description” nesmie byť prázdna pri EPUB3" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Šablóny projektu" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_publisher” nesmie byť prázdna pri EPUB3" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "adresár šablóny pre súbory šablóny" -#: builders/epub3.py:256 -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" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "definovať premennú šablóny" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_identifier” nesmie byť prázdna pri EPUB3" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "bolo zadané „quiet”, ale nebol zadaný „project” alebo „author”." -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „version” nesmie byť prázdna pri EPUB3" +#: cmd/quickstart.py:785 +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/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "neplatný css_file: %r, ignorovaný" +#: cmd/quickstart.py:792 +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/xml.py:31 +#: cmd/quickstart.py:809 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Súbory XML sú v %(outdir)s." +msgid "Invalid template variable: %s" +msgstr "Neplatná premenná šablóny: %s" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "chyba zápisu súboru %s: %s" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "počet úloh musí byť kladné číslo" -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Súbory pseudo-XML sú v %(outdir)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 "\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" -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Súbory Texinfo sú v %(outdir)s." +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "cesta k zdrojovým súborom dokumentácie" -#: builders/texinfo.py:48 +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "cesta k výstupnej zložke" + +#: cmd/build.py:109 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)." +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: builders/texinfo.py:77 -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é" +#: cmd/build.py:114 +msgid "general options" +msgstr "všeobecné voľby" -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "konfiguračná voľba „texinfo_documents” odkazuje na neznámy dokument %s" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "spracovanie %s" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "riešenie odkazov…" +#: 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)" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "(v" +#: 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" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "kopírovanie obrázkov…" +#: cmd/build.py:150 +msgid "path options" +msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "nemožno kopírovať súbor obrázka %r: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "kopírovanie podporných súborov Texinfo" +#: 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" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "chyba zápisu súboru Makefile: %s" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "pošle hodnotu do šablón HTML" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "nájdená duplicitná položka Obsahu: %s" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" -#: builders/_epub_base.py:433 -#, 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" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "nemožno zapísať súbor obrázka %r: %s" +#: cmd/build.py:212 +msgid "console output options" +msgstr "voľby výstupu konzoly" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "Pillow nenájdené – kopírovanie súborov obrázkov" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "zvýšiť rozvláčnosť (možno opakovať)" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "zapisovanie súboru mimetype…" +#: 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" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "zapisovanie súboru META-INF/container.xml…" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "vôbec žiadny výstup, ani upozornenia" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "zapisovanie súboru content.opf..." +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "generovať farebný výstup (predvolene: automaticky detegovať)" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "neznámy typ MIME pre %s, ignorovaný" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "negenerovať farebný výstup (predvolene: automaticky detegovať)" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "zapisovanie súboru toc.ncx..." +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "zapísať varovania (a chyby) do zadaného súboru" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "zapisovanie súboru %s…" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "prepnúť upozornenia na chyby" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Zostavovač dummy negeneruje žiadne súbory." +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "pri výnimke zobraziť úplné chybové hlásenie" -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Katalógy správ sú v %(outdir)s." +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "pri výnimke spustiť Pdb" -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "čítanie šablón… " - -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "zapisovanie katalógov správ…" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "nemožno kombinovať voľbu -a a mená súborov" -#: builders/singlehtml.py:35 +#: cmd/build.py:357 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Stránky HTML sú v %(outdir)s." +msgid "cannot open warning file '%s': %s" +msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "zostavovanie spoločného dokumentu" +#: 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" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "zapisovanie dodatočných súborov" +#: 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" -#: builders/linkcheck.py:77 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" +msgstr "%s() (zabudovaná funkcia)" -#: builders/linkcheck.py:149 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "broken link: %s (%s)" -msgstr "poškodený odkaz: %s (%s)" +msgid "%s() (%s method)" +msgstr "%s() (metóda %s)" -#: builders/linkcheck.py:548 +#: domains/javascript.py:186 #, python-format -msgid "Anchor '%s' not found" -msgstr "Kotva „%s” nenájdená" +msgid "%s() (class)" +msgstr "%s() (trieda)" -#: builders/linkcheck.py:758 +#: domains/javascript.py:188 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (globálna premenná alebo konštanta)" -#: builders/text.py:29 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Textové súbory sú v %(outdir)s." +msgid "%s (%s attribute)" +msgstr "%s (atribút %s)" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argumenty" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Vyvoláva" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Vracia" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Návratový typ" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: domains/javascript.py:374 #, python-format -msgid "%b %d, %Y" -msgstr "%d. %b %Y" +msgid "%s (module)" +msgstr "%s (modul)" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funkcia" -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "metóda" -#: transforms/__init__.py:253 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "trieda" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Poznámka pod čiarou [%s] nie je odkazovaná." +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "dáta" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atribút" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "Poznámka pod čiarou [#] nie je odkazovaná." +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modul" -#: _cli/__init__.py:73 -msgid "Usage:" -msgstr "" +#: 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" -#: _cli/__init__.py:75 -#, python-brace-format -msgid "{0} [OPTIONS] []" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: _cli/__init__.py:78 -msgid " The Sphinx documentation generator." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: _cli/__init__.py:87 -msgid "Commands:" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Changed in version %s" +msgstr "Zmenené vo verzii %s" -#: _cli/__init__.py:98 -msgid "Options" -msgstr "" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "Zastarané od verzie %s" -#: _cli/__init__.py:113 _cli/__init__.py:181 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +#: 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" -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "neplatný math_eqref_format: %r" -#: _cli/__init__.py:191 -msgid "Show the version and exit." -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 "%s (voľba direktívy)" -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "" +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" +msgstr "%s (rola)" -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktíva" -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "rola" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "" +#: 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" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "duplicitná citácia %s, ďalší výskyt v %s" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: domains/citation.py:92 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Citácia [%s] nie je odkazovaná." -#: environment/__init__.py:86 +#: environment/__init__.py:88 msgid "new config" msgstr "nová konfigurácia" -#: environment/__init__.py:87 +#: environment/__init__.py:89 msgid "config changed" msgstr "zmenená konfigurácia" -#: environment/__init__.py:88 +#: environment/__init__.py:90 msgid "extensions changed" msgstr "zmenené rozšírenie" -#: environment/__init__.py:253 +#: environment/__init__.py:258 msgid "build environment version not current" msgstr "prostredie zostavenia nie je aktuálne" -#: environment/__init__.py:255 +#: environment/__init__.py:260 msgid "source directory has changed" msgstr "zdrojový adresár zmenený" -#: environment/__init__.py:325 +#: environment/__init__.py:347 #, python-format msgid "The configuration has changed (1 option: %r)" msgstr "" -#: environment/__init__.py:330 +#: environment/__init__.py:352 #, python-format msgid "The configuration has changed (%d options: %s)" msgstr "" -#: environment/__init__.py:336 +#: environment/__init__.py:358 #, python-format msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: environment/__init__.py:379 +#: environment/__init__.py:401 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." -#: environment/__init__.py:493 +#: environment/__init__.py:515 #, python-format msgid "Failed to scan documents in %s: %r" msgstr "Zlyhalo skenovanie dokumentov v %s: %r" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format msgid "Domain %r is not registered" msgstr "Doména %r nie je zaregistrovaná" -#: environment/__init__.py:813 +#: environment/__init__.py:800 msgid "document isn't included in any toctree" msgstr "dokument nie je zahrnutý v žiadnom strome obsahu" -#: environment/__init__.py:859 +#: environment/__init__.py:911 msgid "self referenced toctree found. Ignored." msgstr "nájdený na seba odkazujúci strom obsahu. Ignorované." -#: environment/__init__.py:889 +#: environment/__init__.py:941 #, python-format msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "chyba čítania: %s, %s" - -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "chyba zápisu: %s: %s" - -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" msgstr "" -#: util/i18n.py:245 -#, 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/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." +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: util/nodes.py:423 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "strom obsahu obsahuje neexistujúci súbor %r" - -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "preskočené" - -#: util/display.py:87 -msgid "failed" -msgstr "zlyhalo" +#: _cli/__init__.py:113 _cli/__init__.py:181 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: util/osutil.py:131 -#, python-format +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." msgstr "" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" +#: _cli/__init__.py:191 +msgid "Show the version and exit." msgstr "" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "neznámy typ uzla: %r" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: _cli/__init__.py:203 +msgid "Logging" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "predvolená rola %s nenájdená" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: _cli/__init__.py:225 +msgid "No output at all" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: _cli/__init__.py:231 +msgid "" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Poznámky pod čiarou" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 #, python-format -msgid "[image: %s]" -msgstr "[obrázok: %s]" - -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[obrázok]" +msgid "%b %d, %Y" +msgstr "%d. %b %Y" -#: builders/latex/__init__.py:206 domains/std/__init__.py:771 +#: builders/latex/__init__.py:203 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 @@ -1746,11 +1485,15 @@ msgstr "[obrázok]" msgid "Index" msgstr "Index" -#: writers/latex.py:743 writers/texinfo.py:646 +#: writers/latex.py:766 writers/texinfo.py:646 msgid "" "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" +#: writers/latex.py:1120 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." @@ -1760,54 +1503,6 @@ msgstr "titulok nie je vo vnútri figure." msgid "unimplemented node type: %r" msgstr "neimplementovaný typ uzla: %r" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" - -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "žiadna známa voľba Babel pre jazyk %r" - -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr "príliš veľké :maxdepth:, ignorované." - -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "názov dokumentu nie je jeden uzol Text" - -#: writers/html5.py:572 writers/latex.py:1106 -#, 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 "sú zadané obe, tabularcolumns aj voľba :widths:. :widths: je ignorované." - -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" - -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "neplatný math_eqref_format: %r" - #: writers/html5.py:96 writers/html5.py:105 msgid "Link to this definition" msgstr "" @@ -1834,6 +1529,11 @@ msgstr "" msgid "Link to this table" msgstr "" +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" + #: writers/html5.py:636 msgid "Link to this code" msgstr "" @@ -1850,1751 +1550,1756 @@ msgstr "" msgid "Could not obtain image size. :scale: option is ignored." msgstr "Nemožno získať veľkosť obrázku. voľba :scale: je ignorovaná." -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: domains/math.py:73 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplicitná menovka vzorca %s, ďalší výskyt v %s" +msgid "[image: %s]" +msgstr "[obrázok: %s]" -#: domains/javascript.py:182 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (zabudovaná funkcia)" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[obrázok]" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: writers/latex.py:384 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (metóda %s)" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: domains/javascript.py:185 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "%s() (class)" -msgstr "%s() (trieda)" +msgid "no Babel option known for language %r" +msgstr "žiadna známa voľba Babel pre jazyk %r" -#: domains/javascript.py:187 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globálna premenná alebo konštanta)" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "príliš veľké :maxdepth:, ignorované." -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: writers/latex.py:614 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribút %s)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argumenty" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Vyvoláva" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "názov dokumentu nie je jeden uzol Text" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Vracia" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "sú zadané obe, tabularcolumns aj voľba :widths:. :widths: je ignorované." -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Návratový typ" +#: writers/latex.py:1230 +#, 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 "" -#: domains/javascript.py:370 +#: writers/latex.py:1626 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" +msgid "dimension unit %s is invalid. Ignored." +msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funkcia" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "metóda" +#: 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." -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "trieda" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "dáta" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "Neplatný popis: %s" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atribút" +#: 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 "špecifikácia čísla riadku je mimo rozsahu (1-%d): %r" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modul" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Nemožno použiť obe voľby „%s” a „%s”" -#: domains/javascript.py:454 +#: directives/code.py:231 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "duplicitný %s popis %s, ďalší výskyt%s v %s" +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: domains/changeset.py:26 +#: directives/code.py:235 #, python-format -msgid "Added in version %s" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: domains/changeset.py:27 +#: directives/code.py:276 #, python-format -msgid "Changed in version %s" -msgstr "Zmenené vo verzii %s" +msgid "Object named %r not found in include file %r" +msgstr "Objekt s menom %r nebol nájdený vo vloženom súbore %r" -#: domains/changeset.py:28 +#: 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”" + +#: directives/code.py:314 #, python-format -msgid "Deprecated since version %s" -msgstr "Zastarané od verzie %s" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Riadok %r: žiadne riadky z vloženého súboru %r" -#: domains/changeset.py:29 +#: directives/other.py:119 #, python-format -msgid "Removed in version %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "%s (directive)" -msgstr "%s (direktíva)" +msgid "toctree contains reference to excluded document %r" +msgstr "strom obsahu obsahuje odkaz na vylúčený dokument %r" -#: domains/rst.py:191 domains/rst.py:202 +#: directives/other.py:156 #, python-format -msgid ":%s: (directive option)" -msgstr "%s (voľba direktívy)" +msgid "toctree contains reference to nonexisting document %r" +msgstr "strom obsahu obsahuje odkaz na neexistujúci dokument %r" -#: domains/rst.py:224 +#: directives/other.py:169 #, python-format -msgid "%s (role)" -msgstr "%s (rola)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "direktíva" - -#: domains/rst.py:235 -msgid "directive-option" +msgid "duplicated entry found in toctree: %s" 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 "duplicitný popis %s %s, ďalší výskyt v %s" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor sekcie:" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "duplicitná citácia %s, ďalší výskyt v %s" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor modulu:" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Citácia [%s] nie je odkazovaná." +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor kódu:" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Výstraha" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor:" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Upozornenie" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Nebezpečné" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Chyba" +#: ext/todo.py:61 +msgid "Todo" +msgstr "ToDo" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Rada" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "Nájdená položka TODO: %s" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Dôležité" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Poznámka" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> je umiestnená v %s, riadok %d.)" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Viď aj" +#: ext/todo.py:166 +msgid "original entry" +msgstr "pôvodná položka" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Tip" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[zdroj]" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Varovanie" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "zvýrazňovanie syntaxe kódu modulu... " -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "automaticky vložiť dokumentačné reťazce z modulov" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumenty]" -#: 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" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kód modulu" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "prepojenie medzi dokumentáciou Sphinx rôznych modulov" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Zdrojový kód %s

" -#: 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í" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Prehľad: kód modulu" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "" +#: 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:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "zahrnúť math, spracované ako obrázky PNG alebo SVG" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "neplatný regulárny výraz %r v %s" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "zahrnúť math, spracované prehliadačom pomocou MathJax" +#: 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" -#: 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" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %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" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" -#: 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" +#: 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 "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Prosím, zadajte platnú cestu." +#: 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" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Prosím, zadajte nejaký text." +#: 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" -#: cmd/quickstart.py:133 +#: ext/coverage.py:452 #, python-format -msgid "Please enter one of %s." -msgstr "Prosím, zadajte jedno z 1%s." +msgid "undocumented python function: %s :: %s" +msgstr "nedokumentovaná funkcia Python: %s :: %s" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Prosím, zadajte buď 'y' alebo 'n'." +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "nedokumentovaná trieda Python: %s :: %s" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Prosím, zadajte príponu súboru, napr. '.rst' alebo '.txt'." +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "nedokumentovaná metóda Python: %s :: %s :: %s" -#: cmd/quickstart.py:229 +#: ext/imgmath.py:148 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Vitajte v nástroji Sphinx %s quickstart." +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" -#: cmd/quickstart.py:234 +#: ext/imgmath.py:167 +#, 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)." +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: cmd/quickstart.py:241 +#: ext/imgmath.py:326 #, python-format -msgid "Selected root path: %s" -msgstr "Zvolená cesta koreňa: %s" - -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Zadajte cestu koreňa tejto dokumentácie." - -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Cesta koreňa dokumentácie" - -#: cmd/quickstart.py:254 -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." +msgid "display latex %r: %s" +msgstr "zobrazený latex %r: %s" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart neprepíše existujúce projekty Sphinx." +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "vnorený latex %r: %s" -#: cmd/quickstart.py:262 -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)" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: cmd/quickstart.py:273 +#: ext/imgconverter.py:44 +#, 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 "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." - -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Oddeliť zdrojový a výstupný adresár (y/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 "" -#: cmd/quickstart.py:286 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, 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 "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." +"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" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Predpona mena adresárov templates a static" +#: ext/imgconverter.py:83 +#, 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" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "Meno projektu bude na viacerých miestach zostavenej dokumentácie." +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Názov projektu" +#: 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 "duplicitná menovka %s, ďalší výskyt v %s" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Meno(á) autora(ov)" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "chýbajúce „+” alebo „-” vo voľbe „%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 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/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' nie je platná voľba." -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Verzia projektu" +#: 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:317 -msgid "Project release" -msgstr "Vydanie projektu" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "neplatný typ TestCode" -#: cmd/quickstart.py:323 +#: ext/doctest.py:297 +#, 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 "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." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Jazyk projektu" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: 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 "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/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Prípona zdrojových súborov" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: cmd/quickstart.py:349 +#: ext/duration.py:90 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." +"====================== slowest reading durations =======================" +msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Meno hlavného dokumentu (bez prípony)" +#: 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/quickstart.py:367 +#: ext/graphviz.py:153 #, 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." - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart neprepíše existujúci súbor." +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Externý súbor Graphviz %r nebol nájdený alebo zlyhalo jeho čítanie" -#: cmd/quickstart.py:377 -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/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorovaná direktíva „graphviz” bez obsahu." -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Informuje, ktoré z nasledujúcich rozšírení Sphinx majú byť zapnuté:" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: cmd/quickstart.py:396 +#: ext/graphviz.py:328 +#, python-format 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ý." +"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" -#: cmd/quickstart.py:406 +#: ext/graphviz.py:339 +#, 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 "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." +"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" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Vytvoriť Makefile? (y/n)" +#: ext/graphviz.py:344 +#, python-format +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" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Vytvoriť príkazový súbor Windows? (y/n) " +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Creating file %s." -msgstr "Vytváranie súboru %s." +msgid "dot code %r: %s" +msgstr "kód dot %r: %s" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "File %s already exists, skipping." -msgstr "Súbor %s už existuje, preskočené." +msgid "[graph: %s]" +msgstr "[graf: %s]" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Dokončené: Počiatočná štruktúra adresára bola vytvorená." +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[graf]" -#: cmd/quickstart.py:519 +#: builders/texinfo.py:41 #, 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 "The Texinfo files are in %(outdir)s." +msgstr "Súbory Texinfo sú v %(outdir)s." -#: cmd/quickstart.py:526 +#: builders/texinfo.py:44 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" +"\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)." -#: cmd/quickstart.py:530 +#: 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é" + +#: builders/texinfo.py:85 #, 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" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "konfiguračná voľba „texinfo_documents” odkazuje na neznámy dokument %s" -#: cmd/quickstart.py:537 -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/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "spracovanie %s" -#: cmd/quickstart.py:572 -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/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "zapisovanie" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "riešenie odkazov…" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "tichý režim" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(v" -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "koreň projektu" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "kopírovanie obrázkov…" -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Voľby štruktúry" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "nemožno kopírovať súbor obrázka %r: %s" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "ak je zadané, oddeliť zdrojový a výstupný adresár" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "kopírovanie podporných súborov Texinfo" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" -msgstr "ak je zadané, vytvoriť výstupný adresár v zdrojovom" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "chyba zápisu súboru Makefile: %s" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "náhrada za bodku v _templates apod." +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "nájdená duplicitná položka Obsahu: %s" -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Základné voľby projektu" +#: builders/_epub_base.py:436 +#, 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" -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "názov projektu" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "nemožno zapísať súbor obrázka %r: %s" -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "mená autorov" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Pillow nenájdené – kopírovanie súborov obrázkov" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "verzia projektu" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "zapisovanie súboru mimetype…" -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "vydanie projektu" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "zapisovanie súboru META-INF/container.xml…" -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "jazyk dokumentácie" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "zapisovanie súboru content.opf..." -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "prípona zdrojových súborov" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "neznámy typ MIME pre %s, ignorovaný" -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "meno hlavného dokumentu" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "použiť epub" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "zapisovanie súboru toc.ncx..." -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Voľby rozšírenia" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "zapisovanie súboru %s…" -#: cmd/quickstart.py:670 +#: builders/xml.py:29 #, python-format -msgid "enable %s extension" -msgstr "zapnúť rozšírenie %s" +msgid "The XML files are in %(outdir)s." +msgstr "Súbory XML sú v %(outdir)s." -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "zapnúť konkrétne rozšírenia" +#: builders/html/__init__.py:1256 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:680 -msgid "Makefile and Batchfile creation" -msgstr "Vytvorenie Makefile a Batchfile" +#: 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:686 -msgid "create makefile" -msgstr "vytvoriť makefile" +#: 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:692 -msgid "do not create makefile" -msgstr "nevytvoriť makefile" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "žiadne zmeny vo verzii %s." -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "vytvoriť batchfile" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "zapisovanie súboru prehľadu…" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "nevytvoriť batchfile" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Zabudované funkcie" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "použiť režim make pre Makefile/make.bat" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Úroveň modulu" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Šablóny projektu" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "kopírovanie zdrojových súborov…" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "adresár šablóny pre súbory šablóny" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "nemožno čítať %r na vytvorenie položky záznamu zmien" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "definovať premennú šablóny" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Manuálové stránky sú v %(outdir)s." -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "bolo zadané „quiet”, ale nebol zadaný „project” alebo „author”." +#: 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é" -#: cmd/quickstart.py:785 -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/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "konfiguračná voľba „man_pages” odkazuje na neznámy dokument %s" -#: cmd/quickstart.py:792 -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/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Súbory ePub sú v %(outdir)s." + +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "zapisovanie súboru nav.xhtml..." -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" -msgstr "Neplatná premenná šablóny: %s" +#: builders/epub3.py:225 +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" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "počet úloh musí byť kladné číslo" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "konfiguračná hodnota „epub_uid” má byť XML NAME pre EPUB3" -#: 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" +#: builders/epub3.py:236 +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" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "cesta k zdrojovým súborom dokumentácie" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_author” nesmie byť prázdna pri EPUB3" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "cesta k výstupnej zložke" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_contributor” nesmie byť prázdna pri EPUB3" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_description” nesmie byť prázdna pri EPUB3" -#: cmd/build.py:114 -msgid "general options" -msgstr "všeobecné voľby" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_publisher” nesmie byť prázdna pri EPUB3" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" +#: builders/epub3.py:260 +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" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „epub_identifier” nesmie byť prázdna pri EPUB3" -#: 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)" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "konfiguračná hodnota „version” nesmie byť prázdna pri EPUB3" -#: 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" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "neplatný css_file: %r, ignorovaný" -#: cmd/build.py:150 -msgid "path options" -msgstr "" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Katalógy správ sú v %(outdir)s." -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " +msgstr "zostavovanie [%s]: " -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "čítanie šablón… " -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "prepíše nastavenie konfiguračného súboru" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "zapisovanie katalógov správ…" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "pošle hodnotu do šablón HTML" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Textové súbory sú v %(outdir)s." -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s (%s)" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s" -#: cmd/build.py:212 -msgid "console output options" -msgstr "voľby výstupu konzoly" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "zostavenie [mo]: " -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" -msgstr "zvýšiť rozvláčnosť (možno opakovať)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "zápis výstupu…" -#: 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" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "všetky z %d súborov po" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "vôbec žiadny výstup, ani upozornenia" +#: 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/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "generovať farebný výstup (predvolene: automaticky detegovať)" +#: 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/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "negenerovať farebný výstup (predvolene: automaticky detegovať)" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "všetky zdrojové súbory" -#: cmd/build.py:252 -msgid "warning control options" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line 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" +#: 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/build.py:273 -msgid "show full traceback on exception" -msgstr "pri výnimke zobraziť úplné chybové hlásenie" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "pri výnimke spustiť Pdb" +#: 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/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: 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/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "nemožno kombinovať voľbu -a a mená súborov" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "hľadanie zastaraných súborov…" -#: cmd/build.py:357 +#: builders/__init__.py:416 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "%d found" +msgstr "%d nájdené" -#: 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" +#: builders/__init__.py:418 +msgid "none found" +msgstr "nenájdené" -#: 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" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "ukladanie prostredia" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Zbaliť bočný panel" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "kontrolovanie konzistencie" -#: 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" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "žiadne ciele nie sú zastarané." -#: 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ť" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "aktualizácia prostredia:" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "OK" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s pridané, %s zmenené, %s odstránené" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Zobraziť zdroj" +#: 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 "" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Obsah" +#: 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 "" -#: themes/basic/opensearch.xml:4 +#: builders/__init__.py:564 #, python-format -msgid "Search %(docstitle)s" -msgstr "Hľadať v %(docstitle)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 "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Prehľad" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "čítanie zdrojov…" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Vitajte! Toto je" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "mená dokumentov na zapísanie: %s" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentácia" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "posledná aktualizácia" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "príprava dokumentov" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Indexy a tabuľky" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Celkový obsah" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "zoznam všetkých sekcií a podsekcií" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Stránky HTML sú v %(outdir)s." -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Stránka hľadania" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "zostavovanie spoločného dokumentu" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "hľadať v tejto dokumentácii" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "zapisovanie dodatočných súborov" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Celkový index modulov" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Zostavovač dummy negeneruje žiadne súbory." -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "rýchly prístup ku všetkým modulom" +#: builders/linkcheck.py:78 +#, 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" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Všeobecný index" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "poškodený odkaz: %s (%s)" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "všetky funkcie, triedy, termíny" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Kotva „%s” nenájdená" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Táto stránka" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/linkcheck.py:768 #, python-format -msgid "Index – %(key)s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %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 "Celý index na jednej strane" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Rýchle hľadanie" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Indexové stránky po písmenách" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Výstraha" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "môže byť rozsiahle" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Upozornenie" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Predošlá téma" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Nebezpečné" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "predošlá kapitola" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Chyba" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Ďalšia téma" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Rada" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "ďalšia kapitola" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Dôležité" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigácia" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Poznámka" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Hľadať v %(docstitle)s" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Viď aj" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "O dokumentácii" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Autorské právo" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Varovanie" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Naposledy aktualizované %(last_updated)s." - -#: themes/basic/layout.html:204 -#, python-format +#: transforms/i18n.py:276 +#, python-brace-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Vytvorené pomocou Sphinx %(sphinx_version)s." +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" -#: themes/basic/search.html:20 +#: transforms/i18n.py:326 +#, python-brace-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Prosím, na zapnutie funkcie hľadania,aktivujte\nJavaScript ." +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/search.html:28 +#: transforms/i18n.py:348 +#, python-brace-format 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á." - -#: themes/basic/search.html:35 -msgid "search" -msgstr "hľadať" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skryť výsledky hľadania" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Výsledky hľadania" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: themes/basic/static/searchtools.js:119 +#: transforms/__init__.py:258 +#, 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 "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." +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" -#: 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] "" -msgstr[2] "" -msgstr[3] "" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Poznámka pod čiarou [%s] nie je odkazovaná." -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Hľadanie" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Príprava hľadania..." +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "Poznámka pod čiarou [#] nie je odkazovaná." + +#: 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/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "chyba čítania: %s, %s" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", v " +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "chyba zápisu: %s: %s" -#: themes/basic/changes/rstsource.html:5 +#: util/i18n.py:146 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "locale_dir %s does not exist" +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: util/i18n.py:244 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Zmeny vo verzii %(version)s — %(docstitle)s" +msgid "Invalid Babel locale: %r." +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: util/i18n.py:253 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automaticky generovaný zoznam zmien vo verzii %(version)s" +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" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Zmeny knižnice" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Zmeny API C" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ostatné zmeny" +#: util/display.py:82 +msgid "skipped" +msgstr "preskočené" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Rozbaliť bočný panel" +#: util/display.py:87 +msgid "failed" +msgstr "zlyhalo" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: 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 "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: util/nodes.py:454 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (v module %s)" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: util/nodes.py:521 #, python-format -msgid "%s (in module %s)" -msgstr "%s (v module %s)" +msgid "toctree contains ref to nonexisting file %r" +msgstr "strom obsahu obsahuje neexistujúci súbor %r" -#: domains/python/__init__.py:182 +#: util/nodes.py:737 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (zabudovaná premenná)" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: domains/python/__init__.py:217 +#: util/docutils.py:325 #, python-format -msgid "%s (built-in class)" -msgstr "%s (zabudovaná trieda)" +msgid "unknown directive name: %s" +msgstr "" -#: domains/python/__init__.py:218 +#: util/docutils.py:361 #, python-format -msgid "%s (class in %s)" -msgstr "%s (trieda v %s)" +msgid "unknown role name: %s" +msgstr "" -#: domains/python/__init__.py:283 +#: util/docutils.py:805 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (metóda triedy %s)" +msgid "unknown node type: %r" +msgstr "neznámy typ uzla: %r" -#: domains/python/__init__.py:285 +#: util/rst.py:73 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statická metóda %s)" +msgid "default role %s not found" +msgstr "predvolená rola %s nenájdená" -#: domains/python/__init__.py:438 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "%s (%s property)" -msgstr "%s (vlastnosť %s)" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Nemožno získať vzdialený obrázok: %s [%s]" -#: domains/python/__init__.py:478 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Index modulov Python" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Nemožno získať vzdialený obrázok: %s [%d]" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "moduly" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Neznámy formát obrázku: %s..." -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Zastarané" +#: 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:743 -msgid "exception" -msgstr "výnimka" +#: 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" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "metóda triedy" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "statická metóda" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r cieľ odkazu nenájdený: %s" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "vlastnosť" +#: 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/python/__init__.py:749 -msgid "type alias" -msgstr "" +#: 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/python/__init__.py:818 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: domains/python/__init__.py:978 -#, 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" - -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (zastarané)" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboly" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametre" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Čísla" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Premenné" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "strana" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Vyzdvihuje" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Vydanie" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametre šablóny" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/latex/transforms.py:121 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/latex/transforms.py:487 #, 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'." - -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +msgid "No footnote was found for given reference node %r" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r nemá nastavenia „theme”" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "člen" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "téma %r nemá nastavenie „1%s”" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "typ" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Súbory LaTeX sú v %(outdir)s." -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "koncept" +#: 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)." -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enum" +#: 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é" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerátor" +#: 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" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "parameter funkcie" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "kopírovanie podporných súborov Tex" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "parameter šablóny" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "kopírovanie dodatočných súborov" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "logo file %r does not exist" +msgstr "súbor loga %r neexistuje" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/latex/__init__.py:529 #, 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'." +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Neznámy konfiguračný kľúč: latex_elements[%r], ignorovaný." + +#: 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á." -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "premenná" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "makro" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:115 #, python-format -msgid "environment variable; %s" -msgstr "premenná prostredia; %s" +msgid "The HTML pages are in %(outdir)s." +msgstr "Stránky HTML sú v %(outdir)s." -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:351 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "Čítanie súboru zostavenia info zlyhalo: %r" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:386 #, 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”" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "%s voľba príkazového riadka" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Všeobecný index" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "voľba príkazového riadka" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "index" -#: 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" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" +msgstr "" -#: 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" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "ďalší" -#: 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" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "predošlý" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "termín glosára" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "generovanie indexov" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "jazykový token" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "zapisovanie dodatočných stránok" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "menovka odkazu" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "premenná prostredia" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "kopírovanie súborov na stiahnutie…" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "voľba programu" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "nemožno kopírovať súbor na stiahnutie %r: %s" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "dokument" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Index modulov" +#: builders/html/__init__.py:884 +#, 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" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "kopírovanie statických súborov" + +#: builders/html/__init__.py:936 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "duplicitný %s popis %s, ďalší výskyt v %s" +msgid "cannot copy static file %r" +msgstr "nemožno kopírovať statický súbor %r" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig je vypnutý, :numref: je ignorované." +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "kopírovanie extra súborov" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:951 #, 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" +msgid "cannot copy extra file %r" +msgstr "nemožno kopírovať extra súbor %r" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:957 #, python-format -msgid "the link has no caption: %s" -msgstr "odkaz nemá popisok: %s" +msgid "Failed to write build info file: %r" +msgstr "Zápis súboru zostavenia info zlyhal: %r" -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:1007 +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ý." + +#: builders/html/__init__.py:1054 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "neplatný numfig_format: %s (%r)" +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" -#: domains/std/__init__.py:1157 +#: builders/html/__init__.py:1218 #, python-format -msgid "invalid numfig_format: %s" -msgstr "neplatný numfig_format: %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 "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." -#: domains/std/__init__.py:1453 +#: builders/html/__init__.py:1231 #, python-format -msgid "undefined label: %r" +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:1456 +#: builders/html/__init__.py:1239 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +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:1272 +msgid "dumping object inventory" +msgstr "generovanie inventára objektov…" -#: environment/adapters/toctree.py:324 +#: builders/html/__init__.py:1280 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "zistený cirkulárny odkaz stromu obsahu, ignorované: %s <- %s" +msgid "dumping search index in %s" +msgstr "generovanie indexu hľadania v %s" -#: environment/adapters/toctree.py:349 +#: builders/html/__init__.py:1323 #, 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ý" +msgid "invalid js_file: %r, ignored" +msgstr "neplatné js_file: %r, ignorované" + +#: 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ý." -#: environment/adapters/toctree.py:364 +#: builders/html/__init__.py:1361 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "Zdaný neznámy math_renderer %r." -#: environment/adapters/toctree.py:367 +#: builders/html/__init__.py:1375 #, python-format -msgid "toctree contains reference to non-existing document %r" -msgstr "" +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" -#: environment/adapters/indexentries.py:123 +#: builders/html/__init__.py:1380 #, python-format -msgid "see %s" -msgstr "viď %s" +msgid "html_extra_path entry %r does not exist" +msgstr "položka „html_extra_path entry” %r neexistuje" -#: environment/adapters/indexentries.py:133 +#: builders/html/__init__.py:1395 #, python-format -msgid "see also %s" -msgstr "viď aj %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" -#: environment/adapters/indexentries.py:141 +#: builders/html/__init__.py:1400 #, python-format -msgid "unknown index entry type %r" -msgstr "neznámy typ položky indexu %r" +msgid "html_static_path entry %r does not exist" +msgstr "položka „html_static_path” %r neexistuje" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboly" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "súbor favicon %r neexistuje" -#: environment/collectors/asset.py:98 +#: builders/html/__init__.py:1435 #, python-format -msgid "image file not readable: %s" -msgstr "súbor obrázku nemožno čítať: %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 "" -#: environment/collectors/asset.py:126 +#: 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 "image file %s not readable: %s" -msgstr " Súbor obrázku %s nemožno čítať: %s" +msgid "%s %s documentation" +msgstr "Dokumentácia %s %s" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "download file not readable: %s" -msgstr "súbor na stiahnutie nemožno čítať: %s" +msgid "(in %s v%s)" +msgstr "(v %s v%s)" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s už je priradené číslo sekcie (vnorený číslovaný strom obsahu?)" +msgid "(in %s)" +msgstr "(v %s)" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Prerušené!" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" + +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:71 +#, 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.:" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: _cli/util/errors.py:240 +#: ext/intersphinx/_load.py:102 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: _cli/util/errors.py:246 +#: ext/intersphinx/_load.py:121 +#, 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 "Prosím, nahláste to, i keď to bola chyba používateľa, aby mohla byť nabudúce poskytnutá lepšia chybová správa." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/intersphinx/_load.py:134 #, 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 "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" -#: transforms/post_transforms/__init__.py:299 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r cieľ odkazu nenájdený: %s" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Nemožno získať vzdialený obrázok: %s [%s]" +#: ext/intersphinx/_load.py:311 +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:" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Nemožno získať vzdialený obrázok: %s [%d]" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "nemožno získať žiadne inventáre kvôli týmto problémom:" -#: transforms/post_transforms/images.py:143 +#: ext/intersphinx/_load.py:400 #, python-format -msgid "Unknown image format: %s..." -msgstr "Neznámy formát obrázku: %s..." +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "inventár intersphinx bol presunutý: %s -> %s" -#: builders/html/__init__.py:113 +#: ext/apidoc/_generate.py:69 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Stránky HTML sú v %(outdir)s." +msgid "Would create file %s." +msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Čítanie súboru zostavenia info zlyhalo: %r" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgid "Failed to remove %s: %s" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "index" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "ďalší" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "predošlý" - -#: builders/html/__init__.py:696 -msgid "generating indices" -msgstr "generovanie indexov" - -#: builders/html/__init__.py:711 -msgid "writing additional pages" -msgstr "zapisovanie dodatočných stránok" - -#: builders/html/__init__.py:794 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "kopírovanie súborov na stiahnutie…" - -#: builders/html/__init__.py:818 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "nemožno kopírovať súbor na stiahnutie %r: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "" -#: builders/html/__init__.py:864 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: builders/html/__init__.py:882 +#: ext/apidoc/_extension.py:140 #, 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:917 -msgid "copying static files" -msgstr "kopírovanie statických súborov" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "" -#: builders/html/__init__.py:934 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "cannot copy static file %r" -msgstr "nemožno kopírovať statický súbor %r" - -#: builders/html/__init__.py:939 -msgid "copying extra files" -msgstr "kopírovanie extra súborov" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "" -#: builders/html/__init__.py:949 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "cannot copy extra file %r" -msgstr "nemožno kopírovať extra súbor %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "" -#: builders/html/__init__.py:955 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Zápis súboru zostavenia info zlyhal: %r" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "" -#: 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 "index hľadania nemožno načítať, ale nebudú zostavované všetky dokumenty, takže index nebude kompletný." +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "" -#: builders/html/__init__.py:1052 +#: ext/apidoc/_extension.py:210 #, 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 "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: builders/html/__init__.py:1216 +#: ext/apidoc/_extension.py:248 #, 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." +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: builders/html/__init__.py:1224 +#: ext/apidoc/_extension.py:257 #, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" + +#: ext/apidoc/_cli.py:28 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Nastala chyba pri spracovaní stránky %s.\nPríčina: %r" +"\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 "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" -msgstr "generovanie inventára objektov…" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "cesta k dokumentovanému modulu" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" -msgstr "generovanie indexu hľadania v %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "neplatné js_file: %r, ignorované" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "adresár umiestnenia výstupu" -#: builders/html/__init__.py:1342 -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/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)" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Zdaný neznámy math_renderer %r." +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "prepísať existujúce súbory" -#: builders/html/__init__.py:1360 -#, 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/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." -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "položka „html_extra_path entry” %r neexistuje" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "spustí skript bez vytvorenia súborov" -#: builders/html/__init__.py:1380 -#, 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" +#: 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" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "položka „html_static_path” %r neexistuje" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "zahrnúť ”_súkromné” moduly" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "súbor loga %r neexistuje" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "meno súboru obsahu (predvolene: modules)" -#: builders/html/__init__.py:1407 -#, python-format -msgid "favicon file %r does not exist" -msgstr "súbor favicon %r neexistuje" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "nevytvárať súbor obsahu" -#: builders/html/__init__.py:1420 -#, python-format +#: ext/apidoc/_cli.py:135 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`." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "vložiť dokumentáciu modulu pred dokumentáciou submodulu" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" -msgstr "Dokumentácia %s %s" +#: 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" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" -msgstr "" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "prípona súboru (predvolene: rst)" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Súbory LaTeX sú v %(outdir)s." - -#: 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 "\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:159 -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é" - -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "konfiguračná voľba „latex_documents” odkazuje na neznámy dokument %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "generovať úplný projekt pomocou sphinx-quickstart" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Vydanie" +#: 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" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "kopírovanie podporných súborov Tex" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "meno projektu (predvolene: meno koreňového modulu)" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "kopírovanie dodatočných súborov" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "autor(i) projektu, použité pri --full" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Neznámy konfiguračný kľúč: latex_elements[%r], ignorovaný." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "verzia projektu, použité pri --full" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Neznáma voľba témy: latex_theme_options[%r], ignorovaná." +#: 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" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "voľby rozšírenia" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %r!" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r nemá nastavenia „theme”" - -#: builders/latex/theming.py:91 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "téma %r nemá nastavenie „1%s”" - -#: 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 "" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Čísla" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "strana" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Argumenty kľúčových slov" +msgid "%s is not a directory." +msgstr "%s nie je adresár." #: ext/napoleon/docstring.py:176 #, python-format @@ -3624,6 +3329,10 @@ msgstr "Príklad" msgid "Examples" msgstr "Príklady" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Argumenty kľúčových slov" + #: ext/napoleon/docstring.py:956 msgid "Notes" msgstr "Poznámky" @@ -3632,22 +3341,151 @@ msgstr "Poznámky" msgid "Other Parameters" msgstr "Ostatné parametre" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametre" + #: ext/napoleon/docstring.py:1001 msgid "Receives" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "" + +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Varovania" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "" + +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" + +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "" + +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Zlyhalo spracovanie predvolenej hodnoty argumentu %r: %s" + +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "" + +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" + +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "chyba formátovania argumentov %s: %s" + +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" + +#: ext/autodoc/__init__.py:1021 +#, 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/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "„::” v automodule nedáva zmysel" + +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: ext/autodoc/__init__.py:1201 +#, 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__" + +#: ext/autodoc/__init__.py:1278 +#, 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/__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 "" + +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" + +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Základ: %s" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "chýba atribút %s objektu %s" + +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "alias pre %s" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Varovania" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "alias pre TypeVar(%s)" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Neplatné __slots__ nájdené v %s. Ignorované." + #: ext/autosummary/__init__.py:284 #, python-format msgid "autosummary references excluded document %r. Ignored." @@ -3769,451 +3607,643 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Prerušené!" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:28 +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 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." +"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 "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "cesta k dokumentovanému modulu" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "adresár umiestnenia výstupu" +#: _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." -#: 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)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Zbaliť bočný panel" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "prepísať existujúce súbory" +#: 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" -#: ext/apidoc/_cli.py:91 +#: 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ť" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "OK" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Zobraziť zdroj" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Obsah" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Rýchle hľadanie" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indexové stránky po písmenách" + +#: 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/genindex-split.html:17 +msgid "can be huge" +msgstr "môže byť rozsiahle" + +#: themes/basic/search.html:20 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "nasledovať symbolické odkazy. Vhodné v kombinácii s collective.recipe.omelette." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Prosím, na zapnutie funkcie hľadania,aktivujte\nJavaScript ." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "spustí skript bez vytvorenia súborov" +#: 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á." -#: 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" +#: themes/basic/search.html:35 +msgid "search" +msgstr "hľadať" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "zahrnúť ”_súkromné” moduly" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigácia" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "meno súboru obsahu (predvolene: modules)" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Hľadať v %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "O dokumentácii" + +#: 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 "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Naposledy aktualizované %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Vytvorené pomocou Sphinx %(sphinx_version)s." + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Táto stránka" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Predošlá téma" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "predošlá kapitola" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Ďalšia téma" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "ďalšia kapitola" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Hľadať v %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Prehľad" + +#: 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" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "posledná aktualizácia" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indexy a tabuľky" + +#: 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 "zoznam všetkých sekcií a podsekcií" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Stránka hľadania" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "hľadať v tejto dokumentácii" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Celkový index modulov" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "rýchly prístup ku všetkým modulom" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "nevytvárať súbor obsahu" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "všetky funkcie, triedy, termíny" -#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" 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" +#: 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" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." -msgstr "" +#: 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" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "prípona súboru (predvolene: rst)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Zmeny knižnice" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "generovať úplný projekt pomocou sphinx-quickstart" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Zmeny API C" -#: 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" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ostatné zmeny" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "meno projektu (predvolene: meno koreňového modulu)" +#: 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(i) projektu, použité pri --full" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Výsledky hľadania" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "verzia projektu, použité pri --full" +#: themes/basic/static/searchtools.js:125 +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." -#: 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" +#: themes/basic/static/searchtools.js:129 +#, 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:226 -msgid "extension options" -msgstr "voľby rozšírenia" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Hľadanie" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Príprava hľadania..." -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", v " -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s nie je adresár." +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Skryť výsledky hľadania" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Rozbaliť bočný panel" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "zistený cirkulárny odkaz stromu obsahu, ignorované: %s <- %s" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +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/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "see %s" +msgstr "viď %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "see also %s" +msgstr "viď aj %s" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "unknown index entry type %r" +msgstr "neznámy typ položky indexu %r" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "image file not readable: %s" +msgstr "súbor obrázku nemožno čítať: %s" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "image file %s not readable: %s" +msgstr " Súbor obrázku %s nemožno čítať: %s" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "download file not readable: %s" +msgstr "súbor na stiahnutie nemožno čítať: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s už je priradené číslo sekcie (vnorený číslovaný strom obsahu?)" -#: ext/apidoc/_extension.py:247 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +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/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametre šablóny" -#: ext/apidoc/_extension.py:256 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(v %s v%s)" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "člen" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(v %s)" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "typ" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "koncept" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "enumerátor" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "parameter funkcie" + +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parameter šablóny" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Premenné" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Vyzdvihuje" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (v module %s)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (v module %s)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:184 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (zabudovaná premenná)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:219 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (zabudovaná trieda)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (trieda v %s)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:285 #, 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 "%s() (%s class method)" +msgstr "%s() (metóda triedy %s)" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:287 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (statická metóda %s)" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:440 +#, python-format +msgid "%s (%s property)" +msgstr "%s (vlastnosť %s)" -#: ext/intersphinx/_load.py:134 +#: domains/python/__init__.py:480 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Index modulov Python" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moduly" -#: ext/intersphinx/_load.py:287 -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:" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Zastarané" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "nemožno získať žiadne inventáre kvôli týmto problémom:" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "výnimka" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "inventár intersphinx bol presunutý: %s -> %s" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "metóda triedy" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statická metóda" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: domains/python/__init__.py:744 +msgid "property" +msgstr "vlastnosť" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "chyba formátovania argumentov %s: %s" - -#: ext/autodoc/__init__.py:898 +#: domains/python/__init__.py:814 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" +msgstr "nájdený viac ako jeden cieľ krížového odkazu %r: %s" -#: ext/autodoc/__init__.py:1080 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (zastarané)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "environment variable; %s" +msgstr "premenná prostredia; %s" -#: ext/autodoc/__init__.py:1103 +#: domains/std/__init__.py:116 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "„::” v automodule nedáva zmysel" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:239 #, 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__" +"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”" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:319 #, 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" +msgid "%s command line option" +msgstr "%s voľba príkazového riadka" -#: 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 "" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "voľba príkazového riadka" -#: ext/autodoc/__init__.py:1828 +#: 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" + +#: 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" + +#: 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" + +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "termín glosára" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "jazykový token" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "menovka odkazu" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "premenná prostredia" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "voľba programu" + +#: domains/std/__init__.py:735 +msgid "document" +msgstr "dokument" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Index modulov" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "duplicitný %s popis %s, ďalší výskyt v %s" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig je vypnutý, :numref: je ignorované." + +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" -msgstr "Základ: %s" +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" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" -msgstr "chýba atribút %s objektu %s" +msgid "the link has no caption: %s" +msgstr "odkaz nemá popisok: %s" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" -msgstr "alias pre %s" +msgid "invalid numfig_format: %s (%r)" +msgstr "neplatný numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias pre TypeVar(%s)" +msgid "invalid numfig_format: %s" +msgstr "neplatný numfig_format: %s" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Neplatné __slots__ nájdené v %s. Ignorované." +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Zlyhalo spracovanie predvolenej hodnoty argumentu %r: %s" +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'." -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "premenná" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo index eff8e4c8e0b..3602ba5f82e 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 212e0eb4621..89fbc290018 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,257 +308,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"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 "" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" 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/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:187 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/coverage.py:473 +#: cmd/quickstart.py:519 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/imgconverter.py:44 +#: cmd/quickstart.py:530 #, 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" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:604 +msgid "Structure 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/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under 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" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:87 +#: cmd/quickstart.py:670 #, python-format -msgid "Invalid caption: %s" +msgid "enable %s extension" 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" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:686 +msgid "create makefile" 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" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" 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." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." 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: " +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Avtor: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)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 "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Vgrajeni deli" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Nivo modula" - -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:494 +#: cmd/build.py:357 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "cannot open warning file '%s': %s" msgstr "" -#: 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." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:551 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" +msgstr "%s() (vgrajene funkcije)" -#: builders/__init__.py:558 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, 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 "%s() (%s method)" +msgstr "%s() (%s metoda)" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (razred)" -#: builders/__init__.py:713 +#: domains/javascript.py:188 #, python-format -msgid "docnames to write: %s" +msgid "%s (global variable or constant)" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atribut)" -#: builders/__init__.py:728 -msgid "preparing documents" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Vrne" -#: builders/epub3.py:84 +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Vrne tip" + +#: domains/javascript.py:374 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s (module)" +msgstr "%s (modul)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funkcija" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "razred" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "atribut" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modul" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "" - -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" - -#: builders/texinfo.py:45 +#: domains/changeset.py:27 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgid "Changed in version %s" +msgstr "Spremenjeno v verziji %s" -#: builders/texinfo.py:89 +#: domains/changeset.py:28 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Zastarelo od verzije %s" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:29 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (v " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/math.py:73 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file Makefile: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:223 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%s (directive)" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid "%s (role)" msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/_epub_base.py:794 +#: domains/rst.py:262 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:347 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:352 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:358 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2100 +1466,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "Abecedni seznam" + +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Opombe" + +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:325 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:336 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[slika]" + +#: writers/latex.py:384 #, python-format -msgid "locale_dir %s does not exist" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:236 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "Invalid Babel locale: %r." +msgid "no Babel option known for language %r" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Opombe" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[slika]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Avtor sekcije: " -#: 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 "Abecedni seznam" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Avtor modula: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "Avtor: " -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:94 #, python-format -msgid "no Babel option known for language %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:591 +#: ext/todo.py:154 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/viewcode.py:359 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "

Source code for %s

" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: writers/html5.py:431 +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:48 #, python-format -msgid "numfig_format is not defined for %s" +msgid "invalid regex %r in %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: 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/html5.py:636 -msgid "Link to this code" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: domains/__init__.py:322 +#: ext/coverage.py:492 #, python-format -msgid "%s %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: domains/math.py:73 +#: ext/imgmath.py:148 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: domains/javascript.py:182 +#: ext/imgmath.py:167 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (vgrajene funkcije)" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/imgmath.py:326 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metoda)" +msgid "display latex %r: %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/imgmath.py:362 #, python-format -msgid "%s() (class)" -msgstr "%s() (razred)" +msgid "inline latex %r: %s" +msgstr "" + +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: domains/javascript.py:187 +#: ext/imgconverter.py:44 #, python-format -msgid "%s (global variable or constant)" +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 "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atribut)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Vrne" +#: 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 "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Vrne tip" - -#: domains/javascript.py:370 +#: ext/doctest.py:118 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funkcija" - -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "razred" - -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "atribut" - -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modul" - -#: domains/javascript.py:454 +#: ext/doctest.py:139 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/changeset.py:26 -#, python-format -msgid "Added in version %s" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/changeset.py:27 +#: ext/doctest.py:297 #, python-format -msgid "Changed in version %s" -msgstr "Spremenjeno v verziji %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/changeset.py:28 +#: ext/doctest.py:451 #, python-format -msgid "Deprecated since version %s" -msgstr "Zastarelo od verzije %s" +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/changeset.py:29 +#: ext/doctest.py:568 #, python-format -msgid "Removed in version %s" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/extlinks.py:82 #, python-format -msgid "%s (directive)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/rst.py:224 -#, python-format -msgid "%s (role)" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/rst.py:236 -msgid "role" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/rst.py:262 +#: ext/graphviz.py:328 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/citation.py:75 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/citation.py:92 +#: ext/graphviz.py:344 #, python-format -msgid "Citation [%s] is not referenced." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Pozor" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Previdno" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" +msgstr "" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Nevarno" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Napaka" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Nasvet" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Pomembno" +#: 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 "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Opomba" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Poglej Tudi" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Nasvet" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Opozorilo" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (v " + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/_epub_base.py:594 #, python-format -msgid "Please enter one of %s." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:229 +#: builders/_epub_base.py:801 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "writing %s file..." msgstr "" -#: 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)." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "Selected root path: %s" +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Vgrajeni deli" -#: 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 "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Nivo modula" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: 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." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:367 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/text.py:27 #, python-format -msgid "Creating file %s." +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:230 #, python-format -msgid "File %s already exists, skipping." +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:281 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: 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:660 -msgid "use epub" +#: 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:663 -msgid "Extension 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 "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:564 #, python-format -msgid "enable %s extension" +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:677 -msgid "enable arbitrary extensions" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:74 +#: 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" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:109 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:131 +#: transforms/__init__.py:258 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: 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/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: 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 "" -#: cmd/build.py:212 -msgid "console output options" +#: 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:219 -msgid "increase verbosity (can be repeated)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: 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 "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." 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" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %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 "Išči" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Potrdi" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Prikaži izvorno kodo" - -#: themes/haiku/layout.html:16 -msgid "Contents" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/opensearch.xml:4 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "Search %(docstitle)s" -msgstr "Išči %(docstitle)s" +msgid "%r reference target not found: %s" +msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Pregled" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "nadaljevanje iz prejšnje strani" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" 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" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Splošni abecedni seznam" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "vse funkcije, razredi, izrazi" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Izdaja" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Trenutna stran" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/latex/transforms.py:121 #, python-format -msgid "Index – %(key)s" +msgid "Failed to get a docname for source %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/searchbox.html:4 -msgid "Quick search" -msgstr "Hitro iskanje" - -#: 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/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/layout.html:18 -msgid "Navigation" -msgstr "Navigacija" - -#: themes/basic/layout.html:115 +#: builders/latex/transforms.py:487 #, 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/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Vse pravice pridržane" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/latex/theming.py:87 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/layout.html:201 +#: builders/latex/theming.py:90 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Zadnjič posodobljeno %(last_updated)s." +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: themes/basic/layout.html:204 +#: builders/latex/__init__.py:115 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: 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 +#: builders/latex/__init__.py:118 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "išči" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skrij resultate iskanja" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Rezultati Iskanja" - -#: 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." +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: 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] "" -msgstr[2] "" -msgstr[3] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/__init__.py:529 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/__init__.py:537 #, 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" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/python/_annotations.py:529 -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:540 -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/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (v modulu %s)" - -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (v modulu %s)" - -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (vgrajene spremenljivke)" - -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (vgrajen razred)" - -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (razred v %s)" - -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:115 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statična metoda)" - -#: domains/python/__init__.py:438 -#, python-format -msgid "%s (%s property)" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:351 #, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "Moduli" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Zastarelo" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "izjema" - -#: domains/python/__init__.py:745 -msgid "class method" +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "statična metoda" - -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:386 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: domains/python/__init__.py:978 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (zastarelo)" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Splošni abecedni seznam" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametri" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "abecedni seznam" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Sproži izjemo" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "naprej" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "nazaj" -#: 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'." +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "član" - -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "tip" - -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:936 #, python-format -msgid "%s (C %s)" +msgid "cannot copy static file %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "" + +#: builders/html/__init__.py:951 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:1218 #, python-format -msgid "environment variable; %s" -msgstr "okoljska spremenljivka; %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 "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s; configuration value" +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:175 -msgid "Type" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1280 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1323 #, python-format -msgid "%s command line option" +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "okoljska spremenljivka" - -#: domains/std/__init__.py:734 -msgid "program option" +#: 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/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Seznam modulov" - -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1464 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "%s %s documentation" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" msgstr "" -#: domains/std/__init__.py:1124 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "(in %s)" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "the link has no caption: %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "invalid numfig_format: %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "undefined label: %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_load.py:60 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "see %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "see also %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "image file not readable: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "download file not readable: %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %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.:" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" 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." +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: 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 "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:50 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" -msgstr "abecedni seznam" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "naprej" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "nazaj" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:160 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1216 -#, 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/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "logo file %r does not exist" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "favicon file %r does not exist" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:190 #, 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:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s %s documentation" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: 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)." +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametri" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Izdaja" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "error while formatting arguments for %s: %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" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:895 -msgid "Example" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3736,481 +3574,673 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" -msgstr "" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +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/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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Potrdi" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Prikaži izvorno kodo" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hitro iskanje" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indeksiraj strani po črki" + +#: 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/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." + +#: 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 "išči" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigacija" + +#: themes/basic/layout.html:115 +#, 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/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 "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Zadnjič posodobljeno %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Trenutna stran" + +#: 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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Išči %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Pregled" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/generate.py:882 -#, python-format -msgid "custom template directory (default: %(default)s)" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:890 -#, python-format -msgid "document imported members (default: %(default)s)" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Kazalo in seznami:" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Popoln Seznam Vsebine" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "prikazi vse sekcije in podsekcije" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Iskalnik" -#: 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:19 +msgid "search this documentation" +msgstr "išči po dokumentaciji" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Splošen seznam modulov" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "hiter dostop do vseh modulov" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "vse funkcije, razredi, izrazi" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: 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." -msgstr "" +#: 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" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Spremembe knjižnice" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API spremembe" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ostale spremembe" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Rezultati Iskanja" -#: ext/apidoc/_cli.py:135 +#: themes/basic/static/searchtools.js:125 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:129 +#, 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:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/static/searchtools.js:267 +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:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Skrij resultate iskanja" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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:214 -msgid "project version, 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:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:98 #, python-format -msgid "%s is not a directory." +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:115 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:133 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: 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 "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Sproži izjemo" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (v modulu %s)" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "(in %s v%s)" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (v modulu %s)" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:184 #, python-format -msgid "(in %s)" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (vgrajene spremenljivke)" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:219 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (vgrajen razred)" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:220 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (razred v %s)" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:285 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:287 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s statična metoda)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:440 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:480 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "Moduli" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Zastarelo" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "izjema" + +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statična metoda" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (zastarelo)" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "environment variable; %s" +msgstr "okoljska spremenljivka; %s" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:319 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "okoljska spremenljivka" + +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Seznam modulov" + +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/sphinx.pot b/sphinx/locale/sphinx.pot index 82e9de89441..2cc616e0237 100644 --- a/sphinx/locale/sphinx.pot +++ b/sphinx/locale/sphinx.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Sphinx 8.2.0\n" +"Project-Id-Version: Sphinx 8.3.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 18:26+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,141 +17,277 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.17.0\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called " +"sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a " +"list of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but " +"`{current}` is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep " +"pre-2.0 behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: application.py:212 +#: config.py:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with" " this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as " "errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -159,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -172,258 +308,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called " -"sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but " -"`{current}` is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep " -"pre-2.0 behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it" +" should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes" -" are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -438,1051 +538,877 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes" +" are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it" -" should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: 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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 -msgid "====================== slowest reading durations =======================" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: 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 "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: 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 "" -#: 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:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: 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 "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:349 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the " -"imgmath_%s setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 +#: cmd/quickstart.py:367 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" - -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -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" +"Error: the master file %s has already been found in the selected root " +"path." msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:377 +msgid "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has" +" been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other " +"documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path" -" as a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +msgid "enable %s extension" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "file %r given on command line is not under the source directory, ignoring" +#: cmd/quickstart.py:766 +msgid "" +"\"quiet\" is specified, but any of \"project\" or \"author\" is not " +"specified." msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/quickstart.py:785 +msgid "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a " +"new root path." msgstr "" -#: builders/__init__.py:377 +#: cmd/quickstart.py:809 #, python-format -msgid "targets for %d source files that are out of date" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: 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 "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is" +" specified" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number " +"of CPU cores" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:551 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: " +"OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:221 -msgid "" -"conf value \"epub_language\" (or \"language\") should not be empty for " -"EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:232 -msgid "" -"conf value \"epub_title\" (or \"html_title\") should not be empty for " -"EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:256 -msgid "" -"conf value \"epub_copyright\" (or \"copyright\")should not be empty for " -"EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: cmd/build.py:357 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/xml.py:101 +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:45 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s() (%s method)" msgstr "" -#: 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)." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/javascript.py:374 #, python-format -msgid "cannot copy image file %r: %s" +msgid "%s (module)" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:244 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:266 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "targets for %d template files" +msgid ":%s: (directive option)" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:77 +#: domains/citation.py:75 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:149 +#: domains/citation.py:92 #, python-format -msgid "broken link: %s (%s)" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated:" -" {1}" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:358 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose" +" another doctree directory." msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1553,2684 +1479,2789 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" +msgstr "" + +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose" -" another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to " -"output it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role " -"is not in the domain." +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 +msgid "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' " -"instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination " -"path has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +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 "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 -msgid "both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +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 "" -#: writers/latex.py:1580 +#: ext/coverage.py:187 #, python-format -msgid "dimension unit %s is invalid. Ignored." +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 "" -#: writers/latex.py:1939 +#: ext/coverage.py:452 #, python-format -msgid "unknown index entry type %s found" +msgid "undocumented python function: %s :: %s" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:473 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:431 +#: ext/imgmath.py:148 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:441 +#: ext/imgmath.py:167 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"%s command %r cannot be run (needed for math display), check the " +"imgmath_%s setting" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: 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 "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/__init__.py:322 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/math.py:73 +#: ext/doctest.py:118 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:182 +#: ext/doctest.py:124 #, python-format -msgid "%s() (built-in function)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/doctest.py:139 #, python-format -msgid "%s() (%s method)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:185 -#, python-format -msgid "%s() (class)" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:297 #, python-format -msgid "%s (global variable or constant)" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:451 #, python-format -msgid "%s (%s attribute)" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/extlinks.py:82 +#, python-format +msgid "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/duration.py:90 +msgid "====================== slowest reading durations =======================" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/javascript.py:370 +#: ext/graphviz.py:153 #, python-format -msgid "%s (module)" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:344 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Added in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Changed in version %s" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/changeset.py:28 +#: builders/texinfo.py:41 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/changeset.py:29 -#, python-format -msgid "Removed in version %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 "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:85 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:224 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:75 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: domains/citation.py:92 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:133 +#: builders/manpage.py:37 #, python-format -msgid "Please enter one of %s." +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:229 +#: builders/epub3.py:84 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:234 +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "" + +#: builders/epub3.py:225 msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." +"conf value \"epub_language\" (or \"language\") should not be empty for " +"EPUB3" msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:236 +msgid "" +"conf value \"epub_title\" (or \"html_title\") should not be empty for " +"EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:273 +#: builders/epub3.py:260 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." +"conf value \"epub_copyright\" (or \"copyright\")should not be empty for " +"EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:297 -msgid "The project name will occur in several places in the built documentation." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: 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." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:367 +#: builders/__init__.py:315 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root " -"path." +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:377 -msgid "Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:343 +#, python-format +msgid "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has" -" been deselected." +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:416 #, python-format -msgid "Creating file %s." +msgid "%d found" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other " -"documentation\n" -"source files. " +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "" + +#: 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" +msgid "%s added, %s changed, %s removed" msgstr "" -#: 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." +"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: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" +"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/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: 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:591 -msgid "quiet mode" +#: 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:601 -msgid "project root" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This " +"will become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:670 -#, python-format -msgid "enable %s extension" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:766 +#: transforms/i18n.py:276 +#, python-brace-format msgid "" -"\"quiet\" is specified, but any of \"project\" or \"author\" is not " -"specified." +"inconsistent references in translated message. original: {0}, translated:" +" {1}" msgstr "" -#: cmd/quickstart.py:785 -msgid "Error: specified path is not a directory, or sphinx files already exist." +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a " -"new root path." +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/__init__.py:149 +msgid "no translated elements!" 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" +#: transforms/__init__.py:258 +#, python-format +msgid "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is" -" specified" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number " -"of CPU cores" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:157 +#: util/i18n.py:253 +#, python-format msgid "" -"directory for doctree and environment files (default: " -"OUTPUT_DIR/.doctrees)" +"Invalid date format. Quote the string by single quote if you want to " +"output it directly: %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: 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:175 -msgid "use no configuration file, only use settings from -D options" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: 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 "" -#: cmd/build.py:212 -msgid "console output options" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a" +" bug." msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "%r reference target not found: %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" 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" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/opensearch.xml:4 +#: builders/latex/transforms.py:121 #, python-format -msgid "Search %(docstitle)s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: 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/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: 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" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:386 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:115 -#, python-format -msgid "Search within %(docstitle)s" +#: builders/html/__init__.py:601 +msgid "previous" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/html/__init__.py:796 #, 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." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:820 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:866 +#, 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:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: 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." +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: 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] "" - -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the" +" index will be incomplete." msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1218 #, python-format -msgid "%(filename)s — %(docstitle)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/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1231 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1239 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s() (in module %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (in module %s)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (built-in variable)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (built-in class)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s (class in %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 "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected " +"in configuration options)" msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:1464 #, python-format -msgid "%s() (%s static method)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:438 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "%s (%s property)" +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:478 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "%s (type alias in %s)" +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. " +"Project identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element " +"tuple or list." msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:82 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: " -"for one of them" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target " +"URI, inventory locations) pair." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.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 "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "%s (C++ %s)" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 -#, python-format +#: ext/intersphinx/_load.py:311 msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"encountered some issues with some of the inventories, but they had " +"working alternatives:" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:242 -#, python-format +#: ext/apidoc/_cli.py:28 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\"," -" \"--opt args\", \"/opt args\" or \"+opt args\"" +"\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 "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/apidoc/_cli.py:50 +msgid "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "see also %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a" -" bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following " +"exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the" -" index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autosummary/__init__.py:284 #, 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 "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with " +"%r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does " +"not contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following " +"exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected " -"in configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:384 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:404 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "failed to parse name %s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with " -"%r." +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does " -"not contain .rst. Skipped." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following " -"exception was raised:\n" -"%s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API 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:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/static/searchtools.js:125 +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:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. " -"Project identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element " -"tuple or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target " -"URI, inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: " +"for one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had " -"working alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\"," +" \"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following " -"exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.mo b/sphinx/locale/sq/LC_MESSAGES/sphinx.mo index 6a395cc6af0..d9cd90eda72 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 2f7e4ec4311..e48804b334f 100644 --- a/sphinx/locale/sq/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sq/LC_MESSAGES/sphinx.po @@ -4,13 +4,14 @@ # # Translators: # Besnik Bleta , 2021-2025 +# Rafael Fontenelle , 2025 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: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Besnik Bleta , 2021-2025\n" +"Last-Translator: Rafael Fontenelle , 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" @@ -19,141 +20,276 @@ msgstr "" "Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, 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:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "“%s” duhet të jetë “0” ose “1”, u mora “%s”" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "Zgjerimi %s është i domosdoshëm për needs_extensions settings, por s’është ngarkuar." +"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)" -#: extension.py:79 +#: config.py:402 +#, 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" + +#: config.py:410 +#, 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" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "vlerë e panjohur formësimi %r te anashkalimi, po shpërfillet" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "S’ka vlerë të tillë formësimi: %r" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Vlerë formësimi %r e pranishme tashmë" + +#: config.py:552 #, 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 "Ky projekt lyp zgjerimin %s të paktën nën versionin %s dhe prandaj s’mund të montohet me versionin e ngarkuar (%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:588 +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)." + +#: config.py:610 +#, 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:614 +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()" + +#: config.py:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "S’u arrit të shndërrohej %r në një grup të ngrirë" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Po shndërrohet `source_suffix = %r` në `source_suffix = %r`." + +#: config.py:676 +#, 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)." + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Ndarja %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Figura %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tabela %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Listando %s" + +#: config.py:809 +#, 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}`." -#: application.py:212 +#: config.py:840 +#, 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:857 +#, 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:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "s’u gjet primary_domain %r, po shpërfillet." + +#: config.py:889 +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:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "S’gjendet dot drejtori burim (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Drejtoria e përfundimeve (%s) s’është drejtori" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Drejtoria burim dhe drejtoria vendmbërritje s’mund të jenë identike" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Po xhirohet Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Ky projekt lyp të paktën Sphinx v%s, ndaj s’mund të montohet me këtë version." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "po krijohet drejtori përfundimesh" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "teksa ujdiset zgjerimi %s:" -#: application.py:309 +#: application.py:310 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' siç është përcaktuar aktualisht te conf.py s’është funksion Python që mund të thirret. Ju lutemi, ndryshojeni përcaktimin e tij që ta bëni një funksion që mund të thirret. Kjo është e nevojshme që conf.py të sillet si një zgjerim Sphinx." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "po ngarkohen përkthime [%s]… " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "u bë" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "s’është i passhëm për mesazhe të brendshëm" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" -msgstr "" +msgstr "carregando ambiente serializado com pickle" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "dështoi: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "S’u përzgjodh montues, po përdoret parazgjedhja: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "montimi përfundoi me probleme." -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "montimi doli me sukses." -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "montimi përfundoi me probleme, 1 sinjalizim (me sinjalizimet të trajtuara si gabime)." -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "montimi përfundoi me probleme, 1 sinjalizim." -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "montimi doli me sukses, 1 sinjalizim." -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "montimi përfundoi me probleme, %s sinjalizime (me sinjalizimet e trajtuara si gabime)." -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "montimi përfundoi me probleme, %s sinjalizime." -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "montimi doli me sukses, %s sinjalizime." -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "klasa %r e nyjeve është e regjistruar tashmë, vizitorët e saj do të anashkalohen" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "direktiva %r është tashmë e regjistruar dhe s’do të anashkalohet" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format 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:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +297,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:1775 +#: application.py:1785 #, 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:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,1769 +310,960 @@ 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:1784 +#: application.py:1794 #, 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:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" -msgstr "" +msgstr "fazer %s serial" -#: config.py:355 +#: extension.py:58 #, 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:366 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)." +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "Zgjerimi %s është i domosdoshëm për needs_extensions settings, por s’është ngarkuar." -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "“%s” duhet të jetë “0” ose “1”, u mora “%s”" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"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)." -#: config.py:399 +#: events.py:81 #, 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)" +msgid "Event %r already present" +msgstr "Vlerë formësimi %r e pranishme tashmë" -#: config.py:411 +#: events.py:379 #, 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" +msgid "Unknown event name: %s" +msgstr "Emër i panjohur akti: %s" -#: config.py:419 +#: events.py:424 #, 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 "Handler %r for event %r threw an exception" +msgstr "Trajtuesi %r për aktin %r u përgjigj me një përjashtim" -#: config.py:442 +#: registry.py:162 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "vlerë e panjohur formësimi %r te anashkalimi, po shpërfillet" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Klasa %s e montuesit nuk ka atribut \"name\"" -#: config.py:496 +#: registry.py:166 #, python-format -msgid "No such config value: %r" -msgstr "S’ka vlerë të tillë formësimi: %r" +msgid "Builder %r already exists (in module %s)" +msgstr "Montuesi %r ekziston tashmë (te moduli %s)" -#: config.py:524 +#: registry.py:182 #, python-format -msgid "Config value %r already present" -msgstr "Vlerë formësimi %r e pranishme tashmë" +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" -#: config.py:561 +#: registry.py:192 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "Builder name %s not registered" +msgstr "Emër montuesi %s jo i regjistruar" -#: config.py:603 +#: registry.py:199 #, 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" +msgid "domain %s already registered" +msgstr "përkatësi %s e regjistruar tashmë" -#: config.py:607 -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()" +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "përkatësi %s ende e paregjistruar" -#: config.py:615 +#: registry.py:230 #, 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 directive is already registered to domain %s" +msgstr "Direktiva %r është e regjistruar tashmë te përkatësia %s" -#: config.py:637 +#: registry.py:248 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "S’u arrit të shndërrohej %r në një grup të ngrirë" +msgid "The %r role is already registered to domain %s" +msgstr "Roli %r është i regjistruar tashmë te përkatësia %s" -#: config.py:655 config.py:663 +#: registry.py:261 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Po shndërrohet `source_suffix = %r` në `source_suffix = %r`." +msgid "The %r index is already registered to domain %s" +msgstr "Treguesi %r është i regjistruar tashmë te përkatësia %s" -#: config.py:669 +#: registry.py:308 #, 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 object_type is already registered" +msgstr "object_type %r është i regjistruar tashmë" -#: config.py:690 +#: registry.py:339 #, python-format -msgid "Section %s" -msgstr "Ndarja %s" +msgid "The %r crossref_type is already registered" +msgstr "crossref_type %r është i regjistruar tashmë" -#: config.py:691 +#: registry.py:348 #, python-format -msgid "Fig. %s" -msgstr "Figura %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r është i regjistruar tashmë" -#: config.py:692 +#: registry.py:358 #, python-format -msgid "Table %s" -msgstr "Tabela %s" +msgid "source_parser for %r is already registered" +msgstr "source_parser për %r është i regjistruar tashmë" -#: config.py:693 +#: registry.py:367 #, python-format -msgid "Listing %s" -msgstr "" +msgid "Source parser for %s not registered" +msgstr "Përtypës burimesh për %s jo i regjistruar" -#: config.py:802 -#, 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}`." +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" +msgstr "Përkthyesi për %r ekziston tashmë" -#: config.py:833 -#, 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}." +#: registry.py:405 +#, 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" -#: config.py:850 -#, 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__}'." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r tashmë i regjistruar" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "s’u gjet primary_domain %r, po shpërfillet." +msgid "math renderer %s is already registered" +msgstr "vizatuesi i formulave matematikore %s është i regjistruar tashmë" -#: config.py:882 +#: registry.py:531 +#, python-format 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'”." +"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." -#: highlighting.py:170 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "Përjashtimi origjinal:\n" + +#: registry.py:547 +#, python-format +msgid "Could not import extension %s" +msgstr "S’u importua dot zgjerimi %s" + +#: registry.py:554 +#, 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 +#, 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 +#, 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 +#, python-format +msgid "`None` is not a valid filetype for %r." +msgstr "`None` s’është lloj i vlefshëm kartele për %r." + +#: roles.py:206 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "Cenueshmëri dhe Ekspozime të Rëndomta; CVE %s" + +#: roles.py:229 +#, python-format +msgid "invalid CVE number %s" +msgstr "numër CVE %s i pavlefshëm" + +#: roles.py:251 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "Common Weakness Enumeration; CWE %s" + +#: roles.py:274 +#, python-format +msgid "invalid CWE number %s" +msgstr "numër CWE i pavlefshëm %s" + +#: roles.py:294 +#, python-format +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "numër PEP i pavlefshëm %s" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "numër RFC i pavlefshëm %s" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" -msgstr "" +msgstr "O nome do analisador léxico de Pygments %r não é conhecido" #: highlighting.py:209 #, python-format msgid "" "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " "Retrying in relaxed mode." -msgstr "" +msgstr "A sintaxe literal_block %r foi \"%s\" e resultou em um erro no token: %r. Tentando novamente em modo relaxado." + +#: project.py:72 +#, python-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." + +#: project.py:87 +#, python-format +msgid "Ignored unreadable document %r." +msgstr "U shpërfill dokument i palexueshëm %r." -#: theming.py:115 +#: theming.py:117 #, 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)." -#: theming.py:120 +#: theming.py:122 #, 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" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "është dhënë mundësi teme %r e pambuluar" -#: theming.py:208 +#: theming.py:218 #, 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ë" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "s’u gjet temë e emërtuar %r (mungon theme.toml?)" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "Tema %r ka trashëgimi rrethore" -#: theming.py:276 +#: theming.py:286 #, 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" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "Tema %r ka shumë paraardhës" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "s’u gjet kartelë formësimi teme në %r" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "tema %r s’ka tabelën “theme”" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "Tabela “[theme]” e temës %r s’është tabelë" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "Tema %r duhet të përcaktojë rregullimin “theme.inherit”" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "Tablea “[options]” e temës %r s’është tabelë" -#: theming.py:366 +#: theming.py:376 #, 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”" -#: events.py:77 -#, python-format -msgid "Event %r already present" -msgstr "Vlerë formësimi %r e pranishme tashmë" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "fut automatikisht docstrings prej modulesh" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Emër i panjohur akti: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "testo automatikisht copëza kodi te blloqe doctest" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "Trajtuesi %r për aktin %r u përgjigj me një përjashtim" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "lidhje mes dokumentimi Sphinx projektesh të ndryshëm" -#: project.py:72 -#, python-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." +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "shkruaj zëra \"todo\" që mund të shfaqen ose fshihen te montimi" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "U shpërfill dokument i palexueshëm %r." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "kontrolle për mbulim dokumentimi" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Klasa %s e montuesit nuk ka atribut \"name\"" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "përfshi formula matematikore, të vizatuara si figura PNG ose SVG" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Montuesi %r ekziston tashmë (te moduli %s)" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "përfshi formula matematikore, të vizatuara te shfletuesi nga MathJax" -#: registry.py:187 -#, 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" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "përfshirje e kushtëzuar lënde, bazuar në vlera formësimi" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "Emër montuesi %s jo i regjistruar" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "përfshi lidhje te kodi burim i objekteve Python të dokumentuara" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "përkatësi %s e regjistruar tashmë" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "krijo kartelë .nojekyll për të botuar dokumentin në faqe GitHub" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "përkatësi %s ende e paregjistruar" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Ju lutemi, jepni një emër shtegu të vlefshëm." -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "Direktiva %r është e regjistruar tashmë te përkatësia %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Ju lutemi, jepni ca tekst." -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "Roli %r është i regjistruar tashmë te përkatësia %s" +msgid "Please enter one of %s." +msgstr "Ju lutemi, jepni një nga %s." -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "Treguesi %r është i regjistruar tashmë te përkatësia %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Ju lutemi, jepni 'y' ose 'n'." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "object_type %r është i regjistruar tashmë" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Ju lutemi, jepni një prapashtesë kartele, për shembull, '.rst' ose '.txt'." -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "crossref_type %r është i regjistruar tashmë" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Mirë se vini te mjeti për fillim të shpejtë me Sphinx %s." -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r është i regjistruar tashmë" +#: 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 "Ju lutemi, jepni vlera për rregullimet vijuese (thjesht shtypni tastin\nEnter që të pranohet një vlerë parazgjedhje, nëse është një e tillë\nbrenda kllapave)." -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "source_parser për %r është i regjistruar tashmë" +msgid "Selected root path: %s" +msgstr "Shteg rrënjë i përzgjedhur: %s" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "Përtypës burimesh për %s jo i regjistruar" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Jepni shtegun rrënjë për te dokumenti." -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "Përkthyesi për %r ekziston tashmë" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Shteg rrënje për te dokumenti" -#: 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" +#: cmd/quickstart.py:254 +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." -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r tashmë i regjistruar" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart s’do të mbishkruajë projekte ekzistuese Sphinx." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "vizatuesi i formulave matematikore %s është i regjistruar tashmë" +#: cmd/quickstart.py:262 +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)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 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:543 -msgid "Original exception:\n" -msgstr "Përjashtimi origjinal:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "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ë." -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "S’u importua dot zgjerimi %s" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Nda veçmas drejtoritë burim dhe montim (y/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 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?" +"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." -#: registry.py:565 -#, 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." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Parashtesë emrash për drejtori gjedhesh dhe statikesh" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "`None` s’është lloj i vlefshëm kartele për %r." +"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." -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "Cenueshmëri dhe Ekspozime të Rëndomta; CVE %s" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Emër projekti" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "numër CVE %s i pavlefshëm" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Emër(a) autori(ësh)" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: 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-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ë." -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "numër CWE i pavlefshëm %s" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Version projekti" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Hedhje në qarkullim e projektit" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "numër PEP i pavlefshëm %s" +#: 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 "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." -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "numër RFC i pavlefshëm %s" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Gjuhë projekti" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[burim]" +#: 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 "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." -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "po theksohet kod moduli… " +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Prapashtesë kartele burim" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[dokumente]" +#: 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 "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." -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Kod moduli" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Emër i dokumentit tuaj kryesor (pa prapashtesë)" -#: ext/viewcode.py:353 +#: cmd/quickstart.py:367 #, python-format -msgid "

Source code for %s

" -msgstr "

Kod burim për %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Përmbledhje: kod moduli" +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." -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart s’do të mbishkruajë kartelën ekzistuese." -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:377 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "pjesa “%s” etiketohet si “%s”" +"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" -#: 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" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Përcaktoni se cilët nga zgjerimet vijuese Sphinx duhen aktivizuar:" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "Lidhje për te ky ekuacion" +#: cmd/quickstart.py:396 +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." -#: ext/duration.py:90 +#: cmd/quickstart.py:406 msgid "" -"====================== slowest reading durations =======================" -msgstr "=================== kohëzgjatjet më të ngadalta të leximit ===================" +"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." -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "mungon '+' ose '-' te mundësia '%s'." +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Të krijohet Makefile? (y/n)" -#: ext/doctest.py:124 +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Të krijohet kartelë urdhrash Windows? (y/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' s’është mundësi e vlefshme." +msgid "Creating file %s." +msgstr "Po krijohet kartela %s." -#: ext/doctest.py:139 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' s’është mundësi pyversion e vlefshme" +msgid "File %s already exists, skipping." +msgstr "Ka tashmë një kartelë %s, po anashkalohet." -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "lloj TestCode i pavlefshëm" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Përfundoi: U krijua një strukturë fillestare drejtorish." -#: ext/doctest.py:297 +#: cmd/quickstart.py:519 #, 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." +"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. " -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "s’ka kod/dhënie te blloku %s në %s:%s" +#: cmd/quickstart.py:526 +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" -#: ext/doctest.py:568 +#: cmd/quickstart.py:530 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "po shpërfillet kod “doctest” i pavlefshëm: %r" +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" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:537 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" +"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." -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:572 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" +"\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 "\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" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "shfaq latex %r: %s" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "Për më tepër hollësi, vizitoni ." -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "latex brendazi %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "mënyra pa zhurmë" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "shprehje e rregullt e pavlefshme %r te %s" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "rrënjë e projektit" -#: 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" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Mundësi strukture" -#: 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" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "nëse është kërkuar, nda veçmas drejtoritë burim dhe montim" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "modulet vijues janë specifikuar te coverage_modules, por s’qenë dokumentuar" - -#: 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/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/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" - -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" -msgstr "" - -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" -msgstr "Titull i pavlefshëm: %s" - -#: 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 "numri i specifikuar për rreshtin është jashtë intervali (1-%d): %r" - -#: directives/code.py:216 -#, 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:231 -#, 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:235 -#, 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:276 -#, 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:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" - -#: 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" - -#: 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." - -#: 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:361 -#, 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ë" - -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Kartela përmbledhje gjendet te %(outdir)s." - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "s’ka ndryshime në version %s." - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "po shkruhet kartelë përmbledhje…" - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Të brendshme" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Shkallë moduli" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "po kopjohen kartela burim…" - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "s’u lexua dot %r për krijim regjistrimi ndryshimesh" - -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Faqet e doracakut gjenden në %(outdir)s." - -#: 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" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "po shkruhet" - -#: builders/manpage.py:71 -#, 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" - -#: builders/__init__.py:224 -#, 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)" - -#: builders/__init__.py:232 -#, 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" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "po montohet [mo]: " - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "po shkruhet përfundim… " - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "krejt kartelat po %d" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "objektiva për kartela po %d që janë specifikuar" - -#: builders/__init__.py:309 -#, 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:319 -msgid "all source files" -msgstr "krejt kartelat burim" - -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "kartela %r, dhënë te rreshti i urdhrave, nuk ekziston, " - -#: builders/__init__.py:337 -#, python-format -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" - -#: builders/__init__.py:348 -#, 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" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "kartela burim %d dhënë te rresht urdhrash" - -#: builders/__init__.py:377 -#, 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" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "po montohet [%s]: " - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "po shihet për kartela të sapovjetruara… " - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "U gjet %d" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "s’u gjet gjë" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "po kontrollohet njëtrajtshmëria" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "s’ka objektiva të vjetruar." - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "po përditësohet mjedisi: " - -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s të shtuar, %s të ndryshuar, %s të hequr" - -#: 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 "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." - -#: builders/__init__.py:540 -#, 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." - -#: builders/__init__.py:551 -#, 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." - -#: builders/__init__.py:558 -#, 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." - -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "po lexohen burime… " - -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "emra dokumentesh për shkrim: %s" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "po përgatiten dokumente" - -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "po kopjohen elementë" - -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "shenja burimi të padeshifrueshme, po zëvendësohen me \"?\": %r" - -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Kartela ePub gjendet te %(outdir)s." - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "po shkruhet kartelë nav.xhtml…" - -#: builders/epub3.py:221 -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" - -#: builders/epub3.py:227 -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" - -#: builders/epub3.py:232 -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" - -#: builders/epub3.py:238 -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" - -#: builders/epub3.py:242 -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" - -#: builders/epub3.py:247 -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" - -#: builders/epub3.py:251 -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" - -#: builders/epub3.py:256 -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" - -#: builders/epub3.py:262 -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" - -#: builders/epub3.py:265 -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" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file e pavlefshme: %r, u shpërfill" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Kartelat XML gjenden në %(outdir)s." - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "gabim në shkrim kartele %s: %s" - -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Kartelat pseudo-XML gjenden në %(outdir)s." - -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Kartelat Texinfo gjenden në %(outdir)s." - -#: 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 "\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:77 -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:89 -#, 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" - -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "po përpunohet %s" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "po shquhen referencat…" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (në " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "po kopjohen figura… " - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "s’kopjohet dot kartelë figure %r: %s" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "po kopjohen kartela mbulimi Texinfo" - -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "gabim në shkrim kartele Makefile: %s" - -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "u gjet zë TeL i përsëdytur: %s" - -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "s’lexohet dot kartelë figure %r: në vend të tij, po kopjohet" - -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "s’shkruhet dot kartelë figure %r: %s" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "S’u gjet Pillow - po kopjohen kartela figurë" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "po shkruhet kartelë llojesh MIME…" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "po shkruhet kartelë META-INF/container.xml…" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "po shkruhet kartelë content.opf…" - -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "lloj MIME i panjohur për %s, po shpërfillet" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "nyja ka nivel të pavlefshëm" - -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "po shkruhet kartelë toc.ncx…" - -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "po shkruhet kartelë %s…" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Montuesi provë nuk prodhon kartela." - -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Katalogët e mesazheve gjenden te %(outdir)s." - -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "objektiva për kartela gjedhe %d" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "po lexohen gjedhe… " - -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "po shkruhen katalogë mesazhesh… " - -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Faqja HTML gjenden në %(outdir)s." - -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "po montohet dokument njësh" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "po shkruhen kartela shtesë" - -#: builders/linkcheck.py:77 -#, 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" - -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" -msgstr "lidhje e dëmtuar: %s (%s)" - -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" -msgstr "S’u gjet spirancë '%s'" - -#: builders/linkcheck.py:758 -#, 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" - -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Kartelat tekst gjenden në %(outdir)s." - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, 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}" - -#: transforms/i18n.py:272 -#, 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}" - -#: transforms/i18n.py:322 -#, 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}" - -#: transforms/i18n.py:344 -#, 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/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" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "s’u njehsua dot ecuri përkthimi!" - -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "pa elementë të përkthyer!" - -#: transforms/__init__.py:253 -#, 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" - -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Poshtëshënimi [%s] s’është në referencë." - -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "Poshtëshënimi [*] është pa referencë." - -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "Poshtëshënimi [#] s’është në referencë." - -#: _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:" - -#: _cli/__init__.py:98 -msgid "Options" -msgstr "Mundësi" - -#: _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/." - -#: _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'" - -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "Administroni dokumentimin me Sphinx." - -#: _cli/__init__.py:191 -msgid "Show the version and exit." -msgstr "Shfaq versionin dhe dil." - -#: _cli/__init__.py:199 -msgid "Show this message and exit." -msgstr "Shfaq këtë mesazh dhe dil." - -#: _cli/__init__.py:203 -msgid "Logging" -msgstr "Regjistrim" - -#: _cli/__init__.py:210 -msgid "Increase verbosity (can be repeated)" -msgstr "" - -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "Vetëm gabime dhe sinjalizime shtypjeje" - -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "Pa dhënë gjë" - -#: _cli/__init__.py:231 -msgid "" -msgstr "" - -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "Shihni 'sphinx --help'.\n" - -#: environment/__init__.py:86 -msgid "new config" -msgstr "formësim i ri" - -#: environment/__init__.py:87 -msgid "config changed" -msgstr "formësimi ndryshoi" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "në u përcaktoftë, krijo drejtori montimi nën drejtorinë burim" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "zgjerimet u ndryshuan" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "zëvendësim për pikën te _templates, etj." -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "version jo i tanishëm i mjedisit të montimit" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "Mundësi bazë të projektit" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "drejtoria burim ka ndryshuar" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "emër projekti" -#: environment/__init__.py:325 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "Formësimi është ndryshuar (1 mundësi: %r)" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "emra autorësh" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "Formësimi është ndryshuar (%d mundësi: %s)" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "version i projektit" -#: environment/__init__.py:336 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "Formësimi është ndryshuar (%d mundësi: %s, …)" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "hedhje në qarkullim e projektit" -#: environment/__init__.py:379 -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." +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "gjuhë dokumenti" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "S’u arrit të skanohen dokumente te %s: %r" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "prapashtesë kartele burim" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" -msgstr "Përkatësia %r s’është e regjistruar" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "emër dokumenti bazë" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" -msgstr "dokumenti s’është i përfshirë në ndonjë toctree" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "përdor epub" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." -msgstr "U gjet “toctree” që i referohet vetes. U shpërfill." +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Mundësi zgjerimi" -#: environment/__init__.py:889 +#: cmd/quickstart.py:670 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +msgid "enable %s extension" +msgstr "aktivizo zgjerimin %s" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "gabim leximi: %s, %s" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "aktivizo zgjerime arbitrare" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "gabim shkrimi: %s, %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Krijim makefile-i dhe batchfile-i" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s s’ekziston" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "krijo makefile" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "Vendore Babel e pavlefshme: %r." +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "mos krijo makefile" -#: util/i18n.py:245 -#, 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" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "krijo batchfile" -#: 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." +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "mos krijo batchfile" -#: util/nodes.py:423 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r është nxjerrë nga funksionimi për zëra treguesi (nga zëri %r). Në vend të tij përdorni “pair: %s”." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "përdor make-mode për Makefile/make.bat" -#: util/nodes.py:490 -#, 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:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Gjedhe projekti" -#: util/nodes.py:706 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "përjashtim teksa vlerësohej vetëm shprehje direktive: %s" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "drejtori gjedhesh për kartela gjedhe" -#: util/display.py:82 -msgid "skipped" -msgstr "e anashkaluar" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "përkufizoni një ndryshore gjedheje" -#: util/display.py:87 -msgid "failed" -msgstr "e dështuar" +#: cmd/quickstart.py:766 +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\"." -#: util/osutil.py:131 -#, python-format +#: cmd/quickstart.py:785 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/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" -msgstr "emër i panjohur direktive: %s" - -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" -msgstr "emër i panjohur roli: %s" - -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "lloj i panjohur nyjeje: %r" +"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ë." -#: util/fileutil.py:76 -#, python-format +#: cmd/quickstart.py:792 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 "" - -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "s’u gjet rol parazgjedhje %s" +"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." -#: util/inventory.py:147 +#: cmd/quickstart.py:809 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "depoja <%s> përmban përkufizime të përsëdytura të %s" +msgid "Invalid template variable: %s" +msgstr "Ndryshore e pavlefshme gjedheje: %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" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "numri i aktit duhet të jetë një numër pozitiv" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Poshtëshënime" +#: 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 "\nProdhoni dokumentim nga kartela burim.\n\nsphinx-build prodhon dokumentim prej kartelash te SOURCEDIR dhe e vendos\nte OUTPUTDIR. Kërkon për 'conf.py' te SOURCEDIR për rregullime formësimi.\nMjeti 'sphinx-quickstart' mund të përdoret për të prodhuar kartela gjedhe,\npërfshi 'conf.py'\n\nsphinx-build mund të krijojë dokumentim në formate të ndryshëm. Një format\npërzgjidhet duke specifikuar te rreshti i urdhrave emrin e montuesit; HTML-ja,\nsi parazgjedhje. Montuesit mund të kryejnë gjithashtu veprime të tjera të lidhura\nme përpunim dokumentimi.\n\nSi parazgjedhje, gjithçka që është e papërditësuar, montohet. Nëse doni\nmontim vetëm për kartela të përzgjedhura, kjo mund të bëhet duke\nspecifikuar emra kartelash individuale.\n" -#: writers/manpage.py:289 writers/text.py:945 -#, python-format -msgid "[image: %s]" -msgstr "[figurë: %s]" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "shteg për te kartela burimi dokumentimi" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[figurë]" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "shteg për te drejtori përfundimesh" -#: 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 "Tregues" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(opsionale) një listë kartelash të caktuara për t’u rimontuar. E shpërfillur, nëse është dhënë --write-all" + +#: cmd/build.py:114 +msgid "general options" +msgstr "mundësi të përgjithshme" + +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "montues për t’u përdorur (parazgjedhje: 'html')" -#: writers/latex.py:743 writers/texinfo.py:646 +#: cmd/build.py:131 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ë" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "executa em paralelo com N processos, quando possível. 'auto' usa o número de núcleos da CPU" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "titull jo brenda një figure." +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "shkruaj krejt kartelat (parazgjedhje: shkruaj vetëm kartela të reja dhe ato të ndryshuara)" -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "lloj nyjeje i pasendërtuar: %r" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "mos përdor një mjedis të ruajtur, lexo përherë krejt kartelat" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "toplevel_sectioning %r i panjohur për klasën %r" +#: cmd/build.py:150 +msgid "path options" +msgstr "mundësi shtegu" -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "s’ka mundësi Babel të njohur për gjuhën %r" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "drejtori për kartela doctree dhe mjedisi (parazgjedhje: OUTPUT_DIR/.doctrees)" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: shumë i madh, u shpërfill." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "drejtori për kartelën e formësimit (conf.py) (parazgjedhje: SOURCE_DIR)" -#: writers/latex.py:591 -#, 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" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "mos përdor kartelë formësimi, përdor vetëm rregullime nga mundësitë -D" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "titulli i dokumentit s’është nyje njëshe Teksti" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "anashkalo një rregullim te kartelë formësimi" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" -msgstr "shkallë e pambuluar për krye rubrike: %s" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "jep një vlerë te gjedhe HTML" -#: writers/latex.py:1183 -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:." +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "përcaktoni etiketë: përfshi blloqe “only” me TAG" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "njësia e përmasave %s është e pavlefshme. U shpërfill." +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" +msgstr "modo nitpicky: avisa sobre todas as referências ausentes" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "u gjet lloj i panjohur %s zërash treguesi" +#: cmd/build.py:212 +msgid "console output options" +msgstr "mundësi për ç’prodhon konsola" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format i pavlefshëm: %r" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "aumenta a verbosidade (pode ser repetido)" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "Lidhje për te ky përkufizim" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "pa output në stdout, thjesht sinjalizime në stderr" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format s’është i përcaktuar për %s" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "pa output fare, madje as sinjalizime" -#: writers/html5.py:441 -#, 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" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "emite saída colorida (padrão: detecção automática)" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "Lidhje për te ky term" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "não emite saída colorida (padrão: detecção automática)" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "Lidhje për te kjo krye" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "mundësi kontrolli sinjalizimesh" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "Lidhje për te kjo tabelë" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "shkruaj sinjalizime (dhe gabime) te kartela e dhënë" -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "Lidhje për te ky kod" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "shndërroji sinjalizimet në gabime" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "Lidhje për te kjo figurë" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "mostra traceback completo na exceção" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "Lidhje për te kjo “toctree”" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "xhiro Pdb, në rast përjashtimesh" -#: 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." +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "levanta uma exceção para avisos" -#: domains/__init__.py:322 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "s’mund të ndërthuret një mundësi -a dhe emra kartelash" -#: domains/math.py:73 +#: cmd/build.py:357 #, 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" +msgid "cannot open warning file '%s': %s" +msgstr "s’hapet dot kartelë sinjalizim “%s”: %s" + +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" +msgstr "argumenti i mundësisë -D duhet të jetë në formën emër=vlerë" + +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "argumenti i mundësisë -A duhet të jetë në formën emër=vlerë" -#: domains/javascript.py:182 +#: domains/javascript.py:183 #, python-format msgid "%s() (built-in function)" msgstr "%s() (funksion i brendshëm)" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format msgid "%s() (%s method)" msgstr "%s() (metodë %s)" -#: domains/javascript.py:185 +#: domains/javascript.py:186 #, python-format msgid "%s() (class)" msgstr "%s() (klasë)" -#: domains/javascript.py:187 +#: domains/javascript.py:188 #, python-format msgid "%s (global variable or constant)" msgstr "%s ( ndryshore globale ose konstante)" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format msgid "%s (%s attribute)" msgstr "%s (atribut %s)" -#: domains/javascript.py:273 +#: domains/javascript.py:274 msgid "Arguments" msgstr "Argumente" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 +#: domains/cpp/__init__.py:491 domains/javascript.py:281 msgid "Throws" -msgstr "" +msgstr "Lança" -#: 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 "Kthime" -#: 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 "Lloj kthimi" -#: domains/javascript.py:370 +#: domains/javascript.py:374 #, python-format msgid "%s (module)" msgstr "%s (modul)" -#: 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:736 msgid "function" msgstr "funksion" -#: domains/javascript.py:416 domains/python/__init__.py:744 +#: domains/javascript.py:420 domains/python/__init__.py:740 msgid "method" msgstr "metodë" -#: 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:738 msgid "class" msgstr "klasë" -#: domains/javascript.py:418 domains/python/__init__.py:741 +#: domains/javascript.py:422 domains/python/__init__.py:737 msgid "data" msgstr "të dhëna" -#: domains/javascript.py:419 domains/python/__init__.py:747 +#: domains/javascript.py:423 domains/python/__init__.py:743 msgid "attribute" msgstr "atribut" -#: domains/javascript.py:420 domains/python/__init__.py:750 +#: domains/javascript.py:424 domains/python/__init__.py:746 msgid "module" msgstr "modul" -#: domains/javascript.py:454 +#: 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" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + #: domains/changeset.py:26 #, python-format msgid "Added in version %s" @@ -1957,6 +1284,16 @@ msgstr "Nxjerrë nga përdorimi që me versionin %s" msgid "Removed in version %s" msgstr "Hequr në versionin %s" +#: 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:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format i pavlefshëm: %r" + #: domains/rst.py:131 domains/rst.py:190 #, python-format msgid "%s (directive)" @@ -1978,7 +1315,7 @@ msgstr "direktivë" #: domains/rst.py:235 msgid "directive-option" -msgstr "" +msgstr "diretiva-opção" #: domains/rst.py:236 msgid "role" @@ -1999,1264 +1336,1310 @@ msgstr "citim i përsëdytur %s, tjetër instancë te %s" msgid "Citation [%s] is not referenced." msgstr "Përmendja [%s] s’është në referencë." -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Vëmendje" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Kujdes" +#: environment/__init__.py:88 +msgid "new config" +msgstr "formësim i ri" -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Rrezik" +#: environment/__init__.py:89 +msgid "config changed" +msgstr "formësimi ndryshoi" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Gabim" +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "zgjerimet u ndryshuan" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Ndihmëz" +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "version jo i tanishëm i mjedisit të montimit" -#: locale/__init__.py:233 -msgid "Important" -msgstr "E rëndësishme" +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "drejtoria burim ka ndryshuar" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Shënim" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "Formësimi është ndryshuar (1 mundësi: %r)" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Shihni edhe" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "Formësimi është ndryshuar (%d mundësi: %s)" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Ndihmëz" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "Formësimi është ndryshuar (%d mundësi: %s, …)" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Sinjalizim" +#: environment/__init__.py:401 +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." -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "fut automatikisht docstrings prej modulesh" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "S’u arrit të skanohen dokumente te %s: %r" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "testo automatikisht copëza kodi te blloqe doctest" +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "Përkatësia %r s’është e regjistruar" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "lidhje mes dokumentimi Sphinx projektesh të ndryshëm" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "dokumenti s’është i përfshirë në ndonjë toctree" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "shkruaj zëra \"todo\" që mund të shfaqen ose fshihen te montimi" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "U gjet “toctree” që i referohet vetes. U shpërfill." -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "kontrolle për mbulim dokumentimi" +#: environment/__init__.py:941 +#, 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" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "përfshi formula matematikore, të vizatuara si figura PNG ose SVG" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "Përdorimi:" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" -msgstr "përfshi formula matematikore, të vizatuara te shfletuesi nga MathJax" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "{0} [MUNDËSI] []" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" -msgstr "përfshirje e kushtëzuar lënde, bazuar në vlera formësimi" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "Prodhuesi i dokumentimit Sphinx" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "përfshi lidhje te kodi burim i objekteve Python të dokumentuara" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "Urdhra:" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "krijo kartelë .nojekyll për të botuar dokumentin në faqe GitHub" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Mundësi" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Ju lutemi, jepni një emër shtegu të vlefshëm." +#: _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/." -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Ju lutemi, jepni ca tekst." +#: _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'" -#: cmd/quickstart.py:133 -#, python-format -msgid "Please enter one of %s." -msgstr "Ju lutemi, jepni një nga %s." +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr "Administroni dokumentimin me Sphinx." -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Ju lutemi, jepni 'y' ose 'n'." +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "Shfaq versionin dhe dil." -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Ju lutemi, jepni një prapashtesë kartele, për shembull, '.rst' ose '.txt'." +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "Shfaq këtë mesazh dhe dil." -#: cmd/quickstart.py:229 -#, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Mirë se vini te mjeti për fillim të shpejtë me Sphinx %s." +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "Regjistrim" -#: 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 "Ju lutemi, jepni vlera për rregullimet vijuese (thjesht shtypni tastin\nEnter që të pranohet një vlerë parazgjedhje, nëse është një e tillë\nbrenda kllapave)." +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "Aumentar a verbosidade (pode ser repetido)" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" -msgstr "Shteg rrënjë i përzgjedhur: %s" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "Vetëm gabime dhe sinjalizime shtypjeje" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Jepni shtegun rrënjë për te dokumenti." +#: _cli/__init__.py:225 +msgid "No output at all" +msgstr "Pa dhënë gjë" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Shteg rrënje për te dokumenti" +#: _cli/__init__.py:231 +msgid "" +msgstr "" -#: cmd/quickstart.py:254 -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." +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "Shihni 'sphinx --help'.\n" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart s’do të mbishkruajë projekte ekzistuese Sphinx." +#: builders/html/__init__.py:489 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" -#: cmd/quickstart.py:262 -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)" +#: builders/latex/__init__.py:203 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 "Tregues" -#: cmd/quickstart.py:273 +#: writers/latex.py:766 writers/texinfo.py:646 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ë." +"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ë" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Nda veçmas drejtoritë burim dhe montim (y/n)" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Poshtëshënime" -#: 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 "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." +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "titull jo brenda një figure." -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Parashtesë emrash për drejtori gjedhesh dhe statikesh" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" +msgstr "lloj nyjeje i pasendërtuar: %r" -#: cmd/quickstart.py:297 -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." +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "Lidhje për te ky përkufizim" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Emër projekti" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format s’është i përcaktuar për %s" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Emër(a) autori(ësh)" +#: writers/html5.py:441 +#, 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" -#: 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-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ë." +#: writers/html5.py:496 +msgid "Link to this term" +msgstr "Lidhje për te ky term" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Version projekti" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "Lidhje për te kjo krye" + +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "Lidhje për te kjo tabelë" + +#: writers/html5.py:572 writers/latex.py:1129 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "shkallë e pambuluar për krye rubrike: %s" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Hedhje në qarkullim e projektit" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "Lidhje për te ky kod" -#: 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 "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." +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "Lidhje për te kjo figurë" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Gjuhë projekti" +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "Lidhje për te kjo “toctree”" -#: 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 "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." +#: 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." -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Prapashtesë kartele burim" +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "[figurë: %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 "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." +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[figurë]" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Emër i dokumentit tuaj kryesor (pa prapashtesë)" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "toplevel_sectioning %r i panjohur për klasën %r" -#: cmd/quickstart.py:367 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, 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." +msgid "no Babel option known for language %r" +msgstr "s’ka mundësi Babel të njohur për gjuhën %r" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart s’do të mbishkruajë kartelën ekzistuese." +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: shumë i madh, u shpërfill." -#: cmd/quickstart.py:377 -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" +#: writers/latex.py:614 +#, 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" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Përcaktoni se cilët nga zgjerimet vijuese Sphinx duhen aktivizuar:" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "titulli i dokumentit s’është nyje njëshe Teksti" -#: cmd/quickstart.py:396 +#: writers/latex.py:1200 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." +"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:." -#: cmd/quickstart.py:406 +#: writers/latex.py:1230 +#, 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ë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:411 -msgid "Create Makefile? (y/n)" -msgstr "Të krijohet Makefile? (y/n)" - -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Të krijohet kartelë urdhrash Windows? (y/n)" +"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." -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: writers/latex.py:1626 #, python-format -msgid "Creating file %s." -msgstr "Po krijohet kartela %s." +msgid "dimension unit %s is invalid. Ignored." +msgstr "njësia e përmasave %s është e pavlefshme. U shpërfill." -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: writers/latex.py:1986 #, python-format -msgid "File %s already exists, skipping." -msgstr "Ka tashmë një kartelë %s, po anashkalohet." - -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Përfundoi: U krijua një strukturë fillestare drejtorish." +msgid "unknown index entry type %s found" +msgstr "u gjet lloj i panjohur %s zërash treguesi" -#: cmd/quickstart.py:519 -#, python-format +#: directives/patches.py:71 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. " +"\":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." -#: cmd/quickstart.py:526 -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" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "não-espaço em branco removido por dedent" -#: cmd/quickstart.py:530 +#: directives/code.py:87 #, 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" +msgid "Invalid caption: %s" +msgstr "Titull i pavlefshëm: %s" -#: cmd/quickstart.py:537 -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." +#: 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 "numri i specifikuar për rreshtin është jashtë intervali (1-%d): %r" -#: cmd/quickstart.py:572 -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 "\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" +#: directives/code.py:216 +#, 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\"" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "Për më tepër hollësi, vizitoni ." +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "S’u gjet kartelë include '%s', ose dështoi leximi" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "mënyra pa zhurmë" +#: 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 "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:" -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "rrënjë e projektit" +#: directives/code.py:276 +#, 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" -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Mundësi strukture" +#: 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\"" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "nëse është kërkuar, nda veçmas drejtoritë burim dhe montim" +#: 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" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" -msgstr "në u përcaktoftë, krijo drejtori montimi nën drejtorinë burim" +#: 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" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "zëvendësim për pikën te _templates, etj." +#: 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" -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "Mundësi bazë të projektit" +#: 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" -#: cmd/quickstart.py:627 -msgid "project name" -msgstr "emër projekti" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "zë i përsëdytur, gjetur te toctree: %s" -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "emra autorësh" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Autor ndarjeje: " -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "version i projektit" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Autor moduli: " -#: cmd/quickstart.py:644 -msgid "release of project" -msgstr "hedhje në qarkullim e projektit" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Autor kodi: " -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "gjuhë dokumenti" +#: directives/other.py:209 +msgid "Author: " +msgstr "Autor: " -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "prapashtesë kartele burim" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" -msgstr "emër dokumenti bazë" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "… lënda e hlist-ës s’është listë" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "përdor epub" +#: ext/todo.py:61 +msgid "Todo" +msgstr "Për T’u Bërë" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "Mundësi zgjerimi" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "U gjet zë Për T’u Bërë: %s" -#: cmd/quickstart.py:670 +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:154 #, python-format -msgid "enable %s extension" -msgstr "aktivizo zgjerimin %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> gjendet te %s, rreshti %d.)" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "aktivizo zgjerime arbitrare" +#: ext/todo.py:166 +msgid "original entry" +msgstr "zëri origjinal" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Krijim makefile-i dhe batchfile-i" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[burim]" -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "krijo makefile" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "po theksohet kod moduli… " -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "mos krijo makefile" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[dokumente]" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "krijo batchfile" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Kod moduli" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "mos krijo batchfile" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

Kod burim për %s

" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "përdor make-mode për Makefile/make.bat" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Përmbledhje: kod moduli" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Gjedhe projekti" +#: 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

" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "drejtori gjedhesh për kartela gjedhe" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "shprehje e rregullt e pavlefshme %r te %s" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "përkufizoni një ndryshore gjedheje" +#: 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" -#: cmd/quickstart.py:766 -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\"." +#: 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" -#: cmd/quickstart.py:785 +#: ext/coverage.py:158 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ë." +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "modulet vijues janë specifikuar te coverage_modules, por s’qenë dokumentuar" -#: cmd/quickstart.py:792 +#: ext/coverage.py:172 +#, python-brace-format, python-format 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." +"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." -#: cmd/quickstart.py:809 +#: ext/coverage.py:187 #, python-format -msgid "Invalid template variable: %s" -msgstr "Ndryshore e pavlefshme gjedheje: %s" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "shprehje e rregullt %r e pavlefshme te coverage_c_regexes" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "numri i aktit duhet të jetë një numër pozitiv" +#: 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" -#: 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 "\nProdhoni dokumentim nga kartela burim.\n\nsphinx-build prodhon dokumentim prej kartelash te SOURCEDIR dhe e vendos\nte OUTPUTDIR. Kërkon për 'conf.py' te SOURCEDIR për rregullime formësimi.\nMjeti 'sphinx-quickstart' mund të përdoret për të prodhuar kartela gjedhe,\npërfshi 'conf.py'\n\nsphinx-build mund të krijojë dokumentim në formate të ndryshëm. Një format\npërzgjidhet duke specifikuar te rreshti i urdhrave emrin e montuesit; HTML-ja,\nsi parazgjedhje. Montuesit mund të kryejnë gjithashtu veprime të tjera të lidhura\nme përpunim dokumentimi.\n\nSi parazgjedhje, gjithçka që është e papërditësuar, montohet. Nëse doni\nmontim vetëm për kartela të përzgjedhura, kjo mund të bëhet duke\nspecifikuar emra kartelash individuale.\n" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "funksion python i padokumentuar: %s :: %s" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "shteg për te kartela burimi dokumentimi" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "klasë python e padokumentuar: %s :: %s" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "shteg për te drejtori përfundimesh" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "metodë python e padokumentuar: %s :: %s :: %s" -#: cmd/build.py:109 +#: ext/imgmath.py:148 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "(opsionale) një listë kartelash të caktuara për t’u rimontuar. E shpërfillur, nëse është dhënë --write-all" - -#: cmd/build.py:114 -msgid "general options" -msgstr "mundësi të përgjithshme" - -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "montues për t’u përdorur (parazgjedhje: 'html')" +"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" -#: cmd/build.py:131 +#: ext/imgmath.py:167 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +"%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" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "shkruaj krejt kartelat (parazgjedhje: shkruaj vetëm kartela të reja dhe ato të ndryshuara)" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "shfaq latex %r: %s" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "mos përdor një mjedis të ruajtur, lexo përherë krejt kartelat" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "latex brendazi %r: %s" -#: cmd/build.py:150 -msgid "path options" -msgstr "mundësi shtegu" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "Lidhje për te ky ekuacion" -#: cmd/build.py:157 +#: ext/imgconverter.py:44 +#, python-format msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "drejtori për kartela doctree dhe mjedisi (parazgjedhje: OUTPUT_DIR/.doctrees)" - -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "drejtori për kartelën e formësimit (conf.py) (parazgjedhje: SOURCE_DIR)" +"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" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "mos përdor kartelë formësimi, përdor vetëm rregullime nga mundësitë -D" +#: 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" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "anashkalo një rregullim te kartelë formësimi" +#: 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" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "jep një vlerë te gjedhe HTML" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "pjesa “%s” etiketohet si “%s”" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "përcaktoni etiketë: përfshi blloqe “only” me TAG" +#: 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" -#: 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." +msgstr "mungon '+' ose '-' te mundësia '%s'." -#: cmd/build.py:212 -msgid "console output options" -msgstr "mundësi për ç’prodhon konsola" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' s’është mundësi e vlefshme." -#: 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" +msgstr "'%s' s’është mundësi pyversion e vlefshme" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "pa output në stdout, thjesht sinjalizime në stderr" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "lloj TestCode i pavlefshëm" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "pa output fare, madje as sinjalizime" +#: 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." -#: 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" +msgstr "s’ka kod/dhënie te blloku %s në %s:%s" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "po shpërfillet kod “doctest” i pavlefshëm: %r" + +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "mundësi kontrolli sinjalizimesh" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "=================== kohëzgjatjet më të ngadalta të leximit ===================" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "shkruaj sinjalizime (dhe gabime) te kartela e dhënë" +#: 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" -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "shndërroji sinjalizimet në gabime" +#: 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" -#: cmd/build.py:273 -msgid "show full traceback on exception" -msgstr "" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Po shpërfillet direktivë “graphviz” pa lëndë." -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "xhiro Pdb, në rast përjashtimesh" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "Duhet ujdisur shteg të ekzekutueshmi graphviz_dot! %r" -#: cmd/build.py:282 -msgid "raise an exception on warnings" -msgstr "" +#: 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" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "s’mund të ndërthuret një mundësi -a dhe emra kartelash" +#: 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" -#: cmd/build.py:357 +#: ext/graphviz.py:344 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "s’hapet dot kartelë sinjalizim “%s”: %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" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "argumenti i mundësisë -D duhet të jetë në formën emër=vlerë" +#: 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" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "argumenti i mundësisë -A duhet të jetë në formën emër=vlerë" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" +msgstr "kod dot %r: %s" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Tkurre anështyllën" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[grafik: %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 "Tryeza e Lëndës" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[grafik]" -#: 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/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Kartelat Texinfo gjenden në %(outdir)s." -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Shko" +#: 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 "\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)." -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Shfaq Burimin" +#: 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" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Lëndë" +#: 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" -#: themes/basic/opensearch.xml:4 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Search %(docstitle)s" -msgstr "Kërkoni te %(docstitle)s" +msgid "processing %s" +msgstr "po përpunohet %s" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Përmbledhje" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "po shkruhet" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Mirë se vini! Ky është" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "po shquhen referencat…" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "dokumentimi për" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (në " -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "përditësuar së fundi më" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "po kopjohen figura… " -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Tregues dhe tabela:" +#: 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" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Tryezë e Plotë e Lëndës" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "po kopjohen kartela mbulimi Texinfo" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "paraqet krejt ndarjet dhe nënndarjet" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "gabim në shkrim kartele Makefile: %s" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Faqe Kërkimesh" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "u gjet zë TeL i përsëdytur: %s" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "kërkoni te ky dokumentim" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "s’lexohet dot kartelë figure %r: në vend të tij, po kopjohet" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Tregues Global Modulesh" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "s’shkruhet dot kartelë figure %r: %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "hyrje e shpejtë te krejt modulet" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "S’u gjet Pillow - po kopjohen kartela figurë" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Tregues i Përgjithshëm" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "po shkruhet kartelë llojesh MIME…" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "krejt funksionet, klasat, termat" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "po shkruhet kartelë META-INF/container.xml…" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Kjo Faqe" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "po shkruhet kartelë content.opf…" -#: themes/basic/genindex-single.html:26 +#: builders/_epub_base.py:594 #, python-format -msgid "Index – %(key)s" -msgstr "Tregues – %(key)s" +msgid "unknown mimetype for %s, ignoring" +msgstr "lloj MIME i panjohur për %s, po shpërfillet" -#: 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/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "nyja ka nivel të pavlefshëm" + +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "po shkruhet kartelë toc.ncx…" + +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "po shkruhet kartelë %s…" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Kërkim i shpejtë" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Kartelat XML gjenden në %(outdir)s." -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Faqe treguesi sipas shkronjash" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "gabim në shkrim kartele %s: %s" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "mund të jetë i stërmadh" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Kartelat pseudo-XML gjenden në %(outdir)s." -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Subjekti i mëparshëm" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Kartela përmbledhje gjendet te %(outdir)s." -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "kapitulli i mëparshëm" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "s’ka ndryshime në version %s." -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Subjekti pasues" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "po shkruhet kartelë përmbledhje…" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "kapitulli pasues" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Të brendshme" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Lëvizje" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Shkallë moduli" -#: themes/basic/layout.html:115 +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "po kopjohen kartela burim…" + +#: builders/changes.py:138 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Kërkoni brenda %(docstitle)s" +msgid "could not read %r for changelog creation" +msgstr "s’u lexua dot %r për krijim regjistrimi ndryshimesh" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Mbi këto dokumente" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Faqet e doracakut gjenden në %(outdir)s." -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Të drejta kopjimi" +#: 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" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/manpage.py:64 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "\"man_pages\" config value references unknown document %s" +msgstr "vlera e formësimit \"man_pages\" i referohet një dokumenti të panjohur %s" -#: themes/basic/layout.html:201 +#: builders/epub3.py:84 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Përditësuar së fundi më %(last_updated)s." +msgid "The ePub file is in %(outdir)s." +msgstr "Kartela ePub gjendet te %(outdir)s." -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Krijuar duke përdorur Sphinx %(sphinx_version)s." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "po shkruhet kartelë nav.xhtml…" -#: 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/epub3.py:225 +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" -#: 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." +#: builders/epub3.py:231 +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" -#: themes/basic/search.html:35 -msgid "search" -msgstr "kërko" +#: builders/epub3.py:236 +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" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Fshih Përputhje Kërkimi" +#: builders/epub3.py:242 +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" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Përfundime Kërkimi" +#: builders/epub3.py:246 +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" -#: 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 "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." +#: builders/epub3.py:251 +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" -#: 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] "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/epub3.py:255 +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" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Kërkim" +#: builders/epub3.py:260 +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" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Po përgatitet kërkim..." +#: builders/epub3.py:266 +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" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", në " +#: builders/epub3.py:269 +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" -#: themes/basic/changes/rstsource.html:5 +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "invalid css_file: %r, ignored" +msgstr "css_file e pavlefshme: %r, u shpërfill" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/gettext.py:243 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Ndryshe në Versionin %(version)s — %(docstitle)s" +msgid "The message catalogs are in %(outdir)s." +msgstr "Katalogët e mesazheve gjenden te %(outdir)s." -#: themes/basic/changes/versionchanges.html:17 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Listë ndryshime në versionin %(version)s e prodhuar automatikisht" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Ndryshime librarie" +msgid "building [%s]: " +msgstr "po montohet [%s]: " -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Ndryshime API C" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "objektiva për kartela gjedhe %d" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ndryshime të tjera" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "po lexohen gjedhe… " -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Zgjeroje anështyllën" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "po shkruhen katalogë mesazhesh… " -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Kartelat tekst gjenden në %(outdir)s." -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: 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)" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/__init__.py:238 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (te moduli %s)" +msgid "a suitable image for %s builder not found: %s" +msgstr "s’u gjet figurë e përshtatshme për montuesin %s: %s" + +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "po montohet [mo]: " -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "po shkruhet përfundim… " + +#: builders/__init__.py:281 #, python-format -msgid "%s (in module %s)" -msgstr "%s (te moduli %s)" +msgid "all of %d po files" +msgstr "krejt kartelat po %d" -#: domains/python/__init__.py:182 +#: builders/__init__.py:303 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (ndryshore e brendshme)" +msgid "targets for %d po files that are specified" +msgstr "objektiva për kartela po %d që janë specifikuar" -#: domains/python/__init__.py:217 +#: builders/__init__.py:315 #, python-format -msgid "%s (built-in class)" -msgstr "%s (klasë e brendshme)" +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:325 +msgid "all source files" +msgstr "krejt kartelat burim" -#: domains/python/__init__.py:218 +#: builders/__init__.py:336 #, python-format -msgid "%s (class in %s)" -msgstr "%s (klasë te %s)" +msgid "file %r given on command line does not exist, " +msgstr "kartela %r, dhënë te rreshti i urdhrave, nuk ekziston, " -#: domains/python/__init__.py:283 +#: builders/__init__.py:343 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (metodë klase %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" -#: domains/python/__init__.py:285 +#: builders/__init__.py:354 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (metodë statike %s)" +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" -#: domains/python/__init__.py:438 +#: builders/__init__.py:367 #, python-format -msgid "%s (%s property)" -msgstr "%s (veti %s)" +msgid "%d source files given on command line" +msgstr "kartela burim %d dhënë te rresht urdhrash" -#: domains/python/__init__.py:478 +#: builders/__init__.py:383 #, python-format -msgid "%s (type alias in %s)" -msgstr "" +msgid "targets for %d source files that are out of date" +msgstr "objektiva për kartela burim %d që janë të papërditësuara" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Tregues Modulesh Python" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "po shihet për kartela të sapovjetruara… " -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "module" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "U gjet %d" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Nxjerrë nga përdorimi" +#: builders/__init__.py:418 +msgid "none found" +msgstr "s’u gjet gjë" + +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "përjashtim" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "po kontrollohet njëtrajtshmëria" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "metodë klase" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "s’ka objektiva të vjetruar." -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "metodë statike" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "po përditësohet mjedisi: " -#: domains/python/__init__.py:748 -msgid "property" -msgstr "veti" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s të shtuar, %s të ndryshuar, %s të hequr" -#: domains/python/__init__.py:749 -msgid "type alias" -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 "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." -#: domains/python/__init__.py:818 +#: builders/__init__.py:546 #, 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:" +"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." -#: domains/python/__init__.py:978 +#: builders/__init__.py:557 #, 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" +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." -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (nxjerrë nga përdorimi)" +#: 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-i s’është në gjendje të ngarkojë dokumentin kryesor (%s). Dokumenti kryesor duhet të gjendet brenda drejtorisë burim, ose një nëndrejtorie të saj." -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametra" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "po lexohen burime… " -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Ndryshore" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "emra dokumentesh për shkrim: %s" -#: domains/python/_object.py:214 -msgid "Raises" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Parametra Gjedhesh" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "po përgatiten dokumente" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "po kopjohen elementë" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/__init__.py:915 #, 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/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "bashkim" - -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "anëtar" - -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "lloj" - -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "koncept" - -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Faqja HTML gjenden në %(outdir)s." -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "po montohet dokument njësh" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "parametër funksioni" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "po shkruhen kartela shtesë" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "parametër gjedheje" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Montuesi provë nuk prodhon kartela." -#: domains/c/__init__.py:211 +#: builders/linkcheck.py:78 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +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" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/linkcheck.py:150 #, 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'." - -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "ndryshore" +msgid "broken link: %s (%s)" +msgstr "lidhje e dëmtuar: %s (%s)" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "makro" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "S’u gjet spirancë '%s'" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/linkcheck.py:768 #, python-format -msgid "environment variable; %s" -msgstr "ndryshore mjedisi; %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" -#: domains/std/__init__.py:119 -#, python-format -msgid "%s; configuration value" -msgstr "%s; vlerë formësimi" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Vëmendje" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "Lloj" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Kujdes" -#: domains/std/__init__.py:185 -msgid "Default" -msgstr "Parazgjedhje" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Rrezik" -#: domains/std/__init__.py:242 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "Përshkrim i keqformuar mundësie %r, duhet të duket si \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" ose \"+opt args\"" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Gabim" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "Mundësi për rresht urdhrash %s" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Ndihmëz" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "mundësi për rresht urdhrash" +#: locale/__init__.py:234 +msgid "Important" +msgstr "E rëndësishme" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "termi i fjalorthit duhet të paraprihet nga një rresht i zbrazët" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Shënim" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "termat e fjalorthit s’duhet të paraprihet nga rreshta të zbrazët" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Shihni edhe" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "fjalorthi duket të jetë i keformatuar, kontrolloni shmangie kryeradhe" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Ndihmëz" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "term fjalorthi" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Sinjalizim" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, 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}" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "etiketë reference" +#: transforms/i18n.py:276 +#, 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}" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "ndryshore mjedisi" +#: transforms/i18n.py:326 +#, 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}" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "mundësi programi" +#: transforms/i18n.py:348 +#, 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}" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "dokument" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "s’u njehsua dot ecuri përkthimi!" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Tregues Modulesh" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "pa elementë të përkthyer!" -#: domains/std/__init__.py:857 +#: transforms/__init__.py:258 #, 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 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig është i çaktivizuar. :numref: është shpërfillur." +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" -#: domains/std/__init__.py:1124 +#: transforms/__init__.py:299 #, 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" +msgid "Footnote [%s] is not referenced." +msgstr "Poshtëshënimi [%s] s’është në referencë." + +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "Poshtëshënimi [*] është pa referencë." -#: domains/std/__init__.py:1138 +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "Poshtëshënimi [#] s’është në referencë." + +#: util/inventory.py:147 #, python-format -msgid "the link has no caption: %s" -msgstr "lidhja s’ka titull: %s" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "depoja <%s> përmban përkufizime të përsëdytura të %s" -#: domains/std/__init__.py:1153 +#: util/inventory.py:166 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format i pavlefshëm: %s (%r)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "inventar <%s> përmban përkufizime të shumta për %s" -#: domains/std/__init__.py:1157 +#: util/i18n.py:100 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format i pavlefshëm: %s" +msgid "reading error: %s, %s" +msgstr "gabim leximi: %s, %s" -#: domains/std/__init__.py:1453 +#: util/i18n.py:113 #, python-format -msgid "undefined label: %r" -msgstr "etiketë e papërkufizuar: %r" +msgid "writing error: %s, %s" +msgstr "gabim shkrimi: %s, %s" -#: domains/std/__init__.py:1456 +#: util/i18n.py:146 #, 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" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s s’ekziston" -#: environment/adapters/toctree.py:324 +#: util/i18n.py:244 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "u pikasën referenca rrethore toctree-je, po shpërfllen: %s <- %s" +msgid "Invalid Babel locale: %r." +msgstr "Vendore Babel e pavlefshme: %r." -#: environment/adapters/toctree.py:349 +#: util/i18n.py:253 #, 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" +"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" -#: environment/adapters/toctree.py:364 +#: util/fileutil.py:76 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree përmban referencë dokumenti të papërfshirë %r" +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)." -#: environment/adapters/toctree.py:367 +#: util/fileutil.py:89 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "Writing evaluated template result to %s" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" -msgstr "shihni %s" +#: util/display.py:82 +msgid "skipped" +msgstr "e anashkaluar" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" -msgstr "shihni edhe %s" +#: util/display.py:87 +msgid "failed" +msgstr "e dështuar" -#: environment/adapters/indexentries.py:141 +#: util/osutil.py:131 #, python-format -msgid "unknown index entry type %r" -msgstr "lloj i panjohur zëri treguesi: %r" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simbole" +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)." -#: environment/collectors/asset.py:98 +#: util/docfields.py:103 #, python-format -msgid "image file not readable: %s" -msgstr "kartelë figure jo e lexueshme: %s" +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." -#: environment/collectors/asset.py:126 +#: util/nodes.py:454 #, python-format -msgid "image file %s not readable: %s" -msgstr "kartelë figure %s jo e lexueshme: %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r është nxjerrë nga funksionimi për zëra treguesi (nga zëri %r). Në vend të tij përdorni “pair: %s”." -#: environment/collectors/asset.py:163 +#: util/nodes.py:521 #, python-format -msgid "download file not readable: %s" -msgstr "kartelë shkarkimi jo e lexueshme: %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "“toctree” përmban referencë për te një kartelë joekzistuese %r" -#: environment/collectors/toctree.py:259 +#: util/nodes.py:737 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "U ndërpre!" - -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "Gabim markup-i reStructuredText!" +msgid "exception while evaluating only directive expression: %s" +msgstr "përjashtim teksa vlerësohej vetëm shprehje direktive: %s" -#: _cli/util/errors.py:200 -msgid "Encoding error!" -msgstr "Gabim kodimi!" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" +msgstr "emër i panjohur direktive: %s" -#: _cli/util/errors.py:203 -msgid "Recursion error!" -msgstr "" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" +msgstr "emër i panjohur roli: %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 "" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "lloj i panjohur nyjeje: %r" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "Po niset diagnostikuesi:" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "s’u gjet rol parazgjedhje %s" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "Traceback-u i plotë u ruajt te:" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "S’u soll dot figurë e largët: %s [%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!" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "S’u pru dot figurë e largët: %s [%d]" -#: _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." +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "Format i panjohur figure: %s…" #: transforms/post_transforms/__init__.py:88 msgid "" @@ -3264,333 +2647,658 @@ msgid "" "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:237 +#: 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" -#: transforms/post_transforms/__init__.py:299 +#: 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" -#: transforms/post_transforms/__init__.py:305 +#: transforms/post_transforms/__init__.py:297 #, python-format msgid "%r reference target not found: %s" msgstr "s’u gjet objektiv reference %r: %s" -#: transforms/post_transforms/images.py:79 +#: 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" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Numra" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "faqe" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Hedhje Në Qarkullim" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "S’u arrit të merrej një “docname”!" + +#: builders/latex/transforms.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "S’u soll dot figurë e largët: %s [%s]" +msgid "Failed to get a docname for source %r!" +msgstr "S’u arrit të merret “docname” për burimin %r!" -#: transforms/post_transforms/images.py:96 +#: builders/latex/transforms.py:487 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "S’u pru dot figurë e largët: %s [%d]" +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" + +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r s’ka rregullimin \"theme\"" + +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r s’ka rregullimin \"%s\"" + +#: builders/latex/__init__.py:115 +#, 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)." + +#: 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" + +#: builders/latex/__init__.py:167 +#, 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" + +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "po kopjohen kartela mbulimi TeX" + +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "po kopjohen kartela shtesë" + +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "kartela stemë %r s’ekziston" + +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Kyç i panjohur formësimi: latex_elements[%r], u shpërfill." + +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Mundësi e panjohur teme: latex_theme_options[%r], u shpërfill." + +#: 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)" + +#: 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)" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." -msgstr "Format i panjohur figure: %s…" +#: 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)" -#: builders/html/__init__.py:113 +#: builders/html/__init__.py:115 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "Faqet HTML gjenden në %(outdir)s." -#: builders/html/__init__.py:348 +#: builders/html/__init__.py:351 #, python-format msgid "Failed to read build info file: %r" msgstr "S’u arrit të lexohet kartelë të dhënash montimi: %r" -#: builders/html/__init__.py:364 +#: builders/html/__init__.py:367 msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "mospërputhje build_info-sh, po kopjohet .buildinfo te .buildinfo.bak" -#: builders/html/__init__.py:366 +#: builders/html/__init__.py:369 msgid "building [html]: " msgstr "po prodhohet [html]: " -#: builders/html/__init__.py:383 +#: builders/html/__init__.py:386 #, 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:507 +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Tregues i Përgjithshëm" + +#: builders/html/__init__.py:510 msgid "index" msgstr "tregues" -#: builders/html/__init__.py:560 +#: builders/html/__init__.py:563 #, python-format msgid "Logo of %s" msgstr "Stemë e %s" -#: builders/html/__init__.py:589 +#: builders/html/__init__.py:592 msgid "next" msgstr "pasuesi" -#: builders/html/__init__.py:598 +#: builders/html/__init__.py:601 msgid "previous" msgstr "i mëparshmi" -#: builders/html/__init__.py:696 +#: builders/html/__init__.py:698 msgid "generating indices" msgstr "po prodhohen tregues" -#: builders/html/__init__.py:711 +#: builders/html/__init__.py:713 msgid "writing additional pages" msgstr "po shkruhen faqe shtesë" -#: builders/html/__init__.py:794 +#: builders/html/__init__.py:796 #, python-format msgid "cannot copy image file '%s': %s" msgstr "s’kopjohet dot kartelë figurë '%s': %s" -#: builders/html/__init__.py:806 +#: builders/html/__init__.py:808 msgid "copying downloadable files... " msgstr "po kopjohen kartela të shkarkueshme… " -#: builders/html/__init__.py:818 +#: builders/html/__init__.py:820 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "s’kopjohet dot kartelë e shkarkueshme %r: %s" -#: builders/html/__init__.py:864 +#: builders/html/__init__.py:866 #, 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:882 +#: builders/html/__init__.py:884 #, 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" -#: builders/html/__init__.py:917 +#: builders/html/__init__.py:919 msgid "copying static files" msgstr "po kopjohen kartela statike" -#: builders/html/__init__.py:934 +#: builders/html/__init__.py:936 #, python-format msgid "cannot copy static file %r" msgstr "s’kopjohet dot kartelë statike %r" -#: builders/html/__init__.py:939 +#: builders/html/__init__.py:941 msgid "copying extra files" msgstr "po kopjohen kartela ekstra" -#: builders/html/__init__.py:949 +#: builders/html/__init__.py:951 #, python-format msgid "cannot copy extra file %r" msgstr "s’kopjohet dot kartelë ekstra %r" -#: builders/html/__init__.py:955 +#: builders/html/__init__.py:957 #, python-format msgid "Failed to write build info file: %r" msgstr "S’u arrit të shkruhet kartelë të dhënash montimi: %r" -#: builders/html/__init__.py:1005 +#: builders/html/__init__.py:1007 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ë." -#: builders/html/__init__.py:1052 +#: builders/html/__init__.py:1054 #, 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" -#: builders/html/__init__.py:1216 +#: builders/html/__init__.py:1218 #, 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." -#: builders/html/__init__.py:1224 +#: builders/html/__init__.py:1231 +#, 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" + +#: builders/html/__init__.py:1239 #, 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" -#: builders/html/__init__.py:1257 +#: builders/html/__init__.py:1272 msgid "dumping object inventory" msgstr "" -#: builders/html/__init__.py:1265 +#: builders/html/__init__.py:1280 #, python-format msgid "dumping search index in %s" msgstr "po shkruhet lënda e treguesit të kërkimeve në %s" -#: builders/html/__init__.py:1308 +#: builders/html/__init__.py:1323 #, python-format msgid "invalid js_file: %r, ignored" msgstr "js_file e pavlefshme: %r, u shpërfill" -#: builders/html/__init__.py:1342 +#: 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." -#: builders/html/__init__.py:1346 +#: builders/html/__init__.py:1361 #, python-format msgid "Unknown math_renderer %r is given." msgstr "U dha math_renderer %r i panjohur." -#: builders/html/__init__.py:1360 +#: builders/html/__init__.py:1375 #, 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" -#: builders/html/__init__.py:1365 +#: builders/html/__init__.py:1380 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "zëri html_extra_path %r s’ekziston" -#: builders/html/__init__.py:1380 +#: 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" -#: builders/html/__init__.py:1385 +#: 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" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "kartela stemë %r s’ekziston" - -#: builders/html/__init__.py:1407 +#: builders/html/__init__.py:1422 #, python-format msgid "favicon file %r does not exist" msgstr "kartela favikonë %r s’ekziston" -#: builders/html/__init__.py:1420 +#: 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`." -#: builders/html/__init__.py:1433 +#: 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)" -#: builders/html/__init__.py:1449 +#: builders/html/__init__.py:1464 #, python-format msgid "%s %s documentation" msgstr "Dokumentim i %s %s" -#: 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/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(te %s v%s)" -#: 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/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(te %s)" -#: 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/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "depo '%s': u gjetën përsëdytje për %s:%s" -#: builders/latex/__init__.py:118 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Kartelat LaTeX gjenden në %(outdir)s." +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventar '%s': u gjetën përputhje të shumta për %s:%s" + +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "" + +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "parashtesë e pavlefshme ndër-reference të jashtme: %r" + +#: ext/intersphinx/_resolve.py:403 +#, 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" + +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "s’u gjet objektiv reference të jashtme %s:%s: %s" + +#: ext/intersphinx/_load.py:60 +#, 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." + +#: ext/intersphinx/_load.py:71 +#, 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/intersphinx/_load.py:82 +#, 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)." + +#: ext/intersphinx/_load.py:93 +#, 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." + +#: ext/intersphinx/_load.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 "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]. " + +#: ext/intersphinx/_load.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 "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:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Formësim i pavlefshëm për `intersphinx_mapping` (1 gabim)." + +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Formësim i pavlefshëm për `intersphinx_mapping` (%s gabime)." + +#: ext/intersphinx/_load.py:157 +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/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "po ngarkohet depo intersphinx '%s' që prej %s …" + +#: ext/intersphinx/_load.py:311 +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/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "s’u arrit të kapej ndonjë inventar me problemet vijuese:" + +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "inventari intersphinx është lëvizur: %s -> %s" + +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "Do të krijonte kartelë %s." + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "S’u arrit të hiqet %s: %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 "Objekti apidoc_modules %i duhet të ketë një fushë 'path'" + +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "Objekti apidoc_modules te 'path' %i duhet të jetë një varg" + +#: ext/apidoc/_extension.py:121 +#, 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" + +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "Objekti apidoc_modules %i duhet të ketë një fushë 'destination'" + +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "Objekti apidoc_modules %i 'destination' duhet të jetë një varg" + +#: ext/apidoc/_extension.py:147 +#, 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" + +#: ext/apidoc/_extension.py:157 +#, 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" + +#: ext/apidoc/_extension.py:178 +#, 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ë" + +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "Objekti apidoc_modules %i '%s' duhet të jetë një vlerë buleane" + +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "Objekti apidoc_modules %i ka fusha të papritura: %s" + +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "Objekti apidoc_modules %i '%s' duhet të jetë një sekuencë" + +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "Objekti apidoc_modules %i '%s' duhet të përmbajë vargje" + +#: 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/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "shteg për te modul për te dokumenti" + +#: 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/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "drejtori ku të vendosen krejt përfundimet" + +#: 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/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "mbishkruaj kartela ekzistuese" + +#: 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." + +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "xhiroje programthin pa krijuar kartela" -#: 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 "\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)." +#: 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" -#: builders/latex/__init__.py:159 -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/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "përfshi modulet \"_private\"" -#: builders/latex/__init__.py:170 -#, 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" +#: 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)" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Hedhje Në Qarkullim" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "mos krijo një kartelë tryeze lënde" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "po kopjohen kartela mbulimi TeX" +#: 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)" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "po kopjohen kartela shtesë" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "vendose dokumentimin e modulit përpara dokumentimit të nënmodulit" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Kyç i panjohur formësimi: latex_elements[%r], u shpërfill." +#: ext/apidoc/_cli.py:152 +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" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Mundësi e panjohur teme: latex_theme_options[%r], u shpërfill." +#: 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)." -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "S’u arrit të merrej një “docname”!" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "prapashtesë kartele (parazgjedhje: rst)" -#: 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!" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Hiq te drejtoria përfundim kartela ekzistuese që s’qenë prodhuar" -#: 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" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "prodho me sphinx-quickstart një projekt të plotë" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r s’ka rregullimin \"theme\"" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r s’ka rregullimin \"%s\"" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "emër projekti (parazgjedhje: emër moduli rrënjë)" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "vazhduar nga faqja e mëparshme" +#: 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" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "vazhdon në faqen pasuese" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "version projekti, e përdorur kur është dhënë --full" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Joalfabetike" +#: 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" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Numra" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "mundësi zgjatimi" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "faqe" +#: 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" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -msgstr "Argumente Fjalëkyçi" +#: ext/apidoc/_cli.py:240 +#, python-format +msgid "enable %s extension, used when --full is given" +msgstr "aktivizo zgjerimin %s, i përdorur kur është dhënë --full" + +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "%s s’është drejtori." #: ext/napoleon/docstring.py:176 #, python-format @@ -3620,6 +3328,10 @@ msgstr "Shembull" msgid "Examples" msgstr "Shembuj" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "Argumente Fjalëkyçi" + #: ext/napoleon/docstring.py:956 msgid "Notes" msgstr "Shënime" @@ -3628,6 +3340,11 @@ msgstr "Shënime" msgid "Other Parameters" msgstr "Parametra të Tjerë" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametra" + #: ext/napoleon/docstring.py:1001 msgid "Receives" msgstr "" @@ -3644,6 +3361,130 @@ msgstr "Sinjalizime" msgid "Yields" msgstr "" +#: ext/autodoc/type_comment.py:151 +#, 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" + +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "S’u arrit të përtypet type_comment për %r: %s" + +#: ext/autodoc/preserve_defaults.py:195 +#, 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/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "vlerë e pavlefshme mundësie për member-order: %s" + +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "vlerë e pavlefshme për mundësinë class-doc-from: %s" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "nënshkrim i pavlefshëm për auto%s (%r)" + +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "gabim gjatë formatimi argumentesh për %s: %s" + +#: ext/autodoc/__init__.py:898 +#, python-format +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" + +#: ext/autodoc/__init__.py:1021 +#, 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)" + +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "gabim gjatë formatimi nënshkrimesh për %s: %s" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" në emër automoduli nuk ka kuptim" + +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" + +#: ext/autodoc/__init__.py:1201 +#, python-format +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__" + +#: ext/autodoc/__init__.py:1278 +#, python-format +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" + +#: 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 "S’u arrit të merret një nënshkrim funksioni për %s: %s" + +#: ext/autodoc/__init__.py:1828 +#, 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/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "Baza: %s" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "atribut %s që mungon te objekt %s" + +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "alias për %s" + +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "alias për 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 "S’u arrit të merre një nënshkrim metode për %s: %s" + +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "U gjet __slots__ i pavlefshëm në %s. U shpërfill." + #: ext/autosummary/__init__.py:284 #, python-format msgid "autosummary references excluded document %r. Ignored." @@ -3765,451 +3606,641 @@ msgid "" "%(default)s)" msgstr "dokumentoni saktësisht pjesët te moduli __all__ attribute. (parazgjedhje: %(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 "Hiq te drejtoria përfundim kartela ekzistuese që s’qenë prodhuar" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "U ndërpre!" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "S’u arrit të hiqet %s: %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "Gabim markup-i reStructuredText!" -#: ext/apidoc/_cli.py:28 +#: _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 "" -"\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ë." +"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.:" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "shteg për te modul për te dokumenti" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "Po niset diagnostikuesi:" -#: ext/apidoc/_cli.py:50 +#: _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 "" -"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" +"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!" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "drejtori ku të vendosen krejt përfundimet" +#: _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." -#: 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/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Tkurre anështyllën" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "mbishkruaj kartela ekzistuese" +#: 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" -#: ext/apidoc/_cli.py:91 +#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Shko" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Shfaq Burimin" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Lëndë" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Kërkim i shpejtë" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Faqe treguesi sipas shkronjash" + +#: 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/genindex-split.html:17 +msgid "can be huge" +msgstr "mund të jetë i stërmadh" + +#: themes/basic/search.html:20 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ndiq lidhje simbolike. E fuqishme, kur ndërthuret me collective.recipe.omelette." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Që të aktivizohet funksioni i kërkimit, ju lutemi, aktivizoni\n JavaScript-in." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "xhiroje programthin pa krijuar kartela" +#: 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." -#: 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/search.html:35 +msgid "search" +msgstr "kërko" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "përfshi modulet \"_private\"" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Lëvizje" -#: 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/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Kërkoni brenda %(docstitle)s" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "mos krijo një kartelë tryeze lënde" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Mbi këto dokumente" + +#: 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 "© %(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 "Përditësuar së fundi më %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Krijuar duke përdorur Sphinx %(sphinx_version)s." + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Kjo Faqe" + +#: 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/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Kërkoni te %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Përmbledhje" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Mirë se vini! Ky është" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "dokumentimi për" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "përditësuar së fundi më" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Tregues dhe tabela:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Tryezë e Plotë e Lëndës" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "paraqet krejt ndarjet dhe nënndarjet" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Faqe Kërkimesh" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "kërkoni te ky dokumentim" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Tregues Global Modulesh" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "hyrje e shpejtë te krejt modulet" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "krejt funksionet, klasat, termat" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "Tregues – %(key)s" + +#: 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: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/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:145 -msgid "put module documentation before submodule documentation" -msgstr "vendose dokumentimin e modulit përpara dokumentimit të nënmodulit" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Ndryshime librarie" -#: ext/apidoc/_cli.py:152 -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" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Ndryshime API C" -#: 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/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ndryshime të tjera" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "prapashtesë kartele (parazgjedhje: rst)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: 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:123 +msgid "Search Results" +msgstr "Përfundime Kërkimi" -#: 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/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "emër projekti (parazgjedhje: emër moduli rrënjë)" +#: themes/basic/static/searchtools.js:129 +#, 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:207 -msgid "project author(s), used when --full is given" -msgstr "autor(ë) projekti, e përdorur kur është dhënë --full" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Kërkim" -#: 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/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Po përgatitet kërkim..." -#: 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/static/searchtools.js:517 +msgid ", in " +msgstr ", në " -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "mundësi zgjatimi" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Fshih Përputhje Kërkimi" -#: 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" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Zgjeroje anështyllën" -#: ext/apidoc/_cli.py:240 +#: environment/adapters/toctree.py:335 #, python-format -msgid "enable %s extension, used when --full is given" -msgstr "aktivizo zgjerimin %s, i përdorur kur është dhënë --full" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "u pikasën referenca rrethore toctree-je, po shpërfllen: %s <- %s" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/toctree.py:360 #, python-format -msgid "%s is not a directory." -msgstr "%s s’është drejtori." - -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +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:102 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree përmban referencë dokumenti të papërfshirë %r" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +msgid "toctree contains reference to non-existing document %r" +msgstr "toctree përmban referencë ndaj dokumenti %r që s’ekziston" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/indexentries.py:122 #, 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 %s" +msgstr "shihni %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 "Objekti apidoc_modules %i 'path' s’është një dosje ekzistuese: %s" +msgid "see also %s" +msgstr "shihni edhe %s" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "unknown index entry type %r" +msgstr "lloj i panjohur zëri treguesi: %r" -#: ext/apidoc/_extension.py:140 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "Objekti apidoc_modules %i 'destination' duhet të jetë një varg" +msgid "image file not readable: %s" +msgstr "kartelë figure jo e lexueshme: %s" -#: ext/apidoc/_extension.py:147 +#: environment/collectors/asset.py:126 #, 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 "image file %s not readable: %s" +msgstr "kartelë figure %s jo e lexueshme: %s" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:165 #, 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 "download file not readable: %s" +msgstr "kartelë shkarkimi jo e lexueshme: %s" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/toctree.py:259 #, 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 "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, 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 "" +"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/apidoc/_extension.py:210 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Parametra Gjedhesh" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "Objekti apidoc_modules %i '%s' duhet të jetë një sekuencë" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "bashkim" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "Objekti apidoc_modules %i '%s' duhet të përmbajë vargje" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "anëtar" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "Do të krijonte kartelë %s." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "lloj" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(te %s v%s)" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "koncept" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(te %s)" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "depo '%s': u gjetën përsëdytje për %s:%s" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, 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" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "parametër funksioni" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "parametër gjedheje" + +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Ndryshore" + +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: 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/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "parashtesë e pavlefshme ndër-reference të jashtme: %r" +msgid "%s() (in module %s)" +msgstr "%s() (te moduli %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, 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 "%s (in module %s)" +msgstr "%s (te moduli %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:184 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "s’u gjet objektiv reference të jashtme %s:%s: %s" +msgid "%s (built-in variable)" +msgstr "%s (ndryshore e brendshme)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:219 #, 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." +msgid "%s (built-in class)" +msgstr "%s (klasë e brendshme)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:220 #, 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ë." +msgid "%s (class in %s)" +msgstr "%s (klasë te %s)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:285 #, 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 "%s() (%s class method)" +msgstr "%s() (metodë klase %s)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:287 #, 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 "%s() (%s static method)" +msgstr "%s() (metodë statike %s)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:440 #, 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 "%s (%s property)" +msgstr "%s (veti %s)" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:480 #, 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”." +msgid "%s (type alias in %s)" +msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Formësim i pavlefshëm për `intersphinx_mapping` (1 gabim)." +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Tregues Modulesh Python" -#: ext/intersphinx/_load.py:134 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Formësim i pavlefshëm për `intersphinx_mapping` (%s gabime)." +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "module" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "Pas normalizimit u shtua një zë i pavlefshëm për intersphinx_mapping." +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Nxjerrë nga përdorimi" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "po ngarkohet depo intersphinx '%s' që prej %s …" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "përjashtim" -#: ext/intersphinx/_load.py:287 -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:" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "metodë klase" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "s’u arrit të kapej ndonjë inventar me problemet vijuese:" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "metodë statike" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "inventari intersphinx është lëvizur: %s -> %s" +#: domains/python/__init__.py:744 +msgid "property" +msgstr "veti" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "vlerë e pavlefshme mundësie për member-order: %s" +#: domains/python/__init__.py:745 +msgid "type alias" +msgstr "" -#: ext/autodoc/__init__.py:158 +#: domains/python/__init__.py:814 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "vlerë e pavlefshme për mundësinë class-doc-from: %s" +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:" -#: ext/autodoc/__init__.py:460 +#: domains/python/__init__.py:976 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "nënshkrim i pavlefshëm për auto%s (%r)" +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" -#: ext/autodoc/__init__.py:579 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (nxjerrë nga përdorimi)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "gabim gjatë formatimi argumentesh për %s: %s" +msgid "environment variable; %s" +msgstr "ndryshore mjedisi; %s" -#: ext/autodoc/__init__.py:898 +#: domains/std/__init__.py:116 #, python-format -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" +msgid "%s; configuration value" +msgstr "%s; vlerë formësimi" -#: ext/autodoc/__init__.py:1021 +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "Lloj" + +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "Parazgjedhje" + +#: domains/std/__init__.py:239 #, 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)" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Përshkrim i keqformuar mundësie %r, duhet të duket si \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" ose \"+opt args\"" -#: ext/autodoc/__init__.py:1080 +#: domains/std/__init__.py:319 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "%s command line option" +msgstr "Mundësi për rresht urdhrash %s" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "gabim gjatë formatimi nënshkrimesh për %s: %s" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "mundësi për rresht urdhrash" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" në emër automoduli nuk ka kuptim" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "termi i fjalorthit duhet të paraprihet nga një rresht i zbrazët" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:474 +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 +msgid "glossary seems to be misformatted, check indentation" +msgstr "fjalorthi duket të jetë i keformatuar, kontrolloni shmangie kryeradhe" + +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "term fjalorthi" + +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -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__" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "etiketë reference" -#: ext/autodoc/__init__.py:1278 -#, python-format -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" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "ndryshore mjedisi" -#: 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 "S’u arrit të merret një nënshkrim funksioni për %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "mundësi programi" -#: ext/autodoc/__init__.py:1828 -#, 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" +#: domains/std/__init__.py:735 +msgid "document" +msgstr "dokument" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Tregues Modulesh" + +#: domains/std/__init__.py:857 #, python-format -msgid "Bases: %s" -msgstr "Baza: %s" +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" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig është i çaktivizuar. :numref: është shpërfillur." + +#: domains/std/__init__.py:1124 #, python-format -msgid "missing attribute %s in object %s" -msgstr "atribut %s që mungon te objekt %s" +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" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1138 #, python-format -msgid "alias of %s" -msgstr "alias për %s" +msgid "the link has no caption: %s" +msgstr "lidhja s’ka titull: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias për TypeVar(%s)" +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format i pavlefshëm: %s (%r)" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1157 #, 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" +msgid "invalid numfig_format: %s" +msgstr "numfig_format i pavlefshëm: %s" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1453 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "U gjet __slots__ i pavlefshëm në %s. U shpërfill." +msgid "undefined label: %r" +msgstr "etiketë e papërkufizuar: %r" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/std/__init__.py:1456 #, 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" +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/autodoc/type_comment.py:151 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, 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 "" +"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/autodoc/type_comment.py:154 +#: domains/c/__init__.py:211 #, 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 "%s (C %s)" +msgstr "%s (C %s)" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "ndryshore" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makro" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "" diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo index 7d42c15ae64..f1d848fbbf9 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 f226b7a33d5..1933abde74f 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -20,141 +20,276 @@ msgstr "" "Language: sr\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "Конфигурациони директоријум не садржи conf.py датотеку (%s)." + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Одељак %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Сл. %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Табела %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Списак %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Нема изворног директоријума (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Изворни и одредишни директоријум не могу бити једнаки" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Покрећем Sphinx v%s" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Овај пројекат захтева верзију Sphinx v%s или већу, не може се изградити инсталираном верзијом." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "учитавање превода [%s]... " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "готово" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "Неуспешно: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -162,12 +297,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -175,257 +310,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "Конфигурациони директоријум не садржи 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)." +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "" +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:399 +#: events.py:81 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" +msgid "Event %r already present" +msgstr "Догађај %r већ постоји" -#: config.py:411 +#: events.py:379 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Unknown event name: %s" +msgstr "Непознат догађај: %s" + +#: events.py:424 +#, python-format +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" -msgstr "Одељак %s" +msgid "source_suffix %r is already registered" +msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" -msgstr "Сл. %s" +msgid "source_parser for %r is already registered" +msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" -msgstr "Табела %s" +msgid "Source parser for %s not registered" +msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" -msgstr "Списак %s" +msgid "Translator for %r already exists" +msgstr "Преводилац за %r већ постоји" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: theming.py:335 theming.py:388 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: theming.py:339 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: theming.py:343 theming.py:391 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:347 +#: roles.py:355 #, python-format -msgid "The %r theme \"[options]\" table is not a table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:366 +#: highlighting.py:170 #, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgid "Pygments lexer name %r is not known" msgstr "" -#: events.py:77 -#, python-format -msgid "Event %r already present" -msgstr "Догађај %r већ постоји" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Непознат догађај: %s" - -#: events.py:416 +#: highlighting.py:209 #, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -440,1047 +540,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "Преводилац за %r већ постоји" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[изворни код]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[документација]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Код модула" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

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

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Преглед: код модула" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" 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: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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:286 msgid "" -"====================== slowest reading durations =======================" +"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 "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Име пројекта" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Име(на) аутора" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Верзија пројекта" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Издање пројекта" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Језик пројекта" + +#: cmd/quickstart.py:339 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"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/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Суфикс изворне датотеке" + +#: 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 "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:48 +#: cmd/quickstart.py:367 #, python-format -msgid "invalid regex %r in %s" +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:377 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:396 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:406 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.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 "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:452 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:473 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/imgconverter.py:44 +#: cmd/quickstart.py:519 #, 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:526 msgid "" -"convert exited with error:\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:530 #, 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" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:604 +msgid "Structure 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/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "име пројекта" -#: ext/todo.py:61 -msgid "Todo" -msgstr "План" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "имена аутора" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "верзија пројекта" + +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "издање пројекта" + +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "језик пројекта" + +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "суфикс изворне датотеке" + +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "користи epub" + +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: ext/todo.py:154 +#: cmd/quickstart.py:670 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "enable %s extension" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:686 +msgid "create makefile" 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" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" 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" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:730 +msgid "define a template variable" 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." +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: directives/other.py:156 +#: cmd/quickstart.py:809 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "Invalid template variable: %s" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/build.py:64 +msgid "job number should be a positive number" 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" +#: 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:292 -msgid ".. hlist content is not a list" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "пребацивање изворних датотека..." - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" -msgstr "све изворне датотеке" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "ажурирање окружења: " +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" +msgstr "" -#: builders/__init__.py:494 +#: domains/javascript.py:183 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (уграђена функција)" -#: builders/__init__.py:531 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, 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 "%s() (%s method)" +msgstr "%s() (%s метода)" -#: builders/__init__.py:540 +#: domains/javascript.py:186 #, 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 "%s() (class)" +msgstr "%s() (класа)" -#: builders/__init__.py:551 +#: domains/javascript.py:188 #, 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 "%s (global variable or constant)" +msgstr "%s (глобална променљива или константа)" -#: builders/__init__.py:558 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, 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 "%s (%s attribute)" +msgstr "%s (атрибут %s)" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Аргументи" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Резултат" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "припремање докумената" - -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" - -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Тип резултата" -#: builders/epub3.py:84 +#: domains/javascript.py:374 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" - -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" - -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +msgid "%s (module)" +msgstr "%s (модул)" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "функција" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "метода" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "класа" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "атрибут" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "модул" -#: builders/xml.py:31 +#: domains/javascript.py:458 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/__init__.py:322 #, python-format -msgid "error writing file %s: %s" -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/xml.py:101 +#: domains/changeset.py:26 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:45 +#: domains/changeset.py:27 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgid "Changed in version %s" +msgstr "Измењено у верзији %s" -#: builders/texinfo.py:89 +#: domains/changeset.py:28 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Застарело почевши од верзије %s" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:29 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +msgid "Removed in version %s" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (у " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "пребацивање слика... " - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/math.py:73 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file Makefile: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:223 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%s (directive)" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid "%s (role)" msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "директива" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/_epub_base.py:794 +#: domains/rst.py:262 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:347 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:352 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:358 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1551,2667 +1468,2780 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:203 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 "Индекс" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" -msgstr "" +msgid "[image: %s]" +msgstr "[слика: %s]" -#: util/i18n.py:146 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[слика]" + +#: writers/latex.py:384 #, python-format -msgid "locale_dir %s does not exist" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:236 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "Invalid Babel locale: %r." +msgid "no Babel option known for language %r" msgstr "" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" -msgstr "[слика: %s]" +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[слика]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Аутор одељка: " -#: 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 "Индекс" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Аутор модула: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: 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 "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "План" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:154 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[изворни код]" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[документација]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Код модула" + +#: ext/viewcode.py:359 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

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

" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Преглед: код модула" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:1580 +#: ext/coverage.py:48 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:1939 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "unknown index entry type %s found" +msgid "module %s could not be imported: %s" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:148 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %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/html5.py:441 +#: ext/coverage.py:187 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: domains/__init__.py:322 +#: ext/imgmath.py:362 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "inline latex %r: %s" +msgstr "" -#: domains/math.py:73 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: domains/javascript.py:182 +#: ext/imgconverter.py:44 #, python-format -msgid "%s() (built-in function)" -msgstr "%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 "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s метода)" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/javascript.py:185 +#: ext/imgconverter.py:83 #, python-format -msgid "%s() (class)" -msgstr "%s() (класа)" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" -#: domains/javascript.py:187 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (глобална променљива или константа)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (атрибут %s)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Аргументи" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Резултат" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Тип резултата" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:297 #, python-format -msgid "%s (module)" -msgstr "%s (модул)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "функција" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "метода" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "класа" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "атрибут" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "модул" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "Added in version %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:328 #, python-format -msgid "Changed in version %s" -msgstr "Измењено у верзији %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "Застарело почевши од верзије %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "директива" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:85 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Пажња" - -#: locale/__init__.py:229 -msgid "Caution" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Грешка" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Путоказ" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (у " -#: locale/__init__.py:233 -msgid "Important" -msgstr "Важно" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "пребацивање слика... " -#: locale/__init__.py:234 -msgid "Note" -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 "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Савет" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Упозорење" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." 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" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:133 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "Please enter one of %s." +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:229 +#: builders/changes.py:61 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "no changes in version %s." msgstr "" -#: 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)." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "пребацивање изворних датотека..." -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: 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." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Име пројекта" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "Име(на) аутора" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: 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." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Верзија пројекта" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Издање пројекта" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "Језик пројекта" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" -#: 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." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Суфикс изворне датотеке" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" -#: 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." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:367 +#: builders/gettext.py:265 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:281 #, python-format -msgid "Creating file %s." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:303 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:325 +msgid "all source files" +msgstr "све изворне датотеке" + +#: builders/__init__.py:336 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:526 +#: builders/__init__.py:343 +#, python-format msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:354 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "ажурирање окружења: " -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" -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:630 -msgid "author names" -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 "" -#: cmd/quickstart.py:637 -msgid "version of project" -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 "" -#: cmd/quickstart.py:644 -msgid "release of project" -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 "" -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "језик пројекта" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "суфикс изворне датотеке" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "користи epub" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "припремање докумената" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:915 #, python-format -msgid "enable %s extension" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Пажња" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Грешка" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Путоказ" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Важно" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Белешка" + +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/build.py:74 +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Савет" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Упозорење" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:109 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:131 +#: transforms/__init__.py:258 +#, python-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: 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/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: 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 "" -#: cmd/build.py:212 -msgid "console output options" +#: 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:219 -msgid "increase verbosity (can be repeated)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: 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 "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." 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 "Садржај" +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %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 "Претрага" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Тражи" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Изворни код" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "настављено са претходне стране" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Садржај" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "наставак на следећој страни" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Преглед" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Симболи" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Добро дошли! Ово је" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Бројеви" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "документација" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "страна" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "последња измена" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Издање" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX датотеке су у %(outdir)s." -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: 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 "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Ова страница" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: themes/basic/genindex-single.html:26 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "Index – %(key)s" +msgid "logo 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" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Брза претрага" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" 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/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Навигација" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:115 #, python-format -msgid "Search within %(docstitle)s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "" - -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:386 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" - -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "тражи" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "индекс" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Резултати претраге" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "напред" -#: 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 "" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "назад" -#: 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] "" -msgstr[2] "" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Претражује се" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Припрема претраге..." +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", у " +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:820 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "cannot copy downloadable file %r: %s" +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:866 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Измене у верзији %(version)s — %(docstitle)s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/html/__init__.py:884 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Измене у библиотеци" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Друге измене" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:957 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (у модулу %s)" +msgid "Failed to write build info file: %r" +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (у модулу %s)" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1054 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (уграђена променљива)" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1218 #, python-format -msgid "%s (built-in class)" -msgstr "%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 "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s (class in %s)" -msgstr "%s (класа у %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 "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1239 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (метода класе %s)" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "" -#: domains/python/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (статичка метода %s)" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:1280 #, python-format -msgid "%s (%s property)" +msgid "dumping search index in %s" msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:1323 #, python-format -msgid "%s (type alias in %s)" +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "модули" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Застарело" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "изузетак" - -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "метода класе" - -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "статичка метода" - -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:1380 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:1395 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Параметри" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Променљиве" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: 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/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:1464 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s %s documentation" +msgstr "документација %s %s" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" +msgid "(in %s v%s)" +msgstr "(у %s v%s)" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(у %s)" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "тип" - -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/c/__init__.py:211 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "%s (C %s)" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/intersphinx/_load.py:82 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "променљива" - -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "" - -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "" - -#: domains/std/__init__.py:91 domains/std/__init__.py:111 -#, python-format -msgid "environment variable; %s" -msgstr "променљива окружења; %s" - -#: domains/std/__init__.py:119 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "%s; configuration value" -msgstr "" - -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "" - -#: domains/std/__init__.py:185 -msgid "Default" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/std/__init__.py:242 +#: ext/intersphinx/_load.py:102 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: domains/std/__init__.py:319 +#: ext/intersphinx/_load.py:121 #, 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" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "документ" - -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/std/__init__.py:857 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/std/__init__.py:1124 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "the link has no caption: %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "invalid numfig_format: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "undefined label: %r" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "see %s" -msgstr "погледајте %s" +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "see also %s" -msgstr "такође погледајте %s" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "unknown index entry type %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -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 "" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: environment/collectors/asset.py:163 -#, python-format -msgid "download file not readable: %s" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" 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.:" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: _cli/util/errors.py:240 +#: ext/apidoc/_cli.py:135 msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" 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." +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: transforms/post_transforms/__init__.py:88 +#: ext/apidoc/_cli.py:152 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: transforms/post_transforms/__init__.py:237 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: transforms/post_transforms/__init__.py:299 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "суфикс датотеке (подразумевани: rst)" -#: transforms/post_transforms/__init__.py:305 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:113 -#, python-format -msgid "The HTML pages are in %(outdir)s." +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:348 -#, python-format -msgid "Failed to read build info file: %r" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:383 -#, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "индекс" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "Logo of %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "напред" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." +msgstr "" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "назад" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/napoleon/docstring.py:183 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:794 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "Пример" + +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Примери" + +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "Белешке" + +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Параметри" + +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Упозорења" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "cannot copy static file %r" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "cannot copy extra file %r" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Failed to write build info file: %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autodoc/__init__.py:579 #, 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 "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autodoc/__init__.py:898 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: builders/html/__init__.py:1265 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "dumping search index in %s" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autodoc/__init__.py:1103 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "logo file %r does not exist" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "favicon file %r does not exist" +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, 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 "alias of %s" msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format -msgid "%s %s documentation" -msgstr "документација %s %s" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/__init__.py:284 +#, python-format +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/__init__.py:288 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX датотеке су у %(outdir)s." - -#: 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 "\nПокрените 'make' у том директоријуму да бисте их пропустили кроз (pdf)latex\n(или употребите `make latexpdf' овде да се то одради аутоматски)." +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/latex/__init__.py:170 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Издање" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/autosummary/__init__.py:404 +#, python-format +msgid "failed to parse name %s" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/autosummary/__init__.py:412 +#, python-format +msgid "failed to import object %s" msgstr "" -#: builders/latex/__init__.py:536 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autosummary/generate.py:588 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autosummary/generate.py:592 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autosummary/generate.py:637 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%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" +#: ext/autosummary/generate.py:836 +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 "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Бројеви" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "страна" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" +msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autosummary/generate.py:874 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autosummary/generate.py:882 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "custom template directory (default: %(default)s)" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autosummary/generate.py:890 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autosummary/generate.py:899 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "Пример" - -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Примери" - -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "Белешке" - -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Упозорења" - -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: _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 "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: ext/autosummary/__init__.py:384 -#, python-format +#: _cli/util/errors.py:240 msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: ext/autosummary/__init__.py:404 -#, python-format -msgid "failed to parse name %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 "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %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 "Садржај" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %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 "Претрага" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Тражи" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Изворни код" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Садржај" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Брза претрага" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %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/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format +#: themes/basic/search.html:20 msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: ext/autosummary/generate.py:836 +#: themes/basic/search.html: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" -"\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" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/search.html:35 +msgid "search" +msgstr "тражи" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Навигација" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/layout.html:201 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/layout.html:204 #, python-format msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ова страница" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#: 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/opensearch.xml:4 #, python-format -msgid "Failed to remove %s: %s" +msgid "Search %(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." -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Преглед" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Добро дошли! Ово је" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "документација" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "последња измена" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" 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 "Измене у верзији %(version)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 "Друге измене" + +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Резултати претраге" + +#: themes/basic/static/searchtools.js:125 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 "суфикс датотеке (подразумевани: rst)" +#: themes/basic/static/searchtools.js:129 +#, 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:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Претражује се" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Припрема претраге..." -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", у " -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: 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:232 -msgid "enable arbitrary extensions, 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:240 +#: environment/adapters/toctree.py:378 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "see %s" +msgstr "погледајте %s" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "такође погледајте %s" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:140 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:157 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: 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 "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Променљиве" + +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "(in %s v%s)" -msgstr "(у %s v%s)" +msgid "%s() (in module %s)" +msgstr "%s() (у модулу %s)" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "(in %s)" -msgstr "(у %s)" +msgid "%s (in module %s)" +msgstr "%s (у модулу %s)" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:184 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (уграђена променљива)" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:219 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (уграђена класа)" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:220 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (класа у %s)" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:285 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (метода класе %s)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:287 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (статичка метода %s)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:440 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "модули" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Застарело" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "изузетак" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "метода класе" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "статичка метода" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "environment variable; %s" +msgstr "променљива окружења; %s" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:319 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:735 +msgid "document" +msgstr "документ" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: 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" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "променљива" + +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo index 842bb4b5de2..140dee7ea99 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 b85fd378588..585d7246ff4 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 b525fd60a3e..b945ff2cbe6 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 1a87ce5e00d..341b9315cf7 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish (http://app.transifex.com/sphinx-doc/sphinx-1/language/sv/)\n" @@ -18,141 +18,276 @@ msgstr "" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,257 +308,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[source]" - -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[docs]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Modulkällkod" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

Källkod för %s

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Översikt: modulkällkod" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Alla moduler där källkod finns

" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" -#: ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" 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: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 "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:286 msgid "" -"====================== slowest reading durations =======================" +"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 "" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:302 +msgid "Author name(s)" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:308 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:323 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"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 "" -#: ext/imgmath.py:181 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: 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 "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %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 "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/coverage.py:148 +#: cmd/quickstart.py:367 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:406 +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 "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" 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/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Creating file %s." msgstr "" -#: ext/imgconverter.py:83 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:519 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/graphviz.py:328 +#: cmd/quickstart.py:530 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/graphviz.py:339 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:572 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"\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 "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Att göra" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/todo.py:166 -msgid "original entry" -msgstr "ursprungsvärde" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:637 +msgid "version of project" 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" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:654 +msgid "source file suffix" 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" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:314 +#: cmd/quickstart.py:670 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "enable %s extension" 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." +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Sektionsfö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 "Upphovsman:" - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Inbyggda" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" -#: builders/changes.py:72 -msgid "Module level" -msgstr "Modulnivå" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:133 +#: cmd/quickstart.py:809 #, python-format -msgid "could not read %r for changelog creation" +msgid "Invalid template variable: %s" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: 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 "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: 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." +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:713 +#: cmd/build.py:357 #, python-format -msgid "docnames to write: %s" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: domains/javascript.py:183 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (inbyggd funktion)" -#: builders/__init__.py:883 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s metod)" -#: builders/epub3.py:84 +#: domains/javascript.py:186 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s() (class)" +msgstr "%s() (klass)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variabel eller konstant)" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribut)" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Argument" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Kastar" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Returnerar" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Returtyp" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "funktion" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "metod" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "klass" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "data" -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "attribut" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modul" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/javascript.py:458 #, python-format -msgid "error writing file %s: %s" +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/xml.py:101 +#: domains/__init__.py:322 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/texinfo.py:45 +#: domains/changeset.py:26 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:89 +#: domains/changeset.py:27 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "Changed in version %s" +msgstr "Förändrat i version %s" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:28 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "(i " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "" +msgid "Deprecated since version %s" +msgstr "Ersatt sedan version %s" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/changeset.py:29 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "Removed in version %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:73 #, python-format -msgid "error writing file Makefile: %s" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/_epub_base.py:223 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +msgid "%s (directive)" +msgstr "%s (direktiv)" -#: builders/_epub_base.py:464 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:591 +#: domains/rst.py:224 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +msgid "%s (role)" +msgstr "%s (roll)" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "direktiv" -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "roll" -#: builders/gettext.py:244 +#: domains/rst.py:262 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:75 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/singlehtml.py:35 +#: domains/citation.py:92 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:347 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:352 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2098 +1466,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "" +#: builders/latex/__init__.py:203 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 "Index" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Fotnoter" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: util/i18n.py:146 +#: 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 "" + +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "locale_dir %s does not exist" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:236 +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[image]" + +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Fotnoter" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[image]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Sektionsförfattare" -#: 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 "Index" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Modulförfattare" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Källkodsförfattare" + +#: directives/other.py:209 +msgid "Author: " +msgstr "Upphovsman:" + +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Att göra" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:154 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:166 +msgid "original entry" +msgstr "ursprungsvärde" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[source]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/latex.py:591 +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[docs]" + +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modulkällkod" + +#: ext/viewcode.py:359 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Källkod för %s

" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Översikt: modulkällkod" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Alla moduler där källkod finns

" + +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "module %s could not be imported: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:148 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: 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 "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:187 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (inbyggd funktion)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metod)" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" -msgstr "%s() (klass)" +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variabel eller konstant)" +msgid "'%s' is not a valid option." +msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribut)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Argument" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Kastar" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Returnerar" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Returtyp" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/javascript.py:370 +#: ext/doctest.py:297 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "funktion" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "metod" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "klass" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "data" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "attribut" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modul" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:153 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:287 #, python-format -msgid "Added in version %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:328 #, python-format -msgid "Changed in version %s" -msgstr "Förändrat i version %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:339 #, python-format -msgid "Deprecated since version %s" -msgstr "Ersatt sedan version %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:344 #, python-format -msgid "Removed in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/graphviz.py:367 #, python-format -msgid "%s (directive)" -msgstr "%s (direktiv)" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid ":%s: (directive option)" +msgid "dot code %r: %s" msgstr "" -#: domains/rst.py:224 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "%s (role)" -msgstr "%s (roll)" +msgid "[graph: %s]" +msgstr "" -#: domains/rst.py:234 -msgid "directive" -msgstr "direktiv" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "roll" +#: 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 "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: domains/citation.py:75 +#: builders/texinfo.py:85 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/citation.py:92 +#: builders/latex/__init__.py:310 builders/texinfo.py:105 #, python-format -msgid "Citation [%s] is not referenced." +msgid "processing %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Uppmärksamma" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Varning" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Risk" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Fel" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Råd" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(i " -#: locale/__init__.py:233 -msgid "Important" -msgstr "Viktigt" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Observera" +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Se även" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Tips" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Varning" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" 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" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:133 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "Please enter one of %s." +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:229 +#: builders/changes.py:61 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "no changes in version %s." msgstr "" -#: 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)." +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Inbyggda" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Modulnivå" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: 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." +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: 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." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: 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." +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:367 +#: builders/gettext.py:265 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:281 #, python-format -msgid "Creating file %s." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:303 #, python-format -msgid "File %s already exists, skipping." -msgstr "" - -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:519 +#: builders/__init__.py:315 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:530 +#: builders/__init__.py:336 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:537 +#: builders/__init__.py:343 +#, python-format msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: 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:644 -msgid "release of project" +#: 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:651 -msgid "document language" +#: 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:654 -msgid "source file suffix" +#: 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:657 -msgid "master document name" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:670 -#, python-format -msgid "enable %s extension" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Uppmärksamma" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Varning" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Risk" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Fel" -#: 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 "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Råd" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Viktigt" -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Observera" -#: cmd/build.py:109 +#: locale/__init__.py:236 +msgid "See also" +msgstr "Se även" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tips" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Varning" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:131 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: 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:241 -msgid "do emit colored output (default: auto-detect)" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: 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 "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:357 +#: util/docutils.py:361 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Dölj sidolist" - -#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 -#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 -msgid "Table of Contents" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %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 "Sök" - -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Gå" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Visa källfil" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Innehåll" - -#: themes/basic/opensearch.xml:4 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "Search %(docstitle)s" -msgstr "Sök %(docstitle)s" - -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Översikt" - -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Index och tabeller" - -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Komplett Innehållsförteckning" - -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "lista över alla paragrafer och underparagrafer" - -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Söksida" - -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "sök i det här dokumentet" - -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Global Modulindex" - -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "genväg till alla moduler" - -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Huvudindex" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "alla funktioner, klasser, villkor" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Denna Sida" - -#: themes/basic/genindex-single.html:26 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for 'any' cross-reference %r: could be %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 "Hela innehållsförteckningen på en sida" - -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Snabbsök" - -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Innehållsförteckning per inledande bokstav" - -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "kan bli stort" - -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Föregående titel" - -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "Föregående kapitel" - -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Nästa titel" - -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "Nästa kapitel" - -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Navigation" - -#: themes/basic/layout.html:115 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Sök bland %(docstitle)s" - -#: 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 "Copyright" - -#: themes/basic/layout.html:183 themes/basic/layout.html:189 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/layout.html:201 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Senast uppdaterad %(last_updated)s." - -#: themes/basic/layout.html:204 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "%r reference target not found: %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Var god aktivera JavaScript för sökfunktionalitet." +#: 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" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "sök" - -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Dölj Sökresultat" - -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Sökresultat" - -#: 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." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: 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] "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Utgåva" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/latex/transforms.py:121 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/transforms.py:487 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/theming.py:87 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automatiskt genererad lista över förändringar i version %(version)s" - -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Förändringar i bibliotek" - -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Förändringar i C-API" - -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Övriga förändringar" - -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Expandera sidolist" - -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/latex/__init__.py:115 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (i modul %s)" +msgid "The LaTeX files are in %(outdir)s." +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (i modul %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 "" -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (inbyggd variabel)" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "" -#: domains/python/__init__.py:217 +#: builders/latex/__init__.py:167 #, python-format -msgid "%s (built-in class)" -msgstr "%s (inbyggd klass)" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klass i %s)" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klassmetod)" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statisk metod)" +msgid "logo file %r does not exist" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/latex/__init__.py:529 #, python-format -msgid "%s (%s property)" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: domains/python/__init__.py:478 +#: builders/latex/__init__.py:537 #, python-format -msgid "%s (type alias in %s)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python Modulindex" - -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "moduler" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Ersatt" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "undantag" - -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "klassmetod" - -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "statisk metod" - -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/__init__.py:818 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:115 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametrar" - -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Variabler" - -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Väcker" - -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:386 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Huvudindex" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "index" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "medlem" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "nästa" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "typ" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "föregående" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:884 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "variabel" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "makro" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:951 #, python-format -msgid "environment variable; %s" -msgstr "miljövariabel; %s" +msgid "cannot copy extra file %r" +msgstr "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:957 #, python-format -msgid "%s; configuration value" +msgid "Failed to write build info file: %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1218 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s command line option" +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:321 -msgid "command line option" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "ordlista" - -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "grammatisk token" - -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "referensetikett" - -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "miljövariabel" - -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "programväxel" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Modulindex" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1380 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1400 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:1422 #, python-format -msgid "the link has no caption: %s" +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:1153 +#: builders/html/__init__.py:1435 #, python-format -msgid "invalid numfig_format: %s (%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 "" -#: domains/std/__init__.py:1157 +#: 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 "invalid numfig_format: %s" +msgid "%s %s documentation" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "undefined label: %r" +msgid "(in %s v%s)" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "(in %s)" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "see %s" -msgstr "se %s" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "see also %s" -msgstr "se även %s" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "image file not readable: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "image file %s not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "download file not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:311 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.:" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %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." +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +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 "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "index" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "nästa" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "föregående" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: 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 "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:135 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:1216 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "favicon file %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/apidoc/_cli.py:291 #, 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 "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "%s %s documentation" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: 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)." +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Utgåva" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametrar" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: 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/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: 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 "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3757,458 +3597,648 @@ msgstr "" msgid "document imported members (default: %(default)s)" msgstr "" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Dölj sidolist" + +#: 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/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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Gå" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Visa källfil" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Innehåll" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Snabbsök" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Innehållsförteckning per inledande bokstav" + +#: 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 "Hela innehållsförteckningen på en sida" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "kan bli stort" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Var god aktivera JavaScript för sökfunktionalitet." + +#: 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 "sök" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Sök bland %(docstitle)s" + +#: 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 "Copyright" + +#: 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 "Senast uppdaterad %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Denna Sida" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Föregående titel" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "Föregående kapitel" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Nästa titel" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "Nästa kapitel" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Sök %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Översikt" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Index och tabeller" -#: 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:16 +msgid "Complete Table of Contents" +msgstr "Komplett Innehållsförteckning" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "lista över alla paragrafer och underparagrafer" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Söksida" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "sök i det här dokumentet" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Global Modulindex" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "genväg till alla moduler" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "alla funktioner, klasser, villkor" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" 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" -msgstr "" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Automatiskt genererad lista över förändringar i version %(version)s" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Förändringar i bibliotek" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Förändringar i C-API" -#: 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/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Övriga förändringar" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Sökresultat" -#: ext/apidoc/_cli.py:160 +#: themes/basic/static/searchtools.js:125 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:129 +#, 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:186 -msgid "generate a full project with sphinx-quickstart" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Dölj Sökresultat" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandera sidolist" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: 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:232 -msgid "enable arbitrary extensions, 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:240 +#: environment/adapters/toctree.py:378 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "see %s" +msgstr "se %s" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "se även %s" -#: ext/apidoc/_extension.py:102 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:115 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:140 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:157 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +#: 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 "" + +#: 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 "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Variabler" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Väcker" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (i modul %s)" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "(in %s v%s)" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (i modul %s)" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:184 #, python-format -msgid "(in %s)" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (inbyggd variabel)" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:219 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (inbyggd klass)" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:220 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klass i %s)" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:285 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s klassmetod)" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:287 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s statisk metod)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:440 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:480 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python Modulindex" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "moduler" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Ersatt" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "undantag" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "klassmetod" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "statisk metod" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "environment variable; %s" +msgstr "miljövariabel; %s" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:319 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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 "" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "ordlista" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "grammatisk token" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "referensetikett" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "miljövariabel" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "programväxel" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Modulindex" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: 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 "" diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.po b/sphinx/locale/ta/LC_MESSAGES/sphinx.po index bcb65e25b5b..13dc9644b54 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.po @@ -1,3046 +1,3567 @@ # Translations template for Sphinx. -# Copyright (C) 2023 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # Julien Malard , 2019 +# தமிழ்நேரம் ஐ , 2024 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: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Julien Malard , 2019\n" +"Last-Translator: தமிழ்நேரம் ஐ , 2024\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.17.0\n" "Language: ta\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:157 +#: config.py:362 #, 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 "" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "கட்டமைப்பு கோப்பகத்தில் ஒரு conf.py கோப்பு (%s) இல்லை" -#: sphinx/application.py:197 +#: config.py:385 #, python-format -msgid "Running Sphinx v%s" +msgid "'%s' must be '0' or '1', got '%s'" msgstr "" -#: sphinx/application.py:223 +#: config.py:390 #, 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 "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "புறக்கணித்தல் (தனிப்பட்ட கூறுகளை அமைக்க %r ஐப் பயன்படுத்தவும்) அகராதி கட்டமைப்பு அமைப்பை மேலெழுத முடியாது)" -#: sphinx/application.py:244 sphinx/registry.py:444 +#: config.py:402 #, 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 "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "கட்டமைப்பு மதிப்புக்கு தவறான எண் %r, புறக்கணித்தல்" -#: sphinx/application.py:281 +#: config.py:410 #, python-format -msgid "loading translations [%s]... " -msgstr "" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "புறக்கணிப்பு, ஆதரிக்கப்படாத வகையுடன் %r ஐ கட்டமைக்கும் கட்டமைப்பு அமைப்பை மீற முடியாது" -#: sphinx/application.py:298 sphinx/util/display.py:84 -msgid "done" -msgstr "" +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "அறியப்படாத கட்டமைப்பு மதிப்பு %r மேலெழுதலில், புறக்கணிக்கிறது" -#: sphinx/application.py:300 -msgid "not available for built-in messages" -msgstr "" +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "அத்தகைய கட்டமைப்பு மதிப்பு இல்லை: %r" -#: sphinx/application.py:314 -msgid "loading pickled environment" -msgstr "" +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "கட்டமைப்பு மதிப்பு %r ஏற்கனவே உள்ளது" -#: sphinx/application.py:322 +#: config.py:552 #, python-format -msgid "failed: %s" +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: sphinx/application.py:336 -msgid "No builder selected, using default: html" -msgstr "" +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "தவறான உள்ளமைவு மதிப்பு காணப்படுகிறது: 'மொழி = எதுவுமில்லை'. உங்கள் உள்ளமைவை செல்லுபடியாகும் மொழிக் குறியீட்டிற்கு புதுப்பிக்கவும். 'en' (ஆங்கிலம்) க்கு மீண்டும் விழுகிறது." -#: sphinx/application.py:369 -msgid "succeeded" -msgstr "" +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "உங்கள் உள்ளமைவு கோப்பில் ஒரு தொடரியல் பிழை உள்ளது: \n" -#: sphinx/application.py:370 -msgid "finished with problems" -msgstr "" +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "sys.exit () எனப்படும் உள்ளமைவு கோப்பு (அல்லது அது இறக்குமதி செய்யும் தொகுதிகளில் ஒன்று)" -#: sphinx/application.py:374 +#: config.py:622 #, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "உங்கள் உள்ளமைவு கோப்பில் நிரல்படுத்தக்கூடிய பிழை உள்ளது: \n %s" -#: sphinx/application.py:376 +#: config.py:644 #, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +msgid "Failed to convert %r to a frozenset" msgstr "" -#: sphinx/application.py:379 +#: config.py:662 config.py:670 #, python-format -msgid "build %s, %s warning." -msgstr "" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "`Source_suffix = %r` ஐ` source_suffix = %r` ஆக மாற்றுகிறது." -#: sphinx/application.py:381 +#: config.py:676 #, python-format -msgid "build %s, %s warnings." -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)." -#: sphinx/application.py:385 +#: config.py:697 #, python-format -msgid "build %s." -msgstr "" +msgid "Section %s" +msgstr "பிரிவு %s" -#: sphinx/application.py:616 +#: config.py:698 #, python-format -msgid "node class %r is already registered, its visitors will be overridden" -msgstr "" +msgid "Fig. %s" +msgstr "படம். %s" -#: sphinx/application.py:695 +#: config.py:699 #, python-format -msgid "directive %r is already registered, it will be overridden" -msgstr "" +msgid "Table %s" +msgstr "அட்டவணை %s" -#: sphinx/application.py:717 sphinx/application.py:739 +#: config.py:700 #, python-format -msgid "role %r is already registered, it will be overridden" -msgstr "" +msgid "Listing %s" +msgstr "பட்டியல் %s" -#: sphinx/application.py:1288 -#, python-format +#: config.py:809 +#, python-brace-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 "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "கட்டமைப்பு மதிப்பு `{name}` {வேட்பாளர்களில் ஒருவராக இருக்க வேண்டும், ஆனால் `{candidates}` வழங்கப்படுகிறது." + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "கட்டமைப்பு மதிப்பு `{name} 'வகை` {current.__name__}'; எதிர்பார்க்கப்படுகிறது {permitted}." + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "கட்டமைப்பு மதிப்பு `{name} 'வகை` {current.__name__}', இயல்புநிலை `{default.__name__} '." -#: sphinx/application.py:1292 +#: config.py:869 #, python-format -msgid "the %s extension is not safe for parallel reading" +msgid "primary_domain %r not found, ignored." +msgstr "முதன்மை_ டொமைன் %r கண்டுபிடிக்கப்படவில்லை, புறக்கணிக்கப்படுகிறது." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." msgstr "" -#: sphinx/application.py:1295 -#, python-format +#: config.py:903 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" +"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 "" -#: sphinx/application.py:1299 +#: application.py:211 #, python-format -msgid "the %s extension is not safe for parallel writing" -msgstr "" +msgid "Cannot find source directory (%s)" +msgstr "மூல கோப்பகத்தை (%s) கண்டுபிடிக்க முடியவில்லை" -#: sphinx/application.py:1307 sphinx/application.py:1311 +#: application.py:216 #, python-format -msgid "doing serial %s" -msgstr "" +msgid "Output directory (%s) is not a directory" +msgstr "வெளியீட்டு அடைவு (%s) ஒரு அடைவு அல்ல" + +#: application.py:221 +msgid "Source directory and destination directory cannot be identical" +msgstr "மூல அடைவு மற்றும் இலக்கு அடைவு ஒரே மாதிரியாக இருக்க முடியாது" -#: sphinx/config.py:179 +#: application.py:251 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" +msgid "Running Sphinx v%s" +msgstr "இயங்கும் சூரரிமாச்சிலை v%s" -#: sphinx/config.py:188 +#: application.py:279 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +"This project needs at least Sphinx v%s and therefore cannot be built with " +"this version." +msgstr "இந்த திட்டத்திற்கு குறைந்தபட்சம் ச்பின்க்ச் வி%s தேவை, எனவே இந்த பதிப்பில் உருவாக்க முடியாது." -#: sphinx/config.py:217 +#: application.py:298 +msgid "making output directory" +msgstr "வெளியீட்டு கோப்பகத்தை உருவாக்குதல்" + +#: application.py:303 registry.py:540 #, python-format +msgid "while setting up extension %s:" +msgstr "நீட்டிப்பு %s ஐ அமைக்கும் போது:" + +#: application.py:310 msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -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/config.py:226 +#: application.py:353 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" +msgid "loading translations [%s]... " +msgstr "மொழிபெயர்ப்புகளை ஏற்றுகிறது [%s] ..." -#: sphinx/config.py:231 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" +#: application.py:377 util/display.py:89 +msgid "done" +msgstr "முடிந்தது" -#: sphinx/config.py:260 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" +#: application.py:379 +msgid "not available for built-in messages" +msgstr "உள்ளமைக்கப்பட்ட செய்திகளுக்கு கிடைக்கவில்லை" -#: sphinx/config.py:288 -#, python-format -msgid "No such config value: %s" -msgstr "" +#: application.py:393 +msgid "loading pickled environment" +msgstr "ஊறுகாய் சூழலை ஏற்றுகிறது" -#: sphinx/config.py:312 +#: application.py:401 #, python-format -msgid "Config value %r already present" -msgstr "" +msgid "failed: %s" +msgstr "தோல்வியுற்றது: %s" -#: sphinx/config.py:360 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" +#: application.py:416 +msgid "No builder selected, using default: html" +msgstr "இயல்புநிலையைப் பயன்படுத்தி பில்டர் தேர்ந்தெடுக்கப்படவில்லை: html" -#: sphinx/config.py:363 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" +#: application.py:448 +msgid "build finished with problems." +msgstr "சிக்கல்களுடன் முடிக்கப்பட்டது." -#: sphinx/config.py:370 -#, python-format +#: application.py:450 +msgid "build succeeded." +msgstr "உருவாக்க வெற்றி." + +#: application.py:455 msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "சிக்கல்கள், 1 எச்சரிக்கை (எச்சரிக்கைகள் பிழைகள் என கருதப்படுகின்றன)." -#: sphinx/config.py:393 +#: application.py:459 +msgid "build finished with problems, 1 warning." +msgstr "சிக்கல்களுடன் முடிக்கப்பட்டது, 1 எச்சரிக்கை." + +#: application.py:461 +msgid "build succeeded, 1 warning." +msgstr "உருவாக்க வெற்றிபெற்றது, 1 எச்சரிக்கை." + +#: application.py:467 #, python-format msgid "" -"The config value `source_suffix' expects a string, list of strings, or " -"dictionary. But `%r' is given." -msgstr "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "சிக்கல்கள், %s எச்சரிக்கைகள் (எச்சரிக்கைகள் பிழைகளாகக் கருதப்படுகின்றன)." -#: sphinx/config.py:413 +#: application.py:471 #, python-format -msgid "Section %s" -msgstr "" +msgid "build finished with problems, %s warnings." +msgstr "சிக்கல்கள், %s எச்சரிக்கைகள் ஆகியவற்றைக் கொண்டு முடிக்கப்பட்டது." -#: sphinx/config.py:414 +#: application.py:473 #, python-format -msgid "Fig. %s" -msgstr "" +msgid "build succeeded, %s warnings." +msgstr "கட்டியெழுப்பப்பட்ட, %s எச்சரிக்கைகள்." -#: sphinx/config.py:415 +#: application.py:1035 #, python-format -msgid "Table %s" -msgstr "" +msgid "node class %r is already registered, its visitors will be overridden" +msgstr "முனை வகுப்பு %r ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது, அதன் பார்வையாளர்கள் மீறப்படுவார்கள்" -#: sphinx/config.py:416 +#: application.py:1128 #, python-format -msgid "Listing %s" -msgstr "" - -#: sphinx/config.py:488 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +msgid "directive %r is already registered and will not be overridden" msgstr "" -#: sphinx/config.py:506 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: application.py:1154 application.py:1182 +#, python-format +msgid "role %r is already registered and will not be overridden" msgstr "" -#: sphinx/config.py:518 +#: application.py:1780 +#, python-format msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -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/config.py:528 +#: application.py:1785 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: sphinx/config.py:540 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" +msgid "the %s extension is not safe for parallel reading" +msgstr "இணையான வாசிப்புக்கு %s நீட்டிப்பு பாதுகாப்பானது அல்ல" -#: sphinx/events.py:63 +#: application.py:1789 #, python-format -msgid "Event %r already present" -msgstr "" +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 நீட்டிப்பு அறிவிக்கவில்லை, அது இல்லை என்று கருதி - தயவுசெய்து நீட்டிப்பு ஆசிரியரிடம் சரிபார்த்து அதை வெளிப்படையாகச் சொல்லுங்கள்" -#: sphinx/events.py:69 +#: application.py:1794 #, python-format -msgid "Unknown event name: %s" -msgstr "" +msgid "the %s extension is not safe for parallel writing" +msgstr "இணையான எழுத்துக்கு %s நீட்டிப்பு பாதுகாப்பானது அல்ல" -#: sphinx/events.py:107 +#: application.py:1802 application.py:1806 #, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" +msgid "doing serial %s" +msgstr "சீரியல் %s செய்வது" -#: sphinx/extension.py:53 +#: extension.py:58 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." -msgstr "" +msgstr "%s நீட்டிப்பு தேவைகள்_எக்ச்டென்சன்ச் அமைப்புகளால் தேவைப்படுகிறது, ஆனால் அது ஏற்றப்படவில்லை." -#: sphinx/extension.py:69 +#: 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 "" - -#: sphinx/highlighting.py:149 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" +msgstr "இந்த திட்டத்திற்கு குறைந்தபட்சம் %s பதிப்பு %s இல் நீட்டிப்பு தேவைப்படுகிறது, எனவே ஏற்றப்பட்ட பதிப்பு ( %s) உடன் உருவாக்க முடியாது." -#: sphinx/highlighting.py:176 +#: events.py:81 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" +msgid "Event %r already present" +msgstr "நிகழ்வு %r ஏற்கனவே உள்ளது" -#: sphinx/project.py:65 +#: events.py:379 #, python-format -msgid "" -"multiple files found for the document \"%s\": %r\n" -"Use %r for the build." -msgstr "" +msgid "Unknown event name: %s" +msgstr "தெரியாத நிகழ்வு பெயர்: %s" -#: sphinx/project.py:74 +#: events.py:424 #, python-format -msgid "Ignored unreadable document %r." -msgstr "" +msgid "Handler %r for event %r threw an exception" +msgstr "நிகழ்வு %r க்கு ஏண்ட்லர் %r ஒரு விதிவிலக்கை வீசினார்" -#: sphinx/registry.py:136 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" -msgstr "" +msgstr "பில்டர் வகுப்பு %s \"பெயர்\" பண்புக்கூறு இல்லை" -#: sphinx/registry.py:138 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" -msgstr "" +msgstr "பில்டர் %r ஏற்கனவே உள்ளது (தொகுதி %s)" -#: sphinx/registry.py:151 +#: registry.py:182 #, python-format msgid "Builder name %s not registered or available through entry point" -msgstr "" +msgstr "பில்டர் பெயர் %s பதிவு செய்யப்படவில்லை அல்லது நுழைவு புள்ளி மூலம் கிடைக்கவில்லை" -#: sphinx/registry.py:158 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" -msgstr "" +msgstr "பில்டர் பெயர் %s பதிவு செய்யப்படவில்லை" -#: sphinx/registry.py:165 +#: registry.py:199 #, python-format msgid "domain %s already registered" -msgstr "" +msgstr "டொமைன் %s ஏற்கனவே பதிவு செய்யப்பட்டுள்ளன" -#: sphinx/registry.py:188 sphinx/registry.py:201 sphinx/registry.py:212 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" -msgstr "" +msgstr "டொமைன் %s இன்னும் பதிவு செய்யப்படவில்லை" -#: sphinx/registry.py:192 +#: registry.py:230 #, python-format msgid "The %r directive is already registered to domain %s" -msgstr "" +msgstr "%r கட்டளை ஏற்கனவே டொமைன் %s இல் பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:204 +#: registry.py:248 #, python-format msgid "The %r role is already registered to domain %s" -msgstr "" +msgstr "%r பங்கு ஏற்கனவே டொமைன் %s க்கு பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:215 +#: registry.py:261 #, python-format msgid "The %r index is already registered to domain %s" -msgstr "" +msgstr "%r குறியீடு ஏற்கனவே டொமைன் %s இல் பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:246 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" -msgstr "" +msgstr "%r object_type ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:272 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" -msgstr "" +msgstr "%r கிராச்ரெஃப்_ டைப் ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:279 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" -msgstr "" +msgstr "source_suffix %r ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:288 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" -msgstr "" +msgstr "%r க்கான source_parser ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:296 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" -msgstr "" +msgstr "%s பதிவு செய்யப்படவில்லை என்பதற்கான மூல பாகுபடுத்தி" -#: sphinx/registry.py:312 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" -msgstr "" +msgstr "%r க்கான மொழிபெயர்ப்பாளர் ஏற்கனவே இருக்கிறார்" -#: sphinx/registry.py:328 +#: registry.py:405 #, 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:498 #, python-format msgid "enumerable_node %r already registered" -msgstr "" +msgstr "கணக்கிடக்கூடிய முனை %ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:423 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" -msgstr "" +msgstr "கணித ரெண்டரர் %s ஏற்கனவே பதிவு செய்யப்பட்டுள்ளன" -#: sphinx/registry.py:438 +#: registry.py:531 #, 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:545 msgid "Original exception:\n" -msgstr "" +msgstr "அசல் விதிவிலக\n" -#: sphinx/registry.py:450 +#: registry.py:547 #, python-format msgid "Could not import extension %s" -msgstr "" +msgstr "நீட்டிப்பு %s ஐ இறக்குமதி செய்ய முடியவில்லை" -#: sphinx/registry.py:455 +#: registry.py:554 #, 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:567 #, 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:579 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" -msgstr "" +msgstr "நீட்டிப்பு %r அதன் அமைவு () செயல்பாட்டிலிருந்து ஆதரிக்கப்படாத பொருளைத் திருப்பியது; இது எதுவும் அல்லது மேனிலை தரவு அகராதியைத் திருப்பித் தரக்கூடாது" -#: sphinx/roles.py:178 +#: registry.py:605 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "" +msgid "`None` is not a valid filetype for %r." +msgstr "`எதுவுமில்லை` %r க்கு சரியான பைல்டைப் அல்ல." -#: sphinx/roles.py:194 +#: roles.py:206 #, python-format -msgid "invalid PEP number %s" -msgstr "" +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "பொதுவான பாதிப்புகள் மற்றும் வெளிப்பாடுகள்; Cve %s" -#: sphinx/roles.py:228 +#: roles.py:229 #, python-format -msgid "invalid RFC number %s" -msgstr "" +msgid "invalid CVE number %s" +msgstr "தவறான சி.வி.இ எண் %s" -#: sphinx/theming.py:77 +#: roles.py:251 #, python-format -msgid "theme %r doesn't have \"theme\" setting" -msgstr "" +msgid "Common Weakness Enumeration; CWE %s" +msgstr "பொதுவான மெலிவு கணக்கீடு; CWE %s" -#: sphinx/theming.py:79 +#: roles.py:274 #, python-format -msgid "theme %r doesn't have \"inherit\" setting" -msgstr "" +msgid "invalid CWE number %s" +msgstr "தவறான CWE எண் %s" -#: sphinx/theming.py:85 +#: roles.py:294 #, python-format -msgid "no theme named %r found, inherited by %r" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "பைதான் மேம்பாட்டு திட்டங்கள்; pep %s" -#: sphinx/theming.py:108 +#: roles.py:317 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" +msgid "invalid PEP number %s" +msgstr "தவறான pep எண் %s" -#: sphinx/theming.py:127 +#: roles.py:355 #, python-format -msgid "unsupported theme option %r given" -msgstr "" +msgid "invalid RFC number %s" +msgstr "தவறான rfc எண் %s" -#: sphinx/theming.py:216 +#: highlighting.py:170 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" +msgid "Pygments lexer name %r is not known" +msgstr "பைக்மென்ட் லெக்சர் பெயர் %r அறியப்படவில்லை" -#: sphinx/theming.py:230 +#: highlighting.py:209 #, python-format -msgid "no theme named %r found (missing theme.conf?)" -msgstr "" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "\" %s\" என லெக்சிங் literal_block %r டோக்கனில் பிழை ஏற்பட்டது: %r. தளர்வான பயன்முறையில் மீண்டும் முயற்சிப்பது." -#: sphinx/builders/__init__.py:183 +#: project.py:72 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "\" %s\" ஆவணத்திற்கு பல கோப்புகள் காணப்படுகின்றன: %s\n உருவாக்க %r ஐப் பயன்படுத்தவும்." -#: sphinx/builders/__init__.py:187 +#: project.py:87 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" - -#: sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "" +msgid "Ignored unreadable document %r." +msgstr "படிக்க முடியாத ஆவணம் %r ஐ புறக்கணித்தது." -#: sphinx/builders/__init__.py:208 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 -msgid "writing output... " -msgstr "" +#: theming.py:117 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "[தீம்] மற்றும் [விருப்பங்கள்] தவிர வேறு கருப்பொருள் உள்ளமைவு பிரிவுகள் ஆதரிக்கப்படவில்லை ( %r இலிருந்து ஒரு மதிப்பைப் பெற முயற்சித்தேன்)." -#: sphinx/builders/__init__.py:217 +#: theming.py:122 #, python-format -msgid "all of %d po files" -msgstr "" +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "தேடப்பட்ட கருப்பொருள் கட்டமைப்புகள் எதுவும் இல்லை. %s. %s ஏற்படாது" -#: sphinx/builders/__init__.py:235 +#: theming.py:137 #, python-format -msgid "targets for %d po files that are specified" -msgstr "" +msgid "unsupported theme option %r given" +msgstr "ஆதரிக்கப்படாத கருப்பொருள் விருப்பம் %r கொடுக்கப்பட்டுள்ளது" -#: sphinx/builders/__init__.py:243 +#: theming.py:218 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "" +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "கருப்பொருள் பாதையில் கோப்பு %r என்பது செல்லுபடியாகும் சிப்ஃபைல் அல்ல அல்லது எந்த கருப்பொருளும் இல்லை" -#: sphinx/builders/__init__.py:252 -msgid "all source files" -msgstr "" +#: theming.py:238 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "%r என்று பெயரிடப்பட்ட கருப்பொருள் எதுவும் காணப்படவில்லை (தீம் காணவில்லை. டோம்?)" -#: sphinx/builders/__init__.py:262 +#: theming.py:278 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +msgid "The %r theme has circular inheritance" +msgstr "%r கருப்பொருள் வட்ட பரம்பரை உள்ளது" -#: sphinx/builders/__init__.py:267 +#: theming.py:286 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "%r கருப்பொருள் %r இலிருந்து பெறுகிறது, இது ஏற்றப்பட்ட கருப்பொருள் அல்ல. ஏற்றப்பட்ட கருப்பொருள்கள்: %s" -#: sphinx/builders/__init__.py:273 +#: theming.py:292 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgid "The %r theme has too many ancestors" +msgstr "%r கருப்பொருள் பல மூதாதையர்களைக் கொண்டுள்ளது" -#: sphinx/builders/__init__.py:282 +#: theming.py:320 #, python-format -msgid "%d source files given on command line" -msgstr "" +msgid "no theme configuration file found in %r" +msgstr "%r இல் கருப்பொருள் உள்ளமைவு கோப்பு இல்லை" -#: sphinx/builders/__init__.py:294 +#: theming.py:345 theming.py:398 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "கருப்பொருள் %r இல் \"கருப்பொருள்\" அட்டவணை இல்லை" -#: sphinx/builders/__init__.py:309 sphinx/builders/gettext.py:236 +#: theming.py:349 #, python-format -msgid "building [%s]: " -msgstr "" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "%r கருப்பொருள் \"[தீம்]\" அட்டவணை ஒரு அட்டவணை அல்ல" -#: sphinx/builders/__init__.py:316 -msgid "looking for now-outdated files... " -msgstr "" - -#: sphinx/builders/__init__.py:321 +#: theming.py:353 theming.py:401 #, python-format -msgid "%d found" -msgstr "%d கண்டு ப்பிடித்த விட்டது" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "%r கருப்பொருள் \"தீம்.இன்எரிட்\" அமைப்பை வரையறுக்க வேண்டும்" -#: sphinx/builders/__init__.py:323 -msgid "none found" -msgstr "" +#: theming.py:357 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "%r கருப்பொருள் \"[விருப்பங்கள்]\" அட்டவணை ஒரு அட்டவணை அல்ல" -#: sphinx/builders/__init__.py:328 -msgid "pickling environment" -msgstr "" +#: theming.py:376 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "\"தீம்.பிகென்ட்ச்_ச்டைல்\" அமைப்பு ஒரு அட்டவணையாக இருக்க வேண்டும். குறிப்பு: \"%s\"" -#: sphinx/builders/__init__.py:334 -msgid "checking consistency" -msgstr "" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "தொகுதிகளிலிருந்து தானாக ஆவணங்களை செருகவும்" -#: sphinx/builders/__init__.py:338 -msgid "no targets are out of date." -msgstr "" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "டாக்ச்டெச்ட் தொகுதிகளில் குறியீடு துணுக்குகளை தானாகவே சோதிக்கவும்" -#: sphinx/builders/__init__.py:377 -msgid "updating environment: " -msgstr "" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "வெவ்வேறு திட்டங்களின் சூரரிமாச்சிலை ஆவணங்களுக்கு இடையிலான இணைப்பு" -#: sphinx/builders/__init__.py:398 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "கட்டியெழுப்ப அல்லது மறைக்கக்கூடிய \"செய்யவேண்டிய\" உள்ளீடுகளை எழுதுங்கள்" -#: sphinx/builders/__init__.py:436 sphinx/builders/__init__.py:448 -msgid "reading sources... " -msgstr "" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "ஆவணங்கள் கவரேச் காசோலைகள்" -#: sphinx/builders/__init__.py:550 -#, python-format -msgid "docnames to write: %s" -msgstr "" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "கணிதத்தை சேர்க்கவும், பி.என்.சி அல்லது எச்.வி.சி படங்களாக வழங்கப்படுகிறது" -#: sphinx/builders/__init__.py:559 sphinx/builders/singlehtml.py:155 -msgid "preparing documents" -msgstr "" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "கணிதத்தை சேர்க்கவும், மேத்சாக்சால் உலாவியில் வழங்கப்படுகிறது" -#: sphinx/builders/__init__.py:562 -msgid "copying assets" -msgstr "" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "கட்டமைப்பு மதிப்புகளின் அடிப்படையில் உள்ளடக்கத்தை நிபந்தனைக்குட்பட்டது" -#: sphinx/builders/_epub_base.py:215 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +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 "" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "அறிவிலிமையம் பக்கங்களில் ஆவணத்தை வெளியிட .nojekyl கோப்பை உருவாக்கவும்" -#: sphinx/builders/_epub_base.py:410 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "சரியான பாதை பெயரை உள்ளிடவும்." -#: sphinx/builders/_epub_base.py:416 sphinx/builders/html/__init__.py:758 -#: sphinx/builders/latex/__init__.py:433 sphinx/builders/texinfo.py:193 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "சில உரையை உள்ளிடவும்." -#: sphinx/builders/_epub_base.py:433 +#: cmd/quickstart.py:133 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: sphinx/builders/_epub_base.py:443 -msgid "Pillow not found - copying image files" -msgstr "" - -#: sphinx/builders/_epub_base.py:469 -msgid "writing mimetype file..." -msgstr "" +msgid "Please enter one of %s." +msgstr "தயவுசெய்து %s இல் ஒன்றை உள்ளிடவும்." -#: sphinx/builders/_epub_base.py:474 -msgid "writing META-INF/container.xml file..." -msgstr "" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "தயவுசெய்து 'ஒய்' அல்லது 'n' ஐ உள்ளிடவும்." -#: sphinx/builders/_epub_base.py:508 -msgid "writing content.opf file..." -msgstr "" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "தயவுசெய்து ஒரு கோப்பு பின்னொட்டை உள்ளிடவும், எ.கா. '.rst' அல்லது '.txt'." -#: sphinx/builders/_epub_base.py:531 +#: cmd/quickstart.py:229 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "சூரரிமாச்சிலை %s quickstart பயன்பாட்டிற்கு வருக." -#: sphinx/builders/_epub_base.py:678 -msgid "writing toc.ncx file..." -msgstr "" +#: 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 "பின்வரும் அமைப்புகளுக்கான மதிப்புகளை உள்ளிடவும் (enter க்கு அழுத்தவும் \n அடைப்புக்குறிக்குள் வழங்கப்பட்டால் இயல்புநிலை மதிப்பை ஏற்றுக்கொள்ளுங்கள்)." -#: sphinx/builders/_epub_base.py:703 +#: cmd/quickstart.py:241 #, python-format -msgid "writing %s file..." -msgstr "" +msgid "Selected root path: %s" +msgstr "தேர்ந்தெடுக்கப்பட்ட ரூட் பாதை: %s" -#: sphinx/builders/changes.py:30 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "ஆவணங்களுக்கான ரூட் பாதையை உள்ளிடவும்." -#: sphinx/builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "ஆவணங்களுக்கான ரூட் பாதை" -#: sphinx/builders/changes.py:58 -msgid "writing summary file..." -msgstr "" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "பிழை: தேர்ந்தெடுக்கப்பட்ட ரூட் பாதையில் ஏற்கனவே உள்ள conf.py கண்டறியப்பட்டுள்ளது." -#: sphinx/builders/changes.py:73 -msgid "Builtins" -msgstr "" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "ச்பிங்க்ச்-கிக்ச்டார்ட் ஏற்கனவே உள்ள சூரரிமாச்சிலை திட்டங்களை மேலெழுதாது." -#: sphinx/builders/changes.py:75 -msgid "Module level" -msgstr "" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "தயவுசெய்து ஒரு புதிய ரூட் பாதையை உள்ளிடவும் (அல்லது வெளியேற உள்ளிடவும்)" -#: sphinx/builders/changes.py:118 -msgid "copying source files..." -msgstr "" +#: 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 "சூரரிமாச்சிலை வெளியீட்டிற்கான உருவாக்க கோப்பகத்தை வைக்க உங்களுக்கு இரண்டு விருப்பங்கள் உள்ளன. \n ஒன்று, நீங்கள் ரூட் பாதையில் \"_ பில்ட்\" என்ற கோப்பகத்தைப் பயன்படுத்துகிறீர்கள், அல்லது நீங்கள் பிரிக்கிறீர்கள் \n மூல பாதையில் \"மூல\" மற்றும் \"உருவாக்க\" கோப்பகங்கள்." -#: sphinx/builders/changes.py:125 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "தனி மூல மற்றும் உருவாக்க கோப்பகங்களை உருவாக்குதல் (y/n)" -#: sphinx/builders/dummy.py:18 -msgid "The dummy builder generates no files." -msgstr "" +#: 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 "ரூட் கோப்பகத்தின் உள்ளே, மேலும் இரண்டு கோப்பகங்கள் உருவாக்கப்படும்; \"_templates\" \n தனிப்பயன் html வார்ப்புருக்கள் மற்றும் தனிப்பயன் நடைதாள் மற்றும் பிற நிலையான \"_ச்டாடிக்\" \n கோப்புகள். அடிக்கோடிட்டதை மாற்ற மற்றொரு முன்னொட்டை (\".\" போன்றவை) உள்ளிடலாம்." -#: sphinx/builders/epub3.py:79 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "வார்ப்புருக்கள் மற்றும் நிலையான டிர் ஆகியவற்றிற்கான பெயர் முன்னொட்டு" -#: sphinx/builders/epub3.py:183 -msgid "writing nav.xhtml file..." -msgstr "" +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "கட்டமைக்கப்பட்ட ஆவணங்களில் பல இடங்களில் திட்ட பெயர் நிகழும்." -#: sphinx/builders/epub3.py:209 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "திட்ட பெயர்" -#: sphinx/builders/epub3.py:213 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "ஆசிரியரின் பெயர் (கள்)" -#: sphinx/builders/epub3.py:216 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: 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 "சூரரிமாச்சிலை ஒரு \"பதிப்பு\" மற்றும் \"வெளியீடு\" என்ற கருத்தை கொண்டுள்ளது \n மென்பொருள். ஒவ்வொரு பதிப்பிலும் பல வெளியீடுகள் இருக்கலாம். உதாரணமாக, \n பைதான் பதிப்பு 2.5 அல்லது 3.0 போன்றது, அதே நேரத்தில் வெளியீடு \n 2.5.1 அல்லது 3.0a1 போன்றது. இந்த இரட்டை அமைப்பு உங்களுக்கு தேவையில்லை என்றால், \n இரண்டையும் ஒரே மதிப்புக்கு அமைக்கவும்." -#: sphinx/builders/epub3.py:220 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "திட்ட பதிப்பு" -#: sphinx/builders/epub3.py:223 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "திட்ட வெளியீடு" -#: sphinx/builders/epub3.py:226 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: 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 "ஆவணங்கள் ஆங்கிலத்தைத் தவிர வேறு மொழியில் எழுதப்பட வேண்டும் என்றால், \n ஒரு மொழியை அதன் மொழிக் குறியீட்டால் இங்கே தேர்ந்தெடுக்கலாம். சூரரிமாச்சிலை பின்னர் \n அது உருவாக்கும் உரையை அந்த மொழியில் மொழிபெயர்க்கவும். \n உதவி குறியீடுகளின் பட்டியலுக்கு, பார்க்கவும் \n https://www.sphinx-doc.org/en/master/usage/configuration.html#confval- மொழி." -#: sphinx/builders/epub3.py:229 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "திட்ட மொழி" -#: sphinx/builders/epub3.py:232 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: 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 "மூல கோப்புகளுக்கான கோப்பு பெயர் பின்னொட்டு. பொதுவாக, இது \".txt\" \n அல்லது \".rst\". இந்த பின்னொட்டுடன் கூடிய கோப்புகள் மட்டுமே ஆவணங்களாக கருதப்படுகின்றன." -#: sphinx/builders/epub3.py:236 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "மூல கோப்பு பின்னொட்டு" -#: sphinx/builders/epub3.py:239 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: 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 "ஒரு ஆவணம் சிறப்பு வாய்ந்தது, இது மேல் முனையாக கருதப்படுகிறது \n \"உள்ளடக்க மரம்\", அதாவது, இது படிநிலை கட்டமைப்பின் வேர் \n ஆவணங்களில். பொதுவாக, இது \"குறியீட்டு\", ஆனால் உங்கள் \"குறியீட்டு\" என்றால் \n ஆவணம் ஒரு தனிப்பயன் வார்ப்புரு, இதை நீங்கள் மற்றொரு கோப்பு பெயராக அமைக்கலாம்." -#: sphinx/builders/epub3.py:253 sphinx/builders/html/__init__.py:1189 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "உங்கள் முதன்மை ஆவணத்தின் பெயர் (பின்னொட்டு இல்லாமல்)" -#: sphinx/builders/gettext.py:215 +#: cmd/quickstart.py:367 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "பிழை: முதன்மை கோப்பு %s ஏற்கனவே தேர்ந்தெடுக்கப்பட்ட ரூட் பாதையில் கண்டறியப்பட்டுள்ளது." -#: sphinx/builders/gettext.py:237 -#, python-format -msgid "targets for %d template files" -msgstr "" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart இருக்கும் கோப்பை மேலெழுதாது." -#: sphinx/builders/gettext.py:241 -msgid "reading templates... " -msgstr "" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "தயவுசெய்து ஒரு புதிய கோப்பு பெயரை உள்ளிடவும் அல்லது இருக்கும் கோப்பை மறுபெயரிட்டு enter ஐ அழுத்தவும்" -#: sphinx/builders/gettext.py:275 -msgid "writing message catalogs... " -msgstr "" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "பின்வரும் சூரரிமாச்சிலை நீட்டிப்புகளில் எது இயக்கப்பட வேண்டும் என்பதைக் குறிக்கவும்:" -#: sphinx/builders/linkcheck.py:60 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "குறிப்பு: ஒரே நேரத்தில் இம்க்மாத் மற்றும் மேத்சாக்சை இயக்க முடியாது. இம்க்மத் தேர்வு செய்யப்பட்டது." -#: sphinx/builders/linkcheck.py:109 -#, python-format -msgid "broken link: %s (%s)" -msgstr "" +#: cmd/quickstart.py:406 +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 "ஒரு மேக்ஃபைல் மற்றும் சாளரங்கள் கட்டளை கோப்பை உங்களுக்காக உருவாக்கலாம், இதனால் நீங்கள் \n எ.கா. ச்பின்க்ச்-பில்ட் செய்வதற்கு பதிலாக `html ஐ உருவாக்கவும் ' \n நேரடியாக." + +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "மேக்ஃபைலை உருவாக்கவா? (y/n)" -#: sphinx/builders/linkcheck.py:606 +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "சாளரங்கள் கட்டளை கோப்பை உருவாக்கவா? (y/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgid "Creating file %s." +msgstr "கோப்பு %s ஐ உருவாக்குதல்." -#: sphinx/builders/manpage.py:35 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" +msgid "File %s already exists, skipping." +msgstr "கோப்பு %s ஏற்கனவே உள்ளது, தவிர்க்கிறது." -#: sphinx/builders/manpage.py:42 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "முடிந்தது: ஆரம்ப அடைவு அமைப்பு உருவாக்கப்பட்டுள்ளது." -#: sphinx/builders/latex/__init__.py:309 sphinx/builders/manpage.py:51 -#: sphinx/builders/singlehtml.py:163 sphinx/builders/texinfo.py:110 -msgid "writing" -msgstr "" +#: cmd/quickstart.py:519 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "நீங்கள் இப்போது உங்கள் முதன்மை கோப்பு %s ஐ விரிவுபடுத்தி பிற ஆவணங்களை உருவாக்க வேண்டும் \n மூல கோப்புகள்." + +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "டாக்சை உருவாக்க மேக்ஃபைலைப் பயன்படுத்தவும்: \n பில்டரை உருவாக்குங்கள்" -#: sphinx/builders/manpage.py:66 +#: cmd/quickstart.py:530 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "டாக்சை உருவாக்க ச்பின்க்ச்-பில்ட் கட்டளையைப் பயன்படுத்தவும்: \n சூரரிமாச்சிலை -build -b பில்டர் %s %s" + +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "\"பில்டர்\" என்பது ஆதரிக்கப்பட்ட பில்டர்களில் ஒன்றாகும், எ.கா. html, லேடெக்ச் அல்லது லிங்க்செக்." + +#: cmd/quickstart.py:572 +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 sphinx-quickstart என்பது உங்களைப் பற்றி சில கேள்விகளைக் கேட்கும் ஒரு ஊடாடும் கருவியாகும் \n திட்டம் மற்றும் பின்னர் ஒரு முழுமையான ஆவண அடைவு மற்றும் மாதிரி உருவாக்குகிறது \n sphinx- கட்டளையுடன் பயன்படுத்த மேக்ஃப\n" + +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "மேலும் தகவலுக்கு, ஐப் பார்வையிடவும்." + +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "அமைதியான பயன்முறை" + +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "திட்ட வேர்" + +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "கட்டமைப்பு விருப்பங்கள்" + +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "குறிப்பிடப்பட்டால், மூலத்தை பிரித்து dirs ஐ உருவாக்குங்கள்" + +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "குறிப்பிடப்பட்டால், மூல dir இன் கீழ் உருவாக்க dir ஐ உருவாக்குங்கள்" + +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "_templates போன்றவற்றில் dot க்கு மாற்றீடு." + +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "அடிப்படை விருப்பங்களை திட்டமிடுங்கள்" + +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "திட்ட பெயர்" + +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "ஆசிரியர் பெயர்கள்" + +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "திட்டத்தின் பதிப்பு" + +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "திட்டத்தின் வெளியீடு" + +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "ஆவண மொழி" + +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "மூல கோப்பு பின்னொட்டு" + +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "முதன்மை ஆவண பெயர்" + +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "எபப் பயன்படுத்தவும்" -#: sphinx/builders/singlehtml.py:32 +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "நீட்டிப்பு விருப்பங்கள்" + +#: cmd/quickstart.py:670 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +msgid "enable %s extension" +msgstr "%s நீட்டிப்பை இயக்கவும்" -#: sphinx/builders/singlehtml.py:158 -msgid "assembling single document" -msgstr "" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "தன்னிச்சையான நீட்டிப்புகளை இயக்கவும்" -#: sphinx/builders/singlehtml.py:176 -msgid "writing additional files" -msgstr "" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "மேக்ஃபைல் மற்றும் பேட்ச்பைல் உருவாக்கம்" + +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "மேக்ஃபைலை உருவாக்கவும்" + +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "மேக்ஃபைலை உருவாக்க வேண்டாம்" + +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "தொகுதி கோப்பை உருவாக்கவும்" + +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "தொகுதி கோப்பை உருவாக்க வேண்டாம்" + +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "makefile/make.bat க்கு மேக்-பயன்முறையைப் பயன்படுத்தவும்" + +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "திட்ட வார்ப்புரு" + +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "வார்ப்புரு கோப்புகளுக்கான வார்ப்புரு அடைவு" -#: sphinx/builders/texinfo.py:46 +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "ஒரு வார்ப்புரு மாறியை வரையறுக்கவும்" + +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"அமைதியானது\" குறிப்பிடப்பட்டுள்ளது, ஆனால் \"திட்டம்\" அல்லது \"ஆசிரியர்\" எதுவும் குறிப்பிடப்படவில்லை." + +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "பிழை: குறிப்பிட்ட பாதை ஒரு அடைவு அல்ல, அல்லது சூரரிமாச்சிலை கோப்புகள் ஏற்கனவே உள்ளன." + +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "ச்பின்க்ச்-கிக்ச்டார்ட் ஒரு வெற்று கோப்பகமாக மட்டுமே உருவாக்குகிறது. புதிய ரூட் பாதையை குறிப்பிடவும்." + +#: cmd/quickstart.py:809 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "Invalid template variable: %s" +msgstr "தவறான வார்ப்புரு மாறி: %s" -#: sphinx/builders/texinfo.py:48 +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "வேலை எண் நேர்மறை எண்ணாக இருக்க வேண்டும்" + +#: cmd/build.py:74 msgid "" "\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -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 "\nமூல கோப்புகளிலிருந்து ஆவணங்களை உருவாக்குங்கள். \n sphinx- கட்டளை sourcedir இல் உள்ள கோப்புகளிலிருந்து ஆவணங்களை உருவாக்கி வைக்கிறது \n outputdir இல். இது உள்ளமைவுக்காக ஆதாரத்தில் 'conf.py' ஐத் தேடுகிறது \n அமைப்புகள். வார்ப்புரு கோப்புகளை உருவாக்க 'ச்பின்க்ச்-க்யூக்ச்டார்ட்' கருவி பயன்படுத்தப்படலாம், \n 'conf.py' உட்பட \n ச்பிங்க்ச்-பில்ட் வெவ்வேறு வடிவங்களில் ஆவணங்களை உருவாக்க முடியும். ஒரு வடிவம் \n கட்டளை வரியில் பில்டர் பெயரைக் குறிப்பிடுவதன் மூலம் தேர்ந்தெடுக்கப்பட்டது; இது இயல்புநிலையாகும் \n html. ஆவணங்கள் தொடர்பான பிற பணிகளையும் பில்டர்கள் செய்யலாம் \n செயலாக்கம். \n இயல்பாக, காலாவதியான அனைத்தும் கட்டமைக்கப்பட்டுள்ளன. தேர்ந்தெடுக்கப்பட்ட வெளியீடு மட்டுமே \n தனிப்பட்ட கோப்பு பெயர்களைக் குறிப்பிடுவதன் மூலம் கோப்புகளை உருவாக்க முடிய\n" -#: sphinx/builders/texinfo.py:75 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "ஆவண மூல கோப்புகளுக்கான பாதை" -#: sphinx/builders/texinfo.py:83 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "வெளியீட்டு கோப்பகத்திற்கான பாதை" -#: sphinx/builders/latex/__init__.py:291 sphinx/builders/texinfo.py:106 -#, python-format -msgid "processing %s" -msgstr "" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(விரும்பினால்) மீண்டும் உருவாக்க குறிப்பிட்ட கோப்புகளின் பட்டியல். --ரைட்-ஆல் குறிப்பிடப்பட்டால் புறக்கணிக்கப்படுகிறது" -#: sphinx/builders/latex/__init__.py:364 sphinx/builders/texinfo.py:159 -msgid "resolving references..." -msgstr "" +#: cmd/build.py:114 +msgid "general options" +msgstr "பொது விருப்பங்கள்" -#: sphinx/builders/latex/__init__.py:374 sphinx/builders/texinfo.py:168 -msgid " (in " -msgstr "" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "பயன்படுத்த பில்டர் (இயல்புநிலை: 'HTML')" -#: sphinx/builders/texinfo.py:198 -msgid "copying Texinfo support files" -msgstr "" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "முடிந்தவரை N செயல்முறைகளுக்கு இணையாக இயக்கவும். 'ஆட்டோ' சிபியு கோர்களின் எண்ணிக்கையைப் பயன்படுத்துகிறது" -#: sphinx/builders/texinfo.py:202 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "எல்லா கோப்புகளையும் எழுதுங்கள் (இயல்புநிலை: புதிய மற்றும் மாற்றப்பட்ட கோப்புகளை மட்டும் எழுதுங்கள்)" -#: sphinx/builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "சேமித்த சூழலைப் பயன்படுத்த வேண்டாம், எப்போதும் எல்லா கோப்புகளையும் படியுங்கள்" -#: sphinx/builders/html/__init__.py:1140 sphinx/builders/text.py:76 -#: sphinx/builders/xml.py:94 -#, python-format -msgid "error writing file %s: %s" -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 "கோட்பாடு மற்றும் சுற்றுச்சூழல் கோப்புகளுக்கான அடைவு (இயல்புநிலை: output_dir/.doctrees)" + +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "உள்ளமைவு கோப்பிற்கான அடைவு (conf.py) (இயல்புநிலை: source_dir)" + +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "உள்ளமைவு கோப்பைப் பயன்படுத்த வேண்டாம், -d விருப்பங்களிலிருந்து அமைப்புகளை மட்டுமே பயன்படுத்தவும்" + +#: 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 இல் வெளியீடு இல்லை, ச்டெர்ரரில் எச்சரிக்கைகள்" + +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "எந்த வெளியீடும் இல்லை, எச்சரிக்கைகள் கூட இல்லை" -#: sphinx/builders/xml.py:34 +#: 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 "The XML files are in %(outdir)s." -msgstr "" +msgid "cannot open warning file '%s': %s" +msgstr "எச்சரிக்கை கோப்பைத் திறக்க முடியாது ' %s': %s" + +#: 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 "-ஒரு விருப்ப உரையாடல் படிவத்தில் இருக்க வேண்டும் பெயர் = மதிப்பு" -#: sphinx/builders/xml.py:106 +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s () (உள்ளமைக்கப்பட்ட செயல்பாடு)" -#: sphinx/builders/html/__init__.py:122 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "build info file is broken: %r" -msgstr "" +msgid "%s() (%s method)" +msgstr "%s () (%s முறை)" -#: sphinx/builders/html/__init__.py:159 +#: domains/javascript.py:186 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "" +msgid "%s() (class)" +msgstr "%s () (வகுப்பு)" -#: sphinx/builders/html/__init__.py:385 +#: domains/javascript.py:188 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%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 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "%b %d, %Y" -msgstr "" +msgid "%s (%s attribute)" +msgstr "%s (%s பண்புக்கூறு)" -#: sphinx/builders/html/__init__.py:497 sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "வாதங்கள்" -#: sphinx/builders/html/__init__.py:497 -msgid "index" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "வீசுகிறது" -#: sphinx/builders/html/__init__.py:569 -msgid "next" -msgstr "அடுத்த" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "வருமானம்" -#: sphinx/builders/html/__init__.py:578 -msgid "previous" -msgstr "" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "திரும்ப வகை" -#: sphinx/builders/html/__init__.py:674 -msgid "generating indices" -msgstr "" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s (தொகுதி)" -#: sphinx/builders/html/__init__.py:689 -msgid "writing additional pages" -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "செயல்பாடு" -#: sphinx/builders/html/__init__.py:768 -msgid "copying downloadable files... " -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "முறை" -#: sphinx/builders/html/__init__.py:776 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "வகை" -#: 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 "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "தகவல்கள்" -#: sphinx/builders/html/__init__.py:842 -msgid "copying static files" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "பண்புக்கூறு" -#: sphinx/builders/html/__init__.py:858 +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "தொகுதி" + +#: domains/javascript.py:458 #, python-format -msgid "cannot copy static file %r" -msgstr "" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "%s இன் %s விளக்கம், %s இல் மற்ற %s" -#: sphinx/builders/html/__init__.py:863 -msgid "copying extra files" -msgstr "" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: sphinx/builders/html/__init__.py:869 +#: domains/changeset.py:26 #, python-format -msgid "cannot copy extra file %r" -msgstr "" +msgid "Added in version %s" +msgstr "பதிப்பு %s இல் சேர்க்கப்பட்டுள்ளது" -#: sphinx/builders/html/__init__.py:876 +#: domains/changeset.py:27 #, python-format -msgid "Failed to write build info file: %r" -msgstr "" +msgid "Changed in version %s" +msgstr "பதிப்பு %s இல் மாற்றப்பட்டது" -#: 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 "" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "பதிப்பு %s முதல் நீக்கப்பட்டது" -#: sphinx/builders/html/__init__.py:986 +#: domains/changeset.py:29 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "" +msgid "Removed in version %s" +msgstr "பதிப்பு %s இல் அகற்றப்பட்டது" -#: sphinx/builders/html/__init__.py:1123 +#: domains/math.py:73 #, 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 "duplicate label of equation %s, other instance in %s" +msgstr "சமன்பாடு %s இன் நகல் சிட்டை, %s இல் மற்ற நிகழ்வு" -#: sphinx/builders/html/__init__.py:1128 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" +msgid "Invalid math_eqref_format: %r" +msgstr "தவறான math_eqref_format: %r" -#: sphinx/builders/html/__init__.py:1156 -msgid "dumping object inventory" -msgstr "" +#: domains/rst.py:131 domains/rst.py:190 +#, python-format +msgid "%s (directive)" +msgstr "%s (உத்தரவு)" -#: sphinx/builders/html/__init__.py:1164 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "dumping search index in %s" -msgstr "" +msgid ":%s: (directive option)" +msgstr ":%s: (உத்தரவு விருப்பம்)" -#: sphinx/builders/html/__init__.py:1212 +#: domains/rst.py:224 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" +msgid "%s (role)" +msgstr "%s (பங்கு)" -#: sphinx/builders/html/__init__.py:1240 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "கட்டளை" -#: sphinx/builders/html/__init__.py:1243 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "உத்தரவு-விருப்பம்" + +#: domains/rst.py:236 +msgid "role" +msgstr "பங்கு" -#: sphinx/builders/html/__init__.py:1251 +#: domains/rst.py:262 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s இன் நகல் விளக்கம், %s இல் மற்ற நிகழ்வு" -#: sphinx/builders/html/__init__.py:1255 +#: domains/citation.py:75 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +msgid "duplicate citation %s, other instance in %s" +msgstr "நகல் மேற்கோள் %s, %s இல் மற்ற நிகழ்வு" -#: sphinx/builders/html/__init__.py:1264 +#: domains/citation.py:92 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "" +msgid "Citation [%s] is not referenced." +msgstr "மேற்கோள் [%s] குறிப்பிடப்படவில்லை." + +#: environment/__init__.py:88 +msgid "new config" +msgstr "புதிய கட்டமைப்பு" -#: sphinx/builders/html/__init__.py:1268 +#: environment/__init__.py:89 +msgid "config changed" +msgstr "கட்டமைப்பு மாற்றப்பட்டது" + +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "நீட்டிப்புகள் மாற்றப்பட்டன" + +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "சுற்றுச்சூழல் பதிப்பை உருவாக்குங்கள்" + +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "மூல அடைவு மாறிவிட்டது" + +#: environment/__init__.py:347 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +msgid "The configuration has changed (1 option: %r)" +msgstr "உள்ளமைவு மாறிவிட்டது (1 விருப்பம்: %r)" -#: sphinx/builders/html/__init__.py:1277 sphinx/builders/latex/__init__.py:437 +#: environment/__init__.py:352 #, python-format -msgid "logo file %r does not exist" -msgstr "" +msgid "The configuration has changed (%d options: %s)" +msgstr "உள்ளமைவு மாறிவிட்டது ( %d விருப்பங்கள்: %s)" -#: sphinx/builders/html/__init__.py:1286 +#: environment/__init__.py:358 #, python-format -msgid "favicon file %r does not exist" -msgstr "" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "உள்ளமைவு மாறிவிட்டது ( %d விருப்பங்கள்: %s, ...)" -#: sphinx/builders/html/__init__.py:1293 +#: environment/__init__.py:401 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "இந்த சூழல் தேர்ந்தெடுக்கப்பட்ட பில்டருடன் பொருந்தாது, தயவுசெய்து மற்றொரு கோட்பாட்டு கோப்பகத்தைத் தேர்வுசெய்க." -#: sphinx/builders/html/__init__.py:1308 +#: environment/__init__.py:515 #, python-format -msgid "%s %s documentation" -msgstr "" +msgid "Failed to scan documents in %s: %r" +msgstr "%s இல் ஆவணங்களை ச்கேன் செய்வதில் தோல்வி: %r" -#: sphinx/builders/latex/__init__.py:113 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" +msgid "Domain %r is not registered" +msgstr "டொமைன் %r பதிவு செய்யப்படவில்லை" -#: sphinx/builders/latex/__init__.py:115 -msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "எந்த டோக்ட்ரீயிலும் ஆவணம் சேர்க்கப்படவில்லை" -#: sphinx/builders/latex/__init__.py:150 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "தன்வய குறிப்பிடப்பட்ட டோக்ட்ரீ கண்டுபிடிக்கப்பட்டது. புறக்கணிக்கப்பட்டது." -#: sphinx/builders/latex/__init__.py:158 +#: environment/__init__.py:941 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "ஆவணம் பல டோக்ட்ரீசில் குறிப்பிடப்பட்டுள்ளது: %s, தேர்ந்தெடுப்பது: %s <- %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 "" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "பயன்பாடு:" -#: sphinx/builders/latex/__init__.py:197 sphinx/templates/latex/latex.tex_t:91 -msgid "Release" -msgstr "" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "{0} [விருப்பங்கள்] <கட்டளை> []" -#: sphinx/builders/latex/__init__.py:211 sphinx/writers/latex.py:370 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "சூரரிமாச்சிலை ஆவணப்படுத்தல் செனரேட்டர்." -#: sphinx/builders/latex/__init__.py:387 -msgid "copying TeX support files" -msgstr "" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "கட்டளைகள்:" -#: sphinx/builders/latex/__init__.py:403 -msgid "copying TeX support files..." -msgstr "" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "விருப்பங்கள்" -#: sphinx/builders/latex/__init__.py:416 -msgid "copying additional 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/ ஐப் பார்வையிடவும்." -#: sphinx/builders/latex/__init__.py:459 +#: _cli/__init__.py:171 +#, python-brace-format +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: பிழை: {1}\n தகவலுக்கு '{0} -உதவி' இயக்கவும்" + +#: _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 "'ச்பின்க்ச் -உதவி' ஐப் பார்க்கவும்.\n" + +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +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: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 "குறியீட்டு" + +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "பிரிவு, தலைப்பு, அட்டவணை, அறிவுரை அல்லது பக்கப்பட்டியில் இல்லாத தலைப்பு முனை" + +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "அடிக்குறிப்புகள்" + +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "தலைப்பு ஒரு உருவத்திற்குள் இல்லை." -#: sphinx/builders/latex/__init__.py:467 +#: writers/texinfo.py:1303 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" +msgid "unimplemented node type: %r" +msgstr "செயல்படுத்தப்படாத முனை வகை: %r" -#: sphinx/builders/latex/theming.py:87 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "இந்த வரையறைக்கு இணைப்பு" + +#: writers/html5.py:431 #, 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:441 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" +msgid "Any IDs not assigned for %s node" +msgstr "%ஒரு முனைக்கு ஒதுக்கப்படவில்லை" -#: sphinx/builders/latex/transforms.py:117 -msgid "Failed to get a docname!" -msgstr "" +#: writers/html5.py:496 +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:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "இந்த தலைப்புக்கான இணைப்பு" -#: sphinx/builders/latex/transforms.py:479 +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "இந்த அட்டவணையுடன் இணைப்பு" + +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "" +msgid "unsupported rubric heading level: %s" +msgstr "ஆதரிக்கப்படாத ரப்ரிக் தலைப்பு நிலை: %s" -#: sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "இந்த குறியீட்டிற்கான இணைப்பு" -#: sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "" +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "இந்த படத்துடன் இணைப்பு" -#: sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "" +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "இந்த டோக்ட்ரீயுடன் இணைக்கவும்" -#: sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "பட அளவைப் பெற முடியவில்லை. : அளவு: விருப்பம் புறக்கணிக்கப்படுகிறது." -#: sphinx/cmd/build.py:72 sphinx/cmd/build.py:87 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "" - -#: sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "" +msgid "[image: %s]" +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 "" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[படம்]" -#: sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "அறியப்படாத %r toplevel_sectioning class %r" -#: 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 "" +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "மொழிக்கு அறியப்படாத பாபல் விருப்பம் %r" -#: sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "மிகப் பெரியது: மேக்ச்டெப்ட் :, புறக்கணிக்கப்பட்டது." -#: sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "" +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "வார்ப்புரு %s காணப்படவில்லை; அதற்கு பதிலாக மரபு %s இலிருந்து ஏற்றுகிறது" -#: sphinx/cmd/build.py:117 sphinx/cmd/quickstart.py:477 -#: sphinx/ext/apidoc.py:319 sphinx/ext/autosummary/generate.py:689 -msgid "For more information, visit ." -msgstr "" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "ஆவண தலைப்பு ஒரு உரை முனை அல்ல" -#: sphinx/cmd/build.py:118 +#: writers/latex.py:1200 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 "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "அட்டவணை மற்றும்: அகலங்கள்: விருப்பம் வழங்கப்படுகின்றன. : அகலம்: புறக்கணிக்கப்படுகிறது." -#: sphinx/cmd/build.py:139 -msgid "path to documentation source files" +#: writers/latex.py:1230 +#, 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 "" -#: sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "பரிமாண அலகு %s தவறானது. புறக்கணிக்கப்பட்டது." -#: sphinx/cmd/build.py:143 -msgid "a list of specific files to rebuild. Ignored if -a is specified" -msgstr "" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "அறியப்படாத குறியீட்டு நுழைவு வகை %s காணப்படுகின்றன" -#: sphinx/cmd/build.py:146 -msgid "general options" -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 "\": கோப்பு:\" சி.எச்.வி-டேபிள் டைரெக்டிவ் விருப்பம் இப்போது ஒரு முழுமையான பாதையை மூல கோப்பகத்திலிருந்து தொடர்புடைய பாதையாக அங்கீகரிக்கிறது. உங்கள் ஆவணத்தை புதுப்பிக்கவும்." -#: sphinx/cmd/build.py:149 -msgid "builder to use (default: html)" -msgstr "" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "வெண்மையானது அல்லாதது" -#: sphinx/cmd/build.py:151 -msgid "write all files (default: only write new and changed files)" -msgstr "" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "தவறான தலைப்புகள்" -#: sphinx/cmd/build.py:154 -msgid "don't use a saved environment, always read all files" -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" +msgstr "வரி எண் ச்பெக் வரம்பில் இல்லை (1- %d): %r" -#: sphinx/cmd/build.py:157 -msgid "" -"path for the cached environment and doctree files (default: " -"OUTPUTDIR/.doctrees)" -msgstr "" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "\"%s\" மற்றும் \"%s\" விருப்பங்கள் இரண்டையும் பயன்படுத்த முடியாது" -#: sphinx/cmd/build.py:161 -msgid "" -"build in parallel with N processes where possible (special value \"auto\" " -"will set N to cpu-count)" -msgstr "" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "'%s' கண்டுபிடிக்கப்படவில்லை அல்லது அதைப் படிப்பது தோல்வியுற்றது" -#: sphinx/cmd/build.py:165 +#: directives/code.py:235 +#, python-format msgid "" -"path where configuration file (conf.py) is located (default: same as " -"SOURCEDIR)" -msgstr "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "சேர்க்கப்பட்ட கோப்பு ' %s' என்பது தவறானது என்று படிக்க பயன்படுத்தப்பட்ட %r குறியாக்கம், ஒரு: குறியாக்கம்: விருப்பம் கொடுக்க முயற்சிக்கவும்" -#: sphinx/cmd/build.py:168 -msgid "use no config file at all, only -D options" -msgstr "" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "%r இல் காணப்படாத பொருள் கோப்பு %r அடங்கும்" -#: sphinx/cmd/build.py:171 -msgid "override a setting in configuration file" -msgstr "" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "\"லினெனோ-மேட்ச்\" ஐ \"கோடுகளின்\" ஒத்ததாக பயன்படுத்த முடியாது" -#: sphinx/cmd/build.py:174 -msgid "pass a value into HTML templates" -msgstr "" +#: directives/code.py:314 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "வரி ச்பெக் %r: எந்த வரிகளும் இல்லை கோப்பு %r சேர்க்கப்படவில்லை" -#: sphinx/cmd/build.py:177 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "டோக்ட்ரீ குளோப் முறை %r எந்த ஆவணங்களுக்கும் பொருந்தவில்லை" -#: sphinx/cmd/build.py:179 -msgid "nit-picky mode, warn about all missing references" -msgstr "" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "டோக்ட்ரீ விலக்கப்பட்ட ஆவணம் %r பற்றிய குறிப்பு உள்ளது" -#: sphinx/cmd/build.py:182 -msgid "console output options" -msgstr "" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "டோக்ட்ரீ இல்லாத ஆவணம் %r பற்றிய குறிப்பு உள்ளது" -#: sphinx/cmd/build.py:184 -msgid "increase verbosity (can be repeated)" -msgstr "" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "டோக்ட்ரீயில் காணப்படும் நகல் நுழைவு: %s" -#: sphinx/cmd/build.py:186 sphinx/ext/apidoc.py:342 -msgid "no output on stdout, just warnings on stderr" -msgstr "" +#: directives/other.py:203 +msgid "Section author: " +msgstr "பிரிவு ஆசிரியர்:" -#: sphinx/cmd/build.py:188 -msgid "no output at all, not even warnings" -msgstr "" +#: directives/other.py:205 +msgid "Module author: " +msgstr "தொகுதி ஆசிரியர்:" -#: sphinx/cmd/build.py:191 -msgid "do emit colored output (default: auto-detect)" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "குறியீடு ஆசிரியர்:" -#: sphinx/cmd/build.py:194 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" +#: directives/other.py:209 +msgid "Author: " +msgstr "நூலாசிரியர்:" -#: sphinx/cmd/build.py:197 -msgid "write warnings (and errors) to given file" -msgstr "" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. acks உள்ளடக்கம் ஒரு பட்டியல் அல்ல" -#: sphinx/cmd/build.py:199 -msgid "turn warnings into errors" -msgstr "" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist உள்ளடக்கம் ஒரு பட்டியல் அல்ல" -#: sphinx/cmd/build.py:201 -msgid "with -W, keep going when getting warnings" -msgstr "" +#: ext/todo.py:61 +msgid "Todo" +msgstr "செய்யவேண்டிய" -#: sphinx/cmd/build.py:203 -msgid "show full traceback on exception" -msgstr "" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "செய்யவேண்டிய நுழைவு காணப்பட்டது: %s" -#: sphinx/cmd/build.py:205 -msgid "run Pdb on exception" -msgstr "" +#: ext/todo.py:152 +msgid "<>" +msgstr "<< அசல் நுழைவு >>" -#: sphinx/cmd/build.py:229 -msgid "cannot combine -a option and filenames" -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/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 "தொகுதி குறியீடு" -#: sphinx/cmd/build.py:250 +#: ext/viewcode.py:359 #, python-format -msgid "cannot open warning file %r: %s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

%s

க்கான மூலக் குறியீடு" -#: sphinx/cmd/build.py:264 -msgid "-D option argument must be in the form name=value" -msgstr "" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "கண்ணோட்டம்: தொகுதி குறியீடு" -#: sphinx/cmd/build.py:271 -msgid "-A option argument must be in the form name=value" -msgstr "" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: sphinx/cmd/quickstart.py:48 -msgid "automatically insert docstrings from modules" -msgstr "" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "%s இல் தவறான ரீசெக்ச் %r" -#: sphinx/cmd/quickstart.py:49 -msgid "automatically test code snippets in doctest blocks" -msgstr "" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "தொகுதி %s இறக்குமதி செய்ய முடியவில்லை: %s" -#: sphinx/cmd/quickstart.py:50 -msgid "link between Sphinx documentation of different projects" -msgstr "" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "பின்வரும் தொகுதிகள் ஆவணப்படுத்தப்பட்டுள்ளன, ஆனால் அவை கவரேச்_மோடூல்களில் குறிப்பிடப்படவில்லை: %s" -#: sphinx/cmd/quickstart.py:51 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "பின்வரும் தொகுதிகள் கவரேச்_மோடூல்களில் குறிப்பிடப்பட்டுள்ளன, ஆனால் அவை ஆவணப்படுத்தப்படவில்லை" -#: sphinx/cmd/quickstart.py:52 -msgid "checks for documentation coverage" +#: 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 "" -#: sphinx/cmd/quickstart.py:53 -msgid "include math, rendered as PNG or SVG images" -msgstr "" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "கவரேச்_சி_ரெசெக்சில் தவறான ரீசெக்ச் %r" -#: sphinx/cmd/quickstart.py:54 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "ஆவணப்படுத்தப்படாத சி ஏபிஐ: கோப்பு %s இல் %s [ %s]" -#: sphinx/cmd/quickstart.py:55 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "ஆவணமற்ற பைதான் செயல்பாடு: %s :: %s" -#: sphinx/cmd/quickstart.py:56 -msgid "include links to the source code of documented Python objects" -msgstr "" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "ஆவணமற்ற பைதான் வகுப்பு: %s :: %s" -#: sphinx/cmd/quickstart.py:57 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "ஆவணமற்ற பைதான் முறை: %s :: %s :: %s" -#: sphinx/cmd/quickstart.py:99 -msgid "Please enter a valid path name." -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 அமைப்பைச் சரிபார்க்கவும்" -#: sphinx/cmd/quickstart.py:115 -msgid "Please enter some text." -msgstr "" +#: 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 அமைப்பை சரிபார்க்கவும்" -#: sphinx/cmd/quickstart.py:122 +#: ext/imgmath.py:326 #, python-format -msgid "Please enter one of %s." -msgstr "" +msgid "display latex %r: %s" +msgstr "லேடெக்ச் %r: %s காட்சி" -#: sphinx/cmd/quickstart.py:129 -msgid "Please enter either 'y' or 'n'." -msgstr "" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "இன்லைன் லேடெக்ச் %r: %s" -#: sphinx/cmd/quickstart.py:135 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "இந்த சமன்பாட்டிற்கான இணைப்பு" -#: sphinx/cmd/quickstart.py:215 +#: ext/imgconverter.py:44 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -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/cmd/quickstart.py:217 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#, 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 "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "பிழையுடன் வெளியேறுதல்: \n [stderr] \n %r \n [stdout] \n %r" -#: sphinx/cmd/quickstart.py:222 +#: ext/imgconverter.py:83 #, python-format -msgid "Selected root path: %s" -msgstr "" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "கட்டளை %r ஐ இயக்க முடியாது, பட_கன்வெர்ட்டர் அமைப்பை சரிபார்க்கவும்" -#: sphinx/cmd/quickstart.py:225 -msgid "Enter the root path for documentation." -msgstr "" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "\"%s\" பிரிவு \"%s\" என்று பெயரிடப்படுகிறது" -#: sphinx/cmd/quickstart.py:226 -msgid "Root path for the documentation" -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 இல்" -#: sphinx/cmd/quickstart.py:231 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "'%s' விருப்பத்தில் '+' அல்லது '-' காணவில்லை." -#: sphinx/cmd/quickstart.py:233 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' சரியான விருப்பம் அல்ல." -#: sphinx/cmd/quickstart.py:235 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' என்பது செல்லுபடியாகும் பைவெர்சன் விருப்பம் அல்ல" + +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "தவறான டெச்ட்கோட் வகை" -#: sphinx/cmd/quickstart.py:242 +#: ext/doctest.py:297 +#, 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 "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "முடிக்கப்பட்ட ஆதாரங்களில் ஆவணங்களின் சோதனை, %(outdir)s/output.txt இன் முடிவுகளைப் பாருங்கள்." -#: sphinx/cmd/quickstart.py:245 -msgid "Separate source and build directories (y/n)" -msgstr "" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "%s இல் %s தொகுதியில் குறியீடு/வெளியீடு இல்லை: %s: %s" -#: sphinx/cmd/quickstart.py:249 -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 "" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "தவறான ஆவணக் குறியீட்டை புறக்கணித்தல்: %r" -#: sphinx/cmd/quickstart.py:252 -msgid "Name prefix for templates and static dir" -msgstr "" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "ஆர்ட்கோட் செய்யப்பட்ட இணைப்பு %r ஐ எக்ச்ட்லிங்க் மூலம் மாற்றலாம் (அதற்கு பதிலாக %r ஐப் பயன்படுத்த முயற்சிக்கவும்)" -#: sphinx/cmd/quickstart.py:256 +#: ext/duration.py:90 msgid "" -"The project name will occur in several places in the built documentation." -msgstr "" +"====================== slowest reading durations =======================" +msgstr "==================== மெதுவாக வாசிப்பு காலங்கள் =========================" -#: sphinx/cmd/quickstart.py:257 -msgid "Project name" -msgstr "" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "கிராப்விச் டைரெக்டிவ் உள்ளடக்கம் மற்றும் கோப்பு பெயர் உரையாடல் இரண்டையும் கொண்டிருக்க முடியாது" -#: sphinx/cmd/quickstart.py:259 -msgid "Author name(s)" -msgstr "" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "வெளிப்புற கிராப்விச் கோப்பு %r கண்டுபிடிக்கப்படவில்லை அல்லது அதைப் படிப்பது தோல்வியுற்றது" + +#: 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 "braphviz_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 ஐ இயக்க முடியாது (கிராஃப்விச் வெளியீட்டிற்கு தேவை), கிராஃப்விச்_டோட் அமைப்பைச் சரிபார்க்கவும்" + +#: 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/cmd/quickstart.py:263 +#: ext/graphviz.py:344 +#, 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 "" - -#: sphinx/cmd/quickstart.py:268 -msgid "Project version" -msgstr "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "புள்ளி ஒரு வெளியீட்டு கோப்பை உருவாக்கவில்லை: \n [stderr] \n %r \n [stdout] \n %r" -#: sphinx/cmd/quickstart.py:270 -msgid "Project release" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: sphinx/cmd/quickstart.py:274 -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 "" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" +msgstr "புள்ளி குறியீடு %r: %s" -#: sphinx/cmd/quickstart.py:282 -msgid "Project language" -msgstr "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[வரைபடம்: %s]" -#: sphinx/cmd/quickstart.py:288 -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/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[வரைபடம்]" -#: sphinx/cmd/quickstart.py:290 -msgid "Source file suffix" -msgstr "" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "டெக்சின்ஃபோ கோப்புகள் %(outdir)s உள்ளன." -#: sphinx/cmd/quickstart.py:294 +#: builders/texinfo.py:44 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" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nமேக்இன்ஃபோ மூலம் இயக்க அந்த கோப்பகத்தில் 'மேக்' இயக்கவும் \n (தானாகவே அதைச் செய்ய இங்கே 'தகவல்களை உருவாக்கு' பயன்படுத்தவும்)." -#: sphinx/cmd/quickstart.py:298 -msgid "Name of your master document (without suffix)" -msgstr "" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "இல்லை \"டெக்சின்ஃபோ_டோகென்ட்ச்\" கட்டமைப்பு மதிப்பு காணப்படவில்லை; எந்த ஆவணங்களும் எழுதப்படாது" -#: sphinx/cmd/quickstart.py:303 +#: builders/texinfo.py:85 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"dexinfo_documents\" கட்டமைப்பு மதிப்பு குறிப்புகள் அறியப்படாத ஆவணம் %s" -#: sphinx/cmd/quickstart.py:305 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "செயலாக்கம் %s" -#: sphinx/cmd/quickstart.py:307 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "எழுதுதல்" -#: sphinx/cmd/quickstart.py:311 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "குறிப்புகளைத் தீர்ப்பது ..." -#: sphinx/cmd/quickstart.py:319 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(இல்" -#: sphinx/cmd/quickstart.py:325 -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/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "படங்களை நகலெடுக்கும் ..." -#: sphinx/cmd/quickstart.py:328 -msgid "Create Makefile? (y/n)" -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 ஐ நகலெடுக்க முடியாது" -#: sphinx/cmd/quickstart.py:331 -msgid "Create Windows command file? (y/n)" -msgstr "" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "டெக்சின்ஃபோ உதவி கோப்புகளை நகலெடுக்கிறது" -#: sphinx/cmd/quickstart.py:375 sphinx/ext/apidoc.py:93 +#: builders/texinfo.py:218 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "error writing file Makefile: %s" +msgstr "பிழை எழுதும் கோப்பு மேக்ஃபைல்: %s" -#: sphinx/cmd/quickstart.py:380 sphinx/ext/apidoc.py:90 +#: builders/_epub_base.py:223 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "duplicated ToC entry found: %s" +msgstr "நகல் toc நுழைவு காணப்பட்டது: %s" -#: sphinx/cmd/quickstart.py:422 -msgid "Finished: An initial directory structure has been created." -msgstr "" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "படக் கோப்பு %r: அதற்கு பதிலாக நகலெடுக்க முடியாது" -#: sphinx/cmd/quickstart.py:424 +#: builders/_epub_base.py:467 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "cannot write image file %r: %s" +msgstr "படக் கோப்பு %r: %s ஐ எழுத முடியாது" -#: sphinx/cmd/quickstart.py:427 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "தலையணை கிடைக்கவில்லை - படக் கோப்புகளை நகலெடுக்கும்" -#: sphinx/cmd/quickstart.py:430 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "mimetype கோப்பை எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:432 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "meta-inf/contain.xml கோப்பை எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:467 -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 "" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "content.opf கோப்பு எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:482 -msgid "quiet mode" -msgstr "" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "புறக்கணிப்பு %s க்கான அறியப்படாத mimetype" -#: sphinx/cmd/quickstart.py:487 -msgid "project root" -msgstr "" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "முனை தவறான அளவைக் கொண்டுள்ளது" -#: sphinx/cmd/quickstart.py:489 -msgid "Structure options" -msgstr "" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "toc.ncx கோப்பை எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:491 -msgid "if specified, separate source and build dirs" -msgstr "" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "%s கோப்பை எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:493 -msgid "if specified, create build dir under source dir" -msgstr "" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "எக்ச்எம்எல் கோப்புகள் %(outdir)s உள்ளன." -#: sphinx/cmd/quickstart.py:495 -msgid "replacement for dot in _templates etc." -msgstr "" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "பிழை எழுதும் கோப்பு %s: %s" -#: sphinx/cmd/quickstart.py:497 -msgid "Project basic options" -msgstr "" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "போலி-எக்ச்எம்எல் கோப்புகள் %(outdir)s உள்ளன." -#: sphinx/cmd/quickstart.py:499 -msgid "project name" -msgstr "" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "கண்ணோட்டம் கோப்பு %(outdir)s உள்ளது." -#: sphinx/cmd/quickstart.py:501 -msgid "author names" -msgstr "" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "பதிப்பு %s இல் மாற்றங்கள் இல்லை." -#: sphinx/cmd/quickstart.py:503 -msgid "version of project" -msgstr "" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "சுருக்கம் கோப்பை எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:505 -msgid "release of project" -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "பில்டின்ச்" -#: sphinx/cmd/quickstart.py:507 -msgid "document language" -msgstr "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "தொகுதி நிலை" -#: sphinx/cmd/quickstart.py:509 -msgid "source file suffix" -msgstr "" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "மூல கோப்புகளை நகலெடுக்கும் ..." -#: sphinx/cmd/quickstart.py:511 -msgid "master document name" -msgstr "" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "சேஞ்ச்லாக் உருவாக்கத்திற்கு %r ஐப் படிக்க முடியவில்லை" -#: sphinx/cmd/quickstart.py:513 -msgid "use epub" -msgstr "" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "கையேடு பக்கங்கள் %(outdir)s உள்ளன." -#: sphinx/cmd/quickstart.py:515 -msgid "Extension options" -msgstr "" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "\"man_pages\" கட்டமைப்பு மதிப்பு இல்லை; கையேடு பக்கங்கள் எதுவும் எழுதப்படாது" -#: sphinx/cmd/quickstart.py:519 sphinx/ext/apidoc.py:402 +#: builders/manpage.py:64 #, python-format -msgid "enable %s extension" -msgstr "" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" கட்டமைப்பு மதிப்பு குறிப்புகள் அறியப்படாத ஆவணம் %s" -#: sphinx/cmd/quickstart.py:521 sphinx/ext/apidoc.py:398 -msgid "enable arbitrary extensions" -msgstr "" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "எபப் கோப்பு %(outdir)s உள்ளது." -#: sphinx/cmd/quickstart.py:523 -msgid "Makefile and Batchfile creation" -msgstr "" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml கோப்பு எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:525 -msgid "create makefile" -msgstr "" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "conf மதிப்பு \"epub_language\" (அல்லது \"மொழி\") epub3 க்கு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:527 -msgid "do not create makefile" -msgstr "" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "conf மதிப்பு \"epub_uid\" epub3 க்கான xml பெயராக இருக்க வேண்டும்" -#: sphinx/cmd/quickstart.py:529 -msgid "create batchfile" -msgstr "" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "conf மதிப்பு \"epub_title\" (அல்லது \"html_title\") epub3 க்கு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:532 -msgid "do not create batchfile" -msgstr "" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_author\" கான் மதிப்பு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:535 -msgid "use make-mode for Makefile/make.bat" -msgstr "" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_contributor\" கான்ச் மதிப்பு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:538 -msgid "do not use make-mode for Makefile/make.bat" -msgstr "" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_description\" conf மதிப்பு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:540 sphinx/ext/apidoc.py:404 -msgid "Project templating" -msgstr "" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_publisher\" கான்ச் மதிப்பு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:407 -msgid "template directory for template files" -msgstr "" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "conf மதிப்பு \"epub_copyright\" (அல்லது \"பதிப்புரிமை\") epub3 க்கு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:546 -msgid "define a template variable" -msgstr "" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_identifier\" காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:579 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"பதிப்பு\" காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:593 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "தவறான css_file: %r, புறக்கணிக்கப்பட்டது" -#: sphinx/cmd/quickstart.py:595 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "செய்தி பட்டியல்கள் %(outdir)s உள்ளன." -#: sphinx/cmd/quickstart.py:610 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Invalid template variable: %s" -msgstr "" +msgid "building [%s]: " +msgstr "கட்டிடங்கள்]:" -#: sphinx/directives/code.py:61 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: builders/gettext.py:265 +#, 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 "செய்தி பட்டியல்களை எழுதுதல் ..." -#: sphinx/directives/code.py:82 +#: builders/text.py:27 #, python-format -msgid "Invalid caption: %s" -msgstr "" +msgid "The text files are in %(outdir)s." +msgstr "உரை கோப்புகள் %(outdir)s உள்ளன." -#: sphinx/directives/code.py:127 sphinx/directives/code.py:277 -#: sphinx/directives/code.py:453 +#: builders/__init__.py:230 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%s பில்டருக்கு பொருத்தமான படம் காணப்படவில்லை: %s ( %s)" + +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "%s பில்டருக்கு பொருத்தமான படம் காணப்படவில்லை: %s" + +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "கட்டிடம் [மோ]:" -#: sphinx/directives/code.py:206 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "எழுதுதல் வெளியீடு ..." -#: sphinx/directives/code.py:220 +#: builders/__init__.py:281 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "" +msgid "all of %d po files" +msgstr "%d போ கோப்புகள் அனைத்தும்" -#: sphinx/directives/code.py:223 +#: builders/__init__.py:303 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "" +msgid "targets for %d po files that are specified" +msgstr "குறிப்பிடப்பட்ட %d po கோப்புகளுக்கான இலக்குகள்" -#: sphinx/directives/code.py:260 +#: builders/__init__.py:315 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "" +msgid "targets for %d po files that are out of date" +msgstr "காலாவதியான %d po கோப்புகளுக்கான இலக்குகள்" -#: sphinx/directives/code.py:286 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "அனைத்து மூல கோப்புகளும்" -#: sphinx/directives/code.py:291 +#: builders/__init__.py:336 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +msgid "file %r given on command line does not exist, " +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட கோப்பு %r இல்லை," -#: sphinx/directives/other.py:116 +#: builders/__init__.py:343 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட கோப்பு %r மூல கோப்பகத்தின் கீழ் இல்லை, புறக்கணிக்கிறது" -#: sphinx/directives/other.py:142 sphinx/environment/adapters/toctree.py:323 +#: builders/__init__.py:354 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட கோப்பு %r என்பது சரியான ஆவணம் அல்ல, புறக்கணிக்கிறது" -#: sphinx/directives/other.py:145 sphinx/environment/adapters/toctree.py:327 +#: builders/__init__.py:367 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "" +msgid "%d source files given on command line" +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட %d மூல கோப்புகள்" -#: sphinx/directives/other.py:156 +#: builders/__init__.py:383 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +msgid "targets for %d source files that are out of date" +msgstr "காலாவதியான %d மூல கோப்புகளுக்கான இலக்குகள்" -#: sphinx/directives/other.py:188 -msgid "Section author: " -msgstr "" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "இப்போது வெளியேற்றப்படாத கோப்புகளைத் தேடுகிறது ..." -#: sphinx/directives/other.py:190 -msgid "Module author: " -msgstr "" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d கண்டு ப்பிடித்த விட்டது" -#: sphinx/directives/other.py:192 -msgid "Code author: " -msgstr "" +#: builders/__init__.py:418 +msgid "none found" +msgstr "எதுவும் கிடைக்கவில்லை" -#: sphinx/directives/other.py:194 -msgid "Author: " -msgstr "" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "ஊறுகாய் சூழல்" -#: sphinx/directives/other.py:266 -msgid ".. acks content is not a list" -msgstr "" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "நிலைத்தன்மையை சரிபார்க்கிறது" -#: sphinx/directives/other.py:291 -msgid ".. hlist content is not a list" -msgstr "" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "இலக்குகள் எதுவும் காலாவதியானவை அல்ல." -#: 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 "" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "சூழலைப் புதுப்பித்தல்:" -#: sphinx/domains/__init__.py:397 +#: builders/__init__.py:500 #, python-format -msgid "%s %s" -msgstr "" +msgid "%s added, %s changed, %s removed" +msgstr "%s சேர்க்கப்பட்டன, %s மாற்றப்பட்டன, %s அகற்றப்பட்டன" -#: sphinx/domains/c.py:2043 sphinx/domains/c.py:3318 +#: builders/__init__.py:537 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +"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/c.py:3257 +#: builders/__init__.py:546 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: sphinx/domains/c.py:3356 sphinx/domains/cpp.py:7496 -#: sphinx/domains/python.py:682 sphinx/ext/napoleon/docstring.py:760 -msgid "Parameters" -msgstr "" - -#: sphinx/domains/c.py:3359 sphinx/domains/cpp.py:7502 -msgid "Return values" -msgstr "" - -#: sphinx/domains/c.py:3362 sphinx/domains/cpp.py:7505 -#: sphinx/domains/javascript.py:259 sphinx/domains/python.py:694 -msgid "Returns" -msgstr "" - -#: sphinx/domains/c.py:3364 sphinx/domains/javascript.py:261 -#: sphinx/domains/python.py:696 -msgid "Return type" -msgstr "" - -#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7909 -msgid "member" -msgstr "" - -#: sphinx/domains/c.py:3731 -msgid "variable" -msgstr "" - -#: sphinx/domains/c.py:3732 sphinx/domains/cpp.py:7908 -#: sphinx/domains/javascript.py:365 sphinx/domains/python.py:1454 -msgid "function" -msgstr "" +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/c.py:3733 -msgid "macro" -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 "சூரரிமாச்சிலை முதன்மை ஆவணத்தை ( %s) ஏற்ற முடியவில்லை, ஏனெனில் இது தனிப்பயன் INCOLD_PATTERNS = %r இல் சேர்க்கப்படவில்லை. சேர்த்தல்_பேட்டர்சில் உள்ள ஒரு முறை முதன்மை ஆவணத்துடன் பொருந்துகிறது என்பதை உறுதிப்படுத்தவும்." -#: sphinx/domains/c.py:3734 -msgid "struct" -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 "சூரரிமாச்சிலை முதன்மை ஆவணத்தை (%s) ஏற்ற முடியவில்லை. முதன்மை ஆவணம் மூல அடைவு அல்லது அதன் துணை அடைவு இருக்க வேண்டும்." -#: sphinx/domains/c.py:3735 sphinx/domains/cpp.py:7907 -msgid "union" -msgstr "" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "வாசிப்பு ஆதாரங்கள் ..." -#: sphinx/domains/c.py:3736 sphinx/domains/cpp.py:7912 -msgid "enum" -msgstr "" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "எழுத டாக் பெயர்கள்: %s" -#: sphinx/domains/c.py:3737 sphinx/domains/cpp.py:7913 -msgid "enumerator" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: sphinx/domains/c.py:3738 sphinx/domains/cpp.py:7910 -msgid "type" -msgstr "" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "ஆவணங்களைத் தயாரித்தல்" -#: sphinx/domains/c.py:3740 sphinx/domains/cpp.py:7915 -msgid "function parameter" -msgstr "" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "சொத்துக்களை நகலெடுக்கும்" -#: sphinx/domains/changeset.py:23 +#: builders/__init__.py:915 #, python-format -msgid "New in version %s" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: sphinx/domains/changeset.py:24 +#: builders/singlehtml.py:35 #, python-format -msgid "Changed in version %s" -msgstr "" +msgid "The HTML page is in %(outdir)s." +msgstr "html பக்கம் %(outdir)s உள்ளது." -#: sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -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 "போலி பில்டர் எந்த கோப்புகளையும் உருவாக்கவில்லை." -#: sphinx/domains/citation.py:70 +#: builders/linkcheck.py:78 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "மேலே உள்ள வெளியீட்டில் அல்லது %(outdir)s/output.txt இல் ஏதேனும் பிழைகள் தேடுங்கள்" -#: sphinx/domains/citation.py:81 +#: builders/linkcheck.py:150 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "" +msgid "broken link: %s (%s)" +msgstr "உடைந்த இணைப்பு: %s ( %s)" -#: sphinx/domains/cpp.py:4929 sphinx/domains/cpp.py:7423 +#: builders/linkcheck.py:549 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" +msgid "Anchor '%s' not found" +msgstr "நங்கூரம் '%s' காணப்படவில்லை" -#: sphinx/domains/cpp.py:7218 -msgid "Template Parameters" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: sphinx/domains/cpp.py:7340 +#: builders/linkcheck.py:768 #, python-format -msgid "%s (C++ %s)" -msgstr "" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "வழக்கவெளி ஐ லிங்க்செக்_அலோவ்_ரெடிரெக்ட்சில் தொகுக்கத் தவறிவிட்டது: %r %s" -#: sphinx/domains/cpp.py:7499 sphinx/domains/javascript.py:256 -msgid "Throws" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "கவனம்" -#: sphinx/domains/cpp.py:7906 sphinx/domains/javascript.py:367 -#: sphinx/domains/python.py:1456 -msgid "class" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "எச்சரிக்கை" -#: sphinx/domains/cpp.py:7911 -msgid "concept" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "இடர்" -#: sphinx/domains/cpp.py:7916 -msgid "template parameter" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "பிழை" -#: sphinx/domains/javascript.py:164 -#, python-format -msgid "%s() (built-in function)" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "குறிப்பு" -#: sphinx/domains/javascript.py:165 sphinx/domains/python.py:1121 -#, python-format -msgid "%s() (%s method)" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "முக்கியமான" -#: sphinx/domains/javascript.py:167 -#, python-format -msgid "%s() (class)" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "குறிப்பு" -#: sphinx/domains/javascript.py:169 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "மேலும் காண்க" -#: sphinx/domains/javascript.py:171 sphinx/domains/python.py:1206 -#, python-format -msgid "%s (%s attribute)" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "உதவிக்குறிப்பு" -#: sphinx/domains/javascript.py:253 -msgid "Arguments" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "எச்சரிக்கை" -#: sphinx/domains/javascript.py:329 -#, python-format -msgid "%s (module)" -msgstr "" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற அடிக்குறிப்பு குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/domains/javascript.py:366 sphinx/domains/python.py:1458 -msgid "method" -msgstr "" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/domains/javascript.py:368 sphinx/domains/python.py:1455 -msgid "data" -msgstr "" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற மேற்கோள் குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/domains/javascript.py:369 sphinx/domains/python.py:1461 -msgid "attribute" -msgstr "" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற கால குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/domains/javascript.py:370 sphinx/domains/python.py:1463 -msgid "module" -msgstr "" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "மொழிபெயர்ப்பு முன்னேற்றத்தை கணக்கிட முடியவில்லை!" -#: sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "மொழிபெயர்க்கப்பட்ட கூறுகள் இல்லை!" -#: sphinx/domains/math.py:61 +#: transforms/__init__.py:258 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4 நெடுவரிசை அடிப்படையிலான குறியீடு காணப்பட்டது. இது நீங்கள் பயன்படுத்தும் நீட்டிப்புகளின் பிழையாக இருக்கலாம்: %r" -#: sphinx/domains/math.py:116 sphinx/writers/latex.py:2252 +#: transforms/__init__.py:299 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" +msgid "Footnote [%s] is not referenced." +msgstr "அடிக்குறிப்பு [%s] குறிப்பிடப்படவில்லை." -#: sphinx/domains/python.py:687 -msgid "Variables" -msgstr "" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "அடிக்குறிப்பு [*] குறிப்பிடப்படவில்லை." -#: sphinx/domains/python.py:691 -msgid "Raises" -msgstr "" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "அடிக்குறிப்பு [#] குறிப்பிடப்படவில்லை." -#: sphinx/domains/python.py:975 sphinx/domains/python.py:1112 +#: util/inventory.py:147 #, python-format -msgid "%s() (in module %s)" -msgstr "" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "சரக்கு < %s> %s இன் நகல் வரையறைகளைக் கொண்டுள்ளது" -#: sphinx/domains/python.py:1035 sphinx/domains/python.py:1202 -#: sphinx/domains/python.py:1253 +#: util/inventory.py:166 #, python-format -msgid "%s (in module %s)" -msgstr "" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "சரக்கு < %s> %s க்கு பல வரையறைகளைக் கொண்டுள்ளது" -#: sphinx/domains/python.py:1037 +#: util/i18n.py:100 #, python-format -msgid "%s (built-in variable)" -msgstr "" +msgid "reading error: %s, %s" +msgstr "வாசிப்பு பிழை: %s, %s" -#: sphinx/domains/python.py:1062 +#: util/i18n.py:113 #, python-format -msgid "%s (built-in class)" -msgstr "" +msgid "writing error: %s, %s" +msgstr "எழுதும் பிழை: %s, %s" -#: sphinx/domains/python.py:1063 +#: util/i18n.py:146 #, python-format -msgid "%s (class in %s)" -msgstr "" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s இல்லை" -#: sphinx/domains/python.py:1117 +#: util/i18n.py:244 #, python-format -msgid "%s() (%s class method)" +msgid "Invalid Babel locale: %r." msgstr "" -#: sphinx/domains/python.py:1119 +#: util/i18n.py:253 #, python-format -msgid "%s() (%s static method)" -msgstr "" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "தவறான தேதி வடிவம். நீங்கள் நேரடியாக வெளியிட விரும்பினால் ஒற்றை மேற்கோள் மூலம் சரத்தை மேற்கோள் காட்டுங்கள்: %s" -#: sphinx/domains/python.py:1257 +#: util/fileutil.py:76 #, python-format -msgid "%s (%s property)" -msgstr "" - -#: sphinx/domains/python.py:1383 -msgid "Python Module Index" -msgstr "" - -#: sphinx/domains/python.py:1384 -msgid "modules" -msgstr "" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "வழங்கப்பட்ட வார்ப்புருவில் இருந்து %s வரை நிறுத்தப்பட்ட முயற்சித்த நகல் (இலக்கு பாதையில் இருக்கும் தரவு உள்ளது)." -#: sphinx/domains/python.py:1433 -msgid "Deprecated" -msgstr "" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "மதிப்பீடு செய்யப்பட்ட வார்ப்புரு முடிவை %s க்கு எழுதுதல்" -#: sphinx/domains/python.py:1457 -msgid "exception" -msgstr "" +#: util/display.py:82 +msgid "skipped" +msgstr "தவிர்க்கப்பட்டது" -#: sphinx/domains/python.py:1459 -msgid "class method" -msgstr "" +#: util/display.py:87 +msgid "failed" +msgstr "தோல்வி" -#: sphinx/domains/python.py:1460 -msgid "static method" -msgstr "" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "நிறுத்தப்பட்ட முயற்சித்த நகலை %s முதல் %s வரை (இலக்கு பாதையில் இருக்கும் தரவு உள்ளது)." -#: sphinx/domains/python.py:1462 -msgid "property" -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 டொமைனில் சிக்கல்: புலம் ' %s' பாத்திரத்தைப் பயன்படுத்த வேண்டும், ஆனால் அந்த பங்கு டொமைனில் இல்லை." -#: sphinx/domains/python.py:1520 +#: util/nodes.py:454 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "குறியீட்டு உள்ளீடுகளுக்கு (நுழைவு %r இலிருந்து) %r நீக்கப்படுகிறது. அதற்கு பதிலாக 'சோடி: %s' ஐப் பயன்படுத்தவும்." -#: sphinx/domains/python.py:1640 +#: util/nodes.py:521 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" - -#: sphinx/domains/python.py:1701 -msgid " (deprecated)" -msgstr "" +msgid "toctree contains ref to nonexisting file %r" +msgstr "டோக்ட்ரீ இல்லாத கோப்பு %r க்கு ரெஃப் உள்ளது" -#: sphinx/domains/rst.py:125 sphinx/domains/rst.py:181 +#: util/nodes.py:737 #, python-format -msgid "%s (directive)" -msgstr "" +msgid "exception while evaluating only directive expression: %s" +msgstr "விதிவிலக்கு மட்டுமே வழிநடத்தும் வெளிப்பாட்டை மட்டுமே மதிப்பிடுகிறது: %s" -#: sphinx/domains/rst.py:182 sphinx/domains/rst.py:186 +#: util/docutils.py:325 #, python-format -msgid ":%s: (directive option)" +msgid "unknown directive name: %s" msgstr "" -#: sphinx/domains/rst.py:209 +#: util/docutils.py:361 #, python-format -msgid "%s (role)" -msgstr "" - -#: sphinx/domains/rst.py:218 -msgid "directive" -msgstr "" - -#: sphinx/domains/rst.py:219 -msgid "directive-option" +msgid "unknown role name: %s" msgstr "" -#: sphinx/domains/rst.py:220 -msgid "role" -msgstr "" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "அறியப்படாத முனை வகை: %r" -#: sphinx/domains/rst.py:242 +#: util/rst.py:73 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +msgid "default role %s not found" +msgstr "இயல்புநிலை பங்கு %s காணப்படவில்லை" -#: sphinx/domains/std.py:79 sphinx/domains/std.py:96 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "environment variable; %s" -msgstr "" +msgid "Could not fetch remote image: %s [%s]" +msgstr "தொலை படத்தைப் பெற முடியவில்லை: %s [ %s]" -#: sphinx/domains/std.py:155 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgid "Could not fetch remote image: %s [%d]" +msgstr "தொலை படத்தைப் பெற முடியவில்லை: %s [ %d]" -#: sphinx/domains/std.py:226 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "%s command line option" -msgstr "" +msgid "Unknown image format: %s..." +msgstr "அறியப்படாத பட வடிவம்: %s ..." -#: sphinx/domains/std.py:228 -msgid "command line option" -msgstr "" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "குறுக்கு குறிப்புக்கான குறைவடையும் உரையை தீர்மானிக்க முடியவில்லை. ஒரு பிழையாக இருக்கலாம்." -#: sphinx/domains/std.py:346 -msgid "glossary term must be preceded by empty line" -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 ஆக இருக்கலாம்" -#: sphinx/domains/std.py:354 -msgid "glossary terms must not be separated by empty lines" -msgstr "" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s: %s குறிப்பு இலக்கு காணப்படவில்லை: %s" -#: sphinx/domains/std.py:360 sphinx/domains/std.py:373 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r குறிப்பு இலக்கு காணப்படவில்லை: %s" -#: sphinx/domains/std.py:516 -msgid "glossary term" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "முந்தைய பக்கத்திலிருந்து தொடர்கிறது" -#: sphinx/domains/std.py:517 -msgid "grammar token" -msgstr "" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "அடுத்த பக்கத்தில் தொடர்கிறது" -#: sphinx/domains/std.py:518 -msgid "reference label" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "மக்கள்தொகை அல்லாத" -#: sphinx/domains/std.py:520 -msgid "environment variable" -msgstr "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "சின்னங்கள்" -#: sphinx/domains/std.py:521 -msgid "program option" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "எண்கள்" -#: sphinx/domains/std.py:522 -msgid "document" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "பக்கம்" -#: sphinx/domains/std.py:558 sphinx/domains/std.py:570 -msgid "Module Index" -msgstr "" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "வெளியீடு" -#: sphinx/domains/std.py:559 sphinx/domains/std.py:571 -#: sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "ஒரு ஆவணம் பெறத் தவறிவிட்டது!" -#: sphinx/domains/std.py:614 sphinx/domains/std.py:720 -#: sphinx/ext/autosectionlabel.py:52 +#: builders/latex/transforms.py:121 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" +msgid "Failed to get a docname for source %r!" +msgstr "மூல %r க்கு ஒரு ஆவணம் பெறுவதில் தோல்வி!" -#: sphinx/domains/std.py:633 +#: builders/latex/transforms.py:487 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" - -#: sphinx/domains/std.py:839 -msgid "numfig is disabled. :numref: is ignored." -msgstr "" +msgid "No footnote was found for given reference node %r" +msgstr "கொடுக்கப்பட்ட குறிப்பு முனை %r க்கு எந்த அடிக்குறிப்பும் கிடைக்கவில்லை" -#: sphinx/domains/std.py:847 +#: builders/latex/theming.py:87 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r இல் \"கருப்பொருள்\" அமைப்பு இல்லை" -#: sphinx/domains/std.py:859 +#: builders/latex/theming.py:90 #, python-format -msgid "the link has no caption: %s" -msgstr "" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r க்கு \"%s\" அமைப்பு இல்லை" -#: sphinx/domains/std.py:873 +#: builders/latex/__init__.py:115 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "" +msgid "The LaTeX files are in %(outdir)s." +msgstr "லேடெக்ச் கோப்புகள் %(outdir)s உள்ளன." -#: sphinx/domains/std.py:876 -#, python-format -msgid "invalid numfig_format: %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 "\n(pdf) லேடெக்ச் மூலம் இயக்க அந்த கோப்பகத்தில் 'உருவாக்கு' இயக்கவும் \n (தானாகவே அதைச் செய்ய இங்கே `latexpdf 'ஐப் பயன்படுத்தவும்)." -#: sphinx/domains/std.py:1106 -#, python-format -msgid "undefined label: %r" -msgstr "" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "இல்லை \"லேடெக்ச்_டோகென்ட்ச்\" கட்டமைப்பு மதிப்பு காணப்படவில்லை; எந்த ஆவணங்களும் எழுதப்படாது" -#: sphinx/domains/std.py:1108 +#: builders/latex/__init__.py:167 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" - -#: sphinx/environment/__init__.py:71 -msgid "new config" -msgstr "" - -#: sphinx/environment/__init__.py:72 -msgid "config changed" -msgstr "" - -#: sphinx/environment/__init__.py:73 -msgid "extensions changed" -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" கட்டமைப்பு மதிப்பு குறிப்புகள் அறியப்படாத ஆவணம் %s" -#: sphinx/environment/__init__.py:276 -msgid "build environment version not current" -msgstr "" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "டெக்ச் உதவி கோப்புகளை நகலெடுக்கிறது" -#: sphinx/environment/__init__.py:278 -msgid "source directory has changed" -msgstr "" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "கூடுதல் கோப்புகளை நகலெடுக்கிறது" -#: sphinx/environment/__init__.py:357 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "லோகோ கோப்பு %r இல்லை" -#: sphinx/environment/__init__.py:456 +#: builders/latex/__init__.py:529 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "அறியப்படாத கட்டமைப்பு விசை: லேடெக்ச்_அலெமென்ட்ச் [%r], புறக்கணிக்கப்பட்டது." -#: sphinx/environment/__init__.py:593 +#: builders/latex/__init__.py:537 #, python-format -msgid "Domain %r is not registered" -msgstr "" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "அறியப்படாத கருப்பொருள் விருப்பம்: லேடெக்ச்_தெம்_ஓப்சன்கள் [%r], புறக்கணிக்கப்பட்டது." -#: sphinx/environment/__init__.py:727 -msgid "document isn't included in any toctree" -msgstr "" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "உடைந்த உருவாக்க செய்தி கோப்பைப் படிக்கத் தவறிவிட்டது (அறியப்படாத பதிப்பு)" -#: sphinx/environment/__init__.py:764 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "உடைந்த உருவாக்க செய்தி கோப்பைப் படிக்கத் தவறிவிட்டது (கட்டமைப்பு உள்ளீட்டை காணவில்லை)" -#: sphinx/environment/adapters/indexentries.py:69 -#, python-format -msgid "see %s" -msgstr "" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "உடைந்த உருவாக்க செய்தி கோப்பைப் படிக்கத் தவறிவிட்டது (குறிச்சொற்களைக் காணவில்லை)" -#: sphinx/environment/adapters/indexentries.py:73 +#: builders/html/__init__.py:115 #, python-format -msgid "see also %s" -msgstr "" +msgid "The HTML pages are in %(outdir)s." +msgstr "html பக்கங்கள் %(outdir)s உள்ளன." -#: sphinx/environment/adapters/indexentries.py:76 +#: builders/html/__init__.py:351 #, python-format -msgid "unknown index entry type %r" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "உருவாக்க செய்தி கோப்பைப் படிக்கத் தவறிவிட்டது: %r" -#: sphinx/environment/adapters/indexentries.py:187 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 -msgid "Symbols" -msgstr "" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info பொருந்தாத தன்மை, நகலெடுத்தல் .பிலின்ஃபோ" -#: sphinx/environment/adapters/toctree.py:296 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" +#: builders/html/__init__.py:369 +msgid "building [html]: " +msgstr "கட்டிடம் [HTML]:" -#: sphinx/environment/adapters/toctree.py:316 +#: builders/html/__init__.py:386 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: sphinx/environment/adapters/toctree.py:325 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "முந்தைய கட்டமைப்பிலிருந்து வார்ப்புரு %s மாற்றப்பட்டுள்ளன, அனைத்து ஆவணங்களும் மீண்டும் கட்டப்படும்" -#: sphinx/environment/collectors/asset.py:88 -#, python-format -msgid "image file not readable: %s" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "பொது அட்டவணை" -#: sphinx/environment/collectors/asset.py:107 -#, python-format -msgid "image file %s not readable: %s" -msgstr "" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "குறியீட்டு" -#: sphinx/environment/collectors/asset.py:133 +#: builders/html/__init__.py:563 #, python-format -msgid "download file not readable: %s" -msgstr "" +msgid "Logo of %s" +msgstr "%s லோகோ" -#: sphinx/environment/collectors/toctree.py:224 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "அடுத்த" -#: sphinx/ext/apidoc.py:86 -#, python-format -msgid "Would create file %s." -msgstr "" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "முந்தைய" -#: sphinx/ext/apidoc.py:320 -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 "" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "குறியீடுகளை உருவாக்குதல்" -#: sphinx/ext/apidoc.py:333 -msgid "path to module to document" -msgstr "" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "கூடுதல் பக்கங்களை எழுதுதல்" -#: sphinx/ext/apidoc.py:335 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "படக் கோப்பை ' %s': %s நகலெடுக்க முடியாது" -#: sphinx/ext/apidoc.py:340 -msgid "directory to place all output" -msgstr "" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "தரவிறக்கம் செய்யக்கூடிய கோப்புகளை நகலெடுக்கிறது ..." -#: sphinx/ext/apidoc.py:345 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "தரவிறக்கம் செய்யக்கூடிய கோப்பு %r: %s ஐ நகலெடுக்க முடியாது" -#: sphinx/ext/apidoc.py:348 -msgid "overwrite existing files" -msgstr "" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "கருப்பொருளின் 'நிலையான' கோப்பகத்தில் ஒரு கோப்பை நகலெடுப்பதில் தோல்வி: %s: %r" -#: sphinx/ext/apidoc.py:351 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "html_static_file இல் ஒரு கோப்பை நகலெடுப்பதில் தோல்வி: %s: %r" -#: sphinx/ext/apidoc.py:354 -msgid "run the script without creating files" -msgstr "" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "நிலையான கோப்புகளை நகலெடுக்கும்" -#: sphinx/ext/apidoc.py:357 -msgid "put documentation for each module on its own page" -msgstr "" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "நிலையான கோப்பு %r ஐ நகலெடுக்க முடியாது" -#: sphinx/ext/apidoc.py:360 -msgid "include \"_private\" modules" -msgstr "" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "கூடுதல் கோப்புகளை நகலெடுக்கிறது" -#: sphinx/ext/apidoc.py:362 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" +msgstr "கூடுதல் கோப்பு %r ஐ நகலெடுக்க முடியாது" -#: sphinx/ext/apidoc.py:364 -msgid "don't create a table of contents file" -msgstr "" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "உருவாக்க செய்தி கோப்பை எழுதுவதில் தோல்வி: %r" -#: sphinx/ext/apidoc.py:367 +#: builders/html/__init__.py:1007 msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "தேடல் குறியீட்டை ஏற்ற முடியாது, ஆனால் எல்லா ஆவணங்களும் கட்டப்படாது: குறியீடு முழுமையடையாது." -#: sphinx/ext/apidoc.py:372 -msgid "put module documentation before submodule documentation" -msgstr "" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "பக்கம் %s html_sidebars இல் இரண்டு வடிவங்களுடன் பொருந்துகிறது: %r மற்றும் %r" -#: sphinx/ext/apidoc.py:376 +#: builders/html/__init__.py:1218 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -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 ஐ வழங்கும்போது யூனிகோட் பிழை ஏற்பட்டது. அசி அல்லாத உள்ளடக்கத்தைக் கொண்ட அனைத்து கட்டமைப்பு மதிப்புகளும் யூனிகோட் சரங்கள் என்பதை உறுதிப்படுத்தவும்." -#: sphinx/ext/apidoc.py:380 -msgid "file suffix (default: rst)" +#: builders/html/__init__.py:1231 +#, 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 "" -#: sphinx/ext/apidoc.py:382 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "பக்கம் %s ஐ வழங்குவதில் பிழை ஏற்பட்டது. \n காரணம்: %r" + +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "பொருள் சரக்குகளை கொட்டுகிறது" -#: sphinx/ext/apidoc.py:385 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" +msgstr "தேடல் குறியீட்டை %s இல் கொட்டுதல்" -#: sphinx/ext/apidoc.py:387 -msgid "project name (default: root module name)" -msgstr "" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "தவறான js_file: %r, புறக்கணிக்கப்பட்டது" -#: sphinx/ext/apidoc.py:389 -msgid "project author(s), used when --full is given" -msgstr "" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "பல கணிதங்கள் பதிவு செய்யப்பட்டுள்ளன. ஆனால் எந்த கணிதமும் தேர்ந்தெடுக்கப்படவில்லை." -#: sphinx/ext/apidoc.py:391 -msgid "project version, used when --full is given" -msgstr "" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "அறியப்படாத கணித_ரெண்டர் %r வழங்கப்படுகிறது." -#: sphinx/ext/apidoc.py:393 -msgid "project release, used when --full is given, defaults to --doc-version" -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/apidoc.py:396 -msgid "extension options" -msgstr "" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path நுழைவு %r இல்லை" -#: sphinx/ext/apidoc.py:429 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path நுழைவு %r க்குள் வைக்கப்படுகிறது" -#: sphinx/ext/autosectionlabel.py:48 +#: builders/html/__init__.py:1400 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path நுழைவு %r இல்லை" -#: sphinx/ext/coverage.py:45 +#: builders/html/__init__.py:1422 #, python-format -msgid "invalid regex %r in %s" -msgstr "" +msgid "favicon file %r does not exist" +msgstr "ஃபாவிகான் கோப்பு %r இல்லை" -#: sphinx/ext/coverage.py:73 +#: builders/html/__init__.py:1435 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -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` ஆக மாற்றவும்." + +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "html 4 இனி ச்பிங்க்சால் ஆதரிக்கப்படாது. (\"html4_writer = true\" உள்ளமைவு விருப்பங்களில் கண்டறியப்பட்டது)" -#: sphinx/ext/coverage.py:87 +#: builders/html/__init__.py:1464 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +msgid "%s %s documentation" +msgstr "%s %ஆவணங்கள்" -#: sphinx/ext/coverage.py:155 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +msgid "(in %s v%s)" +msgstr "( %s v %s இல்)" -#: sphinx/ext/coverage.py:187 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "module %s could not be imported: %s" -msgstr "" +msgid "(in %s)" +msgstr "( %s இல்)" -#: sphinx/ext/coverage.py:334 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "சரக்கு '%s':%s:%s க்கு நகல் போட்டிகள் காணப்படுகின்றன" -#: sphinx/ext/coverage.py:350 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "சரக்கு '%s':%s:%s க்கு பல போட்டிகள் காணப்படுகின்றன" -#: sphinx/ext/coverage.py:363 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +msgid "inventory for external cross-reference not found: %r" +msgstr "வெளிப்புற குறுக்கு-குறிப்புக்கான சரக்கு காணப்படவில்லை: %r" -#: sphinx/ext/doctest.py:115 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" +msgid "invalid external cross-reference suffix: %r" +msgstr "தவறான வெளிப்புற குறுக்கு-குறிப்பு பின்னொட்டு: %r" -#: sphinx/ext/doctest.py:120 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "'%s' is not a valid option." -msgstr "" +msgid "domain for external cross-reference not found: %r" +msgstr "வெளிப்புற குறுக்கு-குறிப்புக்கான டொமைன் காணப்படவில்லை: %r" -#: sphinx/ext/doctest.py:134 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" +msgid "external %s:%s reference target not found: %s" +msgstr "வெளிப்புற %s: %s குறிப்பு இலக்கு காணப்படவில்லை: %s" -#: sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "Intersphinx_mapping இல் தவறான இன்டெர்ச்பின்க்ச் திட்ட அடையாளங்காட்டி `%r`. திட்ட அடையாளங்காட்டிகள் காலியாக இல்லாத சரங்களாக இருக்க வேண்டும்." -#: sphinx/ext/doctest.py:280 +#: ext/intersphinx/_load.py:71 #, python-format msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "Intersphinx_mapping இல் தவறான மதிப்பு `%r` [%r]. இரண்டு-உறுப்பு டூப்பிள் அல்லது பட்டியல் எதிர்பார்க்கப்படுகிறது." -#: sphinx/ext/doctest.py:431 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "Intersphinx_mapping இல் தவறான மதிப்பு `%r` [%r]. மதிப்புகள் ஒரு (இலக்கு URI, சரக்கு இடங்கள்) சோடியாக இருக்க வேண்டும்." -#: sphinx/ext/doctest.py:521 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +msgid "" +"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/ext/duration.py:76 +#: ext/intersphinx/_load.py:102 +#, python-format msgid "" -"====================== slowest reading durations =======================" -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/ext/extlinks.py:82 +#: ext/intersphinx/_load.py:121 #, python-format msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +"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/ext/graphviz.py:133 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "தவறான `இன்டர்ச்பின்க்ச்_மாப்பிங்` உள்ளமைவு (1 பிழை)." -#: sphinx/ext/graphviz.py:143 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "தவறான `இன்டர்ச்பின்க்ச்_மாப்பிங்` உள்ளமைவு (%s பிழைகள்)." -#: sphinx/ext/graphviz.py:150 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "இயல்பாக்கத்திற்குப் பிறகு தவறான இன்டர்ச்பின்க்ச்_மாப்பிங் நுழைவு சேர்க்கப்பட்டது." -#: sphinx/ext/graphviz.py:259 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "%s இலிருந்து இன்டெர்ச்பின்க்ச் சரக்குகளை ' %s' ஏற்றுகிறது ..." -#: sphinx/ext/graphviz.py:294 -#, python-format +#: ext/intersphinx/_load.py:311 msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "சில சரக்குகளுடன் சில சிக்கல்களை எதிர்கொண்டது, ஆனால் அவர்கள் வேலை மாற்று வழிகளைக் கொண்டிருந்தனர்:" -#: sphinx/ext/graphviz.py:301 +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "பின்வரும் சிக்கல்களுடன் எந்த சரக்குகளையும் அடையத் தவறிவிட்டது:" + +#: ext/intersphinx/_load.py:400 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "இன்டெர்ச்பின்க்ச் சரக்கு நகர்ந்தது: %s -> %s" -#: sphinx/ext/graphviz.py:304 +#: ext/apidoc/_generate.py:69 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +msgid "Would create file %s." +msgstr "கோப்பு %s ஐ உருவாக்கும்." -#: sphinx/ext/graphviz.py:320 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "Failed to remove %s: %s" +msgstr "%s: %s ஐ அகற்றுவதில் தோல்வி" + +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: sphinx/ext/graphviz.py:324 sphinx/ext/graphviz.py:377 -#: sphinx/ext/graphviz.py:414 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "dot code %r: %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: sphinx/ext/graphviz.py:427 sphinx/ext/graphviz.py:435 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "[graph: %s]" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: sphinx/ext/graphviz.py:429 sphinx/ext/graphviz.py:437 -msgid "[graph]" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: sphinx/ext/imgconverter.py:38 +#: ext/apidoc/_extension.py:121 #, 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" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: sphinx/ext/imgconverter.py:47 sphinx/ext/imgconverter.py:71 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: sphinx/ext/imgconverter.py:66 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: sphinx/ext/imgmath.py:157 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: sphinx/ext/imgmath.py:172 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: sphinx/ext/imgmath.py:326 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "display latex %r: %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: sphinx/ext/imgmath.py:360 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "inline latex %r: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: sphinx/ext/imgmath.py:367 sphinx/ext/mathjax.py:52 -msgid "Link to this equation" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: sphinx/ext/intersphinx.py:194 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: sphinx/ext/intersphinx.py:229 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "loading intersphinx inventory from %s..." +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: sphinx/ext/intersphinx.py:243 +#: 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 இல் ஒரு தொகுப்புக்கு ஆட்டோமோடூல் வழிமுறைகளுடன் ஒரு ஓய்வு கோப்பு. \n கள் கோப்பு மற்றும்/அல்லது அடைவு வடிவங்களாக இருக்கலாம் \n தலைமுறையிலிருந்து விலக்கப்பட்டது. \n குறிப்பு: இயல்பாக இந்த ச்கிரிப்ட் ஏற்கனவே உருவாக்கிய கோப்புகளை மேலெழுதாது." -#: sphinx/ext/intersphinx.py:249 -msgid "failed to reach any of the inventories with the following issues:" +#: 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 "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 "குறியீட்டு இணைப்புகளைப் பின்பற்றவும். cologetive.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 "\"_ பிரைவேட்\" தொகுதிகள் சேர்க்கவும்" + +#: 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 "" -#: sphinx/ext/intersphinx.py:302 -#, python-format -msgid "(in %s v%s)" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "கோப்பு பின்னொட்டு (இயல்புநிலை: rst)" + +#: 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: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 "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 "திட்ட ஆசிரியர் (கள்), -ஃபுல் வழங்கப்படும் போது பயன்படுத்தப்படுகிறது" + +#: 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 "திட்ட வெளியீடு, --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 "" -#: sphinx/ext/intersphinx.py:304 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "(in %s)" +msgid "enable %s extension, used when --full is given" msgstr "" -#: sphinx/ext/intersphinx.py:536 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "inventory for external cross-reference not found: %s" -msgstr "" +msgid "%s is not a directory." +msgstr "%s ஒரு அடைவு அல்ல." -#: sphinx/ext/intersphinx.py:542 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "role for external cross-reference not found: %s" -msgstr "" +msgid "invalid value set (missing closing brace): %s" +msgstr "தவறான மதிப்பு தொகுப்பு (நிறைவு பிரேசைக் காணவில்லை): %s" -#: sphinx/ext/intersphinx.py:633 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "invalid value set (missing opening brace): %s" +msgstr "தவறான மதிப்பு தொகுப்பு (தொடக்க பிரேசைக் காணவில்லை): %s" -#: sphinx/ext/intersphinx.py:658 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" -msgstr "" +msgid "malformed string literal (missing closing quote): %s" +msgstr "தவறாக சரம் லிட்டரல் (நிறைவு மேற்கோளைக் காணவில்லை): %s" -#: sphinx/ext/intersphinx.py:680 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "Failed to read intersphinx_mapping[%s], ignored: %r" -msgstr "" +msgid "malformed string literal (missing opening quote): %s" +msgstr "தவறான சரம் நேரடி (தொடக்க மேற்கோள்களைக் காணவில்லை" -#: sphinx/ext/linkcode.py:68 sphinx/ext/viewcode.py:198 -msgid "[source]" -msgstr "" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "உதாரணமாக" -#: sphinx/ext/todo.py:67 -msgid "Todo" -msgstr "" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "எடுத்துக்காட்டுகள்" -#: sphinx/ext/todo.py:100 -#, python-format -msgid "TODO entry found: %s" -msgstr "" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "முக்கிய வாதங்கள்" -#: sphinx/ext/todo.py:158 -msgid "<>" -msgstr "" +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "குறிப்புகள்" -#: sphinx/ext/todo.py:160 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "பிற அளவுருக்கள்" -#: sphinx/ext/todo.py:170 -msgid "original entry" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "அளவுருக்கள்" -#: sphinx/ext/viewcode.py:255 -msgid "highlighting module code... " -msgstr "" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "பெறுகிறது" -#: sphinx/ext/viewcode.py:283 -msgid "[docs]" -msgstr "" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "குறிப்புகள்" -#: sphinx/ext/viewcode.py:303 -msgid "Module code" -msgstr "" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "எச்சரிக்கைகள்" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "மகசூல்" -#: sphinx/ext/viewcode.py:309 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "

Source code for %s

" -msgstr "" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r க்கான கையொப்பத்தை புதுப்பிக்கத் தவறிவிட்டது: அளவுரு காணப்படவில்லை: %s" -#: sphinx/ext/viewcode.py:335 -msgid "Overview: module code" -msgstr "" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "%r: %s க்கு type_comment ஐ பாகுபடுத்துவதில் தோல்வி" -#: sphinx/ext/viewcode.py:336 -msgid "

All modules for which code is available

" -msgstr "" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r: %s க்கான இயல்புநிலை வாத மதிப்பை அலசுவதில் தோல்வி" -#: sphinx/ext/autodoc/__init__.py:127 +#: ext/autodoc/__init__.py:150 #, python-format msgid "invalid value for member-order option: %s" -msgstr "" +msgstr "உறுப்பினர்-வரிசை விருப்பத்திற்கான தவறான மதிப்பு: %s" -#: sphinx/ext/autodoc/__init__.py:135 +#: ext/autodoc/__init__.py:158 #, python-format msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgstr "வகுப்பு-டாக்-ஃப்ரம் விருப்பத்திற்கான தவறான மதிப்பு: %s" -#: sphinx/ext/autodoc/__init__.py:391 +#: ext/autodoc/__init__.py:460 #, python-format msgid "invalid signature for auto%s (%r)" -msgstr "" +msgstr "ஆட்டோ%s (%r) க்கான தவறான கையொப்பம்" -#: sphinx/ext/autodoc/__init__.py:508 +#: ext/autodoc/__init__.py:579 #, python-format msgid "error while formatting arguments for %s: %s" -msgstr "" +msgstr "%s: %s க்கான வாதங்களை வடிவமைக்கும்போது பிழை" -#: sphinx/ext/autodoc/__init__.py:777 +#: ext/autodoc/__init__.py:898 #, python-format msgid "" "autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" "%s" -msgstr "" +msgstr "ஆட்டோடோக்:%s.%s (%r) ஐ ஆவணப்படுத்தத் தவறிவிட்டது, பின்வரும் விதிவிலக்கு எழுப்பப்பட்டது: \n %s" -#: sphinx/ext/autodoc/__init__.py:872 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " "\"module\" or \"currentmodule\" directive in the document, or giving an " "explicit module name)" -msgstr "" +msgstr "தன்னியக்கமயமாக்கல் %r க்கு எந்த தொகுதி இறக்குமதி செய்ய வேண்டும் என்று தெரியவில்லை (ஆவணத்தில் ஒரு \"தொகுதி\" அல்லது \"தற்போதைய உருவம்\" கட்டளையை வைக்க முயற்சிக்கவும் அல்லது வெளிப்படையான தொகுதி பெயரைக் கொடுக்கவும்)" -#: sphinx/ext/autodoc/__init__.py:916 +#: ext/autodoc/__init__.py:1080 #, python-format msgid "A mocked object is detected: %r" -msgstr "" +msgstr "கேலி செய்யப்பட்ட பொருள் கண்டறியப்பட்டது: %r" -#: sphinx/ext/autodoc/__init__.py:935 +#: ext/autodoc/__init__.py:1103 #, python-format msgid "error while formatting signature for %s: %s" -msgstr "" +msgstr "%s: %s க்கான கையொப்பத்தை வடிவமைக்கும்போது பிழை" -#: sphinx/ext/autodoc/__init__.py:996 +#: ext/autodoc/__init__.py:1177 msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +msgstr "\"::\" ஆட்டோமோடூல் பெயரில் அர்த்தமல்ல" -#: sphinx/ext/autodoc/__init__.py:1003 +#: ext/autodoc/__init__.py:1185 #, python-format msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +msgstr "தானியங்கு %s க்கு வழங்கப்பட்ட கையொப்ப வாதங்கள் அல்லது திரும்ப சிறுகுறிப்பு" -#: sphinx/ext/autodoc/__init__.py:1016 +#: ext/autodoc/__init__.py:1201 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" -msgstr "" +msgstr "__all__ என்பது சரங்களின் பட்டியலாக இருக்க வேண்டும், %r (தொகுதி %s இல்) அல்ல - __all__ ஐ புறக்கணிக்கிறது" -#: sphinx/ext/autodoc/__init__.py:1082 +#: ext/autodoc/__init__.py:1278 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +msgstr "குறிப்பிடப்பட்ட பண்புக்கூறு பின்வருமாறு: உறுப்பினர்கள்: விருப்பம்: தொகுதி %s, பண்புக்கூறு %s" -#: sphinx/ext/autodoc/__init__.py:1298 sphinx/ext/autodoc/__init__.py:1375 -#: sphinx/ext/autodoc/__init__.py:2768 +#: 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 "" +msgstr "%s: %s க்கான செயல்பாட்டு கையொப்பத்தைப் பெறுவதில் தோல்வி" -#: sphinx/ext/autodoc/__init__.py:1586 +#: ext/autodoc/__init__.py:1828 #, python-format msgid "Failed to get a constructor signature for %s: %s" -msgstr "" +msgstr "%s: %s க்கு ஒரு கட்டமைப்பாளர் கையொப்பத்தைப் பெறுவதில் தோல்வி" -#: sphinx/ext/autodoc/__init__.py:1713 +#: ext/autodoc/__init__.py:1966 #, python-format msgid "Bases: %s" -msgstr "" +msgstr "தளங்கள்: %s" -#: sphinx/ext/autodoc/__init__.py:1727 +#: ext/autodoc/__init__.py:1985 #, python-format msgid "missing attribute %s in object %s" -msgstr "" +msgstr "பொருள் %s இல் உள்ள பண்புக்கூறு %s" -#: sphinx/ext/autodoc/__init__.py:1826 sphinx/ext/autodoc/__init__.py:1863 -#: sphinx/ext/autodoc/__init__.py:1946 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format msgid "alias of %s" -msgstr "" +msgstr "%s மாற்றுப்பெயர்" -#: sphinx/ext/autodoc/__init__.py:1846 +#: ext/autodoc/__init__.py:2097 #, python-format msgid "alias of TypeVar(%s)" -msgstr "" +msgstr "டைப்வாரின் மாற்றுப்பெயர் (%s)" -#: sphinx/ext/autodoc/__init__.py:2167 sphinx/ext/autodoc/__init__.py:2264 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format msgid "Failed to get a method signature for %s: %s" -msgstr "" +msgstr "%s க்கு ஒரு முறை கையொப்பத்தைப் பெறுவதில் தோல்வி: %s" -#: sphinx/ext/autodoc/__init__.py:2395 +#: ext/autodoc/__init__.py:2720 #, python-format msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" - -#: sphinx/ext/autodoc/preserve_defaults.py:183 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" - -#: sphinx/ext/autodoc/type_comment.py:131 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" - -#: sphinx/ext/autodoc/type_comment.py:134 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" +msgstr "தவறான __ ச்லாட் __ %s இல் காணப்படுகிறது. புறக்கணிக்கப்பட்டது." -#: sphinx/ext/autosummary/__init__.py:249 +#: ext/autosummary/__init__.py:284 #, python-format msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgstr "தன்னியக்க குறிப்புகள் விலக்கப்பட்ட ஆவணம் %r. புறக்கணிக்கப்பட்டது." -#: sphinx/ext/autosummary/__init__.py:251 +#: ext/autosummary/__init__.py:288 #, 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:309 msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" +msgstr "தலைப்பிடப்பட்ட தன்னியக்க தேவைப்படுகிறது: டோக்ட்ரீ: விருப்பம். புறக்கணிக்கப்பட்டது." -#: sphinx/ext/autosummary/__init__.py:323 +#: ext/autosummary/__init__.py:384 #, 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:404 #, python-format msgid "failed to parse name %s" -msgstr "" +msgstr "பெயர் %s என்ற பெயரை அலசத் தவறிவிட்டது" -#: sphinx/ext/autosummary/__init__.py:342 +#: ext/autosummary/__init__.py:412 #, python-format msgid "failed to import object %s" -msgstr "" +msgstr "பொருள் %s ஐ இறக்குமதி செய்வதில் தோல்வி" -#: sphinx/ext/autosummary/__init__.py:798 +#: ext/autosummary/__init__.py:730 +#, python-format +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "சுருக்கமான உருப்படிகளில் தற்போதைய தொகுதி இருக்கக்கூடாது. %r ஐ %r உடன் மாற்றவும்." + +#: ext/autosummary/__init__.py:927 #, python-format msgid "autosummary_generate: file not found: %s" -msgstr "" +msgstr "autosummary_generate: கோப்பு கிடைக்கவில்லை: %s" -#: sphinx/ext/autosummary/__init__.py:806 +#: ext/autosummary/__init__.py:937 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:232 ext/autosummary/generate.py:450 #, 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:588 #, python-format msgid "[autosummary] generating autosummary for: %s" -msgstr "" +msgstr "[தன்னியக்க] தன்னியக்கத்தை உருவாக்குதல்: %s" -#: sphinx/ext/autosummary/generate.py:474 +#: ext/autosummary/generate.py:592 #, python-format msgid "[autosummary] writing to %s" -msgstr "" +msgstr "[தன்னியக்க] %s எழுதுதல்" -#: sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:637 #, 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:836 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3053,643 +3574,673 @@ 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:858 msgid "source files to generate rST files for" -msgstr "" +msgstr "rst கோப்புகளை உருவாக்க மூல கோப்புகள்" -#: sphinx/ext/autosummary/generate.py:711 +#: ext/autosummary/generate.py:866 msgid "directory to place all output in" -msgstr "" +msgstr "அனைத்து வெளியீட்டையும் வைக்க கோப்பகம்" -#: sphinx/ext/autosummary/generate.py:714 +#: ext/autosummary/generate.py:874 #, python-format msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgstr "கோப்புகளுக்கான இயல்புநிலை பின்னொட்டு (இயல்புநிலை: %(default)s)" -#: sphinx/ext/autosummary/generate.py:718 +#: ext/autosummary/generate.py:882 #, python-format msgid "custom template directory (default: %(default)s)" -msgstr "" +msgstr "தனிப்பயன் வார்ப்புரு அடைவு (இயல்புநிலை: %(default)s)" -#: sphinx/ext/autosummary/generate.py:722 +#: ext/autosummary/generate.py:890 #, python-format msgid "document imported members (default: %(default)s)" -msgstr "" +msgstr "ஆவணம் இறக்குமதி செய்யப்பட்ட உறுப்பினர்கள் (இயல்புநிலை: %(default)s)" -#: sphinx/ext/autosummary/generate.py:726 +#: ext/autosummary/generate.py:899 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" -msgstr "" +msgstr "உறுப்பினர்களை தொகுதி __all__ பண்புக்கூறில் சரியாக ஆவணப்படுத்தவும். (இயல்புநிலை: %(default)s)" -#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:726 -msgid "Keyword Arguments" -msgstr "" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "குறுக்கிட்டது!" -#: sphinx/ext/napoleon/docstring.py:680 -msgid "Example" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: sphinx/ext/napoleon/docstring.py:681 -msgid "Examples" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: sphinx/ext/napoleon/docstring.py:742 -msgid "Notes" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: sphinx/ext/napoleon/docstring.py:751 -msgid "Other Parameters" +#: _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 "" -#: sphinx/ext/napoleon/docstring.py:787 -msgid "Receives" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: sphinx/ext/napoleon/docstring.py:791 -msgid "References" -msgstr "" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "முழு சுவடு சேமிக்கப்பட்டுள்ளது:" -#: sphinx/ext/napoleon/docstring.py:823 -msgid "Warns" -msgstr "" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "இந்த பிழையை டெவலப்பர்களிடம் புகாரளிக்க, தயவுசெய்து ஒரு சிக்கலை இல் திறக்கவும். நன்றி!" -#: sphinx/ext/napoleon/docstring.py:827 -msgid "Yields" -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 "இது ஒரு பயனர் பிழையாக இருந்தால் இதைப் புகாரளிக்கவும், இதனால் அடுத்த முறை சிறந்த பிழை செய்தியை வழங்க முடியும்." -#: sphinx/ext/napoleon/docstring.py:985 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "பக்கப்பட்டி சரிவு" -#: sphinx/ext/napoleon/docstring.py:992 -#, python-format -msgid "invalid value set (missing opening brace): %s" -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/napoleon/docstring.py:999 -#, python-format -msgid "malformed string literal (missing closing quote): %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 "தேடல்" -#: sphinx/ext/napoleon/docstring.py:1006 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "போ" -#: sphinx/locale/__init__.py:221 -msgid "Attention" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "மூலத்தைக் காட்டு" -#: sphinx/locale/__init__.py:222 -msgid "Caution" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "உள்ளடக்கங்கள்" -#: sphinx/locale/__init__.py:223 -msgid "Danger" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "விரைவு தேடல்" -#: sphinx/locale/__init__.py:224 -msgid "Error" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "கடிதம் மூலம் குறியீட்டு பக்கங்கள்" -#: sphinx/locale/__init__.py:225 -msgid "Hint" -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 "ஒரு பக்கத்தில் முழு குறியீடு" -#: sphinx/locale/__init__.py:226 -msgid "Important" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "மிகப்பெரியதாக இருக்க முடியும்" -#: sphinx/locale/__init__.py:227 -msgid "Note" -msgstr "" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "தேடலை இயக்க சாவாச்கிரிப்டை செயல்படுத்தவும் \n செயல்பாடு." -#: sphinx/locale/__init__.py:228 -msgid "See also" -msgstr "" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "பல சொற்களைத் தேடுவது காண்பிக்கும் போட்டிகளை மட்டுமே காட்டுகிறது \n அனைத்து வார்த்தைகளும்." -#: sphinx/locale/__init__.py:229 -msgid "Tip" -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "தேடல்" -#: sphinx/locale/__init__.py:230 -msgid "Warning" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "வழிசெலுத்தல்" -#: sphinx/templates/latex/longtable.tex_t:52 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 -msgid "continued from previous page" -msgstr "" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s தேடுங்கள்" -#: sphinx/templates/latex/longtable.tex_t:63 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 -msgid "continues on next page" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "இந்த ஆவணங்களைப் பற்றி" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 -msgid "Non-alphabetical" -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "பதிப்புரிமை" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 -msgid "Numbers" -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/templates/latex/sphinxmessages.sty_t:13 -msgid "page" -msgstr "" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "கடைசியாக %(last_updated)s இல் புதுப்பிக்கப்பட்டது." -#: 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 "" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +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 "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "இந்த பக்கம்" -#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 -#: sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "முந்தைய தலைப்பு" -#: sphinx/themes/agogo/layout.html:90 sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -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 "அடுத்த அத்தியாயம்" -#: sphinx/themes/basic/defindex.html:11 +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "தேடல் %(docstitle)s" + +#: themes/basic/defindex.html:4 msgid "Overview" -msgstr "" +msgstr "கண்ணோட்டம்" -#: sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" -msgstr "" +msgstr "வரவேற்பு! இது" -#: sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" -msgstr "" +msgstr "ஆவணங்கள்" -#: sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" -msgstr "" +msgstr "கடைசியாக புதுப்பிக்கப்பட்டது" -#: sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" -msgstr "" +msgstr "குறியீடுகள் மற்றும் அட்டவணைகள்:" -#: sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" -msgstr "" +msgstr "உள்ளடக்கங்களின் முழுமையான அட்டவணை" -#: sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" -msgstr "" +msgstr "அனைத்து பிரிவுகளையும் துணைப்பிரிவுகளையும் பட்டியலிடுகிறது" + +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "தேடல் பக்கம்" -#: sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" -msgstr "" +msgstr "இந்த ஆவணத்தைத் தேடுங்கள்" -#: sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" -msgstr "" +msgstr "உலகளாவிய தொகுதி அட்டவணை" -#: sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" -msgstr "" +msgstr "அனைத்து தொகுதிகளுக்கும் விரைவான அணுகல்" -#: sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" -msgstr "" +msgstr "அனைத்து செயல்பாடுகள், வகுப்புகள், விதிமுறைகள்" -#: sphinx/themes/basic/genindex-single.html:33 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Index – %(key)s" -msgstr "" - -#: sphinx/themes/basic/genindex-single.html:61 -#: sphinx/themes/basic/genindex-split.html:24 -#: sphinx/themes/basic/genindex-split.html:38 -#: sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "" - -#: sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "" - -#: sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "" +msgid "Index – %(key)s" +msgstr "குறியீட்டு – %(key)s" -#: sphinx/themes/basic/layout.html:26 -msgid "Navigation" -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" -#: sphinx/themes/basic/layout.html:126 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "Search within %(docstitle)s" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "பதிப்பு %(version)s இல் மாற்றங்களின் பட்டியல் தானாக உருவாக்கப்படுகிறது" -#: sphinx/themes/basic/layout.html:135 -msgid "About these documents" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "நூலக மாற்றங்கள்" -#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 -#: sphinx/themes/basic/layout.html:190 -msgid "Copyright" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "சி பநிஇ மாற்றங்கள்" -#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "பிற மாற்றங்கள்" -#: sphinx/themes/basic/layout.html:212 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(கோப்பு பெயர்) எச் — %(filename)s" -#: sphinx/themes/basic/layout.html:215 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "தேடல் முடிவுகள்" -#: sphinx/themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "" +#: themes/basic/static/searchtools.js:125 +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/relations.html:12 -msgid "Previous topic" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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} பக்கங்கள் கிடைத்தன." -#: sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "தேடி" -#: sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "தேடலைத் தயாரித்தல் ..." -#: sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", இல்" -#: sphinx/themes/basic/search.html:27 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "தேடல் போட்டிகளை மறைக்கவும்" -#: sphinx/themes/basic/search.html:35 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "பக்கப்பட்டியை விரிவாக்குங்கள்" -#: sphinx/themes/basic/search.html:42 -msgid "search" -msgstr "" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "சுற்றறிக்கை டோக்ட்ரீ குறிப்புகள் கண்டறியப்பட்டன, புறக்கணித்தல்: %s <- %s" -#: sphinx/themes/basic/search.html:48 -#: sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -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 க்கு குறிப்பு உள்ளது: எந்த இணைப்பும் உருவாக்கப்படாது" -#: sphinx/themes/basic/search.html:50 -#: sphinx/themes/basic/static/searchtools.js:114 -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 "" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "டோக்ட்ரீ சேர்க்கப்படாத ஆவணம் %r பற்றிய குறிப்பு உள்ளது" -#: sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "%s பார்க்கவும்" -#: sphinx/themes/basic/changes/frameset.html:5 -#: sphinx/themes/basic/changes/versionchanges.html:12 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" +msgid "see also %s" +msgstr "%s மேலும் காண்க" -#: sphinx/themes/basic/changes/rstsource.html:5 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" +msgid "unknown index entry type %r" +msgstr "அறியப்படாத குறியீட்டு நுழைவு வகை %r" -#: sphinx/themes/basic/changes/versionchanges.html:17 +#: environment/collectors/asset.py:98 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "" +msgid "image file not readable: %s" +msgstr "படக் கோப்பு படிக்க முடியாது: %s" -#: sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" +msgstr "படக் கோப்பு %s படிக்க முடியாதது: %s" -#: sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" +msgstr "கோப்பைப் பதிவிறக்க முடியாது: %s" -#: sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s ஏற்கனவே பிரிவு எண்களை ஒதுக்கியுள்ளன (உள்ளமைக்கப்பட்ட எண்ணுள்ள டோக்ட்ரீ?)" -#: sphinx/themes/basic/static/searchtools.js:118 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 +#, python-format msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "சி++ பிரகடனத்தை நகல், %s: %s இல் வரையறுக்கப்படுகிறது. \n அறிவிப்பு '.. cpp: %s :: %s'." -#: sphinx/themes/basic/static/searchtools.js:217 -msgid "Searching" -msgstr "" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "வார்ப்புரு அளவுருக்கள்" -#: sphinx/themes/basic/static/searchtools.js:233 -msgid "Preparing search..." -msgstr "" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (c ++ %s)" -#: sphinx/themes/basic/static/searchtools.js:421 -msgid ", in " -msgstr "" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" +msgstr "திரும்ப மதிப்புகள்" -#: sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "தொழிற்சங்கம்" -#: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 -msgid "Collapse sidebar" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "உறுப்பினர்" -#: sphinx/themes/classic/static/sidebar.js_t:48 -msgid "Expand sidebar" -msgstr "" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "தட்டச்சு செய்க" -#: sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "கருத்து" -#: sphinx/transforms/__init__.py:126 -msgid "could not calculate translation progress!" -msgstr "" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: sphinx/transforms/__init__.py:131 -msgid "no translated elements!" -msgstr "" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "கணக்காளர்" -#: sphinx/transforms/__init__.py:238 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "செயல்பாடு அளவுரு" -#: sphinx/transforms/__init__.py:277 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "வார்ப்புரு அளவுரு" -#: sphinx/transforms/__init__.py:283 -msgid "Footnote [#] is not referenced." -msgstr "" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "மாறிகள்" -#: sphinx/transforms/i18n.py:205 sphinx/transforms/i18n.py:272 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "எழுப்புகிறது" -#: sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: sphinx/transforms/i18n.py:287 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: sphinx/transforms/i18n.py:304 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: domains/python/__init__.py:115 domains/python/__init__.py:280 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s () (தொகுதி %s இல்)" -#: sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 +#, python-format +msgid "%s (in module %s)" +msgstr "%s (தொகுதி %s இல்)" -#: sphinx/transforms/post_transforms/__init__.py:158 +#: domains/python/__init__.py:184 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (உள்ளமைக்கப்பட்ட மாறி)" -#: sphinx/transforms/post_transforms/__init__.py:209 +#: domains/python/__init__.py:219 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (உள்ளமைக்கப்பட்ட வகுப்பு)" -#: sphinx/transforms/post_transforms/__init__.py:212 +#: domains/python/__init__.py:220 #, python-format -msgid "%r reference target not found: %s" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s ( %s இல் வகுப்பு)" -#: sphinx/transforms/post_transforms/images.py:80 +#: domains/python/__init__.py:285 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s () (%s வகுப்பு முறை)" -#: sphinx/transforms/post_transforms/images.py:108 +#: domains/python/__init__.py:287 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s () (%s நிலையான முறை)" -#: sphinx/transforms/post_transforms/images.py:126 +#: domains/python/__init__.py:440 #, python-format -msgid "Unknown image format: %s..." -msgstr "" +msgid "%s (%s property)" +msgstr "%s (%s சொத்து)" -#: sphinx/util/__init__.py:167 +#: domains/python/__init__.py:480 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "%s (type alias in %s)" +msgstr "%s ( %s இல் மாற்றுப்பெயர்)" -#: sphinx/util/display.py:77 -msgid "skipped" -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "பைதான் தொகுதி அட்டவணை" -#: sphinx/util/display.py:82 -msgid "failed" -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "தொகுதிகள்" -#: sphinx/util/docfields.py:88 -#, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "மதிப்பிடப்பட்டது" -#: sphinx/util/docutils.py:311 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "விதிவிலக்கு" -#: sphinx/util/docutils.py:605 -#, python-format -msgid "unknown node type: %r" -msgstr "" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "வகுப்பு முறை" -#: sphinx/util/i18n.py:63 -#, python-format -msgid "reading error: %s, %s" -msgstr "" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "நிலையான முறை" -#: sphinx/util/i18n.py:70 -#, python-format -msgid "writing error: %s, %s" -msgstr "" +#: domains/python/__init__.py:744 +msgid "property" +msgstr "சொத்து" -#: sphinx/util/i18n.py:94 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" +#: domains/python/__init__.py:745 +msgid "type alias" +msgstr "மாற்றுப்பெயரைத் தட்டச்சு செய்க" -#: sphinx/util/i18n.py:185 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "%s இன் நகல் பொருள் விளக்கம், %s இல் உள்ள பிற நிகழ்வு, பயன்பாடு: இல்லை-குறியீட்டு: அவற்றில் ஒன்று" -#: sphinx/util/nodes.py:378 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" +msgid "more than one target found for cross-reference %r: %s" +msgstr "குறுக்கு-குறிப்புக்கு ஒன்றுக்கு மேற்பட்ட இலக்குகள் %r: %s" -#: sphinx/util/nodes.py:426 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr "(நீக்கப்பட்டது)" -#: sphinx/util/nodes.py:627 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" +msgid "environment variable; %s" +msgstr "சுற்றுச்சூழல் மாறி; %s" -#: sphinx/util/rst.py:70 +#: domains/std/__init__.py:116 #, python-format -msgid "default role %s not found" -msgstr "" +msgid "%s; configuration value" +msgstr "%s; உள்ளமைவு மதிப்பு" -#: sphinx/writers/html5.py:100 sphinx/writers/html5.py:109 -msgid "Link to this definition" -msgstr "" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "வகை" -#: sphinx/writers/html5.py:397 +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "இயல்புநிலை" + +#: domains/std/__init__.py:239 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "" +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\"" -#: sphinx/writers/html5.py:407 +#: domains/std/__init__.py:319 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" +msgid "%s command line option" +msgstr "%s கட்டளை வரி விருப்பம்" -#: sphinx/writers/html5.py:462 -msgid "Link to this term" -msgstr "" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "கட்டளை வரி விருப்பம்" -#: sphinx/writers/html5.py:485 sphinx/writers/html5.py:490 -msgid "Link to this heading" -msgstr "" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "சொற்களஞ்சியம் காலத்திற்கு முன்னதாக இருக்க வேண்டும்" -#: sphinx/writers/html5.py:494 -msgid "Link to this table" -msgstr "" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" +msgstr "சொற்களஞ்சிய சொற்கள் வெற்று கோடுகளால் பிரிக்கப்படக்கூடாது" -#: sphinx/writers/html5.py:537 -msgid "Link to this code" -msgstr "" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" +msgstr "சொற்களஞ்சியம் தவறாகப் புரிந்து கொள்ளப்பட்டதாகத் தெரிகிறது, உள்தள்ளலை சரிபார்க்கவும்" -#: sphinx/writers/html5.py:539 -msgid "Link to this image" -msgstr "" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "சொற்களஞ்சிய கால" -#: sphinx/writers/html5.py:541 -msgid "Link to this toctree" -msgstr "" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "இலக்கண கிள்ளாக்கு" -#: sphinx/writers/html5.py:679 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "குறிப்பு சிட்டை" -#: sphinx/writers/latex.py:335 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "சுற்றுச்சூழல் மாறி" -#: sphinx/writers/latex.py:386 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "நிரல் விருப்பம்" -#: sphinx/writers/latex.py:625 -msgid "document title is not a single Text node" -msgstr "" +#: domains/std/__init__.py:735 +msgid "document" +msgstr "ஆவணம்" -#: sphinx/writers/latex.py:656 sphinx/writers/texinfo.py:622 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "தொகுதி அட்டவணை" -#: sphinx/writers/latex.py:959 sphinx/writers/manpage.py:258 -#: sphinx/writers/texinfo.py:637 -msgid "Footnotes" -msgstr "" +#: domains/std/__init__.py:857 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "%s இன் %s விளக்கம், %s இல் மற்ற நிகழ்வு" -#: sphinx/writers/latex.py:1028 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig முடக்கப்பட்டுள்ளது. : எண்ரெஃப்: புறக்கணிக்கப்படுகிறது." -#: sphinx/writers/latex.py:1388 +#: domains/std/__init__.py:1124 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "குறுக்கு குறிப்பை உருவாக்கத் தவறிவிட்டது. எந்த எண்ணும் ஒதுக்கப்படவில்லை: %s" -#: sphinx/writers/latex.py:1722 +#: domains/std/__init__.py:1138 #, python-format -msgid "unknown index entry type %s found" -msgstr "" +msgid "the link has no caption: %s" +msgstr "இணைப்புக்கு தலைப்பு இல்லை: %s" -#: sphinx/writers/manpage.py:306 sphinx/writers/text.py:917 +#: domains/std/__init__.py:1153 #, python-format -msgid "[image: %s]" -msgstr "" +msgid "invalid numfig_format: %s (%r)" +msgstr "தவறான numfig_format: %s ( %r)" -#: sphinx/writers/manpage.py:307 sphinx/writers/text.py:918 -msgid "[image]" -msgstr "" +#: domains/std/__init__.py:1157 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "தவறான numfig_format: %s" -#: sphinx/writers/texinfo.py:1193 -msgid "caption not inside a figure." -msgstr "" +#: domains/std/__init__.py:1453 +#, python-format +msgid "undefined label: %r" +msgstr "வரையறுக்கப்படாத லேபிள்: %r" -#: sphinx/writers/texinfo.py:1280 +#: domains/std/__init__.py:1456 #, python-format -msgid "unimplemented node type: %r" -msgstr "" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "குறுக்கு குறிப்பை உருவாக்கத் தவறிவிட்டது. ஒரு தலைப்பு அல்லது தலைப்பு கிடைக்கவில்லை: %r" + +#: 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 "நகல் சி அறிவிப்பு, %s: %s இல் வரையறுக்கப்பட்டுள்ளது. \n அறிவிப்பு '.. c: %s :: %s'." + +#: domains/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "%s (c %s)" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "மாறக்கூடிய" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "பெரு" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "கட்டமைப்பு" diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.mo b/sphinx/locale/te/LC_MESSAGES/sphinx.mo index 9303f93aab7..cac587a2ea6 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 f237b92e9f6..31a5e15bbd5 100644 --- a/sphinx/locale/te/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/te/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: te\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:377 +#: cmd/quickstart.py:809 #, python-format -msgid "targets for %d source files that are out of date" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: 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 "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:551 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: cmd/build.py:357 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/xml.py:101 +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:45 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s() (%s method)" msgstr "" -#: 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)." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/javascript.py:374 #, python-format -msgid "cannot copy image file %r: %s" +msgid "%s (module)" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:244 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:266 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "targets for %d template files" +msgid ":%s: (directive option)" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:77 +#: domains/citation.py:75 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:149 +#: domains/citation.py:92 #, python-format -msgid "broken link: %s (%s)" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:358 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2666 +1466,2779 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +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 "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:344 #, python-format -msgid "Added in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:367 #, python-format -msgid "Changed in version %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Deprecated since version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Removed in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot copy image file %r: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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 "" -#: cmd/quickstart.py:604 -msgid "Structure 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 "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:549 #, python-format -msgid "enable %s extension" +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: 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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: 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" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:386 +#, 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" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:601 +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:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: 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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: 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:941 +msgid "copying extra files" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1054 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1218 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1231 #, python-format -msgid "Automatically generated list of changes in version %(version)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/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s() (in module %s)" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (in module %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (built-in variable)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (built-in class)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (class in %s)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s() (%s class method)" +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/__init__.py:285 +#: 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 static method)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:438 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "%s (%s property)" +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:478 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "%s (type alias in %s)" +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:82 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.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 "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "%s (C++ %s)" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 -#, python-format +#: ext/intersphinx/_load.py:311 msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:242 -#, python-format +#: ext/apidoc/_cli.py:28 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"\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 "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "see also %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autosummary/__init__.py:284 #, 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 "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:384 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:404 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "failed to parse name %s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API 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:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/static/searchtools.js:125 +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:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo index 13f46620e52..71cab3219d4 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 967c7d358d0..a9cc9c326c7 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -22,141 +22,276 @@ msgstr "" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: extension.py:58 +#: config.py:362 +#, 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:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "%s uzantısı needs_extensions ayarları tarafından gereklidir, ancak yüklü değildir." +"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)" -#: extension.py:79 +#: config.py:402 +#, 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" + +#: config.py:410 +#, 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" + +#: config.py:433 +#, 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:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "Yapılandırma değeri %r zaten mevcut" + +#: config.py:552 #, 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 "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)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, 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:614 +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:622 +#, 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" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "Bölüm %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "Şekil %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "Tablo %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "Listeleme %s" + +#: config.py:809 +#, 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." + +#: config.py:840 +#, 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:857 +#, 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:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r bulunamadı, yoksayıldı." + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kaynak dizin bulunamıyor (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "Kaynak dizin ve hedef dizin aynı olamaz" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx s%s çalışıyor" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Bu proje en az Sphinx s%s gerektirir ve bu nedenle bu sürüm ile oluşturulamaz." -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "çıktı dizini yapılıyor" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "%s uzantısı ayarlanırken:" -#: application.py:309 +#: application.py:310 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 "Şu anda conf.py dosyasında tanımlanan 'kurulum' çağrılabilir bir Python değil. Lütfen tanımını çağrılabilir bir işlev yapmak için değiştirin. Bunun, Sphinx uzantısı gibi davranması için conf.py dosyasına ihtiyacı vardır." -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "çeviriler yükleniyor [%s]... " -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "bitti" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "yerleşik iletiler için kullanılamaz" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "derin temizlenen ortam yükleniyor" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "başarısız olan: %s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "Seçilen oluşturucu yok, varsayılan kullanılıyor: html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "düğüm sınıfı %r zaten kayıtlı, ziyaretçileri geçersiz kılınacaktır" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -164,12 +299,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:1775 +#: application.py:1785 #, 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:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -177,156 +312,210 @@ 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:1784 +#: application.py:1794 #, 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:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "%s seri nosu yapılıyor" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "config dizini bir conf.py dosyası içermiyor (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "%s uzantısı needs_extensions ayarları tarafından gereklidir, ancak yüklü değildir." -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" +"This project needs the extension %s at least in version %s and therefore " +"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)." -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" +msgstr "Olay %r zaten mevcut" + +#: events.py:379 +#, python-format +msgid "Unknown event name: %s" +msgstr "Bilinmeyen olay adı: %s" + +#: events.py:424 +#, python-format +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:399 +#: registry.py:162 #, 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)" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Oluşturucu sınıfı %s \"ad\" özniteliğine sahip değil" -#: config.py:411 +#: registry.py:166 #, 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 "Builder %r already exists (in module %s)" +msgstr "Oluşturucu %r zaten mevcut (%s modülünde)" -#: config.py:419 +#: registry.py:182 #, 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 "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" -#: config.py:442 +#: registry.py:192 #, 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 "Builder name %s not registered" +msgstr "Oluşturucu adı %s kayıtlı değil" -#: config.py:496 +#: registry.py:199 #, python-format -msgid "No such config value: %r" -msgstr "" +msgid "domain %s already registered" +msgstr "etki alanı %s zaten kayıtlı" -#: config.py:524 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "Config value %r already present" -msgstr "Yapılandırma değeri %r zaten mevcut" +msgid "domain %s not yet registered" +msgstr "etki alanı %s henüz kayıtlı değil" -#: config.py:561 +#: registry.py:230 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "The %r directive is already registered to domain %s" +msgstr "%r yönergesi zaten %s etki alanına kayıtlı" -#: config.py:603 +#: registry.py:248 #, 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" +msgid "The %r role is already registered to domain %s" +msgstr "%r rolü zaten %s etki alanına kayıtlı" -#: config.py:607 -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" +#: registry.py:261 +#, python-format +msgid "The %r index is already registered to domain %s" +msgstr "%r dizini zaten %s etki alanına kayıtlı" -#: config.py:615 +#: registry.py:308 #, 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 "The %r object_type is already registered" +msgstr "%r object_type zaten kayıtlı" -#: config.py:637 +#: registry.py:339 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r crossref_type is already registered" +msgstr "%r crossref_type zaten kayıtlı" -#: config.py:655 config.py:663 +#: registry.py:348 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r zaten kayıtlı" -#: config.py:669 +#: registry.py:358 #, 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 %r is already registered" +msgstr "%r için source_parser zaten kayıtlı" -#: config.py:690 +#: registry.py:367 #, python-format -msgid "Section %s" -msgstr "Bölüm %s" +msgid "Source parser for %s not registered" +msgstr "%s için kaynak ayrıştırıcı kayıtlı değil" -#: config.py:691 +#: registry.py:388 #, python-format -msgid "Fig. %s" -msgstr "Şekil %s" +msgid "Translator for %r already exists" +msgstr "%r için çevirmen zaten mevcut" -#: config.py:692 +#: registry.py:405 #, python-format -msgid "Table %s" -msgstr "Tablo %s" +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" -#: config.py:693 +#: registry.py:498 #, python-format -msgid "Listing %s" -msgstr "Listeleme %s" +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r zaten kayıtlı" -#: config.py:802 -#, 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." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" +msgstr "" -#: config.py:833 -#, python-brace-format +#: registry.py:531 +#, python-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}." +"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ı." -#: config.py:850 -#, 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__}'." +#: registry.py:545 +msgid "Original exception:\n" +msgstr "Özgün özel durumu:\n" -#: config.py:862 +#: registry.py:547 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r bulunamadı, yoksayıldı." +msgid "Could not import extension %s" +msgstr " %s uzantısı içe aktarılamadı" -#: config.py:882 +#: registry.py:554 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +"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 +#, 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 +#, 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 +#, 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 "Python Geliştirme Önerileri; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" msgstr "" #: highlighting.py:170 @@ -341,1148 +530,876 @@ msgid "" "Retrying in relaxed mode." msgstr "" -#: theming.py:115 +#: 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 "" + +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, 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" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "desteklenmeyen tema seçeneği %r verildi" -#: theming.py:208 +#: theming.py:218 #, 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" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "" -#: theming.py:276 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: theming.py:366 +#: theming.py:376 #, 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 "Olay %r zaten mevcut" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "modüllerden otomatik olarak docstrings ekle" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "Bilinmeyen olay adı: %s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "doctest bloklarında kod parçacıklarını otomatik olarak dene" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "farklı projelerin Sphinx begelendirmeleri arasında bağlantıla" -#: project.py:72 -#, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +#: 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" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "belgelendirme kapsamı için denetlemeler" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Oluşturucu sınıfı %s \"ad\" özniteliğine sahip değil" +#: 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" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Oluşturucu %r zaten mevcut (%s modülünde)" +#: 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" -#: registry.py:187 -#, 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" +#: 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" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "Oluşturucu adı %s kayıtlı değil" +#: 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" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "etki alanı %s zaten kayıtlı" +#: 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" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "etki alanı %s henüz kayıtlı değil" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "Lütfen geçerli bir yol adı girin." -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "%r yönergesi zaten %s etki alanına kayıtlı" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "Lütfen biraz metin girin." -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "%r rolü zaten %s etki alanına kayıtlı" +msgid "Please enter one of %s." +msgstr "Lütfen %s seçeneklerinden birini girin." -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "%r dizini zaten %s etki alanına kayıtlı" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "Lütfen ya 'y' ya da 'n' girin." -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "%r object_type zaten kayıtlı" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Lütfen bir dosya soneki girin, örn. '.rst' veya '.txt'." -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "%r crossref_type zaten kayıtlı" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Sphinx %s hızlı başlangıç yardımcı uygulamasına hoş geldiniz." -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r zaten kayıtlı" +#: 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 "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)." -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "%r için source_parser zaten kayıtlı" +msgid "Selected root path: %s" +msgstr "Seçilen kök dizin yolu: %s" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "%s için kaynak ayrıştırıcı kayıtlı değil" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "Belgelendirme için kök dizin yolunu girin." -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "%r için çevirmen zaten mevcut" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "Belgelendirme için kök dizin yolu" -#: 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" +#: cmd/quickstart.py:254 +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." -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r zaten kayıtlı" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sfenks-quickstart varolan Sphinx projelerinin üzerine yazmayacak." -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "" +#: cmd/quickstart.py:262 +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)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 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:543 -msgid "Original exception:\n" -msgstr "Özgün özel durumu:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "Sphinx çı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." -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr " %s uzantısı içe aktarılamadı" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "Source ve build dizinlerini ayır (y/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 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ü?" +"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." -#: registry.py:565 -#, 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." +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "Templates ve static dizinleri için ad öneki" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "" +"The project name will occur in several places in the built documentation." +msgstr "Proje adı, oluşturulan belgelendirmedeki çeşitli yerlerde oluşacak." -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" - -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "Proje adı" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "Hazırlayan ad(ları)ı" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %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 "" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Geliştirme Önerileri; PEP %s" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "Proje sürümü" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "Proje yayımı" -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "" +#: 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 "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." -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[kaynak]" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "Proje dili" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: 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 "" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[belgeler]" - -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "Modül kodu" - -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" -msgstr "

%s öğesinin kaynak kodu

" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "Kaynak dosya soneki" -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "Genel bakış: modül kodu" +#: 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 "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." -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

Kodları mevcut bütün modüller

" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "Asıl belgenizin adı (sonek olmadan)" -#: ext/extlinks.py:82 +#: cmd/quickstart.py:367 #, python-format msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +"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." -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sfenks-quickstart varolan dosyanın üzerine yazmayacak." -#: 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/quickstart.py:377 +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" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "" +#: cmd/quickstart.py:385 +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:" -#: ext/duration.py:90 +#: cmd/quickstart.py:396 msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" +"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ı." -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" +#: cmd/quickstart.py:406 +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." -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "Makefile oluşturulsun mu? (y/n)" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "Windows komut satırı oluşturulsun mu? (y/n)" -#: ext/doctest.py:297 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +msgid "Creating file %s." +msgstr "%s dosyası oluşturuluyor." -#: ext/doctest.py:457 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "File %s already exists, skipping." +msgstr "%s dosyası zaten var, atlanıyor." -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "Tamamlandı: İlk dizin yapısı oluşturuldu." -#: ext/imgmath.py:162 +#: cmd/quickstart.py:519 #, 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" +"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." -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:526 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" - -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "görüntü latex %r: %s" - -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "satır içi latex %r: %s" - -#: 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 "" +"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" -#: ext/coverage.py:148 +#: cmd/quickstart.py:530 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +"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" -#: ext/coverage.py:158 +#: cmd/quickstart.py:537 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" +"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." -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:572 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)s{sep}python.txt." -msgstr "" +"\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" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/coverage.py:260 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "sessiz kipi" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "proje kök dizini" -#: 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/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 "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" -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 "nokta kodu %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/todo.py:61 -msgid "Todo" -msgstr "Yapılacaklar" - -#: 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 "(<>, %s içinde, %d. satırda bulunur.)" - -#: ext/todo.py:166 -msgid "original entry" -msgstr "özgün giriş" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, 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:216 -#, 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:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -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" -msgstr "" - -#: directives/code.py:276 -#, 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: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" - -#: directives/code.py:314 -#, 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 "" - -#: 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:361 -#, 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: " +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "Yapı seçenekleri" -#: directives/other.py:209 -msgid "Author: " -msgstr "Hazırlayan: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "eğer belirtildiyse, kaynak ve oluşturma dizinlerini ayırın" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" -msgstr "" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "_templates vb. içinde nokta için değiştirme" -#: 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:625 +msgid "Project basic options" +msgstr "Proje temel seçenekleri" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "%s sürümünde değişiklik yok." +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "proje adı" -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "özet dosyası yazılıyor..." +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "hazırlayan adları" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Yerleşikler" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "projenin sürümü" -#: builders/changes.py:72 -msgid "Module level" -msgstr "Modül seviyesi" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "projenin yayımı" -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "kaynak dosyalar kopyalanıyor..." +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "belge dili" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "değişiklikler günlüğü oluşturma için %r okunamadı" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "kaynak dosya soneki" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Rehber sayfaları %(outdir)s içinde." +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "asıl belge adı" -#: 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" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "epub kullan" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "yazılıyor" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "Uzantı seçenekleri" -#: builders/manpage.py:71 +#: cmd/quickstart.py:670 #, 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 "enable %s extension" +msgstr "%s uzantısını etkinleştir" -#: builders/__init__.py:224 -#, 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:677 +msgid "enable arbitrary extensions" +msgstr "rasgele uzantıları etkinleştir" -#: builders/__init__.py:232 -#, 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:680 +msgid "Makefile and Batchfile creation" +msgstr "Makefile ve Batchfile oluşturma" -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "[mo] oluşturuluyor: " +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "makefile oluştur" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "çıktı yazılıyor..." +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "makefile oluşturma" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "%d po dosyasının tümü" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "batchfile oluştur" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "belirtilen %d po dosyası için hedefler" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "batchfile oluşturma" -#: builders/__init__.py:309 -#, 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:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "Makefile/make.bat için make-mode kullan" -#: builders/__init__.py:319 -msgid "all source files" -msgstr "tüm kaynak dosyaları" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "Proje şablonlama" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "şablon dosyaları için şablon dizini" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "bir şablon değişkeni tanımla" + +#: cmd/quickstart.py:766 +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:785 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" +"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." -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +#: cmd/quickstart.py:792 +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/__init__.py:361 +#: cmd/quickstart.py:809 #, python-format -msgid "%d source files given on command line" -msgstr "komut satırında verilen %d kaynak dosyası" +msgid "Invalid template variable: %s" +msgstr "Geçersiz şablon değişkeni: %s" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "güncel olmayan %d kaynak dosyası için hedefler" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "iş numarası pozitif bir sayı olmalıdır" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "[%s] oluşturuluyor:" +#: 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 "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "şimdi güncel olmayan dosyalar aranıyor..." +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "belgelendirme kaynak dosyaları için yol" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "%d tane bulundu" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "çıktı dizini için yol" -#: builders/__init__.py:412 -msgid "none found" -msgstr "hiç bulunamadı" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "ortam derin temizleniyor" +#: cmd/build.py:114 +msgid "general options" +msgstr "genel seçenekler" -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "tutarlılık denetleniyor" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "hiçbir hedef güncel değil." +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "güncellenen ortam:" +#: 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)" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s eklendi, %s değiştirildi, %s kaldırıldı" +#: 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" -#: 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:540 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:551 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "kaynaklar okunuyor..." +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "yapılandırma dosyasındaki bir ayarı geçersiz kıl" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "yazmak için belge adları: %s" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "HTML şablonlarına bir değer geçir" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: 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 "" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "belgeler hazırlanıyor" +#: cmd/build.py:212 +msgid "console output options" +msgstr "konsol çıktısı seçenekleri" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "ayrıntı seviyesini artır (tekrarlanabilir)" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +#: 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" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub dosyası %(outdir)s içinde." +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "hiç çıktı yok, hatta uyarılarda bile" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "renkli çıktı yayımı yap (varsayılan: otomatik algıla)" -#: builders/epub3.py:221 -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/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "renkli çıktı yayımı yapma (varsayılan: otomatik algıla)" -#: builders/epub3.py:227 -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/build.py:252 +msgid "warning control options" +msgstr "" -#: builders/epub3.py:232 -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/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "verilen dosyaya uyarıları (ve hataları) yaz" -#: builders/epub3.py:238 -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/build.py:265 +msgid "turn warnings into errors" +msgstr "uyarıları hatalara dönüştür" -#: builders/epub3.py:242 -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/build.py:273 +msgid "show full traceback on exception" +msgstr "özel durumda tam geri izleme göster" -#: builders/epub3.py:247 -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/build.py:276 +msgid "run Pdb on exception" +msgstr "özel durumda Pdb çalıştır" -#: builders/epub3.py:251 -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/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: builders/epub3.py:256 -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/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "-a seçeneği ve dosya adları birleştirilemiyor" -#: builders/epub3.py:262 -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/build.py:357 +#, python-format +msgid "cannot open warning file '%s': %s" +msgstr "" -#: builders/epub3.py:265 -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/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" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: domains/javascript.py:183 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "geçersiz css_file: %r, yoksayıldı" +msgid "%s() (built-in function)" +msgstr "%s() (yerleşik işlev)" -#: builders/xml.py:31 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML dosyaları %(outdir)s içinde." +msgid "%s() (%s method)" +msgstr "%s() (%s yöntemi)" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/javascript.py:186 #, python-format -msgid "error writing file %s: %s" -msgstr "%s dosyası yazılırken hata oldu: %s" +msgid "%s() (class)" +msgstr "%s() (sınıf)" -#: builders/xml.py:101 +#: domains/javascript.py:188 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Pseudo-XML dosyaları %(outdir)s içinde." +msgid "%s (global variable or constant)" +msgstr "%s (genel değişken veya sabit)" -#: builders/texinfo.py:45 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo dosyaları %(outdir)s içinde." +msgid "%s (%s attribute)" +msgstr "%s (%s özniteliği)" -#: 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 "\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)." +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Bağımsız Değişkenler" -#: builders/texinfo.py:77 -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" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Şunu verir: " -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Dönüşler" + +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Dönüş türü" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/javascript.py:374 #, python-format -msgid "processing %s" -msgstr "%s işleniyor" +msgid "%s (module)" +msgstr "%s (modül)" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "başvurular çözümleniyor..." +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "işlevi" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (şurada: " +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "yöntemi" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "resimler kopyalanıyor..." +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "sınıfı" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "resim dosyası %r kopyalanamıyor: %s" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "verisi" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "Texinfo destek dosyaları kopyalanıyor..." +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "özniteliği" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "Makefile dosyası yazılırken hata oldu: %s" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "modülü" -#: builders/_epub_base.py:223 +#: domains/javascript.py:458 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "kopyalanmış ToC girişi bulundu: %s" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "kopya %s açıklamasına ait %s, diğer %s, %s içinde" -#: builders/_epub_base.py:433 +#: domains/__init__.py:322 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "resim dosyası %r okunamıyor: bunun yerine kopyalanıyor" +msgid "%s %s" +msgstr "%s %s" -#: builders/_epub_base.py:464 +#: domains/changeset.py:26 #, python-format -msgid "cannot write image file %r: %s" -msgstr "resim dosyası %r yazılamıyor: %s" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "Yastık bulunamadı - resim dosyaları kopyalanıyor" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "%s için bilinmeyen mime türü, yoksayılıyor" +msgid "Changed in version %s" +msgstr "%s sürümünde değişti" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "%s sürümünden beri kullanım dışı" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." -msgstr "%s dosyası yazılıyor..." - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Taklit oluşturucu hiçbir dosya oluşturmaz." +msgid "duplicate label of equation %s, other instance in %s" +msgstr "%s denkleminin kopya etiketi, %s içindeki diğer örnek" -#: builders/gettext.py:244 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "İleti katalogları %(outdir)s içinde." +msgid "Invalid math_eqref_format: %r" +msgstr "Geçersiz math_eqref_format: %r" -#: builders/gettext.py:266 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "targets for %d template files" -msgstr "%d şablon dosyası için hedefler" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "şablonlar okunuyor..." +msgid "%s (directive)" +msgstr "%s (yönerge)" -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "ileti katalogları yazılıyor..." +#: domains/rst.py:191 domains/rst.py:202 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (yönerge seçeneği)" -#: builders/singlehtml.py:35 +#: domains/rst.py:224 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML sayfası %(outdir)s içinde." +msgid "%s (role)" +msgstr "%s (rol)" -#: builders/singlehtml.py:171 -msgid "assembling single document" -msgstr "tek bir belgede toplanıyor" +#: domains/rst.py:234 +msgid "directive" +msgstr "yönergesi" -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "ilave dosyalar yazılıyor" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "yönerge seçeneği" -#: builders/linkcheck.py:77 -#, 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" +#: domains/rst.py:236 +msgid "role" +msgstr "rolü" -#: builders/linkcheck.py:149 +#: domains/rst.py:262 #, python-format -msgid "broken link: %s (%s)" -msgstr "bozuk bağlantı: %s (%s)" +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s kopya açıklaması, %s içindeki diğer örnek" -#: builders/linkcheck.py:548 +#: domains/citation.py:75 #, python-format -msgid "Anchor '%s' not found" -msgstr "Bağlayıcı '%s' bulunamadı" +msgid "duplicate citation %s, other instance in %s" +msgstr "%s kopya alıntısı, %s içindeki diğer örnek" -#: builders/linkcheck.py:758 +#: domains/citation.py:92 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "" +msgid "Citation [%s] is not referenced." +msgstr "Alıntı [%s] kaynak gösterilmedi." -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Metin dosyaları %(outdir)s içinde." +#: environment/__init__.py:88 +msgid "new config" +msgstr "yeni yapılandırma" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: environment/__init__.py:89 +msgid "config changed" +msgstr "yapılandırma değişti" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "uzantılar değişti" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "yapım ortamı sürümü şu anki değil" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "kaynak dizin değişti" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:347 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:358 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:401 +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." + +#: environment/__init__.py:515 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +msgid "Failed to scan documents in %s: %r" +msgstr "%s içinde belgeleri tarama başarısız oldu: %r" -#: transforms/__init__.py:294 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" +msgid "Domain %r is not registered" +msgstr "Etki alanı %r kayıtlı değil" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "belge herhangi bir toctree içine dahil değil" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "kendinden kaynaklı toctree bulundu. Yoksayıldı." + +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1553,2099 +1470,2022 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "yeni yapılandırma" - -#: environment/__init__.py:87 -msgid "config changed" -msgstr "yapılandırma değişti" - -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "uzantılar değişti" - -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "yapım ortamı sürümü şu anki değil" - -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "kaynak dizin değişti" - -#: environment/__init__.py:325 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "" - -#: environment/__init__.py:330 +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 #, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" +msgid "%b %d, %Y" +msgstr "%d %b %Y" -#: environment/__init__.py:336 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" +#: builders/latex/__init__.py:203 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 "Dizin" -#: environment/__init__.py:379 +#: writers/latex.py:766 writers/texinfo.py:646 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." - -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "%s içinde belgeleri tarama başarısız oldu: %r" - -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" -msgstr "Etki alanı %r kayıtlı değil" - -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" -msgstr "belge herhangi bir toctree içine dahil değil" - -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." -msgstr "kendinden kaynaklı toctree bulundu. Yoksayıldı." - -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" - -#: 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" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "Dipnotlar" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: util/docfields.py:103 +#: writers/texinfo.py:1303 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "unimplemented node type: %r" msgstr "" -#: util/nodes.py:423 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: util/nodes.py:490 +#: writers/html5.py:431 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "numfig_format is not defined for %s" msgstr "" -#: util/nodes.py:706 +#: writers/html5.py:441 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: util/display.py:82 -msgid "skipped" -msgstr "atlandı" - -#: util/display.py:87 -msgid "failed" -msgstr "başarısız oldu" - -#: util/osutil.py:131 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: util/docutils.py:789 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "unknown node type: %r" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/fileutil.py:89 -#, python-format -msgid "Writing evaluated template result to %s" +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" -msgstr "varsayılan rol %s bulunamadı" - -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "Dipnotlar" - -#: writers/manpage.py:289 writers/text.py:945 +#: writers/manpage.py:288 writers/text.py:945 #, python-format msgid "[image: %s]" msgstr "[resim: %s]" -#: writers/manpage.py:290 writers/text.py:946 +#: writers/manpage.py:289 writers/text.py:946 msgid "[image]" msgstr "[resim]" -#: 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 "Dizin" - -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "" - -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "" - -#: writers/latex.py:361 +#: writers/latex.py:384 #, python-format msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format msgid "no Babel option known for language %r" msgstr "%r dili için bilinen hiç Babel seçeneği yok" -#: writers/latex.py:429 +#: writers/latex.py:452 msgid "too large :maxdepth:, ignored." msgstr "" -#: writers/latex.py:591 +#: writers/latex.py:614 #, python-format msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: writers/latex.py:707 +#: writers/latex.py:730 msgid "document title is not a single Text node" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: writers/latex.py:1183 +#: writers/latex.py:1230 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"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:1580 +#: writers/latex.py:1626 #, python-format msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: writers/latex.py:1939 +#: writers/latex.py:1986 #, python-format msgid "unknown index entry type %s found" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Geçersiz math_eqref_format: %r" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: 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 "" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: writers/html5.py:441 +#: directives/code.py:87 #, 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 "" - -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "" +msgid "Invalid caption: %s" +msgstr "Geçersiz resim yazısı: %s" -#: writers/html5.py:638 -msgid "Link to this image" -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" +msgstr "satır numarası özellikleri aralık dışında (1-%d): %r" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "" +#: 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" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: domains/__init__.py:322 +#: directives/code.py:235 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" +msgstr "" -#: domains/math.py:73 +#: directives/code.py:276 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "%s denkleminin kopya etiketi, %s içindeki diğer örnek" +msgid "Object named %r not found in include file %r" +msgstr "%r adlı nesne, dahil edilen %r dosyasında bulunamadı" -#: domains/javascript.py:182 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (yerleşik işlev)" +#: 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" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: directives/code.py:314 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s yöntemi)" +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" -#: domains/javascript.py:185 +#: directives/other.py:119 #, python-format -msgid "%s() (class)" -msgstr "%s() (sınıf)" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: domains/javascript.py:187 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (genel değişken veya sabit)" +msgid "toctree contains reference to excluded document %r" +msgstr "toctree, hariç tutulan %r belgesine başvuru içeriyor" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: directives/other.py:156 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s özniteliği)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Bağımsız Değişkenler" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Şunu verir: " - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Dönüşler" - -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Dönüş türü" +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree, varolmayan %r belgesine başvuru içeriyor" -#: domains/javascript.py:370 +#: directives/other.py:169 #, python-format -msgid "%s (module)" -msgstr "%s (modül)" +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "işlevi" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Bölümü hazırlayan: " -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "yöntemi" +#: directives/other.py:205 +msgid "Module author: " +msgstr "Modülü hazırlayan: " -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "sınıfı" +#: directives/other.py:207 +msgid "Code author: " +msgstr "Kodu hazırlayan: " -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "verisi" +#: directives/other.py:209 +msgid "Author: " +msgstr "Hazırlayan: " -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "özniteliği" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "modülü" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" -#: domains/javascript.py:454 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "kopya %s açıklamasına ait %s, diğer %s, %s içinde" +#: ext/todo.py:61 +msgid "Todo" +msgstr "Yapılacaklar" -#: domains/changeset.py:26 +#: ext/todo.py:94 #, python-format -msgid "Added in version %s" +msgid "TODO entry found: %s" msgstr "" -#: domains/changeset.py:27 -#, python-format -msgid "Changed in version %s" -msgstr "%s sürümünde değişti" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: domains/changeset.py:28 +#: ext/todo.py:154 #, python-format -msgid "Deprecated since version %s" -msgstr "%s sürümünden beri kullanım dışı" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<>, %s içinde, %d. satırda bulunur.)" -#: domains/changeset.py:29 -#, python-format -msgid "Removed in version %s" +#: ext/todo.py:166 +msgid "original entry" +msgstr "özgün giriş" + +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[kaynak]" + +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" -msgstr "%s (yönerge)" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[belgeler]" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (yönerge seçeneği)" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "Modül kodu" -#: domains/rst.py:224 +#: ext/viewcode.py:359 #, python-format -msgid "%s (role)" -msgstr "%s (rol)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "yönergesi" +msgid "

Source code for %s

" +msgstr "

%s öğesinin kaynak kodu

" -#: domains/rst.py:235 -msgid "directive-option" -msgstr "yönerge seçeneği" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "Genel bakış: modül kodu" -#: domains/rst.py:236 -msgid "role" -msgstr "rolü" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

Kodları mevcut bütün modüller

" -#: domains/rst.py:262 +#: ext/coverage.py:48 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "%s %s kopya açıklaması, %s içindeki diğer örnek" +msgid "invalid regex %r in %s" +msgstr "" -#: domains/citation.py:75 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "%s kopya alıntısı, %s içindeki diğer örnek" +msgid "module %s could not be imported: %s" +msgstr "" -#: domains/citation.py:92 +#: ext/coverage.py:148 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "Alıntı [%s] kaynak gösterilmedi." - -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Dikkat" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Uyarı" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Tehlike" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "Hata" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "İpucu" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "Önemli" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Not" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Ayrıca bakınız" +#: 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:236 -msgid "Tip" -msgstr "Tüyo" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Uyarı" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" -msgstr "modüllerden otomatik olarak docstrings ekle" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" -msgstr "doctest bloklarında kod parçacıklarını otomatik olarak dene" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" -msgstr "farklı projelerin Sphinx begelendirmeleri arasında bağlantıla" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" -#: 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" +#: 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" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "belgelendirme kapsamı için denetlemeler" +#: 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" -#: 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" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "görüntü latex %r: %s" -#: 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" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "satır içi latex %r: %s" -#: 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" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: 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" +#: 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 "" -#: 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" +#: 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" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "Lütfen geçerli bir yol adı girin." +#: 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" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "Lütfen biraz metin girin." +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: cmd/quickstart.py:133 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "Please enter one of %s." -msgstr "Lütfen %s seçeneklerinden birini girin." +msgid "duplicate label %s, other instance in %s" +msgstr "%s kopya etiketi, %s içindeki diğer örnek" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "Lütfen ya 'y' ya da 'n' girin." +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Lütfen bir dosya soneki girin, örn. '.rst' veya '.txt'." +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "" -#: cmd/quickstart.py:229 +#: ext/doctest.py:139 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Sphinx %s hızlı başlangıç yardımcı uygulamasına hoş geldiniz." +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: cmd/quickstart.py:234 +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:297 +#, 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 "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)." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" -#: cmd/quickstart.py:241 +#: ext/doctest.py:451 #, python-format -msgid "Selected root path: %s" -msgstr "Seçilen kök dizin yolu: %s" +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "Belgelendirme için kök dizin yolunu girin." +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "Belgelendirme için kök dizin yolu" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: cmd/quickstart.py:254 -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." +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sfenks-quickstart varolan Sphinx projelerinin üzerine yazmayacak." +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: cmd/quickstart.py:262 -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)" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" -#: 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 "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." +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "Source ve build dizinlerini ayır (y/n)" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: cmd/quickstart.py:286 +#: ext/graphviz.py:328 +#, 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 "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." +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "Templates ve static dizinleri için ad öneki" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: cmd/quickstart.py:297 +#: ext/graphviz.py:344 +#, 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." +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "Proje adı" +#: 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 "Author name(s)" -msgstr "Hazırlayan ad(ları)ı" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" +msgstr "nokta kodu %r: %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 "" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[grafik: %s]" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "Proje sürümü" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[grafik]" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "Proje yayımı" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo dosyaları %(outdir)s içinde." -#: cmd/quickstart.py:323 +#: builders/texinfo.py:44 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." +"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" + +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" + +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "%s işleniyor" + +#: 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:331 -msgid "Project language" -msgstr "Proje dili" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "başvurular çözümleniyor..." -#: 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 "" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (şurada: " -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "Kaynak dosya soneki" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "resimler kopyalanıyor..." -#: 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 "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/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "resim dosyası %r kopyalanamıyor: %s" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "Asıl belgenizin adı (sonek olmadan)" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "Texinfo destek dosyaları kopyalanıyor..." -#: cmd/quickstart.py:367 +#: builders/texinfo.py:218 #, 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." +msgid "error writing file Makefile: %s" +msgstr "Makefile dosyası yazılırken hata oldu: %s" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sfenks-quickstart varolan dosyanın üzerine yazmayacak." +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "kopyalanmış ToC girişi bulundu: %s" -#: cmd/quickstart.py:377 -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" +#: 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" -#: cmd/quickstart.py:385 -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:" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "resim dosyası %r yazılamıyor: %s" -#: cmd/quickstart.py:396 -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ı." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "Yastık bulunamadı - resim dosyaları kopyalanıyor" -#: cmd/quickstart.py:406 -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." +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "Makefile oluşturulsun mu? (y/n)" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "Windows komut satırı oluşturulsun mu? (y/n)" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/_epub_base.py:594 #, python-format -msgid "Creating file %s." -msgstr "%s dosyası oluşturuluyor." +msgid "unknown mimetype for %s, ignoring" +msgstr "%s için bilinmeyen mime türü, yoksayılıyor" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "" + +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "" + +#: builders/_epub_base.py:801 #, python-format -msgid "File %s already exists, skipping." -msgstr "%s dosyası zaten var, atlanıyor." +msgid "writing %s file..." +msgstr "%s dosyası yazılıyor..." -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "Tamamlandı: İlk dizin yapısı oluşturuldu." +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML dosyaları %(outdir)s içinde." -#: cmd/quickstart.py:519 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, 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." +msgid "error writing file %s: %s" +msgstr "%s dosyası yazılırken hata oldu: %s" -#: cmd/quickstart.py:526 -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:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Pseudo-XML dosyaları %(outdir)s içinde." -#: cmd/quickstart.py:530 +#: 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 "Belgeleri oluşturmak için sphinx-build komutunu kullanın, aşağıdaki gibi:\n sphinx-build -b builder %s %s" +msgid "The overview file is in %(outdir)s." +msgstr "Genel bakış dosyası %(outdir)s içinde." -#: cmd/quickstart.py:537 -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/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "%s sürümünde değişiklik yok." -#: cmd/quickstart.py:572 -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/changes.py:63 +msgid "writing summary file..." +msgstr "özet dosyası yazılıyor..." -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Yerleşikler" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "sessiz kipi" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Modül seviyesi" -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "proje kök dizini" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "kaynak dosyalar kopyalanıyor..." -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "Yapı seçenekleri" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "değişiklikler günlüğü oluşturma için %r okunamadı" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "eğer belirtildiyse, kaynak ve oluşturma dizinlerini ayırın" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Rehber sayfaları %(outdir)s içinde." -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: 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" + +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" yapılandırma değeri bilinmeyen %s belgesine başvurur" + +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ePub dosyası %(outdir)s içinde." + +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "_templates vb. içinde nokta için değiştirme" +#: builders/epub3.py:225 +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:625 -msgid "Project basic options" -msgstr "Proje temel seçenekleri" +#: builders/epub3.py:231 +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:627 -msgid "project name" -msgstr "proje adı" +#: builders/epub3.py:236 +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:630 -msgid "author names" -msgstr "hazırlayan adları" +#: builders/epub3.py:242 +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:637 -msgid "version of project" -msgstr "projenin sürümü" +#: builders/epub3.py:246 +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:644 -msgid "release of project" -msgstr "projenin yayımı" +#: builders/epub3.py:251 +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:651 -msgid "document language" -msgstr "belge dili" +#: builders/epub3.py:255 +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:654 -msgid "source file suffix" -msgstr "kaynak dosya soneki" +#: builders/epub3.py:260 +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:657 -msgid "master document name" -msgstr "asıl belge adı" +#: builders/epub3.py:266 +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:660 -msgid "use epub" -msgstr "epub kullan" +#: builders/epub3.py:269 +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:663 -msgid "Extension options" -msgstr "Uzantı seçenekleri" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "geçersiz css_file: %r, yoksayıldı" + +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "İleti katalogları %(outdir)s içinde." -#: cmd/quickstart.py:670 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "enable %s extension" -msgstr "%s uzantısını etkinleştir" +msgid "building [%s]: " +msgstr "[%s] oluşturuluyor:" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "rasgele uzantıları etkinleştir" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "%d şablon dosyası için hedefler" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Makefile ve Batchfile oluşturma" +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "şablonlar okunuyor..." -#: cmd/quickstart.py:686 -msgid "create makefile" -msgstr "makefile oluştur" +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "ileti katalogları yazılıyor..." -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "makefile oluşturma" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Metin dosyaları %(outdir)s içinde." -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "batchfile oluştur" +#: 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:705 -msgid "do not create batchfile" -msgstr "batchfile oluşturma" +#: 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:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "Makefile/make.bat için make-mode kullan" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "[mo] oluşturuluyor: " -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "Proje şablonlama" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "çıktı yazılıyor..." -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "şablon dosyaları için şablon dizini" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "%d po dosyasının tümü" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "bir şablon değişkeni tanımla" +#: 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:766 -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/__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:785 -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." +#: builders/__init__.py:325 +msgid "all source files" +msgstr "tüm kaynak dosyaları" -#: cmd/quickstart.py:792 +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: builders/__init__.py:343 +#, python-format 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." +"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:809 +#: builders/__init__.py:354 #, python-format -msgid "Invalid template variable: %s" -msgstr "Geçersiz şablon değişkeni: %s" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" -msgstr "iş numarası pozitif bir sayı olmalıdır" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "komut satırında verilen %d kaynak dosyası" -#: 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 "" +#: 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/build.py:100 -msgid "path to documentation source files" -msgstr "belgelendirme kaynak dosyaları için yol" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "şimdi güncel olmayan dosyalar aranıyor..." -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "çıktı dizini için yol" +#: builders/__init__.py:416 +#, python-format +msgid "%d found" +msgstr "%d tane bulundu" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: builders/__init__.py:418 +msgid "none found" +msgstr "hiç bulunamadı" -#: cmd/build.py:114 -msgid "general options" -msgstr "genel seçenekler" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "ortam derin temizleniyor" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "tutarlılık denetleniyor" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "hiçbir hedef güncel değil." -#: 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)" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "güncellenen ortam:" -#: 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" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s eklendi, %s değiştirildi, %s kaldırıldı" -#: cmd/build.py:150 -msgid "path 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 "" -#: cmd/build.py:157 +#: builders/__init__.py:546 +#, python-format msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"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/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: 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/build.py:175 -msgid "use no configuration file, only use settings from -D 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 "" -#: 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" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "kaynaklar okunuyor..." -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "etiketi tanımla: \"sadece\" TAG'li blokları dahil et" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "yazmak için belge adları: %s" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: builders/__init__.py:735 +msgid "no docnames to write!" 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)" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "belgeler hazırlanıyor" -#: 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" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "hiç çıktı yok, hatta uyarılarda bile" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "renkli çıktı yayımı yap (varsayılan: otomatik algıla)" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML sayfası %(outdir)s içinde." -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "renkli çıktı yayımı yapma (varsayılan: otomatik algıla)" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "tek bir belgede toplanıyor" -#: cmd/build.py:252 -msgid "warning control options" -msgstr "" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "ilave dosyalar yazılıyor" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" -msgstr "verilen dosyaya uyarıları (ve hataları) yaz" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Taklit oluşturucu hiçbir dosya oluşturmaz." -#: cmd/build.py:265 -msgid "turn warnings into errors" -msgstr "uyarıları hatalara dönüştür" +#: builders/linkcheck.py:78 +#, 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/build.py:273 -msgid "show full traceback on exception" -msgstr "özel durumda tam geri izleme göster" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" +msgstr "bozuk bağlantı: %s (%s)" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "özel durumda Pdb çalıştır" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Bağlayıcı '%s' bulunamadı" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." 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 +#: builders/linkcheck.py:768 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %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" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Dikkat" -#: 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" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Uyarı" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -msgstr "Yan çubuğu daralt" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Tehlike" -#: 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 "İçindekiler" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Hata" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" -msgstr "Ara" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "İpucu" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Git" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Önemli" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Kaynağı Göster" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Not" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "İçindekiler" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ayrıca bakınız" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s ara" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tüyo" -#: themes/basic/defindex.html:4 -msgid "Overview" -msgstr "Genel Bakış" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Uyarı" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -msgstr "Hoş Geldiniz! Karşınızda" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "belgelendirme konusu: " +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "son güncelleme" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "Dizinler ve tablolar:" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "Tam İçindekiler" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "tüm bölümleri ve alt bölümleri listeler" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" -msgstr "Arama Sayfası" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "bu belgelendirmeyi ara" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "Genel Modül Dizini" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "tüm modüllere hızlı erişim" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Genel Dizin" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "tüm işlevler, sınıflar, terimler" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Bu Sayfa" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" +msgstr "okuma hatası: %s, %s" -#: themes/basic/genindex-single.html:26 +#: util/i18n.py:113 #, python-format -msgid "Index – %(key)s" +msgid "writing error: %s, %s" +msgstr "yazma hatası: %s, %s" + +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s 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 "Tek sayfada tam dizin" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "Hızlı Arama" +#: 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 "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "Harfe göre dizin sayfaları" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "çok büyük olabilir" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "Önceki konu" +#: util/display.py:82 +msgid "skipped" +msgstr "atlandı" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "önceki bölüm" +#: util/display.py:87 +msgid "failed" +msgstr "başarısız oldu" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "Sonraki konu" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "sonraki bölüm" +#: 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 "" + +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" + +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "Gezinti" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" +msgstr "" -#: themes/basic/layout.html:115 +#: util/docutils.py:361 #, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s içinde ara" +msgid "unknown role name: %s" +msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Bu belgeler hakkında" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Telif hakkı" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "varsayılan rol %s bulunamadı" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: themes/basic/layout.html:201 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Son güncelleme: %(last_updated)s." +msgid "Could not fetch remote image: %s [%d]" +msgstr "" -#: themes/basic/layout.html:204 +#: transforms/post_transforms/images.py:143 #, python-format +msgid "Unknown image format: %s..." +msgstr "Bilinmeyen resim biçimi: %s..." + +#: transforms/post_transforms/__init__.py:88 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Arama işlevini kullanabilmek için lütfen JavaScript'i\n etkinleştirin." +#: transforms/post_transforms/__init__.py:233 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "ara" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Arama Eşleşmelerini Gizle" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "önceki sayfadan devam" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Arama Sonuçları" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "sonraki sayfaya devam" -#: 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 "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." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Alfabetik olmayan" -#: 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] "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Semboller" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "Aranıyor" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Numaralar" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "Aramaya hazırlanıyor..." +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "sayfa" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ", şunun içinde:" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Yayım" -#: themes/basic/changes/rstsource.html:5 +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" + +#: builders/latex/transforms.py:121 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/transforms.py:487 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Sürüm %(version)s — %(docstitle)s içindeki Değişiklikler" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/theming.py:87 #, 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" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r, \"theme\" ayarına sahip değil" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Kütüphane değişiklikleri" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r, \"%s\" ayarına sahip değil" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API'sindeki değişiklikler" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX dosyaları %(outdir)s içinde." -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Diğer değişiklikler" +#: 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)." -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "Yan çubuğu genişlet" +#: 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" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "TeX destek dosyaları kopyalanıyor" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s modülü içinde)" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "ilave dosyalar kopyalanıyor" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%s (in module %s)" -msgstr "%s (%s modülü içinde)" +msgid "logo file %r does not exist" +msgstr "logo dosyası %r mevcut değil" -#: domains/python/__init__.py:182 +#: builders/latex/__init__.py:529 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (yerleşik değişken)" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Bilinmeyen yapılandırma anahtarı: latex_elements[%r], yoksayıldı." -#: domains/python/__init__.py:217 +#: builders/latex/__init__.py:537 #, python-format -msgid "%s (built-in class)" -msgstr "%s (yerleşik sınıf)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (%s içindeki sınıf)" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s sınıf yöntemi)" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" + +#: builders/html/__init__.py:115 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s sabit yöntemi)" +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML sayfaları %(outdir)s içinde." -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:351 #, python-format -msgid "%s (%s property)" +msgid "Failed to read build info file: %r" +msgstr "oluşturma bilgisi dosyasını okuma başarısız: %r" + +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" + +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/python/__init__.py:478 +#: builders/html/__init__.py:386 #, python-format -msgid "%s (type alias in %s)" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python Modül Dizini" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Genel Dizin" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "modülleri" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "dizin" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Kullanım dışı" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" +msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "özel durum" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "sonraki" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "sınıf yöntemi" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "önceki" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "sabit yöntemi" +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "dizinler oluşturuluyor" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "ilave sayfalar yazılıyor" + +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "indirilebilir dosyalar kopyalanıyor..." + +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "indirilebilir dosya %r kopyalanamıyor: %s" + +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:884 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" + +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:936 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "çapraz referans %r için birden fazla hedef bulundu: %s" +msgid "cannot copy static file %r" +msgstr "sabit dosya %r kopyalanamıyor" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (kullanım dışı)" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "fazladan dosyalar kopyalanıyor" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Parametreler" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" +msgstr "fazladan dosya %r kopyalanamıyor..." -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "Değişkenler" +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "oluşturma bilgisi dosyasını yazma başarısız: %r" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Harekete geçirir" +#: builders/html/__init__.py:1007 +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." -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "Şablon Parametreleri" +#: builders/html/__init__.py:1054 +#, 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" -#: domains/cpp/__init__.py:302 +#: builders/html/__init__.py:1218 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %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 "%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." -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:1231 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"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/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:1239 +#, 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" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "birliği" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "nesne envanteri dökümleniyor" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "üyesi" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" +msgstr "%s içinde arama dizini dökümleniyor" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "türü" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "geçersiz js_file: %r, yoksayıldı" -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "kavramı" +#: 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." -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enum" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "Bilinmeyen math_renderer %r verildi." -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "numaralandırıcı" +#: builders/html/__init__.py:1375 +#, 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" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path girişi %r mevcut değil" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "" +#: builders/html/__init__.py:1395 +#, 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" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (C %s)" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path girişi %r mevcut değil" + +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon dosyası %r mevcut değil" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:1435 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %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 "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "değişkeni" +#: 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:752 -msgid "macro" -msgstr "makrosu" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s belgelendirmesi" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(%s v%s içinde)" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "environment variable; %s" -msgstr "ortam değişkeni; %s" +msgid "(in %s)" +msgstr "(%s içinde)" -#: domains/std/__init__.py:119 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "%s; configuration value" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:242 +#: ext/intersphinx/_resolve.py:392 #, 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 "invalid external cross-reference suffix: %r" +msgstr "" -#: domains/std/__init__.py:319 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "%s command line option" -msgstr "%s komut satırı seçeneği" - -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "komut satırı seçeneği" - -#: 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" - -#: 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" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: 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" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "sözlük terimi" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "dilbilgisi belirteci" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "başvuru etiketi" +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "ortam değişkeni" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "program seçeneği" +#: ext/intersphinx/_load.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 "" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "belge" +#: ext/intersphinx/_load.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 "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Modül Dizini" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: domains/std/__init__.py:857 +#: ext/intersphinx/_load.py:134 #, 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 "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig etkisizleştirildi. :numref: yoksayıldı." +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: domains/std/__init__.py:1124 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" + +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" -msgstr "bağlantının resim yazısı yok: %s" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "aşağıdaki sorunlardan dolayı envanterlerden herhangi birine ulaşılamadı:" -#: domains/std/__init__.py:1153 +#: ext/intersphinx/_load.py:400 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "geçersiz numfig_format: %s (%r)" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx envanteri taşındı: %s -> %s" -#: domains/std/__init__.py:1157 +#: ext/apidoc/_generate.py:69 #, python-format -msgid "invalid numfig_format: %s" -msgstr "geçersiz numfig_format: %s" +msgid "Would create file %s." +msgstr "%s dosyası oluşturur." -#: domains/std/__init__.py:1453 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "undefined label: %r" +msgid "Failed to remove %s: %s" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "dairesel toctree kaynakları algılandı, yoksayılan: %s <- %s" +msgid "apidoc_modules item %i must be a dict" +msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/apidoc/_extension.py:110 #, 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" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "see %s" -msgstr "bakınız %s" +msgid "apidoc_modules item %i must have a 'destination' key" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "see also %s" -msgstr "ayrıca bakınız %s" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "unknown index entry type %r" -msgstr "bilinmeyen dizin girişi türü %r" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Semboller" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "image file not readable: %s" -msgstr "resim dosyası okunabilir değil: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "" -#: environment/collectors/asset.py:126 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "image file %s not readable: %s" -msgstr "%s resim dosyası okunabilir değil: %s" +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "" -#: environment/collectors/asset.py:163 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "download file not readable: %s" -msgstr "indirme dosyası okunabilir değil: %s" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/apidoc/_extension.py:210 #, 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?)" - -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "Yarıda kesildi!" - -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: _cli/util/errors.py:207 +#: ext/apidoc/_cli.py:28 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 "" +"\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." -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" +msgstr "belge için modüle giden yol" -#: _cli/util/errors.py:240 +#: ext/apidoc/_cli.py:50 msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "nesilden hariç tutmak için fnmatch-style dosyası ve/veya dizin şekilleri" -#: _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." +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" +msgstr "tüm çıktıların yerleştirileceği dizin" -#: 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: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)" -#: transforms/post_transforms/__init__.py:237 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" +msgstr "varolan dosyaların üzerine yaz" -#: transforms/post_transforms/__init__.py:299 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +#: 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ü." -#: transforms/post_transforms/__init__.py:305 -#, python-format -msgid "%r reference target not found: %s" -msgstr "" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "dosyaları oluşturmadan betiği çalıştır" -#: transforms/post_transforms/images.py:79 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +#: 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" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "\"_private\" modülleri dahil" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." -msgstr "Bilinmeyen resim biçimi: %s..." +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "içindekiler dosyası adı (varsayılan: modüller)" -#: builders/html/__init__.py:113 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML sayfaları %(outdir)s içinde." +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "içindekiler tablosu oluşturma" -#: builders/html/__init__.py:348 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "oluşturma bilgisi dosyasını okuma başarısız: %r" +#: 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)" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "modül belgelerini alt modül belgelerinin önüne koyun" -#: builders/html/__init__.py:366 -msgid "building [html]: " -msgstr "" +#: 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" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "dizin" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "dosya soneki (varsayılan: rst)" -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "sonraki" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart ile tam bir proje oluştur" -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "önceki" +#: 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" -#: builders/html/__init__.py:696 -msgid "generating indices" -msgstr "dizinler oluşturuluyor" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "uzantı seçenekleri" -#: builders/html/__init__.py:711 -msgid "writing additional pages" -msgstr "ilave sayfalar yazılıyor" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "" -#: builders/html/__init__.py:794 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " -msgstr "indirilebilir dosyalar kopyalanıyor..." - -#: builders/html/__init__.py:818 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "indirilebilir dosya %r kopyalanamıyor: %s" +msgid "%s is not a directory." +msgstr "%s bir dizin değil." -#: builders/html/__init__.py:864 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "cannot copy static file %r" -msgstr "sabit dosya %r kopyalanamıyor" - -#: builders/html/__init__.py:939 -msgid "copying extra files" -msgstr "fazladan dosyalar kopyalanıyor" +msgid "malformed string literal (missing opening quote): %s" +msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" -msgstr "fazladan dosya %r kopyalanamıyor..." +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "Örnek" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "oluşturma bilgisi dosyasını yazma başarısız: %r" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Örnekler" -#: 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 "arama dizini yüklenemedi, ancak tüm belgeler oluşturulmayacaktır: dizin tamamlanmamış olacaktır." +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "" -#: builders/html/__init__.py:1052 -#, 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" +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "Notlar" -#: builders/html/__init__.py:1216 -#, 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." +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "Diğer Parametreler" -#: builders/html/__init__.py:1224 -#, 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" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Parametreler" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" -msgstr "nesne envanteri dökümleniyor" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" -msgstr "%s içinde arama dizini dökümleniyor" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "Kaynaklar" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "geçersiz js_file: %r, yoksayıldı" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "Uyarılar" -#: builders/html/__init__.py:1342 -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:1041 +msgid "Yields" +msgstr "Getiriler" -#: builders/html/__init__.py:1346 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Bilinmeyen math_renderer %r verildi." +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autodoc/type_comment.py:154 #, 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" +msgid "Failed to parse type_comment for %r: %s" +msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path girişi %r mevcut değil" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" -#: builders/html/__init__.py:1380 +#: ext/autodoc/__init__.py:150 #, 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" +msgid "invalid value for member-order option: %s" +msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path girişi %r mevcut değil" +msgid "invalid value for class-doc-from option: %s" +msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "logo file %r does not exist" -msgstr "logo dosyası %r mevcut değil" +msgid "invalid signature for auto%s (%r)" +msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "favicon file %r does not exist" -msgstr "favicon dosyası %r mevcut değil" +msgid "error while formatting arguments for %s: %s" +msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autodoc/__init__.py:898 #, 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`." +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autodoc/__init__.py:1021 +#, python-format msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"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 "" -#: builders/html/__init__.py:1449 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "%s %s documentation" -msgstr "%s %s belgelendirmesi" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX dosyaları %(outdir)s içinde." - -#: 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 "\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:159 -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" - -#: builders/latex/__init__.py:170 -#, 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:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Yayım" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "TeX destek dosyaları kopyalanıyor" - -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "ilave dosyalar kopyalanıyor" - -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Bilinmeyen yapılandırma anahtarı: latex_elements[%r], yoksayıldı." - -#: builders/latex/__init__.py:544 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" - -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r, \"theme\" ayarına sahip değil" +msgid "Failed to get a function signature for %s: %s" +msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:1828 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r, \"%s\" ayarına sahip değil" - -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "önceki sayfadan devam" - -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "sonraki sayfaya devam" - -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Alfabetik olmayan" - -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Numaralar" - -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "sayfa" - -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1985 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" -msgstr "Örnek" - -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Örnekler" - -#: ext/napoleon/docstring.py:956 -msgid "Notes" -msgstr "Notlar" - -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" -msgstr "Diğer Parametreler" - -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" -msgstr "Kaynaklar" - -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "Uyarılar" - -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "Getiriler" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" #: ext/autosummary/__init__.py:284 #, python-format @@ -3768,451 +3608,641 @@ msgid "" "%(default)s)" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "Yarıda kesildi!" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:28 +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 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." +"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 "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "belge için modüle giden yol" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:240 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" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "tüm çıktıların yerleştirileceği dizin" +#: _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." -#: 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)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Yan çubuğu daralt" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" -msgstr "varolan dosyaların üzerine yaz" +#: 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 "İçindekiler" -#: ext/apidoc/_cli.py:91 +#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Git" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Kaynağı Göster" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "İçindekiler" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hızlı Arama" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Harfe göre dizin sayfaları" + +#: 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" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "çok büyük olabilir" + +#: themes/basic/search.html:20 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ü." +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Arama işlevini kullanabilmek için lütfen JavaScript'i\n etkinleştirin." -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "dosyaları oluşturmadan betiği çalıştır" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "" -#: 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" +#: themes/basic/search.html:35 +msgid "search" +msgstr "ara" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Gezinti" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s içinde ara" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Bu belgeler hakkında" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Telif hakkı" + +#: 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 "Son güncelleme: %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Bu Sayfa" + +#: 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" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "sonraki bölüm" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s ara" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Genel Bakış" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Hoş Geldiniz! Karşınızda" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "belgelendirme konusu: " + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "son güncelleme" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Dizinler ve tablolar:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Tam İçindekiler" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "\"_private\" modülleri dahil" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "tüm bölümleri ve alt bölümleri listeler" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "içindekiler dosyası adı (varsayılan: modüller)" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Arama Sayfası" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "içindekiler tablosu oluşturma" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "bu belgelendirmeyi ara" -#: 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)" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Genel Modül Dizini" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "modül belgelerini alt modül belgelerinin önüne koyun" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "tüm modüllere hızlı erişim" -#: 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" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "tüm işlevler, sınıflar, terimler" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "dosya soneki (varsayılan: rst)" +#: 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" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart ile tam bir proje oluştur" +#: themes/basic/changes/versionchanges.html:17 +#, 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" -#: 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" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Kütüphane değişiklikleri" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "proje adı (varsayılan: kök modül adı)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API'sindeki değişiklikler" -#: 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" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Diğer değişiklikler" -#: 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" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: 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" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Arama Sonuçları" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "uzantı seçenekleri" +#: themes/basic/static/searchtools.js:125 +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." -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "Aranıyor" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s bir dizin değil." +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "Aramaya hazırlanıyor..." -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ", şunun içinde:" -#: ext/apidoc/_extension.py:102 +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Arama Eşleşmelerini Gizle" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Yan çubuğu genişlet" + +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "dairesel toctree kaynakları algılandı, yoksayılan: %s <- %s" -#: ext/apidoc/_extension.py:110 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +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" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "see %s" +msgstr "bakınız %s" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" -msgstr "" +msgid "see also %s" +msgstr "ayrıca bakınız %s" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "unknown index entry type %r" +msgstr "bilinmeyen dizin girişi türü %r" -#: ext/apidoc/_extension.py:157 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "image file not readable: %s" +msgstr "resim dosyası okunabilir değil: %s" -#: ext/apidoc/_extension.py:178 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "%s resim dosyası okunabilir değil: %s" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "download file not readable: %s" +msgstr "indirme dosyası okunabilir değil: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +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?)" -#: ext/apidoc/_extension.py:247 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "Şablon Parametreleri" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_generate.py:69 -#, python-format -msgid "Would create file %s." -msgstr "%s dosyası oluşturur." +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" +msgstr "birliği" -#: ext/intersphinx/_resolve.py:49 -#, python-format -msgid "(in %s v%s)" -msgstr "(%s v%s içinde)" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "üyesi" -#: ext/intersphinx/_resolve.py:51 -#, python-format -msgid "(in %s)" -msgstr "(%s içinde)" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "türü" -#: ext/intersphinx/_resolve.py:108 -#, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "kavramı" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "enum" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "numaralandırıcı" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Değişkenler" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Harekete geçirir" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (%s modülü içinde)" -#: ext/intersphinx/_load.py:82 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (%s modülü içinde)" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:184 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (yerleşik değişken)" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:219 #, 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 "%s (built-in class)" +msgstr "%s (yerleşik sınıf)" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:220 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (%s içindeki sınıf)" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:285 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s sınıf yöntemi)" -#: ext/intersphinx/_load.py:134 +#: domains/python/__init__.py:287 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s sabit yöntemi)" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/python/__init__.py:440 +#, python-format +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_load.py:261 +#: domains/python/__init__.py:480 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python Modül Dizini" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "aşağıdaki sorunlardan dolayı envanterlerden herhangi birine ulaşılamadı:" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "modülleri" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx envanteri taşındı: %s -> %s" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Kullanım dışı" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "özel durum" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "sınıf yöntemi" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "sabit yöntemi" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/autodoc/__init__.py:898 +#: domains/python/__init__.py:814 #, python-format msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/autodoc/__init__.py:1021 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" +msgstr "çapraz referans %r için birden fazla hedef bulundu: %s" -#: ext/autodoc/__init__.py:1080 +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (kullanım dışı)" + +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "environment variable; %s" +msgstr "ortam değişkeni; %s" -#: ext/autodoc/__init__.py:1103 +#: domains/std/__init__.py:116 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "%s; configuration value" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:239 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "" +"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" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:319 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +msgid "%s command line option" +msgstr "%s komut satırı seçeneği" -#: 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 "" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "komut satırı seçeneği" -#: ext/autodoc/__init__.py:1828 +#: 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" + +#: 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" + +#: 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" + +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "sözlük terimi" + +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "dilbilgisi belirteci" + +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "başvuru etiketi" + +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "ortam değişkeni" + +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "program seçeneği" + +#: domains/std/__init__.py:735 +msgid "document" +msgstr "belge" + +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Modül Dizini" + +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "kopya %s açıklamasına ait %s, %s içindeki diğer örnek " -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig etkisizleştirildi. :numref: yoksayıldı." + +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" -msgstr "" +msgid "the link has no caption: %s" +msgstr "bağlantının resim yazısı yok: %s" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" -msgstr "" +msgid "invalid numfig_format: %s (%r)" +msgstr "geçersiz numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "" +msgid "invalid numfig_format: %s" +msgstr "geçersiz numfig_format: %s" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "değişkeni" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "makrosu" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo index 3a1a4a6d610..8e348a0de0a 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 0b66c812a91..a8e5f32aad3 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -19,141 +19,276 @@ msgstr "" "Language: uk_UA\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +296,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,257 +309,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python Enhancement Proposals; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -439,1047 +539,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"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 "" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" 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/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:187 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:452 -#, python-format -msgid "undocumented python function: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/coverage.py:473 +#: cmd/quickstart.py:519 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/imgconverter.py:44 +#: cmd/quickstart.py:530 #, 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" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:604 +msgid "Structure 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/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under 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" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: ext/todo.py:61 -msgid "Todo" -msgstr "Доробити" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:87 +#: cmd/quickstart.py:670 #, python-format -msgid "Invalid caption: %s" +msgid "enable %s extension" 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" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:686 +msgid "create makefile" 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" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" 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." +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Автор секції: " - -#: directives/other.py:205 -msgid "Module author: " -msgstr "Автор модуля: " - -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: directives/other.py:209 -msgid "Author: " -msgstr "Автор: " - -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:809 +#, python-format +msgid "Invalid template variable: %s" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)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 "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Вбудовані елементи" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "Рівень модуля" - -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:494 +#: cmd/build.py:357 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "cannot open warning file '%s': %s" msgstr "" -#: 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." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:551 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" +msgstr "%s() (вбудована функція)" -#: builders/__init__.py:558 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, 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 "%s() (%s method)" +msgstr "%s() (%s метод)" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (клас)" -#: builders/__init__.py:713 +#: domains/javascript.py:188 #, python-format -msgid "docnames to write: %s" +msgid "%s (global variable or constant)" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s атрибут)" -#: builders/__init__.py:728 -msgid "preparing documents" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "Повертає" -#: builders/epub3.py:84 +#: 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 "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s (module)" +msgstr "%s (модуль)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "функція" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "клас" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "атрибут" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "модуль" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "" - -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "" - -#: builders/texinfo.py:45 +#: domains/changeset.py:27 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgid "Changed in version %s" +msgstr "Змінено в версії %s" -#: builders/texinfo.py:89 +#: domains/changeset.py:28 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Застаріло починаючи з версії %s" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:29 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (в " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/math.py:73 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file Makefile: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:223 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%s (directive)" msgstr "" -#: builders/_epub_base.py:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +msgid "%s (role)" msgstr "" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/_epub_base.py:794 +#: domains/rst.py:262 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:347 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:352 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:358 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1550,2100 +1467,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 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: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 "Індекс" + +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:325 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:336 -#, python-format -msgid "The configuration has changed (%d options: %s, ...)" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " +msgstr "Автор секції: " + +#: directives/other.py:205 +msgid "Module author: " +msgstr "Автор модуля: " + +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: 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 "Індекс" +#: directives/other.py:209 +msgid "Author: " +msgstr "Автор: " -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:269 +msgid ".. acks content is not a list" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:61 +msgid "Todo" +msgstr "Доробити" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:154 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: writers/latex.py:1580 +#: ext/viewcode.py:359 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "numfig_format is not defined for %s" +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:148 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: 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/html5.py:558 -msgid "Link to this table" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: domains/__init__.py:322 +#: ext/imgmath.py:148 #, python-format -msgid "%s %s" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: domains/math.py:73 +#: ext/imgmath.py:167 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: domains/javascript.py:182 +#: ext/imgmath.py:326 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (вбудована функція)" +msgid "display latex %r: %s" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/imgmath.py:362 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s метод)" +msgid "inline latex %r: %s" +msgstr "" -#: domains/javascript.py:185 -#, python-format -msgid "%s() (class)" -msgstr "%s() (клас)" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: domains/javascript.py:187 +#: ext/imgconverter.py:44 #, python-format -msgid "%s (global variable or constant)" +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 "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s атрибут)" - -#: domains/javascript.py:273 -msgid "Arguments" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Повертає" - -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Тип повернення" - -#: domains/javascript.py:370 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s (module)" -msgstr "%s (модуль)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "функція" - -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "клас" - -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: 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 "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "атрибут" - -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "модуль" - -#: domains/javascript.py:454 +#: ext/doctest.py:118 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/changeset.py:26 +#: ext/doctest.py:124 #, python-format -msgid "Added in version %s" +msgid "'%s' is not a valid option." msgstr "" -#: domains/changeset.py:27 +#: ext/doctest.py:139 #, python-format -msgid "Changed in version %s" -msgstr "Змінено в версії %s" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/changeset.py:28 -#, python-format -msgid "Deprecated since version %s" -msgstr "Застаріло починаючи з версії %s" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "" -#: domains/changeset.py:29 +#: ext/doctest.py:297 #, python-format -msgid "Removed in version %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/doctest.py:451 #, python-format -msgid "%s (directive)" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: ext/doctest.py:568 #, python-format -msgid ":%s: (directive option)" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/rst.py:224 +#: ext/extlinks.py:82 #, python-format -msgid "%s (role)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/citation.py:75 +#: ext/graphviz.py:287 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/citation.py:92 +#: ext/graphviz.py:328 #, python-format -msgid "Citation [%s] is not referenced." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Увага" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Застереження" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Небезпека" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "Помилка" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Підказка" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "Важливо" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "Примітка" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "Дивись також" - -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Порада" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Попередження" +#: ext/graphviz.py:344 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: 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 "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (в " + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: cmd/quickstart.py:133 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Please enter one of %s." +msgid "cannot copy image file %r: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: cmd/quickstart.py:229 +#: builders/_epub_base.py:223 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "duplicated ToC entry found: %s" msgstr "" -#: 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)." +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:241 +#: builders/_epub_base.py:467 #, python-format -msgid "Selected root path: %s" +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: 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." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: 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." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "" - -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: 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." +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: 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 "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Вбудовані елементи" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Рівень модуля" + +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: 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." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: 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." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:367 +#: builders/epub3.py:84 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:530 +#: builders/gettext.py:243 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:416 #, python-format -msgid "enable %s extension" +msgid "%d found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: 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:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: 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:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: 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:730 -msgid "define a template variable" +#: 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:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:792 +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" + +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "" + +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "" + +#: builders/__init__.py:915 +#, python-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:809 +#: builders/singlehtml.py:35 #, python-format -msgid "Invalid template variable: %s" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: builders/singlehtml.py:171 +msgid "assembling single document" 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" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: 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 "Попередження" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:157 +#: transforms/i18n.py:348 +#, python-brace-format msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: 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 "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: 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:265 -msgid "turn warnings into errors" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: 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 "" -#: cmd/build.py:357 +#: util/nodes.py:454 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" 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" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %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 "Пошук" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Вперед" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Відобразити вихідний текст" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "" - -#: themes/basic/opensearch.xml:4 +#: util/rst.py:73 #, python-format -msgid "Search %(docstitle)s" -msgstr "Пошук %(docstitle)s" - -#: 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" +msgid "default role %s not found" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" 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:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "Загальний індекс" - -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "всі функції, класи, терміни" - -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "Ця сторінка" - -#: themes/basic/genindex-single.html:26 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "Index – %(key)s" +msgid "Could not fetch remote image: %s [%d]" 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/searchbox.html:4 -msgid "Quick search" -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/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/layout.html:18 -msgid "Navigation" -msgstr "Навігація" - -#: themes/basic/layout.html:115 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Шукати в %(docstitle)s" - -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "Про ці документи" +msgid "Unknown image format: %s..." +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "Авторські права" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: themes/basic/layout.html:201 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Востаннє оновлено %(last_updated)s." +msgid "%s:%s reference target not found: %s" +msgstr "" -#: themes/basic/layout.html:204 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "%r reference target not found: %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Будь-ласка вімкніть підтримку JavaScript, щоб ввікнути\n\"\n\" пошук." +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/basic/search.html:35 -msgid "search" -msgstr "пошук" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Приховати співпадіння пошуку" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "Результати пошуку" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" -#: 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." +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: 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] "" -msgstr[2] "" -msgstr[3] "" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Реліз" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/latex/theming.py:87 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/latex/theming.py:90 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: builders/latex/__init__.py:115 #, 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" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: 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 "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/latex/__init__.py:167 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (в модулі %s)" - -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (в модулі %s)" - -#: domains/python/__init__.py:182 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (вбудована змінна)" - -#: domains/python/__init__.py:217 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (вбудований клас)" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" -#: domains/python/__init__.py:218 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (клас в %s)" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" -#: domains/python/__init__.py:283 -#, python-format -msgid "%s() (%s class method)" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: domains/python/__init__.py:285 +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s статичний метод)" +msgid "logo file %r does not exist" +msgstr "" -#: domains/python/__init__.py:438 +#: builders/latex/__init__.py:529 #, python-format -msgid "%s (%s property)" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: domains/python/__init__.py:478 +#: builders/latex/__init__.py:537 #, python-format -msgid "%s (type alias in %s)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "модулі" - -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Застарілий" - -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "виняткова ситуація" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "статичний метод" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/python/__init__.py:818 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:386 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr " (застарілий)" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Загальний індекс" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "Параметри" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "індекс" -#: domains/python/_object.py:206 -msgid "Variables" +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "Викликає" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "наступний" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "попередній" + +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "член" - -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "тип" - -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:951 #, python-format -msgid "%s (C %s)" +msgid "cannot copy extra file %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:957 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to write build info file: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "макрос" - -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:1218 #, python-format -msgid "environment variable; %s" -msgstr "змінна оточення; %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 "" -#: domains/std/__init__.py:119 +#: builders/html/__init__.py:1231 #, python-format -msgid "%s; configuration value" +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:175 -msgid "Type" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:1280 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1323 #, python-format -msgid "%s command line option" +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: builders/html/__init__.py:1395 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: builders/html/__init__.py:1422 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "змінна оточення" - -#: domains/std/__init__.py:734 -msgid "program option" +#: 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/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "Індекс модулів" - -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1464 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "%s %s documentation" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" msgstr "" -#: domains/std/__init__.py:1124 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "(in %s)" msgstr "" -#: domains/std/__init__.py:1138 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "the link has no caption: %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1153 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/std/__init__.py:1157 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "invalid numfig_format: %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "undefined label: %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_load.py:60 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "see %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "see also %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "image file not readable: %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: environment/collectors/asset.py:126 -#, python-format -msgid "image file %s not readable: %s" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "download file not readable: %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: environment/collectors/toctree.py:259 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %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.:" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" 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." +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:133 +#, python-format +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: 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 "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:383 -#, python-format +#: ext/apidoc/_cli.py:50 msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" -msgstr "індекс" - -#: builders/html/__init__.py:560 -#, python-format -msgid "Logo of %s" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "наступний" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "попередній" - -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:160 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1216 -#, 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/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1385 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "logo file %r does not exist" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "favicon file %r does not exist" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/napoleon/docstring.py:190 #, 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:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s %s documentation" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: 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)." +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Параметри" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Реліз" - -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" - -#: ext/napoleon/docstring.py:895 -msgid "Example" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3737,481 +3575,673 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" -msgstr "" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +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/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Пошук" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Вперед" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Відобразити вихідний текст" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Швидкий пошук" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/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 "Будь-ласка вімкніть підтримку JavaScript, щоб ввікнути\n\"\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/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/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Пошук %(docstitle)s" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Огляд" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/generate.py:882 -#, python-format -msgid "custom template directory (default: %(default)s)" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:890 -#, python-format -msgid "document imported members (default: %(default)s)" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Індекси та таблиці:" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Повний Зміст" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "перелічити всі секції та підсекції" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" +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:19 +msgid "search this documentation" +msgstr "шукати цю документацію" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "" +#: 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" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "швидкий доступ до всіх модулів" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -msgstr "" +#: 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-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: 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." -msgstr "" +#: 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:99 -msgid "run the script without creating files" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Зміни в бібліотеці" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "зміни C API" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Інші зміни" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "Результати пошуку" -#: ext/apidoc/_cli.py:135 +#: themes/basic/static/searchtools.js:125 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:129 +#, 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:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: themes/basic/static/searchtools.js:267 +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:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "Приховати співпадіння пошуку" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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:214 -msgid "project version, 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:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/adapters/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" msgstr "" -#: ext/apidoc/_cli.py:240 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "enable %s extension, used when --full is given" +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:291 +#: environment/collectors/asset.py:98 #, python-format -msgid "%s is not a directory." +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:102 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i must be a dict" +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_extension.py:110 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i must have a 'path' key" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_extension.py:115 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_extension.py:133 +#: domains/cpp/__init__.py:302 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: 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 "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: 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 "" -#: ext/apidoc/_extension.py:192 -#, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:210 -#, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:247 -#, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Викликає" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:256 -#, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (в модулі %s)" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "(in %s v%s)" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (в модулі %s)" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:184 #, python-format -msgid "(in %s)" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (вбудована змінна)" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:219 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (вбудований клас)" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:220 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (клас в %s)" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:285 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:287 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s статичний метод)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:440 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:480 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "модулі" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Застарілий" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "виняткова ситуація" + +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "статичний метод" + +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr " (застарілий)" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "environment variable; %s" +msgstr "змінна оточення; %s" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:319 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "змінна оточення" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "Індекс модулів" + +#: domains/std/__init__.py:857 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: 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" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "макрос" + +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo index ea84f2268c9..486a3a6bbee 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 c389950421f..81b04aa2e32 100644 --- a/sphinx/locale/ur/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: ur\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:377 +#: cmd/quickstart.py:809 #, python-format -msgid "targets for %d source files that are out of date" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: 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 "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:551 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: cmd/build.py:357 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/xml.py:101 +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:45 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s() (%s method)" msgstr "" -#: 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)." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/javascript.py:374 #, python-format -msgid "cannot copy image file %r: %s" +msgid "%s (module)" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:244 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:266 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "targets for %d template files" +msgid ":%s: (directive option)" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:77 +#: domains/citation.py:75 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:149 +#: domains/citation.py:92 #, python-format -msgid "broken link: %s (%s)" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:358 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2666 +1466,2779 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +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 "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:344 #, python-format -msgid "Added in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:367 #, python-format -msgid "Changed in version %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Deprecated since version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Removed in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot copy image file %r: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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 "" -#: cmd/quickstart.py:604 -msgid "Structure 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 "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:549 #, python-format -msgid "enable %s extension" +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: 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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: 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" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:386 +#, 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" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:601 +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:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: 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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: 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:941 +msgid "copying extra files" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1054 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1218 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1231 #, python-format -msgid "Automatically generated list of changes in version %(version)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/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s() (in module %s)" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (in module %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (built-in variable)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (built-in class)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (class in %s)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s() (%s class method)" +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/__init__.py:285 +#: 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 static method)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:438 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "%s (%s property)" +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:478 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "%s (type alias in %s)" +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:82 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.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 "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/cpp/__init__.py:302 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "%s (C++ %s)" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 -#, python-format +#: ext/intersphinx/_load.py:311 msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:121 +#, python-format +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:242 -#, python-format +#: ext/apidoc/_cli.py:28 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"\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 "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "see also %s" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autosummary/__init__.py:284 #, 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 "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:384 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:404 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "failed to parse name %s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API 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:25 +msgid "Other changes" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:50 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" +#: themes/basic/static/searchtools.js:125 +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:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:129 +#, 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:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo index ab9182df44d..fc2630c8f9d 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 9fc4f9321ab..91550fabba4 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -19,141 +19,276 @@ msgstr "" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -161,12 +296,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -174,257 +309,222 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Các đề nghị nâng cao Python; PEP %s" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" #: project.py:72 @@ -439,1047 +539,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Các đề nghị nâng cao Python; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/coverage.py:148 -#, python-format +#: cmd/quickstart.py:396 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/coverage.py:158 +#: cmd/quickstart.py:406 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"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 "" -#: 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/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/coverage.py:187 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/coverage.py:260 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "Creating file %s." msgstr "" -#: ext/coverage.py:452 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "File %s already exists, skipping." msgstr "" -#: ext/coverage.py:473 -#, python-format -msgid "undocumented python class: %s :: %s" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/coverage.py:492 +#: cmd/quickstart.py:519 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:526 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" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 +#: cmd/quickstart.py:530 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:572 +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 "" -#: ext/graphviz.py:153 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: ext/graphviz.py:287 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: ext/graphviz.py:339 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: ext/graphviz.py:344 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: ext/graphviz.py:367 -#, python-format -msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 -#, python-format -msgid "dot code %r: %s" +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: ext/graphviz.py:493 ext/graphviz.py:501 -#, python-format -msgid "[graph: %s]" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: ext/todo.py:61 -msgid "Todo" +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: ext/todo.py:94 -#, python-format -msgid "TODO entry found: %s" +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: ext/todo.py:152 -msgid "<>" +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: ext/todo.py:154 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: ext/todo.py:166 -msgid "original entry" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: directives/code.py:66 -msgid "non-whitespace stripped by dedent" +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: directives/code.py:87 -#, python-format -msgid "Invalid caption: %s" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: directives/code.py:131 directives/code.py:297 directives/code.py:483 +#: cmd/quickstart.py:670 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "enable %s extension" msgstr "" -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" 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" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" 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." +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: directives/other.py:203 -msgid "Section author: " -msgstr "Tác giả mục:" +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" -#: 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 "" - -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/changes.py:29 +#: cmd/quickstart.py:809 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "Invalid template variable: %s" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: 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 "" -#: builders/changes.py:70 -msgid "Builtins" -msgstr "Dựng sẵn" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "" -#: builders/changes.py:72 -msgid "Module level" -msgstr "Mức mô-đun" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/manpage.py:45 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/__init__.py:494 +#: cmd/build.py:357 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "cannot open warning file '%s': %s" msgstr "" -#: 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." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/__init__.py:551 +#: domains/javascript.py:183 #, 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 "%s() (built-in function)" +msgstr "%s() (hàm dựng sẵn)" -#: builders/__init__.py:558 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, 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 "%s() (%s method)" +msgstr "%s() (phương thức %s)" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "" +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" +msgstr "%s() (lớp)" -#: builders/__init__.py:713 +#: domains/javascript.py:188 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (biến toàn cục hoặc hằng số)" -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" +#: domains/javascript.py:190 domains/python/__init__.py:380 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (thuộc tính %s)" -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "Đối số" -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "Ném" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -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ề" -#: builders/epub3.py:84 +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "Kiểu trả về" + +#: domains/javascript.py:374 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s (module)" +msgstr "%s (mô-đun)" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "hàm" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "phương thức" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "lớp" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "dữ liệu" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "thuộc tính" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "mô-đun" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 +#: domains/__init__.py:322 #, python-format -msgid "error writing file %s: %s" -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: builders/xml.py:101 +#: domains/changeset.py:26 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "Added in version %s" msgstr "" -#: builders/texinfo.py:45 +#: domains/changeset.py:27 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: 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 "" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +msgid "Changed in version %s" +msgstr "Thay đổi trong phiên bản %s" -#: builders/texinfo.py:89 +#: domains/changeset.py:28 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Sắp loại bỏ từ phiên bản %s" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 +#: domains/changeset.py:29 #, python-format -msgid "processing %s" -msgstr "" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "" - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr "(trong" - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/math.py:73 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/texinfo.py:230 +#: domains/math.py:128 writers/latex.py:2542 #, python-format -msgid "error writing file Makefile: %s" +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/_epub_base.py:223 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" +msgid "%s (directive)" +msgstr "%s (chỉ thị)" -#: builders/_epub_base.py:433 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid ":%s: (directive option)" msgstr "" -#: builders/_epub_base.py:464 +#: domains/rst.py:224 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "" - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "" +msgid "%s (role)" +msgstr "%s (vai trò)" -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" +#: domains/rst.py:234 +msgid "directive" +msgstr "chỉ thị" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "" +#: domains/rst.py:236 +msgid "role" +msgstr "vai trò" -#: builders/_epub_base.py:794 +#: domains/rst.py:262 #, python-format -msgid "writing %s file..." -msgstr "" - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/gettext.py:244 +#: domains/citation.py:75 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/gettext.py:266 +#: domains/citation.py:92 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "" - -#: builders/gettext.py:307 -msgid "writing message catalogs... " +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: builders/linkcheck.py:548 +#: environment/__init__.py:347 #, python-format -msgid "Anchor '%s' not found" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: builders/linkcheck.py:758 +#: environment/__init__.py:352 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/text.py:29 +#: environment/__init__.py:358 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format +#: environment/__init__.py:401 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:515 #, python-format -msgid "%b %d, %Y" -msgstr "%d/%m/%Y" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "" - -#: transforms/__init__.py:144 -msgid "no translated elements!" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1550,2097 +1467,2021 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" -msgstr "" +#: builders/html/__init__.py:489 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" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" - -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:493 +#: writers/html5.py:441 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:889 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "" +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "" -#: util/i18n.py:146 +#: 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 "" + +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "locale_dir %s does not exist" +msgid "[image: %s]" +msgstr "" + +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 -#, python-format -msgid "default role %s not found" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: util/inventory.py:147 +#: directives/code.py:314 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:156 #, python-format -msgid "[image: %s]" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: 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" +#: 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" msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:292 +msgid ".. hlist content is not a list" msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: ext/todo.py:61 +msgid "Todo" msgstr "" -#: writers/texinfo.py:1303 +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/todo.py:154 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:166 +msgid "original entry" msgstr "" -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/viewcode.py:295 +msgid "highlighting module code... " msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" +#: ext/viewcode.py:326 +msgid "[docs]" msgstr "" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/viewcode.py:352 +msgid "Module code" msgstr "" -#: writers/latex.py:1580 +#: ext/viewcode.py:359 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" +#: ext/viewcode.py:386 +msgid "Overview: module code" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "numfig_format is not defined for %s" +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:148 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: 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/html5.py:558 -msgid "Link to this table" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: domains/__init__.py:322 +#: ext/imgmath.py:148 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" -#: domains/math.py:73 +#: ext/imgmath.py:167 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: domains/javascript.py:182 +#: ext/imgmath.py:326 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (hàm dựng sẵn)" +msgid "display latex %r: %s" +msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: ext/imgmath.py:362 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (phương thức %s)" +msgid "inline latex %r: %s" +msgstr "" -#: domains/javascript.py:185 -#, python-format -msgid "%s() (class)" -msgstr "%s() (lớp)" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "" -#: domains/javascript.py:187 +#: ext/imgconverter.py:44 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (biến toàn cục hoặc hằng 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 "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (thuộc tính %s)" - -#: domains/javascript.py:273 -msgid "Arguments" -msgstr "Đối số" - -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" -msgstr "Ném" - -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" -msgstr "Trả về" - -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" -msgstr "Kiểu trả về" - -#: domains/javascript.py:370 -#, python-format -msgid "%s (module)" -msgstr "%s (mô-đun)" - -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" -msgstr "hàm" - -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" -msgstr "phương thức" - -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" -msgstr "lớp" - -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" -msgstr "dữ liệu" - -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" -msgstr "thuộc tính" - -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" -msgstr "mô-đun" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: domains/javascript.py:454 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/changeset.py:26 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Added in version %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/changeset.py:27 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "Changed in version %s" -msgstr "Thay đổi trong phiên bản %s" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: domains/changeset.py:28 +#: ext/doctest.py:118 #, python-format -msgid "Deprecated since version %s" -msgstr "Sắp loại bỏ từ phiên bản %s" +msgid "missing '+' or '-' in '%s' option." +msgstr "" -#: domains/changeset.py:29 +#: ext/doctest.py:124 #, python-format -msgid "Removed in version %s" +msgid "'%s' is not a valid option." msgstr "" -#: domains/rst.py:131 domains/rst.py:190 +#: ext/doctest.py:139 #, python-format -msgid "%s (directive)" -msgstr "%s (chỉ thị)" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: domains/rst.py:191 domains/rst.py:202 -#, python-format -msgid ":%s: (directive option)" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/rst.py:224 +#: ext/doctest.py:297 #, python-format -msgid "%s (role)" -msgstr "%s (vai trò)" - -#: domains/rst.py:234 -msgid "directive" -msgstr "chỉ thị" - -#: domains/rst.py:235 -msgid "directive-option" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/rst.py:236 -msgid "role" -msgstr "vai trò" - -#: domains/rst.py:262 +#: ext/doctest.py:451 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/citation.py:75 +#: ext/doctest.py:568 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/citation.py:92 +#: ext/extlinks.py:82 #, python-format -msgid "Citation [%s] is not referenced." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" -msgstr "Chú ý" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "Cảnh báo" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "Nguy hiểm" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: locale/__init__.py:231 -msgid "Error" -msgstr "Lỗi" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: locale/__init__.py:232 -msgid "Hint" -msgstr "Gợi ý" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" -#: locale/__init__.py:233 -msgid "Important" -msgstr "Quan trọng" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" -#: locale/__init__.py:234 -msgid "Note" -msgstr "Ghi chú" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: locale/__init__.py:235 -msgid "See also" -msgstr "Xem thêm" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "" -#: locale/__init__.py:236 -msgid "Tip" -msgstr "Mẹo" +#: ext/graphviz.py:339 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: locale/__init__.py:237 -msgid "Warning" -msgstr "Cảnh báo" +#: ext/graphviz.py:344 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: 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 "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr "(trong" + +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: cmd/quickstart.py:133 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Please enter one of %s." +msgid "cannot copy image file %r: %s" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: cmd/quickstart.py:229 +#: builders/_epub_base.py:223 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "duplicated ToC entry found: %s" msgstr "" -#: 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)." +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: cmd/quickstart.py:241 +#: builders/_epub_base.py:467 #, python-format -msgid "Selected root path: %s" +msgid "cannot write image file %r: %s" msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: 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." +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: 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." +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: 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." +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "Dựng sẵn" -#: 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 "" +#: builders/changes.py:77 +msgid "Module level" +msgstr "Mức mô-đun" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: 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." +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: 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." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/manpage.py:64 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: cmd/quickstart.py:367 +#: builders/epub3.py:84 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:406 -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." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 -#, python-format -msgid "Creating file %s." +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:530 +#: builders/gettext.py:243 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/__init__.py:383 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: cmd/quickstart.py:670 +#: builders/__init__.py:416 #, python-format -msgid "enable %s extension" +msgid "%d found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: 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:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: 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:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: 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:730 -msgid "define a template variable" +#: 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:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/build.py:74 +#: builders/__init__.py:915 +#, 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" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Chú ý" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Cảnh báo" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Nguy hiểm" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Lỗi" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Gợi ý" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Quan trọng" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Ghi chú" -#: cmd/build.py:212 -msgid "console output options" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Xem thêm" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Mẹo" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Cảnh báo" + +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: transforms/__init__.py:258 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:357 +#: util/i18n.py:100 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %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" +#: 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 "" -#: 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/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "Thực hiện" - -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "Hiển thị mã nguồn" - -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "Nội dung" - -#: themes/basic/opensearch.xml:4 +#: util/fileutil.py:76 #, python-format -msgid "Search %(docstitle)s" -msgstr "Tìm %(docstitle)s" - -#: 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" -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:507 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/basic/sourcelink.html:4 -msgid "This Page" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: themes/basic/genindex-single.html:26 +#: util/fileutil.py:89 #, python-format -msgid "Index – %(key)s" +msgid "Writing evaluated template result to %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/searchbox.html:4 -msgid "Quick search" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: 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/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/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" +#: util/display.py:87 +msgid "failed" +msgstr "" -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: util/osutil.py:131 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: themes/basic/layout.html:201 +#: util/docfields.py:103 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Cập nhật mới nhất vào %(last_updated)s." +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: themes/basic/layout.html:204 +#: util/nodes.py:454 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: 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." +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: 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." +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: 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] "" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: transforms/post_transforms/__init__.py:291 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:17 +#: transforms/post_transforms/__init__.py:297 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "%r reference target not found: %s" msgstr "" -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: 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" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (trong mô-đun %s)" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/latex/transforms.py:121 #, python-format -msgid "%s (in module %s)" -msgstr "%s (trong mô-đun %s)" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: domains/python/__init__.py:182 +#: builders/latex/transforms.py:487 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (biến dựng sẵn)" +msgid "No footnote was found for given reference node %r" +msgstr "" -#: domains/python/__init__.py:217 +#: builders/latex/theming.py:87 #, python-format -msgid "%s (built-in class)" -msgstr "%s (lớp dựng sẵn)" +msgid "%r doesn't have \"theme\" setting" +msgstr "" -#: domains/python/__init__.py:218 +#: builders/latex/theming.py:90 #, python-format -msgid "%s (class in %s)" -msgstr "%s (lớp trong %s)" +msgid "%r doesn't have \"%s\" setting" +msgstr "" -#: domains/python/__init__.py:283 +#: builders/latex/__init__.py:115 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (phương thức lớp %s)" +msgid "The LaTeX files are in %(outdir)s." +msgstr "" -#: domains/python/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (phương thức tĩnh %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 "" -#: domains/python/__init__.py:438 -#, python-format -msgid "%s (%s property)" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: domains/python/__init__.py:478 +#: builders/latex/__init__.py:167 #, python-format -msgid "%s (type alias in %s)" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Chỉ Mục Mô-đun Python" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "các mô-đun" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "Sắp loại bỏ" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "ngoại lệ" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "phương thức lớp" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" -msgstr "phương thức tĩnh" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: domains/python/__init__.py:818 +#: builders/html/__init__.py:115 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: domains/python/__init__.py:978 +#: builders/html/__init__.py:351 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr "(sắp loại bỏ)" - -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -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/cpp/__init__.py:159 -msgid "Template Parameters" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/html/__init__.py:386 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Chỉ mục chung" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "chỉ mục" + +#: builders/html/__init__.py:563 +#, python-format +msgid "Logo of %s" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -msgstr "thuộc tính" +#: builders/html/__init__.py:592 +msgid "next" +msgstr "xem tiếp" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -msgstr "kiểu" +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "xem lại" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: builders/html/__init__.py:698 +msgid "generating indices" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: domains/c/__init__.py:211 +#: builders/html/__init__.py:866 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/html/__init__.py:884 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "biến" - -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "macro" - -#: domains/c/__init__.py:753 -msgid "struct" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/html/__init__.py:936 #, python-format -msgid "environment variable; %s" -msgstr "các biến môi trường; %s" - -#: domains/std/__init__.py:119 -#, python-format -msgid "%s; configuration value" +msgid "cannot copy static file %r" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: builders/html/__init__.py:941 +msgid "copying extra files" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: domains/std/__init__.py:242 +#: builders/html/__init__.py:957 #, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: builders/html/__init__.py:1007 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: domains/std/__init__.py:319 +#: builders/html/__init__.py:1054 #, python-format -msgid "%s command line option" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: builders/html/__init__.py:1218 +#, 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 "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:1231 +#, 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:474 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "chú giải thuật ngữ" - -#: domains/std/__init__.py:730 -msgid "grammar token" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: builders/html/__init__.py:1375 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: builders/html/__init__.py:1380 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:857 +#: builders/html/__init__.py:1395 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:1400 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/std/__init__.py:1124 +#: builders/html/__init__.py:1422 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "favicon file %r does not exist" msgstr "" -#: domains/std/__init__.py:1138 +#: builders/html/__init__.py:1435 #, python-format -msgid "the link has no caption: %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 "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/std/__init__.py:1157 +#: builders/html/__init__.py:1464 #, python-format -msgid "invalid numfig_format: %s" -msgstr "" +msgid "%s %s documentation" +msgstr "Tài liệu %s %s" -#: domains/std/__init__.py:1453 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "undefined label: %r" +msgid "(in %s v%s)" msgstr "" -#: domains/std/__init__.py:1456 +#: ext/intersphinx/_resolve.py:51 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "(in %s)" msgstr "" -#: environment/adapters/toctree.py:324 +#: ext/intersphinx/_resolve.py:108 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:349 +#: ext/intersphinx/_resolve.py:118 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: environment/adapters/toctree.py:364 +#: ext/intersphinx/_resolve.py:383 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: environment/adapters/toctree.py:367 +#: ext/intersphinx/_resolve.py:392 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: environment/adapters/indexentries.py:123 +#: ext/intersphinx/_resolve.py:403 #, python-format -msgid "see %s" -msgstr "xem %s" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: environment/adapters/indexentries.py:133 +#: ext/intersphinx/_resolve.py:619 #, python-format -msgid "see also %s" -msgstr "nên xem %s" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/intersphinx/_load.py:60 #, python-format -msgid "unknown index entry type %r" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Biểu tượng" +#: ext/intersphinx/_load.py:71 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: environment/collectors/asset.py:98 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "image file not readable: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: environment/collectors/asset.py:126 +#: ext/intersphinx/_load.py:93 #, python-format -msgid "image file %s not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: environment/collectors/asset.py:163 +#: ext/intersphinx/_load.py:102 #, python-format -msgid "download file not readable: %s" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/intersphinx/_load.py:121 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: _cli/util/errors.py:207 +#: ext/intersphinx/_load.py:311 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.:" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %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." +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "%r reference target not found: %s" +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "Unknown image format: %s..." +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: builders/html/__init__.py:113 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: builders/html/__init__.py:348 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "Failed to read build info file: %r" +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: builders/html/__init__.py:366 -msgid "building [html]: " +#: ext/apidoc/_extension.py:192 +#, python-format +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: builders/html/__init__.py:383 +#: ext/apidoc/_extension.py:210 #, python-format -msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: builders/html/__init__.py:507 -msgid "index" -msgstr "chỉ mục" - -#: builders/html/__init__.py:560 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "Logo of %s" +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: builders/html/__init__.py:589 -msgid "next" -msgstr "xem tiếp" - -#: builders/html/__init__.py:598 -msgid "previous" -msgstr "xem lại" +#: ext/apidoc/_extension.py:257 +#, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: 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 "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: builders/html/__init__.py:794 -#, python-format -msgid "cannot copy image file '%s': %s" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: builders/html/__init__.py:818 -#, python-format -msgid "cannot copy downloadable file %r: %s" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: builders/html/__init__.py:864 -#, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: builders/html/__init__.py:882 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: builders/html/__init__.py:934 -#, python-format -msgid "cannot copy static file %r" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: builders/html/__init__.py:949 -#, python-format -msgid "cannot copy extra file %r" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: builders/html/__init__.py:955 -#, python-format -msgid "Failed to write build info file: %r" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: builders/html/__init__.py:1005 +#: ext/apidoc/_cli.py:135 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: builders/html/__init__.py:1052 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: builders/html/__init__.py:1216 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: builders/html/__init__.py:1224 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: builders/html/__init__.py:1265 -#, python-format -msgid "dumping search index in %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/html/__init__.py:1308 -#, python-format -msgid "invalid js_file: %r, ignored" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: builders/html/__init__.py:1346 -#, python-format -msgid "Unknown math_renderer %r is given." +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: builders/html/__init__.py:1360 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: builders/html/__init__.py:1365 -#, python-format -msgid "html_extra_path entry %r does not exist" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: builders/html/__init__.py:1385 -#, python-format -msgid "html_static_path entry %r does not exist" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "favicon file %r does not exist" +msgid "enable %s extension, used when --full is given" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/apidoc/_cli.py:291 #, 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 "%s is not a directory." msgstr "" -#: builders/html/__init__.py:1433 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: ext/napoleon/docstring.py:176 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: builders/html/__init__.py:1449 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "%s %s documentation" -msgstr "Tài liệu %s %s" - -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/napoleon/docstring.py:190 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/napoleon/docstring.py:197 +#, python-format +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: builders/latex/__init__.py:118 -#, python-format -msgid "The LaTeX files are in %(outdir)s." +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: 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)." +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "Các ví dụ" + +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/napoleon/docstring.py:956 +msgid "Notes" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "Tham số" + +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: ext/napoleon/docstring.py:1005 +msgid "References" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: builders/latex/__init__.py:544 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: builders/latex/transforms.py:121 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "Failed to get a docname for source %r!" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: builders/latex/transforms.py:487 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: builders/latex/theming.py:88 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: builders/latex/theming.py:91 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: ext/autodoc/__init__.py:898 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: ext/autodoc/__init__.py:1021 +#, 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 "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: ext/napoleon/docstring.py:176 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: ext/napoleon/docstring.py:183 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: ext/napoleon/docstring.py:190 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: ext/napoleon/docstring.py:197 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" -msgstr "Các ví dụ" - -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" #: ext/autosummary/__init__.py:284 @@ -3711,504 +3552,693 @@ msgstr "" msgid "[autosummary] writing to %s" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" +#: ext/autosummary/generate.py:637 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" + +#: ext/autosummary/generate.py:836 +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/autosummary/generate.py:858 +msgid "source files to generate rST files for" +msgstr "" + +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "" + +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:890 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "" + +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)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!" +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 "" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +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/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/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Thực hiện" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Hiển thị mã nguồn" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Nội dung" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "" + +#: 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-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/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." + +#: 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/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 "" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Tìm %(docstitle)s" + +#: 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" -#: ext/autosummary/generate.py:836 -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" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "tìm kiếm trong tài liệu này" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Chỉ Mục Mô-đun Toàn Cục" -#: ext/autosummary/generate.py:874 -#, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "truy cập nhanh tất cả các mô-đun" -#: ext/autosummary/generate.py:882 -#, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "tất cả các hàm, lớp, thuật ngữ" -#: ext/autosummary/generate.py:890 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:899 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" - -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "Failed to remove %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." +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)" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:91 +#: themes/basic/static/searchtools.js:125 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" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" 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/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:152 +#: environment/adapters/toctree.py:360 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" 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: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:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" +msgstr "xem %s" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" +msgstr "nên xem %s" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/adapters/indexentries.py:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: 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/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:291 +#: domains/cpp/__init__.py:302 #, python-format -msgid "%s is not a directory." +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" +msgstr "thuộc tính" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "kiểu" + +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "Các biến" + +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "Đưa ra" + +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:178 -#, python-format -msgid "apidoc_modules item %i '%s' must be an int" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (trong mô-đun %s)" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (trong mô-đun %s)" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (biến dựng sẵn)" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (lớp dựng sẵn)" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:220 #, python-format -msgid "Would create file %s." -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (lớp trong %s)" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:285 #, python-format -msgid "(in %s v%s)" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (phương thức lớp %s)" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s)" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (phương thức tĩnh %s)" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:440 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Chỉ Mục Mô-đun Python" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "các mô-đun" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "Sắp loại bỏ" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "ngoại lệ" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "phương thức lớp" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "phương thức tĩnh" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr "(sắp loại bỏ)" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "environment variable; %s" +msgstr "các biến môi trường; %s" -#: ext/intersphinx/_load.py:261 +#: domains/std/__init__.py:116 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:287 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:239 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/autodoc/__init__.py:150 +#: domains/std/__init__.py:319 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s command line option" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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 "" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "chú giải thuật ngữ" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:857 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1828 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1124 #, python-format -msgid "Bases: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1138 #, python-format -msgid "missing attribute %s in object %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1153 #, python-format -msgid "alias of %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of TypeVar(%s)" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1453 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/std/__init__.py:1456 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/type_comment.py:151 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: 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 "" diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.mo b/sphinx/locale/yue/LC_MESSAGES/sphinx.mo index 04b8543699f..99403ee2f1c 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 31fe701fb30..6f0c3980ac6 100644 --- a/sphinx/locale/yue/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/yue/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: yue\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:377 +#: cmd/quickstart.py:809 #, python-format -msgid "targets for %d source files that are out of date" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: 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 "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:551 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: cmd/build.py:357 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/xml.py:101 +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:45 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s() (%s method)" msgstr "" -#: 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)." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/javascript.py:374 #, python-format -msgid "cannot copy image file %r: %s" +msgid "%s (module)" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:244 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:266 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "targets for %d template files" +msgid ":%s: (directive option)" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:77 +#: domains/citation.py:75 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:149 +#: domains/citation.py:92 #, python-format -msgid "broken link: %s (%s)" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:358 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2665 +1466,2778 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +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 "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:344 #, python-format -msgid "Added in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:367 #, python-format -msgid "Changed in version %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Deprecated since version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Removed in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot copy image file %r: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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 "" -#: cmd/quickstart.py:604 -msgid "Structure 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 "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:549 #, python-format -msgid "enable %s extension" +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: 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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: 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" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:386 +#, 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" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:601 +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:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: 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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: 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] "" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1054 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1218 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1231 #, python-format -msgid "Automatically generated list of changes in version %(version)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/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s() (in module %s)" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (in module %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (built-in variable)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (built-in class)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (class in %s)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s() (%s class method)" +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/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:1464 #, python-format -msgid "%s (%s property)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:478 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "%s (type alias in %s)" +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:71 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:242 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +#: 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 "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %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 "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "unknown index entry type %r" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autosummary/__init__.py:284 #, 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 "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:384 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:404 -#, python-format -msgid "failed to parse name %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:874 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "default suffix for files (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -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/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %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." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:50 +#: themes/basic/static/searchtools.js:125 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"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:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js index 59f9b0f55f4..7b14a791860 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.js @@ -20,7 +20,7 @@ Documentation.addTranslations({ "Go": "\u63d0\u4ea4", "Hide Search Matches": "\u9690\u85cf\u641c\u7d22\u7ed3\u679c", "Index": "\u7d22\u5f15", - "Index – %(key)s": "\u7d22\u5f15 – %(key)s", + "Index – %(key)s": "\u7d22\u5f15 – %(key)s", "Index pages by letter": "\u5b57\u6bcd\u7d22\u5f15", "Indices and tables:": "\u7d22\u5f15\u548c\u8868\u683c\uff1a", "Last updated on %(last_updated)s.": "\u6700\u540e\u66f4\u65b0\u4e8e %(last_updated)s.", @@ -36,7 +36,9 @@ Documentation.addTranslations({ "Search": "\u641c\u7d22", "Search Page": "\u641c\u7d22\u9875\u9762", "Search Results": "\u641c\u7d22\u7ed3\u679c", - "Search finished, found ${resultCount} page(s) matching the search query.": "\u641c\u7d22\u5b8c\u6210\uff0c\u5339\u914d\u5230 ${resultCount} \u9875\u3002", + "Search finished, found one page matching the search query.": [ + "\u641c\u7d22\u5b8c\u6210\uff0c\u5339\u914d\u641c\u7d22\u6761\u4ef6\u7684\u6709 ${resultCount} \u4e2a\u9875\u9762\u3002" + ], "Search within %(docstitle)s": "\u5728 %(docstitle)s \u4e2d\u641c\u7d22", "Searching": "\u6b63\u5728\u641c\u7d22\u4e2d", "Searching for multiple words only shows matches that contain\n all words.": "\u5f53\u641c\u7d22\u591a\u4e2a\u5173\u952e\u8bcd\u65f6\uff0c\u53ea\u4f1a\u663e\u793a\u540c\u65f6\u5305\u542b\u6240\u6709\u5173\u952e\u8bcd\u7684\u5185\u5bb9\u3002", diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.mo index 4fd8ec7d497..b3d57548402 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 af0e5c248e4..b0537504469 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -1,10 +1,13 @@ # Translations template for Sphinx. -# Copyright (C) 2024 ORGANIZATION +# Copyright (C) 2025 ORGANIZATION # This file is distributed under the same license as the Sphinx project. # # Translators: # Adam Turner, 2023 # Yinian Chin , 2015,2017-2018 +# Alpha Du , 2025 +# Dormouse Young , 2024 +# Freesand Leo , 2024 # Hsiaoming Yang , 2018 # Izabel Wang , 2020 # Izabel Wang , 2020 @@ -19,140 +22,294 @@ # Komiya Takeshi , 2019,2021-2022 # Tower Joo, 2009 # wendi cao <651645601@qq.com>, 2020 -# Yinian Chin , 2013,2018,2020,2022-2023 +# Yinian Chin , 2013,2018,2020,2022-2024 # Yinian Chin , 2013 +# you sunshine, 2024 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-04-14 23:27+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Adam Turner, 2023\n" +"Last-Translator: Alpha Du , 2025\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.14.0\n" +"Generated-By: Babel 2.17.0\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:157 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "配置目录中缺少 conf.py 文件(%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "'%s' 必须为 '0' 或 '1' ,但得到 '%s'" + +#: config.py:390 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "不能覆盖字典配置项 %r,已忽略 (请用 %r 方式逐一修改字典成员)" + +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "%r 不是有效整数,配置项 %r 的值只能是整数,已忽略" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "无法用不支持的类型覆盖配置项 %r,已忽略" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "配置覆盖中包含未知的配置项 %r,已忽略" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "没有这个配置值: %r" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "配置项 %r 已存在" + +#: config.py:552 +#, python-format +msgid "" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "无法缓存不可 pickle 的配置值: %r (因为它包含函数,类或模块对象)" + +#: config.py:588 +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:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "配置文件中存在语法错误:%s\n" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "配置文件(或配置文件导入的模块)调用了 sys.exit()" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "配置文件中有程序上的错误:\n\n%s" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "无法将 %r 转换为 frozenset" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "正在转换 `source_suffix = %r` 为 `source_suffix = %r` 。" + +#: config.py:676 +#, 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)。" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "节 %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "图 %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "表 %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "列表 %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "配置项“{name}”的值只能在“{candidates}”中选取,而当前给定的值是“{current}”。" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "配置项“{name}”的值被配置成“{current.__name__}”类型,应为{permitted}。" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "配置项“{name}”的值被配置成“{current.__name__}”类型,默认为“{default.__name__}”。" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r 不存在,已忽略。" + +#: config.py:889 +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:903 +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 "" + +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "无法找到源文件目录(%s)" -#: sphinx/application.py:161 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "输出目录(%s)不是一个目录" -#: sphinx/application.py:165 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "源文件目录和目标目录不能是同一目录" -#: sphinx/application.py:197 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "正在运行 Sphinx v%s" -#: sphinx/application.py:219 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "该项目需要 Sphinx v%s 及以上版本,当前使用版本不能构建此文档。" -#: sphinx/application.py:235 +#: application.py:298 msgid "making output directory" msgstr "正在创建输出目录" -#: sphinx/application.py:240 sphinx/registry.py:450 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "在设置扩展名 %s 时:" -#: sphinx/application.py:246 +#: application.py:310 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "当前 conf.py 中定义的 'setup' 不是一个 Python 的可调用对象。请修改其定义为一个可调用的函数。当 conf.py 作为 Sphinx 扩展时,必须依此配置。" -#: sphinx/application.py:277 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "正在加载翻译 [%s]…" -#: sphinx/application.py:294 sphinx/util/display.py:85 +#: application.py:377 util/display.py:89 msgid "done" msgstr "完成" -#: sphinx/application.py:296 +#: application.py:379 msgid "not available for built-in messages" msgstr "没有找到内置信息的译文" -#: sphinx/application.py:310 +#: application.py:393 msgid "loading pickled environment" msgstr "正在加载 Pickle 序列化的环境" -#: sphinx/application.py:318 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "失败:%s" -#: sphinx/application.py:332 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "未选择构建器,默认使用:html" -#: sphinx/application.py:365 -msgid "succeeded" -msgstr "成功" +#: application.py:448 +msgid "build finished with problems." +msgstr "构建完成但存在问题。" -#: sphinx/application.py:366 -msgid "finished with problems" -msgstr "完成但存在问题" +#: application.py:450 +msgid "build succeeded." +msgstr "构建成功。" -#: sphinx/application.py:370 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "构建%s,%s 条警告(将警告视为错误)。" +#: application.py:455 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "构建完成但存在问题,1 条警告(将警告视为错误)。" -#: sphinx/application.py:372 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "构建%s,%s 条警告(将警告视为错误)。" +#: application.py:459 +msgid "build finished with problems, 1 warning." +msgstr "构建完成但存在问题,1 条警告。" -#: sphinx/application.py:375 +#: application.py:461 +msgid "build succeeded, 1 warning." +msgstr "构建成功,1 条警告。" + +#: application.py:467 #, python-format -msgid "build %s, %s warning." -msgstr "构建%s, %s 条警告。" +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "构建完成但存在问题,%s 条警告(将警告视为错误)。" -#: sphinx/application.py:377 +#: application.py:471 #, python-format -msgid "build %s, %s warnings." -msgstr "构建%s,%s 条警告。" +msgid "build finished with problems, %s warnings." +msgstr "构建完成但存在问题,%s 条警告。" -#: sphinx/application.py:381 +#: application.py:473 #, python-format -msgid "build %s." -msgstr "构建%s。" +msgid "build succeeded, %s warnings." +msgstr "构建成功,%s 条警告。" -#: sphinx/application.py:610 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "节点类 %r 已经注册过了,其访问者将被覆盖" -#: sphinx/application.py:689 +#: application.py:1128 #, python-format -msgid "directive %r is already registered, it will be overridden" -msgstr "指令 %r 已经注册过了,将被覆盖" +msgid "directive %r is already registered and will not be overridden" +msgstr "指令 %r 已经注册,不会被覆盖" -#: sphinx/application.py:711 sphinx/application.py:733 +#: application.py:1154 application.py:1182 #, python-format -msgid "role %r is already registered, it will be overridden" -msgstr "角色 %r 已经注册过了,将被覆盖" +msgid "role %r is already registered and will not be overridden" +msgstr "角色 %r 已经注册,不会被覆盖" -#: sphinx/application.py:1282 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +317,12 @@ msgid "" "explicit" msgstr "扩展 %s 没有声明是否并行读取安全,默认假定为否—请联系扩展作者检查是否支持该特性并显式声明" -#: sphinx/application.py:1286 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "扩展 %s 不是并行读取安全的" -#: sphinx/application.py:1289 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,2782 +330,3100 @@ msgid "" "explicit" msgstr "%s 扩展没有声明是否并行写入安全,默认假定为否—请联系扩展作者检查是否支持该特性并显式声明" -#: sphinx/application.py:1293 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "扩展 %s 不是并行写入安全的" -#: sphinx/application.py:1301 sphinx/application.py:1305 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "执行串行 %s" -#: sphinx/config.py:309 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "配置目录中缺少 conf.py 文件(%s)" - -#: sphinx/config.py:318 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "发现无效的配置值:“language = None”。请修改为有效的语言代码。回退至“en”(英语)。" - -#: sphinx/config.py:341 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "不能覆盖字典配置项 %r,已忽略 (请用 %r 方式逐一修改字典成员)" - -#: sphinx/config.py:350 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "%r 不是有效整数,配置项 %r 的值只能是整数,已忽略" - -#: sphinx/config.py:355 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "无法用不支持的类型覆盖配置项 %r,已忽略" - -#: sphinx/config.py:378 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "配置覆盖中包含未知的配置项 %r,已忽略" - -#: sphinx/config.py:418 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: sphinx/config.py:440 -#, python-format -msgid "Config value %r already present" -msgstr "配置项 %r 已存在" - -#: sphinx/config.py:473 -#, python-format -msgid "cannot cache unpickable configuration value: %r" -msgstr "" - -#: sphinx/config.py:509 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "配置文件中存在语法错误:%s\n" - -#: sphinx/config.py:512 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "配置文件(或配置文件导入的模块)调用了 sys.exit()" - -#: sphinx/config.py:519 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "配置文件中有程序上的错误:\n\n%s" - -#: sphinx/config.py:540 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: sphinx/config.py:565 -#, python-format -msgid "" -"The config value `source_suffix' expects a string, list of strings, or " -"dictionary. But `%r' is given." -msgstr "配置项“source_suffix”的值应为字符串、字符串列表或字典。但给定的值是“%r”。" - -#: sphinx/config.py:585 -#, python-format -msgid "Section %s" -msgstr "节 %s" - -#: sphinx/config.py:586 -#, python-format -msgid "Fig. %s" -msgstr "图 %s" - -#: sphinx/config.py:587 -#, python-format -msgid "Table %s" -msgstr "表 %s" - -#: sphinx/config.py:588 -#, python-format -msgid "Listing %s" -msgstr "列表 %s" - -#: sphinx/config.py:663 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "配置项“{name}”的值只能在“{candidates}”中选取,而当前给定的值是“{current}”。" - -#: sphinx/config.py:687 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "配置项“{name}”的值被配置成“{current.__name__}”类型,应为{permitted}。" - -#: sphinx/config.py:700 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "配置项“{name}”的值被配置成“{current.__name__}”类型,默认为“{default.__name__}”。" - -#: sphinx/config.py:711 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r 不存在,已忽略。" - -#: sphinx/config.py:723 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "自 v2.0 起,Sphinx 采用“index”作为 root_doc 的默认值。请在你的 conf.py 中添加“root_doc = 'contents'”。" - -#: sphinx/events.py:64 -#, python-format -msgid "Event %r already present" -msgstr "事件 %r 已存在" - -#: sphinx/events.py:70 -#, python-format -msgid "Unknown event name: %s" -msgstr "未知的事件名称:%s" - -#: sphinx/events.py:109 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "事件处理函数 %r 在处理事件 %r 时抛出了异常" - -#: sphinx/extension.py:55 +#: extension.py:58 #, python-format msgid "" "The %s extension is required by needs_extensions settings, but it is not " "loaded." msgstr "未能加载 needs_extensions 配置项指定的 %s 扩展。" -#: sphinx/extension.py:76 +#: 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/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "未知的 Pygments 词法分析器 %r" - -#: sphinx/highlighting.py:189 +#: events.py:81 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" +msgid "Event %r already present" +msgstr "事件 %r 已存在" -#: sphinx/project.py:66 +#: events.py:379 #, python-format -msgid "" -"multiple files found for the document \"%s\": %r\n" -"Use %r for the build." -msgstr "发现多个文件对应文档“%s”:%r\n将采用 %r 用于构建。" +msgid "Unknown event name: %s" +msgstr "未知的事件名称:%s" -#: sphinx/project.py:81 +#: events.py:424 #, python-format -msgid "Ignored unreadable document %r." -msgstr "" +msgid "Handler %r for event %r threw an exception" +msgstr "事件处理函数 %r 在处理事件 %r 时抛出了异常" -#: sphinx/registry.py:142 +#: registry.py:162 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "构建器 %s 未包含“name”属性" -#: sphinx/registry.py:144 +#: registry.py:166 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "构建器 %r 已存在(见模块 %s)" -#: sphinx/registry.py:157 +#: registry.py:182 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "构建器 %s 未注册或在入口点不可用" -#: sphinx/registry.py:164 +#: registry.py:192 #, python-format msgid "Builder name %s not registered" msgstr "构建器 %s 未注册" -#: sphinx/registry.py:171 +#: registry.py:199 #, python-format msgid "domain %s already registered" msgstr "域 %s 已经注册过了" -#: sphinx/registry.py:194 sphinx/registry.py:207 sphinx/registry.py:218 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format msgid "domain %s not yet registered" msgstr "域 %s 未注册" -#: sphinx/registry.py:198 +#: registry.py:230 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "指令 %r 已经在域 %s 上注册过了" -#: sphinx/registry.py:210 +#: registry.py:248 #, python-format msgid "The %r role is already registered to domain %s" msgstr "角色 %r 已经在域 %s 上注册过了" -#: sphinx/registry.py:221 +#: registry.py:261 #, python-format msgid "The %r index is already registered to domain %s" msgstr "索引 %r 已经在域 %s 上注册过了" -#: sphinx/registry.py:252 +#: registry.py:308 #, python-format msgid "The %r object_type is already registered" msgstr "对象类型 %r 已经注册过了" -#: sphinx/registry.py:278 +#: registry.py:339 #, python-format msgid "The %r crossref_type is already registered" msgstr "交叉引用类型 %r 已经注册过了" -#: sphinx/registry.py:285 +#: registry.py:348 #, python-format msgid "source_suffix %r is already registered" msgstr "源文件扩展名 %r 已经注册过了" -#: sphinx/registry.py:294 +#: registry.py:358 #, python-format msgid "source_parser for %r is already registered" msgstr "%r 的源文件解析器已经注册过了" -#: sphinx/registry.py:302 +#: registry.py:367 #, python-format msgid "Source parser for %s not registered" msgstr "未注册 %s 的源代码语法分析器" -#: sphinx/registry.py:318 +#: registry.py:388 #, python-format msgid "Translator for %r already exists" msgstr "翻译器已存在 %r" -#: sphinx/registry.py:334 +#: registry.py:405 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "add_node() 的关键字参数必须是 (visit, depart) 形式的函数元组:%r=%r" -#: sphinx/registry.py:417 +#: registry.py:498 #, python-format msgid "enumerable_node %r already registered" msgstr "可枚举节点 %r 已经注册过了" -#: sphinx/registry.py:429 +#: registry.py:514 #, python-format msgid "math renderer %s is already registered" msgstr "公式渲染器 %s 已经注册过了" -#: sphinx/registry.py:444 +#: registry.py:531 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "扩展 %r 自 Sphinx %s 版本起合并至 Sphinx;因此,该扩展被忽略。" -#: sphinx/registry.py:455 +#: registry.py:545 msgid "Original exception:\n" msgstr "原始异常:\n" -#: sphinx/registry.py:456 +#: registry.py:547 #, python-format msgid "Could not import extension %s" msgstr "无法导入扩展 %s" -#: sphinx/registry.py:461 +#: registry.py:554 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "扩展 %r 缺少 setup() 函数;它确实是一个 Sphinx 扩展模块吗?" -#: sphinx/registry.py:470 +#: registry.py:567 #, python-format msgid "" "The %s extension used by this project needs at least Sphinx v%s; it " "therefore cannot be built with this version." msgstr "该项目所用扩展 %s 需要 Sphinx %s 或以上版本;当前版本无法构建文档。" -#: sphinx/registry.py:478 +#: registry.py:579 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "扩展 %r 在其 setup() 函数中返回了一个不支持的对象;该函数应返回 None 或一个元数据字典" -#: sphinx/roles.py:201 +#: registry.py:605 +#, python-format +msgid "`None` is not a valid filetype for %r." +msgstr "`None` 不是有效的 %r 文件类型。" + +#: roles.py:206 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "通用漏洞及暴露;CVE %s" + +#: roles.py:229 +#, python-format +msgid "invalid CVE number %s" +msgstr "无效的 CVE 编号 %s" + +#: roles.py:251 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "通用缺陷枚举;CWE %s" + +#: roles.py:274 +#, python-format +msgid "invalid CWE number %s" +msgstr "无效的 CWE 编号 %s" + +#: roles.py:294 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python 增强建议;PEP %s" -#: sphinx/roles.py:222 +#: roles.py:317 #, python-format msgid "invalid PEP number %s" msgstr "无效的 PEP 编号%s" -#: sphinx/roles.py:257 +#: roles.py:355 #, python-format msgid "invalid RFC number %s" msgstr "无效的 RFC 编号 %s" -#: sphinx/theming.py:125 +#: highlighting.py:170 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "所有已找到的主题配置均未包含配置项 %s.%s" +msgid "Pygments lexer name %r is not known" +msgstr "未知的 Pygments 词法分析器 %r" -#: sphinx/theming.py:140 +#: highlighting.py:209 #, python-format -msgid "unsupported theme option %r given" -msgstr "不支持的主题选项 %r" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "在词法分析字面块 %r 为“%s”时,在词 %r 处遇到错误。正在以宽松模式重试。" -#: sphinx/theming.py:206 +#: project.py:72 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "主题路径对应的文件 %r 是一个无效的或不包含主题的 zip 文件" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "发现多个文件对应文档“%s”:%s\n将采用 %r 用于构建。" -#: sphinx/theming.py:226 +#: project.py:87 #, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgid "Ignored unreadable document %r." +msgstr "已忽略无法读取的文档 %r。" + +#: theming.py:117 +#, 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 获取值)。" + +#: theming.py:122 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "所有已找到的主题配置均未包含配置项 %s.%s" + +#: theming.py:137 +#, python-format +msgid "unsupported theme option %r given" +msgstr "不支持的主题选项 %r" + +#: theming.py:218 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "主题路径对应的文件 %r 是一个无效的或不包含主题的 zip 文件" + +#: theming.py:238 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "找不到名称为 %r 的主题(是否缺失 theme.toml ?)" -#: sphinx/theming.py:259 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" -msgstr "" +msgstr "%r 主題有循环继承" -#: sphinx/theming.py:262 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" -msgstr "" +msgstr "%r 主题继承了未加载的主题 %r。已加载的主题有:%s" -#: sphinx/theming.py:269 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" -msgstr "" +msgstr "%r 主题有太多祖先主题。" -#: sphinx/theming.py:295 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" -msgstr "" +msgstr "在 %r 中找不到主题配置文件" -#: sphinx/theming.py:323 sphinx/theming.py:374 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" -msgstr "" +msgstr "主题 %r 內沒有 \"theme\" 表格" -#: sphinx/theming.py:327 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" +msgstr "%r 主题的 \"[theme]\" 表格不是一个表格" -#: sphinx/theming.py:331 sphinx/theming.py:377 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" +msgstr "%r 主题必须定义 \"theme.inherit\" 配置项" -#: sphinx/theming.py:335 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgstr "%r 主题的 \"[options]\" 表格不是一个表格" -#: sphinx/theming.py:353 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" +msgstr "\"theme.pygments_style\" 配置项必须是一个表格。提示:\"%s\"" -#: sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "没有找到适合 %s 构建器的图像:%s(%s)" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "自动插入模块中的文档字符串" -#: sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "没有找到适合 %s 构建器的图像:%s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "自动运行 doctest 块中的测试代码片段" -#: sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "正在构建 [mo]: " +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "链接不同项目的 Sphinx 文档" -#: sphinx/builders/__init__.py:208 sphinx/builders/__init__.py:574 -#: sphinx/builders/__init__.py:601 -msgid "writing output... " -msgstr "正在写入输出……" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "编写在构建时可以选择显示、隐藏的“todo”条目" -#: sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "所有的 %d po 文件" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "检查文档覆盖率" -#: sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "指定了 %d 个 po 文件的目标文件" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "支持数学公式,渲染成 PNG 或 SVG 图像" -#: sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d 个 po 文件的目标文件已过期" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "支持数学公式,用 MathJax 在浏览器中渲染" -#: sphinx/builders/__init__.py:252 -msgid "all source files" -msgstr "所有源文件" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "基于配置值控制构建中包含哪些文档内容" -#: sphinx/builders/__init__.py:262 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "命令行给定的文件 %r 不存在" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "支持链接到文档涉及的 Python 对象源码" -#: sphinx/builders/__init__.py:267 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "源文件目录中不存在命令行给定的文件 %r,将被忽略" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "创建 .nojekyll 文件,用于在 GitHub Pages 服务发布文档" -#: sphinx/builders/__init__.py:273 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "命令行给定的文件 %r 不是有效文档,将被忽略" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "请输入有效的路径名。" -#: sphinx/builders/__init__.py:282 -#, python-format -msgid "%d source files given on command line" -msgstr "命令行给定了 %d 个源文件" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "请输入文本。" -#: sphinx/builders/__init__.py:294 +#: cmd/quickstart.py:133 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d 个源文件的目标文件已过期" +msgid "Please enter one of %s." +msgstr "请输入 %s 之一。" -#: sphinx/builders/__init__.py:309 sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " -msgstr "正在构建 [%s]: " +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "请输入“y”或“n”。" -#: sphinx/builders/__init__.py:316 -msgid "looking for now-outdated files... " -msgstr "正在查找当前已过期的文件……" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "请输入文件后缀,例如:“.rst”或者“.txt”。" -#: sphinx/builders/__init__.py:320 +#: cmd/quickstart.py:229 #, python-format -msgid "%d found" -msgstr "找到 %d 个已过期文件" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "欢迎使用 Sphinx %s 快速配置工具。" -#: sphinx/builders/__init__.py:322 -msgid "none found" -msgstr "没有找到已过期文件" +#: 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 "请输入接下来各项设定的值(如果方括号中指定了默认值,直接\n按回车即可使用默认值)。" -#: sphinx/builders/__init__.py:327 -msgid "pickling environment" -msgstr "正在 Pickle 序列化环境" +#: cmd/quickstart.py:241 +#, python-format +msgid "Selected root path: %s" +msgstr "已选择根路径:%s" -#: sphinx/builders/__init__.py:333 -msgid "checking consistency" -msgstr "正在校验一致性" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "输入文档的根路径。" -#: sphinx/builders/__init__.py:337 -msgid "no targets are out of date." -msgstr "没有过期的目标文件。" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "文档的根路径" -#: sphinx/builders/__init__.py:376 -msgid "updating environment: " -msgstr "正在更新环境:" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "错误:选择的根路径中已存在 conf.py 文件。" -#: sphinx/builders/__init__.py:397 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "有 %s 个新增文件,有 %s 个文件已被修改,有 %s 个文件已被移除" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart 不会覆盖已有的 Sphinx 项目。" -#: sphinx/builders/__init__.py:435 sphinx/builders/__init__.py:447 -msgid "reading sources... " -msgstr "正在读取源文件……" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "请输入新的根路径(或按回车退出)" -#: sphinx/builders/__init__.py:549 -#, python-format -msgid "docnames to write: %s" -msgstr "待写入文档名称:%s" +#: 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 "有两种方式来设置用于放置 Sphinx 输出的构建目录:\n一是在根路径下创建“_build”目录,二是在根路径下创建“source”\n和“build”两个独立的目录。" -#: sphinx/builders/__init__.py:558 sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "正在准备写入文档" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "独立的源文件和构建目录(y/n)" -#: sphinx/builders/__init__.py:561 -msgid "copying assets" -msgstr "正在复制资产文件" +#: 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 "这个选项将在根目录中创建两个新目录:\n“_templates”用于放置自定义 HTML 模板文件,“_static”用于自定义样\n式表及其他静态文件。您可以输入其他的前缀(比如“.”)代替下划线。" -#: sphinx/builders/_epub_base.py:215 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "发现重复的目录条目:%s" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "模板目录和静态目录的名称前缀" -#: sphinx/builders/_epub_base.py:404 sphinx/builders/html/__init__.py:758 -#: sphinx/builders/latex/__init__.py:432 sphinx/builders/texinfo.py:187 -msgid "copying images... " -msgstr "正在复制图像文件……" +#: cmd/quickstart.py:297 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "项目名称将会出现在文档的许多地方。" -#: sphinx/builders/_epub_base.py:411 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "无法读取图像文件 %r:改为直接复制" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "项目名称" -#: sphinx/builders/_epub_base.py:417 sphinx/builders/html/__init__.py:766 -#: sphinx/builders/latex/__init__.py:440 sphinx/builders/texinfo.py:197 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "无法复制图像文件 %r:%s" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "作者名称" -#: sphinx/builders/_epub_base.py:434 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "无法写入图像文件 %r:%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 中,会区分“版本”和“发行版本”两个概念。同一版本可以\n有多个发行版本。例如,Python 版本可以是 2.5 或 3.0,而发行版\n本则是 2.5.1 或 3.0a1。如果你不需要这样的双重版本结构,请把这\n两个选项设置为相同值。" -#: sphinx/builders/_epub_base.py:444 -msgid "Pillow not found - copying image files" -msgstr "未找到 Pillow - 正在复制图像文件" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "项目版本" -#: sphinx/builders/_epub_base.py:470 -msgid "writing mimetype file..." -msgstr "正在写入 mimetype 文件……" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "项目发行版本" -#: sphinx/builders/_epub_base.py:475 -msgid "writing META-INF/container.xml file..." -msgstr "正在写入 META-INF/container.xml 文件……" +#: 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 "如果用英语以外的语言编写文档,\n你可以在此按语言代码选择语种。\nSphinx 会把内置文本翻译成相应语言的版本。\n\n支持的语言代码列表见:\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language。" -#: sphinx/builders/_epub_base.py:508 -msgid "writing content.opf file..." -msgstr "正在写入 content.opf 文件……" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "项目语种" -#: sphinx/builders/_epub_base.py:539 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "%s 的 MIME 类型未知,已忽略" +#: 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 "源文件的文件名后缀。一般是“.txt”或“.rst”。只有此后缀的文件才会\n被视为文档的源文件。" -#: sphinx/builders/_epub_base.py:686 -msgid "writing toc.ncx file..." -msgstr "正在写入 toc.ncx 文件……" +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "源文件后缀" -#: sphinx/builders/_epub_base.py:711 -#, python-format -msgid "writing %s file..." -msgstr "正在写入 %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 "有一种特殊的文档被视作“目录树”的树顶节点,即文档层级结构的\n根。通常情况下,这个文档是“index”,但是如果你的“index”文档\n使用了自定义模板,你也可以使用其它文件名。" -#: sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "概览文件保存在 %(outdir)s 目录 。" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "主文档文件名(不含后缀)" -#: sphinx/builders/changes.py:59 +#: cmd/quickstart.py:367 #, python-format -msgid "no changes in version %s." -msgstr "%s 版本中没有做出修改。" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "错误:选择的根目录下已存在主文档文件 %s。" -#: sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "正在写入摘要文件……" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart 不会覆盖已有的文件。" -#: sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "内置模块" +#: cmd/quickstart.py:377 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "请输入新文件名,若要重命名现有文件请按回车" -#: sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "模块级" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "指出下列 Sphinx 扩展中,需要启用的有哪些:" -#: sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "正在复制源文件……" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "注意:imgmath 和 mathjax 不能同时启用。已取消选择 imgmath。" -#: sphinx/builders/changes.py:130 +#: cmd/quickstart.py:406 +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:411 +msgid "Create Makefile? (y/n)" +msgstr "是否创建 Makefile?(y/n)" + +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "是否创建 Windows 批处理文件?(y/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "could not read %r for changelog creation" -msgstr "无法读取用于创建变更记录的 %r" +msgid "Creating file %s." +msgstr "正在创建文件 %s。" -#: sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "伪构建器不生成文件。" +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#, python-format +msgid "File %s already exists, skipping." +msgstr "文件 %s 已存在,已跳过。" + +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "完成:已创建初始目录结构。" -#: sphinx/builders/epub3.py:81 +#: cmd/quickstart.py:519 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub 文件保存在 %(outdir)s。" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "你现在可以填写主文档文件 %s 然后创建其他文档源文件了。 " -#: sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "正在写入 nav.xhtml 文件……" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "像这样用 Makefile 构建文档:\n  make builder" -#: sphinx/builders/epub3.py:211 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_language”(或“language”)的值不能为空" +#: cmd/quickstart.py:530 +#, 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/builders/epub3.py:215 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_uid”的值应为 XML 名称格式的字符串" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "此处的“builder”代指支持的构建器名称,比如 html、latex 或 linkcheck。" -#: sphinx/builders/epub3.py:218 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_title”(或“html_title”)的值不能为空" +#: cmd/quickstart.py:572 +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 的示例 Makefile。\n" -#: sphinx/builders/epub3.py:222 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_author”的值不能为空" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "想要了解更多信息,请访问 。" -#: sphinx/builders/epub3.py:225 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_contributor”的值不能为空" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "静默模式" -#: sphinx/builders/epub3.py:228 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_description”的值不能为空" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "项目根目录" -#: sphinx/builders/epub3.py:231 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_publisher”的值不能为空" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "目录结构选项" -#: sphinx/builders/epub3.py:234 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_copyright”(或“copyright”)不能为空" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "如果指定了此选项,将分别建立源文件目录和构建目录" -#: sphinx/builders/epub3.py:238 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_identifier”的值不能为空" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "如果指定了此选项,在源文件目录下创建构建目录" -#: sphinx/builders/epub3.py:241 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“version”的值不能为空" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "用句点替代“ _templates”等文件夹名称中的下划线。" -#: sphinx/builders/epub3.py:255 sphinx/builders/html/__init__.py:1187 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "无效的 css_file:%r,已忽略" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "项目基本参数" -#: sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "消息目录保存在 %(outdir)s 目录。" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "项目名称" -#: sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" -msgstr "%d 个模板文件的目标文件" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "作者名称" -#: sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "正在读取模板……" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "项目版本" -#: sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "正在写入消息目录... " +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "项目发行版本" -#: sphinx/builders/linkcheck.py:59 -#, 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:651 +msgid "document language" +msgstr "项目语种" -#: sphinx/builders/linkcheck.py:137 -#, python-format -msgid "broken link: %s (%s)" -msgstr "损坏的链接:%s(%s)" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "源文件后缀" -#: sphinx/builders/linkcheck.py:660 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "无法编译 linkcheck_allowed_redirects 配置项中的正则表达式:%r %s" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "主文档名" -#: sphinx/builders/manpage.py:37 +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "启用 ePub 支持" + +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "扩展程序选项" + +#: cmd/quickstart.py:670 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "手册页保存在 %(outdir)s 目录。" +msgid "enable %s extension" +msgstr "启用 %s 扩展" -#: sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "未找到“man_pages”配置项,不会写入手册页" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "启用多个扩展" -#: sphinx/builders/latex/__init__.py:314 sphinx/builders/manpage.py:53 -#: sphinx/builders/singlehtml.py:165 sphinx/builders/texinfo.py:112 -msgid "writing" -msgstr "正在写入" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "创建 Makefile 和批处理文件" -#: sphinx/builders/manpage.py:68 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "配置项“man_pages”引用的文档 %s 不存在" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "创建 Makefile" -#: sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML 页面保存在 %(outdir)s 目录。" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "不创建 Makefile" -#: sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "正在装配成单页面文档" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "创建批处理文件" -#: sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "正在写入附加文件" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "不创建批处理文件" + +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "Makefile/make.bat 采用 Sphinx 的 make 模式" + +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "项目模板" + +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "放置模板文件的模板目录" + +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "定义一个模板变量" -#: sphinx/builders/texinfo.py:48 +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "指定了“quiet”,但是没有指定“project”和“author”。" + +#: cmd/quickstart.py:785 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "错误:指定的路径不是一个目录,或是 Sphinx 文件已存在。" + +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart 只会在空目录中生成文件。请指定一个新的根路径。" + +#: cmd/quickstart.py:809 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo 文件保存在 %(outdir)s 目录。" +msgid "Invalid template variable: %s" +msgstr "无效模板变量:%s" + +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "并发任务数应为正值" -#: sphinx/builders/texinfo.py:50 +#: cmd/build.py:74 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”即可自动执行上述操作)。" +"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”中读取配置。“sphinx-quickstart”工具可以生\n成包括“conf.py”在内的模板文件。\n\nsphinx-build 可以生成多种格式的文档。在命令行中指定构建器名称即可\n选择文档格式,默认是 HTML。构建器也可以执行文档处理相关的其他\n任务。\n\n默认只会重新构建过期内容。如果指定了文件名,那么只会产生这些文件\n的输出。\n" -#: sphinx/builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "未找到“texinfo_documents”配置项,不会写入文档" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "文档源文件的路径" -#: sphinx/builders/texinfo.py:85 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "配置项“texinfo_documents”引用了文档 %s 不存在" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "输出目录的路径" -#: sphinx/builders/latex/__init__.py:296 sphinx/builders/texinfo.py:108 -#, python-format -msgid "processing %s" -msgstr "正在处理 %s" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(可选)要重新构建的文件列表。如果指定了 --write-all 参数则忽略此项。" -#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:161 -msgid "resolving references..." -msgstr "正在解析引用……" +#: cmd/build.py:114 +msgid "general options" +msgstr "通用选项" -#: sphinx/builders/latex/__init__.py:380 sphinx/builders/texinfo.py:171 -msgid " (in " -msgstr " (在 " +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "要使用的构建器(默认:“html”)" -#: sphinx/builders/texinfo.py:202 -msgid "copying Texinfo support files" -msgstr "正在复制 Texinfo 支持文件" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "在可能的情况下以 N 个进程并行运行。值为“auto”时为 CPU 核心数量。" -#: sphinx/builders/texinfo.py:206 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "写入 Makefile 文件时出错:%s" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "写入所有文件(默认:只写入新文件和修改过的文件)" -#: sphinx/builders/text.py:30 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "文本文件保存在 %(outdir)s 目录。" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "不使用已保存的环境,始终读取全部文件" -#: sphinx/builders/html/__init__.py:1138 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:96 -#, python-format -msgid "error writing file %s: %s" -msgstr "写入文件 %s 时发生错误:%s" +#: cmd/build.py:150 +msgid "path options" +msgstr "路径选项" + +#: cmd/build.py:157 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "文档树和环境文件的目录(默认:OUTPUT_DIR/.doctrees)" + +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "配置文件(conf.py)的目录(默认:SOURCE_DIR)" + +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "不使用配置文件,仅使用 -D 选项指定的配置" + +#: 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 的“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 "输出更详细的日志(甚至可能重复)" -#: sphinx/builders/xml.py:36 +#: 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 "The XML files are in %(outdir)s." -msgstr "XML 文件保存在 %(outdir)s 目录。" +msgid "cannot open warning file '%s': %s" +msgstr "无法打开警告文件 '%s': %s" -#: sphinx/builders/xml.py:109 +#: 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 形式" + +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "伪 XML 文件保存在 %(outdir)s。" +msgid "%s() (built-in function)" +msgstr "%s() (内置函数)" -#: sphinx/builders/html/__init__.py:130 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "build info file is broken: %r" -msgstr "构建信息文件损坏:%r" +msgid "%s() (%s method)" +msgstr "%s() (%s 方法)" -#: sphinx/builders/html/__init__.py:168 +#: domains/javascript.py:186 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML 页面保存在 %(outdir)s 目录。" +msgid "%s() (class)" +msgstr "%s()(类)" -#: sphinx/builders/html/__init__.py:394 +#: domains/javascript.py:188 #, python-format -msgid "Failed to read build info file: %r" -msgstr "读取构建信息文件失败:%r" +msgid "%s (global variable or constant)" +msgstr "%s(全局变量或常量)" -#: sphinx/builders/html/__init__.py:487 sphinx/builders/latex/__init__.py:189 -#: sphinx/transforms/__init__.py:119 sphinx/writers/manpage.py:101 -#: sphinx/writers/texinfo.py:227 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "%b %d, %Y" -msgstr "%Y 年 %m 月 %d 日" +msgid "%s (%s attribute)" +msgstr "%s(%s 属性)" -#: sphinx/builders/html/__init__.py:506 sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "总索引" +#: domains/javascript.py:274 +msgid "Arguments" +msgstr "参数" -#: sphinx/builders/html/__init__.py:506 -msgid "index" -msgstr "索引" +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" +msgstr "抛出" -#: sphinx/builders/html/__init__.py:579 -msgid "next" -msgstr "下一页" +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" +msgstr "返回" -#: sphinx/builders/html/__init__.py:588 -msgid "previous" -msgstr "上一页" +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" +msgstr "返回类型" -#: sphinx/builders/html/__init__.py:684 -msgid "generating indices" -msgstr "正在生成索引" +#: domains/javascript.py:374 +#, python-format +msgid "%s (module)" +msgstr "%s(模块)" -#: sphinx/builders/html/__init__.py:699 -msgid "writing additional pages" -msgstr "正在写入附加页面" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" +msgstr "函数" -#: sphinx/builders/html/__init__.py:776 -msgid "copying downloadable files... " -msgstr "正在复制可下载文件……" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" +msgstr "方法" -#: sphinx/builders/html/__init__.py:784 +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" +msgstr "类" + +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" +msgstr "数据" + +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" +msgstr "属性" + +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" +msgstr "模块" + +#: domains/javascript.py:458 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "无法复制可下载文件 %r:%s" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "重复的 %s描述 %s,其他的 %s 描述出现在 %s" -#: sphinx/builders/html/__init__.py:817 sphinx/builders/html/__init__.py:829 +#: domains/__init__.py:322 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "无法复制 html_static_file 中的文件:%s: %r" +msgid "%s %s" +msgstr "%s %s" -#: sphinx/builders/html/__init__.py:850 -msgid "copying static files" -msgstr "正在复制静态文件" +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" +msgstr "在 %s 版本加入" -#: sphinx/builders/html/__init__.py:866 +#: domains/changeset.py:27 #, python-format -msgid "cannot copy static file %r" -msgstr "无法复制静态文件 %r" +msgid "Changed in version %s" +msgstr "在 %s 版本发生变更" -#: sphinx/builders/html/__init__.py:871 -msgid "copying extra files" -msgstr "正在复制额外文件" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" +msgstr "自 %s 版本弃用" -#: sphinx/builders/html/__init__.py:877 +#: domains/changeset.py:29 #, python-format -msgid "cannot copy extra file %r" -msgstr "无法复制额外文件 %r" +msgid "Removed in version %s" +msgstr "在版本 %s 移除" -#: sphinx/builders/html/__init__.py:884 +#: domains/math.py:73 #, python-format -msgid "Failed to write build info file: %r" -msgstr "写入构建信息文件失败:%r" +msgid "duplicate label of equation %s, other instance in %s" +msgstr "重复的公式标签 %s,另一公式出现在 %s" -#: sphinx/builders/html/__init__.py:933 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "无法加载搜索索引,不会构建所有文档:索引将不完整。" +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "无效的 math_eqref_format:%r" -#: sphinx/builders/html/__init__.py:978 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "页面 %s 同时符合两条 html_sidebars 规则:%r 和 %r" +msgid "%s (directive)" +msgstr "%s(指令)" -#: sphinx/builders/html/__init__.py:1121 +#: domains/rst.py:191 domains/rst.py:202 #, 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 字符串。" +msgid ":%s: (directive option)" +msgstr ":%s:(指令选项)" -#: sphinx/builders/html/__init__.py:1126 +#: domains/rst.py:224 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "渲染页面 %s 时发生了错误。\n原因:%r" +msgid "%s (role)" +msgstr "%s(角色)" -#: sphinx/builders/html/__init__.py:1154 -msgid "dumping object inventory" -msgstr "正在导出对象清单" +#: domains/rst.py:234 +msgid "directive" +msgstr "指令" -#: sphinx/builders/html/__init__.py:1162 -#, python-format -msgid "dumping search index in %s" -msgstr "正在导出 %s 的搜索索引" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "指令-选项" -#: sphinx/builders/html/__init__.py:1210 +#: domains/rst.py:236 +msgid "role" +msgstr "角色" + +#: domains/rst.py:262 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "无效的 js_file:%r,已忽略" +msgid "duplicate description of %s %s, other instance in %s" +msgstr "重复的 %s %s 描述,另一描述出现在 %s" -#: sphinx/builders/html/__init__.py:1238 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "注册了多个 math_renderer,但没有选择 math_renderer。" +#: domains/citation.py:75 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "重复的引文 %s,另一引文出现在 %s" -#: sphinx/builders/html/__init__.py:1241 +#: domains/citation.py:92 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "给定的 math_renderer %r 不存在。" +msgid "Citation [%s] is not referenced." +msgstr "引文 [%s] 没有被引用过。" + +#: environment/__init__.py:88 +msgid "new config" +msgstr "新配置" -#: sphinx/builders/html/__init__.py:1249 +#: environment/__init__.py:89 +msgid "config changed" +msgstr "配置发生了变化" + +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "扩展发生了变化" + +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "构建环境版本与当前环境不符" + +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "源文件目录发生了变化" + +#: environment/__init__.py:347 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path 入口 %r 不存在" +msgid "The configuration has changed (1 option: %r)" +msgstr "配置已改变 (1 个选项: %r)" -#: sphinx/builders/html/__init__.py:1253 +#: environment/__init__.py:352 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path 入口 %r 被置于输出目录内" +msgid "The configuration has changed (%d options: %s)" +msgstr "配置已改变 (%d 个选项: %s)" -#: sphinx/builders/html/__init__.py:1262 +#: environment/__init__.py:358 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path 入口 %r 不存在" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "配置已改变 (%d 个选项: %s, ...)" + +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "本环境与选择的构建器不兼容,请选择其他的文档树目录。" -#: sphinx/builders/html/__init__.py:1266 +#: environment/__init__.py:515 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path 入口 %r 置于输出目录内" +msgid "Failed to scan documents in %s: %r" +msgstr "无法在 %s 中扫描文档:%r" -#: sphinx/builders/html/__init__.py:1275 sphinx/builders/latex/__init__.py:444 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "logo file %r does not exist" -msgstr "logo 文件 %r 不存在" +msgid "Domain %r is not registered" +msgstr "未注册的域 %r" -#: sphinx/builders/html/__init__.py:1284 +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "文档没有加入到任何目录树中" + +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "目录树存在自引用,已忽略。" + +#: environment/__init__.py:941 #, python-format -msgid "favicon file %r does not exist" -msgstr "favicon 文件 %r 不存在" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "文档在多个 toctree 中被引用: %s, 选择: %s <- %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 "选项" + +#: _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/ 。" + +#: _cli/__init__.py:171 +#, python-brace-format +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: 错误: {1}\n运行“{0} --help”获取帮助信息" + +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr " 用 Sphinx 管理文档。" + +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "显示版本并退出。" + +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "显示此信息并退出。" -#: sphinx/builders/html/__init__.py:1291 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "Sphinx 不再支持 HTML 4。(在配置项中检测到了“html4_writer=True”)" +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "日志" -#: sphinx/builders/html/__init__.py:1306 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s 文档" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "增加日志详细级别(可以重复叠加)" -#: sphinx/builders/latex/__init__.py:115 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTex 文件保存在 %(outdir)s 目录。" +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "只打印错误和警告。" -#: sphinx/builders/latex/__init__.py:117 -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”即可自动执行上述操作)。" +#: _cli/__init__.py:225 +msgid "No output at all" +msgstr "完全没有输出" -#: sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "未找到“latex_documents”配置项,不会写入文档" +#: _cli/__init__.py:231 +msgid "" +msgstr "" + +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "参见 'sphinx --help' 。\n" -#: sphinx/builders/latex/__init__.py:160 +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "配置项“latex_documents”引用的文档 %s 不存在" +msgid "%b %d, %Y" +msgstr "%Y 年 %m 月 %d 日" -#: sphinx/builders/latex/__init__.py:196 sphinx/domains/std/__init__.py:559 -#: sphinx/domains/std/__init__.py:571 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:497 +#: builders/latex/__init__.py:203 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 "索引" -#: sphinx/builders/latex/__init__.py:199 sphinx/templates/latex/latex.tex_t:91 -msgid "Release" -msgstr "发行版本" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "在节、话题、表格、警示或边栏以外的位置发现标题节点" -#: sphinx/builders/latex/__init__.py:213 sphinx/writers/latex.py:370 -#, python-format -msgid "no Babel option known for language %r" -msgstr "没有语种 %r 的 Babel 选项" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "脚注" -#: sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "正在复制 TeX 支持文件" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "在图示之外发现了图题。" -#: sphinx/builders/latex/__init__.py:410 -msgid "copying TeX support files..." -msgstr "正在复制 TeX 支持文件……" +#: writers/texinfo.py:1303 +#, python-format +msgid "unimplemented node type: %r" +msgstr "未实现的节点类型:%r" -#: sphinx/builders/latex/__init__.py:423 -msgid "copying additional files" -msgstr "正在复制附加文件" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "链接到此定义。" -#: sphinx/builders/latex/__init__.py:466 +#: writers/html5.py:431 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "未知配置项:latex_elements[%r],已忽略。" +msgid "numfig_format is not defined for %s" +msgstr "未定义 %s 的 numfig_format" -#: sphinx/builders/latex/__init__.py:474 +#: writers/html5.py:441 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "未知主题选项:latex_theme_options[%r],已忽略。" +msgid "Any IDs not assigned for %s node" +msgstr "没有给 %s 节点分配 ID" -#: sphinx/builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r 中缺少“theme”配置项" +#: writers/html5.py:496 +msgid "Link to this term" +msgstr "链接到此术语。" + +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "链接到此标题。" -#: sphinx/builders/latex/theming.py:90 +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "链接到此表格。" + +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r 中缺少“%s”配置项" +msgid "unsupported rubric heading level: %s" +msgstr "不支持的红字标题等级:%s" -#: sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "无法获取文档名称!" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "链接到此段代码" -#: sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" -msgstr "无法获取文档源码 {source!r} 的文档名称!" +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "链接到此图片" -#: sphinx/builders/latex/transforms.py:482 -#, python-format -msgid "No footnote was found for given reference node %r" -msgstr "给定的引用节点 %r 没有对应的脚注" +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "链接到此目录树" -#: sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "构建时抛出异常,正在启动调试器:" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "无法获取图像尺寸,已忽略 :scale: 选项。" -#: sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "已中断!" +#: writers/manpage.py:288 writers/text.py:945 +#, python-format +msgid "[image: %s]" +msgstr "[图片: %s]" -#: sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "reST 标记错误:" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[图片]" -#: sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "编码错误:" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "未知的 %r toplevel_sectioning 被用于 %r 类" -#: sphinx/cmd/build.py:72 sphinx/cmd/build.py:87 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "如果你想向开发者报告问题,可以查阅已经保存在 %s 的完整 Traceback 信息 。" +msgid "no Babel option known for language %r" +msgstr "没有语种 %r 的 Babel 选项" -#: sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "递归错误:" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr ":mathdepth: 值过大,已忽略。" -#: 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 "Python 中默认递归层数上限为 1000,可以像这样在 conf.py 中增大这一上限,请谨慎修改:" +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "没有找到 %s 模板;使用传统模板 %s 代替" -#: sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "抛出异常:" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "文档标题不是一个单纯文本节点" -#: sphinx/cmd/build.py:90 +#: writers/latex.py:1200 msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "即便抛出的错误时是用户导致的,也请向我们投递报告,以便将来可以提示更友好、更详细的错误信息。" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "同时指定了 tabularcolumns 和 :widths: 选项,已忽略 :widths:。" -#: sphinx/cmd/build.py:93 +#: writers/latex.py:1230 +#, python-format msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "Bug 报告可以在 Bug 追踪系统 处投递。谢谢!" +"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 "" -#: sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "并发任务数应为正值" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "无效的量纲单位 %s,已忽略。" -#: sphinx/cmd/build.py:117 sphinx/cmd/quickstart.py:474 -#: sphinx/ext/apidoc.py:317 sphinx/ext/autosummary/generate.py:689 -msgid "For more information, visit ." -msgstr "想要了解更多信息,请访问 。" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "发现未知的索引条目类型 %s" -#: sphinx/cmd/build.py:118 +#: 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 中的文件生成文档,并保存在 OUTPUTDIR。\n它从 SOURCEDIR 的“conf.py”中读取配置。“sphinx-quickstart”工具可以生\n成包括“conf.py”在内的模板文件。\n\nsphinx-build 可以生成多种格式的文档。在命令行中指定构建器名称即可\n选择文档格式,默认是 HTML。构建器也可以执行文档处理相关的其他\n任务。\n\n默认只会重新构建过期内容。如果指定了文件名,那么只会产生这些文件\n的输出。\n" +"\":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”选项现在会将绝对路径视为源文件目录的相对路径。请更新你的文档内容。" -#: sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "文档源文件的路径" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "取消缩进操作清除了空白字符" -#: sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "输出目录的路径" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "无效的标题:%s" -#: sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -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" +msgstr "指定的行号超出范围(1-%d):%r" -#: sphinx/cmd/build.py:146 -msgid "general options" -msgstr "通用选项" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "“%s”和“%s”选项不可联用" -#: sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" -msgstr "" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "包括文件 '%s' 未找到或读取失败" -#: sphinx/cmd/build.py:152 +#: directives/code.py:235 +#, 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 "用编码格式 %r 读取包含的文件 '%s' 可能不正确,请尝试给定 :encoding: 选项" -#: sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" -msgstr "写入所有文件(默认:只写入新文件和修改过的文件)" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "对象 %r 未出现在包含文件 %r 中" -#: sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" -msgstr "不使用已保存的环境,始终读取全部文件" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "不能在不连续的“lines”上使用“lineno-match”选项" -#: sphinx/cmd/build.py:161 -msgid "path options" -msgstr "" +#: directives/code.py:314 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "指定的行 %r:未能从包含文件 %r 中拉取指定的行" -#: sphinx/cmd/build.py:163 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "目录树 glob 规则 %r 未能匹配到文档" -#: sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: directives/other.py:153 environment/adapters/toctree.py:372 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "目录树中引用了已排除的文档 %r" -#: sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "目录树中引用的文档 %r 不存在" -#: sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" -msgstr "覆盖配置文件中的配置项" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "目录树中存在重复的条目:%s" -#: sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" -msgstr "向 HTML 模板传值" +#: directives/other.py:203 +msgid "Section author: " +msgstr "节作者: " -#: sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "定义标签,把涉及标签 TAG 的“only”块纳入到构建中" +#: directives/other.py:205 +msgid "Module author: " +msgstr "模块作者: " -#: sphinx/cmd/build.py:182 -msgid "nit-picky mode: warn about all missing references" -msgstr "" +#: directives/other.py:207 +msgid "Code author: " +msgstr "代码作者: " -#: sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "控制台输出选项" +#: directives/other.py:209 +msgid "Author: " +msgstr "作者: " -#: sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" -msgstr "输出更详细的日志(甚至可能重复)" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. acks 的内容不是列表" -#: sphinx/cmd/build.py:189 sphinx/ext/apidoc.py:340 -msgid "no output on stdout, just warnings on stderr" -msgstr "不输出到 stdout,只在 stderr 上输出警告" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist 的内容不是列表" -#: sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "无任何输出,甚至不会输出警告" +#: ext/todo.py:61 +msgid "Todo" +msgstr "待处理" -#: sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "着色输出(默认:自动检测)" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "发现待处理条目:%s" -#: sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" -msgstr "不着色输出(默认:自动检测)" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "" +#: ext/todo.py:154 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> 见 %s,第 %d 行。)" -#: sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "把警告(以及错误)信息写入给定的文件" +#: ext/todo.py:166 +msgid "original entry" +msgstr "原始条目" -#: sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "把警告视为错误" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[源代码]" -#: sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "正在高亮模块代码……" -#: sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -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 "概览:模块代码" -#: sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "发生异常时运行 Pdb" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

代码可用的所有模块

" -#: sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "-a 选项和文件名不能同时使用" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "无效的正则表达式 %r 出现在 %s" -#: sphinx/cmd/build.py:276 +#: ext/coverage.py:140 ext/coverage.py:301 #, python-format -msgid "cannot open warning file %r: %s" -msgstr "无法打开用于保存警告信息的文件 %r:%s" +msgid "module %s could not be imported: %s" +msgstr "无法导入模块 %s:%s" -#: sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" -msgstr "-D 选项的参数必须是 name=value 形式" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "下列模块有对应文档但未在 coverage_modules 中列出:%s" -#: sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" -msgstr "-A 选项的参数必须是 name=value 形式" +#: ext/coverage.py:158 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "下列模块在 coverage_modules 中列出但没有对应文档" -#: sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -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 "源文件中的覆盖率测试已完成,请查看 %(outdir)s{sep}python.txt 中的结果。" -#: sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "自动运行 doctest 块中的测试代码片段" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "coverage_c_regexes 中有无效的正则表达式 %r" -#: sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "链接不同项目的 Sphinx 文档" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "缺少文档的 C API:%s [%s] 在 %s 文件中" -#: sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "编写在构建时可以选择显示、隐藏的“todo”条目" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "缺少文档的 Python 函数: %s :: %s" -#: sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "检查文档覆盖率" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "缺少文档的 Python 类:%s :: %s" -#: sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "支持数学公式,渲染成 PNG 或 SVG 图像" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "缺少文档的 Python 方法:%s :: %s :: %s" -#: sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "支持数学公式,用 MathJax 在浏览器中渲染" +#: 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 的设置" -#: sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "基于配置值控制构建中包含哪些文档内容" +#: 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 的设置" -#: sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" -msgstr "支持链接到文档涉及的 Python 对象源码" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "显示 LaTeX %r:%s" -#: sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "创建 .nojekyll 文件,用于在 GitHub Pages 服务发布文档" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "内联 LaTeX %r:%s" -#: sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." -msgstr "请输入有效的路径名。" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "链接到此公式" -#: sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -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" -#: sphinx/cmd/quickstart.py:116 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "Please enter one of %s." -msgstr "请输入 %s 之一。" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "格式转换发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "请输入“y”或“n”。" +#: ext/imgconverter.py:83 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "无法运行格式转换命令 %r,请检查 image_converter 的设置" -#: sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "请输入文件后缀,例如:“.rst”或者“.txt”。" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "为“%s”一节增加标签“%s”" -#: sphinx/cmd/quickstart.py:208 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "欢迎使用 Sphinx %s 快速配置工具。" +msgid "duplicate label %s, other instance in %s" +msgstr "重复的标签 %s,另一标签出现在 %s" -#: sphinx/cmd/quickstart.py:210 -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按回车即可使用默认值)。" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "“%s”选项中缺少“+”或“-”。" -#: sphinx/cmd/quickstart.py:215 +#: ext/doctest.py:124 #, python-format -msgid "Selected root path: %s" -msgstr "已选择根路径:%s" +msgid "'%s' is not a valid option." +msgstr "无效的选项“%s”。" -#: sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." -msgstr "输入文档的根路径。" +#: ext/doctest.py:139 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "无效的 pyversion 选项“%s”" -#: sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" -msgstr "文档的根路径" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "无效的 TestCode 类型" -#: sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "错误:选择的根路径中已存在 conf.py 文件。" +#: 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 中,请查阅。" -#: sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart 不会覆盖已有的 Sphinx 项目。" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "块 %s 没有代码或没有输出,该块出现在 %s:%s" -#: sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "请输入新的根路径(或按回车退出)" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "已忽略无效的文档代码:%r" -#: sphinx/cmd/quickstart.py:235 +#: ext/extlinks.py:82 +#, 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 "有两种方式来设置用于放置 Sphinx 输出的构建目录:\n一是在根路径下创建“_build”目录,二是在根路径下创建“source”\n和“build”两个独立的目录。" - -#: sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" -msgstr "独立的源文件和构建目录(y/n)" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "可以用 extlink 替换硬编码链接 %r(请尝试改用 %r)" -#: sphinx/cmd/quickstart.py:242 +#: ext/duration.py:90 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式表及其他静态文件。您可以输入其他的前缀(比如“.”)代替下划线。" +"====================== slowest reading durations =======================" +msgstr "====================== 最长读取耗时 =======================" -#: sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" -msgstr "模板目录和静态目录的名称前缀" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "不能同时指定 Graphviz 指令的内容和文件名参数" -#: sphinx/cmd/quickstart.py:249 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "项目名称将会出现在文档的许多地方。" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "外部 Graphviz 文件 %r 不存在或读取失败" -#: sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "项目名称" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "已忽略无内容的“graphviz”指令。" -#: sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" -msgstr "作者名称" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "必须设置 graphviz_dot 可执行程序的路径!%r" -#: sphinx/cmd/quickstart.py:256 +#: ext/graphviz.py:328 +#, 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 "在 Sphinx 中,会区分“版本”和“发行版本”两个概念。同一版本可以\n有多个发行版本。例如,Python 版本可以是 2.5 或 3.0,而发行版\n本则是 2.5.1 或 3.0a1。如果你不需要这样的双重版本结构,请把这\n两个选项设置为相同值。" - -#: sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "项目版本" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "无法运行 dot 命令 %r(为输出 graphviz 所必需),请检查 graphviz_dot 的设置" -#: sphinx/cmd/quickstart.py:263 -msgid "Project release" -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" -#: sphinx/cmd/quickstart.py:267 +#: ext/graphviz.py:344 +#, 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你可以在此按语言代码选择语种。\nSphinx 会把内置文本翻译成相应语言的版本。\n\n支持的语言代码列表见:\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language。" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot 未生成输出文件:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "项目语种" +#: 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" -#: sphinx/cmd/quickstart.py:281 -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/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" +msgstr "dot 代码 %r: %s" -#: sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "源文件后缀" +#: 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 "[图表]" + +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo 文件保存在 %(outdir)s 目录。" -#: sphinx/cmd/quickstart.py:287 +#: builders/texinfo.py:44 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使用了自定义模板,你也可以使用其它文件名。" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\n在该目录下运行“make”命令以通过 makeinfo 处理这些 Texinfo 文件\n(在此处用“make info”即可自动执行上述操作)。" -#: sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" -msgstr "主文档文件名(不含后缀)" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "未找到“texinfo_documents”配置项,不会写入文档" -#: sphinx/cmd/quickstart.py:296 +#: builders/texinfo.py:85 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "错误:选择的根目录下已存在主文档文件 %s。" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "配置项“texinfo_documents”引用了文档 %s 不存在" -#: sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart 不会覆盖已有的文件。" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "正在处理 %s" -#: sphinx/cmd/quickstart.py:300 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "请输入新文件名,若要重命名现有文件请按回车" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "正在写入" -#: sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "指出下列 Sphinx 扩展中,需要启用的有哪些:" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "正在解析引用……" -#: sphinx/cmd/quickstart.py:312 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "注意:imgmath 和 mathjax 不能同时启用。已取消选择 imgmath。" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (在 " -#: sphinx/cmd/quickstart.py:318 -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。" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +msgstr "正在复制图像文件……" -#: sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" -msgstr "是否创建 Makefile?(y/n)" +#: 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" -#: sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" -msgstr "是否创建 Windows 批处理文件?(y/n)" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "正在复制 Texinfo 支持文件" -#: sphinx/cmd/quickstart.py:368 sphinx/ext/apidoc.py:93 +#: builders/texinfo.py:218 #, python-format -msgid "Creating file %s." -msgstr "正在创建文件 %s。" +msgid "error writing file Makefile: %s" +msgstr "写入 Makefile 文件时出错:%s" -#: sphinx/cmd/quickstart.py:373 sphinx/ext/apidoc.py:90 +#: builders/_epub_base.py:223 #, python-format -msgid "File %s already exists, skipping." -msgstr "文件 %s 已存在,已跳过。" +msgid "duplicated ToC entry found: %s" +msgstr "发现重复的目录条目:%s" -#: sphinx/cmd/quickstart.py:418 -msgid "Finished: An initial directory structure has been created." -msgstr "完成:已创建初始目录结构。" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "无法读取图像文件 %r:改为直接复制" -#: sphinx/cmd/quickstart.py:420 +#: builders/_epub_base.py:467 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "你现在可以填写主文档文件 %s 然后创建其他文档源文件了。 " +msgid "cannot write image file %r: %s" +msgstr "无法写入图像文件 %r:%s" -#: sphinx/cmd/quickstart.py:423 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "像这样用 Makefile 构建文档:\n  make builder" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "未找到 Pillow - 正在复制图像文件" -#: sphinx/cmd/quickstart.py:426 -#, 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" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "正在写入 mimetype 文件……" -#: sphinx/cmd/quickstart.py:428 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "此处的“builder”代指支持的构建器名称,比如 html、latex 或 linkcheck。" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "正在写入 META-INF/container.xml 文件……" -#: sphinx/cmd/quickstart.py:464 -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 的示例 Makefile。\n" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "正在写入 content.opf 文件……" -#: sphinx/cmd/quickstart.py:479 -msgid "quiet mode" -msgstr "静默模式" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "%s 的 MIME 类型未知,已忽略" -#: sphinx/cmd/quickstart.py:484 -msgid "project root" -msgstr "项目根目录" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "节点具有无效的级别" -#: sphinx/cmd/quickstart.py:486 -msgid "Structure options" -msgstr "目录结构选项" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "正在写入 toc.ncx 文件……" -#: sphinx/cmd/quickstart.py:488 -msgid "if specified, separate source and build dirs" -msgstr "如果指定了此选项,将分别建立源文件目录和构建目录" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." +msgstr "正在写入 %s 文件……" -#: sphinx/cmd/quickstart.py:490 -msgid "if specified, create build dir under source dir" -msgstr "如果指定了此选项,在源文件目录下创建构建目录" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML 文件保存在 %(outdir)s 目录。" -#: sphinx/cmd/quickstart.py:492 -msgid "replacement for dot in _templates etc." -msgstr "用句点替代“ _templates”等文件夹名称中的下划线。" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" +msgstr "写入文件 %s 时发生错误:%s" -#: sphinx/cmd/quickstart.py:494 -msgid "Project basic options" -msgstr "项目基本参数" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "伪 XML 文件保存在 %(outdir)s。" -#: sphinx/cmd/quickstart.py:496 -msgid "project name" -msgstr "项目名称" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "概览文件保存在 %(outdir)s 目录 。" -#: sphinx/cmd/quickstart.py:498 -msgid "author names" -msgstr "作者名称" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "%s 版本中没有做出修改。" -#: sphinx/cmd/quickstart.py:500 -msgid "version of project" -msgstr "项目版本" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "正在写入摘要文件……" -#: sphinx/cmd/quickstart.py:502 -msgid "release of project" -msgstr "项目发行版本" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "内置模块" -#: sphinx/cmd/quickstart.py:504 -msgid "document language" -msgstr "项目语种" +#: builders/changes.py:77 +msgid "Module level" +msgstr "模块级" -#: sphinx/cmd/quickstart.py:506 -msgid "source file suffix" -msgstr "源文件后缀" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "正在复制源文件……" -#: sphinx/cmd/quickstart.py:508 -msgid "master document name" -msgstr "主文档名" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "无法读取用于创建变更记录的 %r" -#: sphinx/cmd/quickstart.py:510 -msgid "use epub" -msgstr "启用 ePub 支持" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "手册页保存在 %(outdir)s 目录。" -#: sphinx/cmd/quickstart.py:512 -msgid "Extension options" -msgstr "扩展程序选项" +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "未找到“man_pages”配置项,不会写入手册页" -#: sphinx/cmd/quickstart.py:516 sphinx/ext/apidoc.py:400 +#: builders/manpage.py:64 #, python-format -msgid "enable %s extension" -msgstr "启用 %s 扩展" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "配置项“man_pages”引用的文档 %s 不存在" -#: sphinx/cmd/quickstart.py:518 sphinx/ext/apidoc.py:396 -msgid "enable arbitrary extensions" -msgstr "启用多个扩展" +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ePub 文件保存在 %(outdir)s。" -#: sphinx/cmd/quickstart.py:520 -msgid "Makefile and Batchfile creation" -msgstr "创建 Makefile 和批处理文件" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "正在写入 nav.xhtml 文件……" -#: sphinx/cmd/quickstart.py:522 -msgid "create makefile" -msgstr "创建 Makefile" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_language”(或“language”)的值不能为空" -#: sphinx/cmd/quickstart.py:524 -msgid "do not create makefile" -msgstr "不创建 Makefile" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_uid”的值应为 XML 名称格式的字符串" -#: sphinx/cmd/quickstart.py:526 -msgid "create batchfile" -msgstr "创建批处理文件" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_title”(或“html_title”)的值不能为空" -#: sphinx/cmd/quickstart.py:529 -msgid "do not create batchfile" -msgstr "不创建批处理文件" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_author”的值不能为空" -#: sphinx/cmd/quickstart.py:532 -msgid "use make-mode for Makefile/make.bat" -msgstr "Makefile/make.bat 采用 Sphinx 的 make 模式" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_contributor”的值不能为空" -#: sphinx/cmd/quickstart.py:535 -msgid "do not use make-mode for Makefile/make.bat" -msgstr "Makefile/make.bat 不采用 Sphinx 的 make 模式" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_description”的值不能为空" -#: sphinx/cmd/quickstart.py:537 sphinx/ext/apidoc.py:402 -msgid "Project templating" -msgstr "项目模板" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_publisher”的值不能为空" -#: sphinx/cmd/quickstart.py:540 sphinx/ext/apidoc.py:405 -msgid "template directory for template files" -msgstr "放置模板文件的模板目录" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_copyright”(或“copyright”)不能为空" -#: sphinx/cmd/quickstart.py:543 -msgid "define a template variable" -msgstr "定义一个模板变量" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_identifier”的值不能为空" -#: sphinx/cmd/quickstart.py:576 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "指定了“quiet”,但是没有指定“project”和“author”。" +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“version”的值不能为空" -#: sphinx/cmd/quickstart.py:590 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "错误:指定的路径不是一个目录,或是 Sphinx 文件已存在。" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "无效的 css_file:%r,已忽略" -#: sphinx/cmd/quickstart.py:592 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart 只会在空目录中生成文件。请指定一个新的根路径。" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "消息目录保存在 %(outdir)s 目录。" -#: sphinx/cmd/quickstart.py:607 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "Invalid template variable: %s" -msgstr "无效模板变量:%s" +msgid "building [%s]: " +msgstr "正在构建 [%s]: " -#: sphinx/directives/code.py:61 -msgid "non-whitespace stripped by dedent" -msgstr "取消缩进操作清除了空白字符" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" +msgstr "%d 个模板文件的目标文件" + +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "正在读取模板……" -#: sphinx/directives/code.py:82 +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "正在写入消息目录... " + +#: builders/text.py:27 #, python-format -msgid "Invalid caption: %s" -msgstr "无效的标题:%s" +msgid "The text files are in %(outdir)s." +msgstr "文本文件保存在 %(outdir)s 目录。" -#: sphinx/directives/code.py:127 sphinx/directives/code.py:277 -#: sphinx/directives/code.py:453 +#: 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 构建器的图像:%s(%s)" -#: sphinx/directives/code.py:206 +#: 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 构建器的图像:%s" + +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "正在构建 [mo]: " + +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "正在写入输出……" + +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "所有的 %d po 文件" + +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "指定了 %d 个 po 文件的目标文件" -#: sphinx/directives/code.py:220 +#: builders/__init__.py:315 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "要包含的文件 %r 不存在或读取失败" +msgid "targets for %d po files that are out of date" +msgstr "%d 个 po 文件的目标文件已过期" -#: sphinx/directives/code.py:223 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "用于读取包含文件 %r 的编码 %r 不正确,请重新给定 encoding: 选项" +#: builders/__init__.py:325 +msgid "all source files" +msgstr "所有源文件" -#: sphinx/directives/code.py:260 +#: builders/__init__.py:336 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "对象 %r 未出现在包含文件 %r 中" - -#: sphinx/directives/code.py:286 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "不能在不连续的“lines”上使用“lineno-match”选项" +msgid "file %r given on command line does not exist, " +msgstr "命令行给定的文件 %r 不存在" -#: sphinx/directives/code.py:291 +#: builders/__init__.py:343 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "指定的行 %r:未能从包含文件 %r 中拉取指定的行" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "源文件目录中不存在命令行给定的文件 %r,将被忽略" -#: sphinx/directives/other.py:120 +#: builders/__init__.py:354 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "目录树 glob 规则 %r 未能匹配到文档" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "命令行给定的文件 %r 不是有效文档,将被忽略" -#: sphinx/directives/other.py:146 sphinx/environment/adapters/toctree.py:324 +#: builders/__init__.py:367 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "目录树中引用了已排除的文档 %r" +msgid "%d source files given on command line" +msgstr "命令行给定了 %d 个源文件" -#: sphinx/directives/other.py:149 sphinx/environment/adapters/toctree.py:328 +#: builders/__init__.py:383 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "目录树中引用的文档 %r 不存在" +msgid "targets for %d source files that are out of date" +msgstr "%d 个源文件的目标文件已过期" + +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "正在查找当前已过期的文件……" -#: sphinx/directives/other.py:160 +#: builders/__init__.py:416 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "目录树中存在重复的条目:%s" +msgid "%d found" +msgstr "找到 %d 个已过期文件" -#: sphinx/directives/other.py:193 -msgid "Section author: " -msgstr "节作者: " +#: builders/__init__.py:418 +msgid "none found" +msgstr "没有找到已过期文件" -#: sphinx/directives/other.py:195 -msgid "Module author: " -msgstr "模块作者: " +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "正在 Pickle 序列化环境" -#: sphinx/directives/other.py:197 -msgid "Code author: " -msgstr "代码作者: " +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "正在校验一致性" -#: sphinx/directives/other.py:199 -msgid "Author: " -msgstr "作者: " +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "没有过期的目标文件。" -#: sphinx/directives/other.py:275 -msgid ".. acks content is not a list" -msgstr ".. acks 的内容不是列表" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "正在更新环境:" -#: sphinx/directives/other.py:301 -msgid ".. hlist content is not a list" -msgstr ".. hlist 的内容不是列表" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "有 %s 个新增文件,有 %s 个文件已被修改,有 %s 个文件已被移除" -#: sphinx/directives/patches.py:66 +#: builders/__init__.py:537 +#, 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 "csv-table 指令的“:file”选项现在会将绝对路径视为源文件目录的相对路径。请更新你的文档内容。" +"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 相匹配。请把主文档移动到其他位置。" -#: sphinx/domains/__init__.py:397 +#: builders/__init__.py:546 #, python-format -msgid "%s %s" -msgstr "%s %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 "Sphinx 无法加载主文档(%s),原因是其与 conf.py 指定的排除模式 %r 相匹配。请从 conf.py 中移除该排除模式。" -#: sphinx/domains/changeset.py:23 +#: builders/__init__.py:557 #, python-format -msgid "Added in version %s" -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 "Sphinx 无法加载主文档(%s),原因是其没有与自定义的 include_patterns = %r 匹配。请确保 include_patterns 中的规则能匹配到主文档。" -#: sphinx/domains/changeset.py:24 +#: builders/__init__.py:564 #, python-format -msgid "Changed in version %s" -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 "Sphinx 无法加载主文档(%s)。主文档必须位于源文件目录及其子目录下。" -#: sphinx/domains/changeset.py:25 +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "正在读取源文件……" + +#: builders/__init__.py:733 #, python-format -msgid "Deprecated since version %s" -msgstr "自 %s 版本弃用" +msgid "docnames to write: %s" +msgstr "待写入文档名称:%s" + +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "没有可写的文档名称!" + +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "正在准备写入文档" + +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "正在复制资产文件" -#: sphinx/domains/changeset.py:26 +#: builders/__init__.py:915 #, python-format -msgid "Removed in version %s" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: sphinx/domains/citation.py:71 +#: builders/singlehtml.py:35 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "重复的引文 %s,另一引文出现在 %s" +msgid "The HTML page is in %(outdir)s." +msgstr "HTML 页面保存在 %(outdir)s 目录。" -#: sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "引文 [%s] 没有被引用过。" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "正在装配成单页面文档" -#: sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (内置函数)" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "正在写入附加文件" + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "伪构建器不生成文件。" -#: sphinx/domains/javascript.py:166 sphinx/domains/python/__init__.py:240 +#: builders/linkcheck.py:78 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s 方法)" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "请在上述输出或 %(outdir)s/output.txt 中查找错误" -#: sphinx/domains/javascript.py:168 +#: builders/linkcheck.py:150 #, python-format -msgid "%s() (class)" -msgstr "%s()(类)" +msgid "broken link: %s (%s)" +msgstr "损坏的链接:%s(%s)" -#: sphinx/domains/javascript.py:170 +#: builders/linkcheck.py:549 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s(全局变量或常量)" +msgid "Anchor '%s' not found" +msgstr "未找到锚点“%s”" + +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." +msgstr "linkcheck_allowed_redirects. 需要一个 dict" -#: sphinx/domains/javascript.py:172 sphinx/domains/python/__init__.py:325 +#: builders/linkcheck.py:768 #, python-format -msgid "%s (%s attribute)" -msgstr "%s(%s 属性)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "无法编译 linkcheck_allowed_redirects 配置项中的正则表达式:%r %s" -#: sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "参数" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "注意" -#: sphinx/domains/cpp/__init__.py:350 sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "抛出" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "小心" -#: sphinx/domains/c/__init__.py:251 sphinx/domains/cpp/__init__.py:361 -#: sphinx/domains/javascript.py:261 sphinx/domains/python/_object.py:175 -msgid "Returns" -msgstr "返回" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "危险" -#: sphinx/domains/c/__init__.py:253 sphinx/domains/javascript.py:263 -#: sphinx/domains/python/_object.py:177 -msgid "Return type" -msgstr "返回类型" +#: locale/__init__.py:232 +msgid "Error" +msgstr "错误" -#: sphinx/domains/javascript.py:331 -#, python-format -msgid "%s (module)" -msgstr "%s(模块)" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "提示" -#: sphinx/domains/c/__init__.py:622 sphinx/domains/cpp/__init__.py:764 -#: sphinx/domains/javascript.py:368 sphinx/domains/python/__init__.py:574 -msgid "function" -msgstr "函数" +#: locale/__init__.py:234 +msgid "Important" +msgstr "重要" -#: sphinx/domains/javascript.py:369 sphinx/domains/python/__init__.py:578 -msgid "method" -msgstr "方法" +#: locale/__init__.py:235 +msgid "Note" +msgstr "备注" -#: sphinx/domains/cpp/__init__.py:762 sphinx/domains/javascript.py:370 -#: sphinx/domains/python/__init__.py:576 -msgid "class" -msgstr "类" +#: locale/__init__.py:236 +msgid "See also" +msgstr "参见" -#: sphinx/domains/javascript.py:371 sphinx/domains/python/__init__.py:575 -msgid "data" -msgstr "数据" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "小技巧" -#: sphinx/domains/javascript.py:372 sphinx/domains/python/__init__.py:581 -msgid "attribute" -msgstr "属性" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "警告" -#: sphinx/domains/javascript.py:373 sphinx/domains/python/__init__.py:583 -msgid "module" -msgstr "模块" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "译文中的脚注引用与原文不一致。原文中为:{0},翻文中为:{1}" -#: sphinx/domains/javascript.py:404 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "重复的 %s描述 %s,其他的 %s 描述出现在 %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "译文中的引用与原文不一致。原文中为:{0},译文中为:{1}" -#: sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "重复的公式标签 %s,另一公式出现在 %s" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "译文中的引文引用与原文不一致。原文中为:{0},译文中为:{1}" -#: sphinx/domains/math.py:118 sphinx/writers/latex.py:2252 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "无效的 math_eqref_format:%r" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "译文中的术语引用与原文不一致。原文中为:{0},译文中为:{1}" -#: sphinx/domains/rst.py:127 sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" -msgstr "%s(指令)" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "无法计算转译进度!" -#: sphinx/domains/rst.py:185 sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s:(指令选项)" +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "尚无已转译的元素!" -#: sphinx/domains/rst.py:213 +#: transforms/__init__.py:258 #, python-format -msgid "%s (role)" -msgstr "%s(角色)" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "索引页使用了 4 列布局,可能是你所用的扩展出现了 Bug:%r" -#: sphinx/domains/rst.py:223 -msgid "directive" -msgstr "指令" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "脚注 [%s] 没有被引用过。" -#: sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "指令-选项" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "脚注 [*] 没有被引用过。" -#: sphinx/domains/rst.py:225 -msgid "role" -msgstr "角色" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "脚注 [#] 没有被引用过。" -#: sphinx/domains/rst.py:247 +#: util/inventory.py:147 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "重复的 %s %s 描述,另一描述出现在 %s" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "清单 <%s> 中包含重复的 %s 定义" -#: sphinx/domains/c/__init__.py:146 +#: util/inventory.py:166 #, python-format -msgid "%s (C %s)" -msgstr "%s(C %s)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "清单 <%s> 中包含多个 %s 的定义" -#: sphinx/domains/c/__init__.py:207 sphinx/domains/c/_symbol.py:552 +#: util/i18n.py:100 #, 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”。" - -#: sphinx/domains/c/__init__.py:245 sphinx/domains/cpp/__init__.py:344 -#: sphinx/domains/python/_object.py:163 sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "参数" - -#: sphinx/domains/c/__init__.py:248 sphinx/domains/cpp/__init__.py:357 -msgid "Return values" -msgstr "返回值" - -#: sphinx/domains/c/__init__.py:620 sphinx/domains/cpp/__init__.py:765 -msgid "member" -msgstr "成员" - -#: sphinx/domains/c/__init__.py:621 -msgid "variable" -msgstr "变量" +msgid "reading error: %s, %s" +msgstr "读取时发生错误:%s,%s" -#: sphinx/domains/c/__init__.py:623 -msgid "macro" -msgstr "宏" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" +msgstr "写入时发生错误:%s,%s" -#: sphinx/domains/c/__init__.py:624 -msgid "struct" -msgstr "结构体" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s 不存在" -#: sphinx/domains/c/__init__.py:625 sphinx/domains/cpp/__init__.py:763 -msgid "union" -msgstr "联合体" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." +msgstr "无效的 Babel locale:%r" -#: sphinx/domains/c/__init__.py:626 sphinx/domains/cpp/__init__.py:768 -msgid "enum" -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/domains/c/__init__.py:627 sphinx/domains/cpp/__init__.py:769 -msgid "enumerator" -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 的尝试(目的路径非空)。" -#: sphinx/domains/c/__init__.py:628 sphinx/domains/cpp/__init__.py:766 -msgid "type" -msgstr "类型" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "正在把已求值的模板结果写入 %s" -#: sphinx/domains/c/__init__.py:630 sphinx/domains/cpp/__init__.py:771 -msgid "function parameter" -msgstr "函数参数" +#: util/display.py:82 +msgid "skipped" +msgstr "已跳过" -#: sphinx/domains/cpp/__init__.py:63 -msgid "Template Parameters" -msgstr "模板参数" +#: util/display.py:87 +msgid "failed" +msgstr "失败" -#: sphinx/domains/cpp/__init__.py:185 +#: util/osutil.py:131 #, python-format -msgid "%s (C++ %s)" -msgstr "%s(C++ %s)" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "中止了把 %s 复制至 %s 的尝试(目的路径非空)。" -#: sphinx/domains/cpp/__init__.py:268 sphinx/domains/cpp/_symbol.py:790 +#: util/docfields.py:103 #, 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”。" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "%s 域中的问题:字段应采用“%s”角色,但域中并不包含该角色。" -#: sphinx/domains/cpp/__init__.py:767 -msgid "concept" -msgstr "概念" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r 不再适用于索引款目(源自 %r 款目)。请使用“pair: %s”作为替代。" -#: sphinx/domains/cpp/__init__.py:772 -msgid "template parameter" -msgstr "模板参数" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "目录树引用的文件 %r 不存在" -#: sphinx/domains/python/__init__.py:94 sphinx/domains/python/__init__.py:231 +#: util/nodes.py:737 #, python-format -msgid "%s() (in module %s)" -msgstr "%s()(在 %s 模块中)" +msgid "exception while evaluating only directive expression: %s" +msgstr "only 指令的表达式求值时抛出异常:%s" -#: sphinx/domains/python/__init__.py:154 sphinx/domains/python/__init__.py:321 -#: sphinx/domains/python/__init__.py:372 +#: util/docutils.py:325 #, python-format -msgid "%s (in module %s)" -msgstr "%s()(在 %s 模块中)" +msgid "unknown directive name: %s" +msgstr "未知的指令名称:%s" -#: sphinx/domains/python/__init__.py:156 +#: util/docutils.py:361 #, python-format -msgid "%s (built-in variable)" -msgstr "%s(内置变量)" +msgid "unknown role name: %s" +msgstr "未知的角色名称:%s" -#: sphinx/domains/python/__init__.py:181 +#: util/docutils.py:805 #, python-format -msgid "%s (built-in class)" -msgstr "%s(内置类)" +msgid "unknown node type: %r" +msgstr "未知节点类型:%r" -#: sphinx/domains/python/__init__.py:182 +#: util/rst.py:73 #, python-format -msgid "%s (class in %s)" -msgstr "%s(%s 中的类)" +msgid "default role %s not found" +msgstr "未找到默认角色 %s" -#: sphinx/domains/python/__init__.py:236 +#: transforms/post_transforms/images.py:79 #, python-format -msgid "%s() (%s class method)" -msgstr "%s()(%s 类方法)" +msgid "Could not fetch remote image: %s [%s]" +msgstr "无法拉取远程图像:%s [%s]" -#: sphinx/domains/python/__init__.py:238 +#: transforms/post_transforms/images.py:96 #, python-format -msgid "%s() (%s static method)" -msgstr "%s()(%s 静态方法)" +msgid "Could not fetch remote image: %s [%d]" +msgstr "无法拉取远程图像:%s [%d]" -#: sphinx/domains/python/__init__.py:376 +#: transforms/post_transforms/images.py:143 #, python-format -msgid "%s (%s property)" -msgstr "%s(%s 属性)" +msgid "Unknown image format: %s..." +msgstr "未知的图像格式:%s……" -#: sphinx/domains/python/__init__.py:502 -msgid "Python Module Index" -msgstr "Python 模块索引" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "无法确定交叉引用的回退文本。可能是 Bug。" -#: sphinx/domains/python/__init__.py:503 -msgid "modules" -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" -#: sphinx/domains/python/__init__.py:552 -msgid "Deprecated" -msgstr "已弃用" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "未找到 %s:%s 的引用目标: %s" -#: sphinx/domains/python/__init__.py:577 -msgid "exception" -msgstr "异常" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" +msgstr "未找到 %r 的引用目标:%s" -#: sphinx/domains/python/__init__.py:579 -msgid "class method" -msgstr "类方法" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "接上页" -#: sphinx/domains/python/__init__.py:580 -msgid "static method" -msgstr "静态方法" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "续下页" -#: sphinx/domains/python/__init__.py:582 -msgid "property" -msgstr "托管属性" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "非字母" -#: sphinx/domains/python/__init__.py:640 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "符号" -#: sphinx/domains/python/__init__.py:760 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "交叉引用 %r 找到了多个目标:%s" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "数字" -#: sphinx/domains/python/__init__.py:821 -msgid " (deprecated)" -msgstr "(已弃用)" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "页" -#: sphinx/domains/python/_object.py:168 -msgid "Variables" -msgstr "变量" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "发行版本" -#: sphinx/domains/python/_object.py:172 -msgid "Raises" -msgstr "抛出" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "无法获取文档名称!" -#: sphinx/domains/std/__init__.py:80 sphinx/domains/std/__init__.py:97 +#: builders/latex/transforms.py:121 #, python-format -msgid "environment variable; %s" -msgstr "环境变量; %s" +msgid "Failed to get a docname for source %r!" +msgstr "无法获取文档源码 %r 的文档名称!" -#: sphinx/domains/std/__init__.py:157 +#: builders/latex/transforms.py:487 #, 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 "No footnote was found for given reference node %r" +msgstr "给定的引用节点 %r 没有对应的脚注" -#: sphinx/domains/std/__init__.py:228 +#: builders/latex/theming.py:87 #, python-format -msgid "%s command line option" -msgstr "%s命令行选项" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r 中缺少“theme”配置项" -#: sphinx/domains/std/__init__.py:230 -msgid "command line option" -msgstr "命令行选项" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r 中缺少“%s”配置项" -#: sphinx/domains/std/__init__.py:348 -msgid "glossary term must be preceded by empty line" -msgstr "术语词汇前必须有空行" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTex 文件保存在 %(outdir)s 目录。" -#: sphinx/domains/std/__init__.py:356 -msgid "glossary terms must not be separated by empty lines" -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 处理这些 LaTex 文件\n(在此处用“make latexpdf”即可自动执行上述操作)。" -#: sphinx/domains/std/__init__.py:362 sphinx/domains/std/__init__.py:375 -msgid "glossary seems to be misformatted, check indentation" -msgstr "术语词汇格式不正确,请检查缩进" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "未找到“latex_documents”配置项,不会写入文档" -#: sphinx/domains/std/__init__.py:518 -msgid "glossary term" -msgstr "术语词汇" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "配置项“latex_documents”引用的文档 %s 不存在" -#: sphinx/domains/std/__init__.py:519 -msgid "grammar token" -msgstr "语法记号" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" +msgstr "正在复制 TeX 支持文件" -#: sphinx/domains/std/__init__.py:520 -msgid "reference label" -msgstr "引用标签" +#: builders/latex/__init__.py:458 +msgid "copying additional files" +msgstr "正在复制附加文件" -#: sphinx/domains/std/__init__.py:522 -msgid "environment variable" -msgstr "环境变量" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" +msgstr "logo 文件 %r 不存在" -#: sphinx/domains/std/__init__.py:523 -msgid "program option" -msgstr "程序选项" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "未知配置项:latex_elements[%r],已忽略。" -#: sphinx/domains/std/__init__.py:524 -msgid "document" -msgstr "文档" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "未知主题选项:latex_theme_options[%r],已忽略。" -#: sphinx/domains/std/__init__.py:560 sphinx/domains/std/__init__.py:572 -msgid "Module Index" -msgstr "模块索引" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "无法读取损坏的构建信息文件(未知版本)" -#: sphinx/domains/std/__init__.py:561 sphinx/domains/std/__init__.py:573 -#: sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "搜索页面" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "无法读取损坏的构建信息文件(缺少 config 条目)" -#: sphinx/domains/std/__init__.py:616 sphinx/domains/std/__init__.py:722 -#: sphinx/ext/autosectionlabel.py:53 +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "无法读取损坏的构建信息文件(缺少 tags 条目)" + +#: builders/html/__init__.py:115 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "重复的标签 %s,另一标签出现在 %s" +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML 页面保存在 %(outdir)s 目录。" -#: sphinx/domains/std/__init__.py:635 +#: builders/html/__init__.py:351 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "重复的 %s 描述 %s,另一描述出现在 %s" +msgid "Failed to read build info file: %r" +msgstr "读取构建信息文件失败:%r" -#: sphinx/domains/std/__init__.py:841 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig 已禁用,忽略 :numref:。" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info 不匹配,正在把 .buildinfo 复制为 .buildinfo.bak" -#: sphinx/domains/std/__init__.py:849 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "无法创建交叉引用。未指定题图数字:%s" +#: builders/html/__init__.py:369 +msgid "building [html]: " +msgstr "正在构建 [html]:" -#: sphinx/domains/std/__init__.py:861 +#: builders/html/__init__.py:386 #, python-format -msgid "the link has no caption: %s" -msgstr "链接没有标题:%s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "自上次构建后模板 %s 发生了变动,将重新构建所有文档。" -#: sphinx/domains/std/__init__.py:875 -#, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "无效的 numfig_format:%s(%r)" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "总索引" -#: sphinx/domains/std/__init__.py:878 -#, python-format -msgid "invalid numfig_format: %s" -msgstr "无效的 numfig_format:%s" +#: builders/html/__init__.py:510 +msgid "index" +msgstr "索引" -#: sphinx/domains/std/__init__.py:1109 +#: builders/html/__init__.py:563 #, python-format -msgid "undefined label: %r" -msgstr "标签未定义:%r" +msgid "Logo of %s" +msgstr "%s 的 Logo" + +#: builders/html/__init__.py:592 +msgid "next" +msgstr "下一页" + +#: builders/html/__init__.py:601 +msgid "previous" +msgstr "上一页" + +#: builders/html/__init__.py:698 +msgid "generating indices" +msgstr "正在生成索引" -#: sphinx/domains/std/__init__.py:1111 +#: builders/html/__init__.py:713 +msgid "writing additional pages" +msgstr "正在写入附加页面" + +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "无法创建交叉引用,缺少标题或图题:%r" +msgid "cannot copy image file '%s': %s" +msgstr "无法复制图像文件“%s”:%s" -#: sphinx/environment/__init__.py:71 -msgid "new config" -msgstr "新配置" +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " +msgstr "正在复制可下载文件……" -#: sphinx/environment/__init__.py:72 -msgid "config changed" -msgstr "配置发生了变化" +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "无法复制可下载文件 %r:%s" -#: sphinx/environment/__init__.py:73 -msgid "extensions changed" -msgstr "扩展发生了变化" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "向主题的“static”目录复制文件失败:%s: %r" -#: sphinx/environment/__init__.py:279 -msgid "build environment version not current" -msgstr "构建环境版本与当前环境不符" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "无法复制 html_static_file 中的文件:%s: %r" -#: sphinx/environment/__init__.py:281 -msgid "source directory has changed" -msgstr "源文件目录发生了变化" +#: builders/html/__init__.py:919 +msgid "copying static files" +msgstr "正在复制静态文件" -#: sphinx/environment/__init__.py:360 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "本环境与选择的构建器不兼容,请选择其他的文档树目录。" +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" +msgstr "无法复制静态文件 %r" + +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "正在复制额外文件" -#: sphinx/environment/__init__.py:459 +#: builders/html/__init__.py:951 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "无法在 %s 中扫描文档:%r" +msgid "cannot copy extra file %r" +msgstr "无法复制额外文件 %r" -#: sphinx/environment/__init__.py:596 +#: builders/html/__init__.py:957 #, python-format -msgid "Domain %r is not registered" -msgstr "未注册的域 %r" +msgid "Failed to write build info file: %r" +msgstr "写入构建信息文件失败:%r" -#: sphinx/environment/__init__.py:730 -msgid "document isn't included in any toctree" -msgstr "文档没有加入到任何目录树中" +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "无法加载搜索索引,不会构建所有文档:索引将不完整。" -#: sphinx/environment/__init__.py:766 -msgid "self referenced toctree found. Ignored." -msgstr "目录树存在自引用,已忽略。" +#: builders/html/__init__.py:1054 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "页面 %s 同时符合两条 html_sidebars 规则:%r 和 %r" -#: sphinx/environment/adapters/indexentries.py:69 +#: builders/html/__init__.py:1218 #, python-format -msgid "see %s" -msgstr "见 %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 "在渲染页面 %s 时发生了 Unicode 错误。请确保所有包含非 ASCII 字符的配置项均为 Unicode 字符串。" -#: sphinx/environment/adapters/indexentries.py:73 +#: builders/html/__init__.py:1231 #, python-format -msgid "see also %s" -msgstr "另请参见 %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 "'%s' 主题不支持此版本的 Sphinx,因为它使用了 HTML 模板中的“style”字段,而该字段在 Sphinx 5.1 中已弃用,并在 Sphinx 7.0 中被移除。必须更新主题才能使用“styles”字段。请参阅 https://www.sphinx-doc.org/en/master/development/html_themes/templating.html#styles" -#: sphinx/environment/adapters/indexentries.py:76 +#: builders/html/__init__.py:1239 #, python-format -msgid "unknown index entry type %r" -msgstr "未知的索引条目类型 %r" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "渲染页面 %s 时发生了错误。\n原因:%r" -#: sphinx/environment/adapters/indexentries.py:187 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 -msgid "Symbols" -msgstr "符号" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" +msgstr "正在导出对象清单" -#: sphinx/environment/adapters/toctree.py:297 +#: builders/html/__init__.py:1280 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "在文档树中检测到循环引用,已忽略:%s <- %s" +msgid "dumping search index in %s" +msgstr "正在导出 %s 的搜索索引" -#: sphinx/environment/adapters/toctree.py:317 +#: builders/html/__init__.py:1323 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "目录树引用的文档 %r 缺少标题:不会生成链接" +msgid "invalid js_file: %r, ignored" +msgstr "无效的 js_file:%r,已忽略" -#: sphinx/environment/adapters/toctree.py:326 +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "注册了多个 math_renderer,但没有选择 math_renderer。" + +#: builders/html/__init__.py:1361 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "目录树引用了未包含的文档 %r" +msgid "Unknown math_renderer %r is given." +msgstr "给定的 math_renderer %r 不存在。" -#: sphinx/environment/collectors/asset.py:89 +#: builders/html/__init__.py:1375 #, python-format -msgid "image file not readable: %s" -msgstr "无法读取图像文件:%s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path 入口 %r 被置于输出目录内" -#: sphinx/environment/collectors/asset.py:108 +#: builders/html/__init__.py:1380 #, python-format -msgid "image file %s not readable: %s" -msgstr "无法读取图像文件 %s:%s" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path 入口 %r 不存在" -#: sphinx/environment/collectors/asset.py:134 +#: builders/html/__init__.py:1395 #, python-format -msgid "download file not readable: %s" -msgstr "无法读取下载文件:%s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path 入口 %r 置于输出目录内" -#: sphinx/environment/collectors/toctree.py:225 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "已经给 %s 分配了章节编号(嵌套的带编号文档树?)" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path 入口 %r 不存在" -#: sphinx/ext/apidoc.py:86 +#: builders/html/__init__.py:1422 #, python-format -msgid "Would create file %s." -msgstr "将会创建文件 %s。" +msgid "favicon file %r does not exist" +msgstr "favicon 文件 %r 不存在" -#: sphinx/ext/apidoc.py:318 +#: builders/html/__init__.py:1435 +#, 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 "\n在 中递归查找 Python 模块和包,然后在 中为每个使用了\nautomodule 指令的包创建一个 reST 文件。\n\n 可以排除生成符合规则的文件/目录的文档。\n\n提示:本脚本默认不会覆盖已有文件。" - -#: sphinx/ext/apidoc.py:331 -msgid "path to module to document" -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/apidoc.py:333 +#: builders/html/__init__.py:1448 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "以 fnmatch 风格的文件/目录规则,不生成与该规则匹配的文档" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "Sphinx 不再支持 HTML 4。(在配置项中检测到了“html4_writer=True”)" -#: sphinx/ext/apidoc.py:338 -msgid "directory to place all output" -msgstr "存放输出内容的目录" +#: builders/html/__init__.py:1464 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s 文档" -#: sphinx/ext/apidoc.py:343 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "在目录树中展示子模块的最大深度(默认:4)" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(在 %s v%s)" -#: sphinx/ext/apidoc.py:346 -msgid "overwrite existing files" -msgstr "覆盖已有文件" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(在 %s)" -#: sphinx/ext/apidoc.py:349 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "遵循符号链接。配合 collective.recipe.omelette 使用尤其奏效。" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "清单“%s”:发现了重复匹配 %s:%s" -#: sphinx/ext/apidoc.py:352 -msgid "run the script without creating files" -msgstr "运行脚本,但不创建文件" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "清单“%s”:发现了多个匹配 %s:%s" -#: sphinx/ext/apidoc.py:355 -msgid "put documentation for each module on its own page" -msgstr "给模块创建各自的文档页" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "未找到外部交叉引用的清单:%r" -#: sphinx/ext/apidoc.py:358 -msgid "include \"_private\" modules" -msgstr "包含“_private”模块" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "无效的外部交叉引用后缀:%r" -#: sphinx/ext/apidoc.py:360 -msgid "filename of table of contents (default: modules)" -msgstr "目录的文件名(默认:modules)" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "未找到外部交叉引用的域:%r" -#: sphinx/ext/apidoc.py:362 -msgid "don't create a table of contents file" -msgstr "不创建目录文件" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "未找到外部 %s:%s 引用目标:%s" -#: sphinx/ext/apidoc.py:365 +#: ext/intersphinx/_load.py:60 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "不创建模块/包的标题(比如当 docstring 中已经有标题时,可以使用这个选项)" - -#: sphinx/ext/apidoc.py:370 -msgid "put module documentation before submodule documentation" -msgstr "把模块文档放置在子模块文档之前" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "intersphinx_mapping 中存在无效的 Sphinx 互联项目标识“%r”。项目标识必须是非空字符串。" -#: sphinx/ext/apidoc.py:374 +#: ext/intersphinx/_load.py:71 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "根据 PEP-0420 隐式命名空间规范解释模块路径" - -#: sphinx/ext/apidoc.py:378 -msgid "file suffix (default: rst)" -msgstr "文件后缀(默认:rst)" - -#: sphinx/ext/apidoc.py:380 -msgid "generate a full project with sphinx-quickstart" -msgstr "用 sphinx-quickstart 生成完整项目" - -#: sphinx/ext/apidoc.py:383 -msgid "append module_path to sys.path, used when --full is given" -msgstr "当指定了 --full 选项,把 module_path 附加到 sys.path" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "无效值“%r”出现在 intersphinx_mapping[%r]。应为两元素元组或列表。" -#: sphinx/ext/apidoc.py:385 -msgid "project name (default: root module name)" -msgstr "项目名称(默认:根模块名)" +#: ext/intersphinx/_load.py:82 +#, 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, 清单位置) 对。" -#: sphinx/ext/apidoc.py:387 -msgid "project author(s), used when --full is given" -msgstr "项目作者,指定了 --full 选项时使用" +#: ext/intersphinx/_load.py:93 +#, 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 必须是唯一的非空字符串。" -#: sphinx/ext/apidoc.py:389 -msgid "project version, used when --full is given" -msgstr "项目版本,指定了 --full 选项时使用" +#: ext/intersphinx/_load.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 "无效的目标 URI 值“%r”出现在 intersphinx_mapping[%r][0]。目标 URI 必须唯一(在 intersphinx_mapping[%r] 发现了相同 URI 值)。" -#: sphinx/ext/apidoc.py:391 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "项目发行版本,指定了 --full 选项时使用,默认为 --doc-version 的值" +#: ext/intersphinx/_load.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 "无效的清单位置值“%r”出现在 intersphinx_mapping[%r][1]。清单位置必须是非空字符串或 None。" -#: sphinx/ext/apidoc.py:394 -msgid "extension options" -msgstr "扩展选项" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "无效的“intersphinx_mapping”配置(1 个错误)。" -#: sphinx/ext/apidoc.py:427 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "%s is not a directory." -msgstr "%s 不是一个目录。" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "无效的“intersphinx_mapping”配置(%s 个错误)。" -#: sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "为“%s”一节增加标签“%s”" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "在规范化后添加了一个无效的 intersphinx_mapping 条目。" -#: sphinx/ext/coverage.py:46 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "invalid regex %r in %s" -msgstr "无效的正则表达式 %r 出现在 %s" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "正在加载 Sphinx 互联清单“%s”,来自 %s……" -#: sphinx/ext/coverage.py:75 -#, python-format +#: ext/intersphinx/_load.py:311 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -msgstr "已完成源文件的覆盖率测试,结果保存在 %(outdir)s/python.txt 中,请查阅。" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "在读取这些清单时遇到了一些问题,但已找到可用替代:" -#: sphinx/ext/coverage.py:89 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "coverage_c_regexes 中有无效的正则表达式 %r" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "无法访问任何清单,问题如下:" -#: sphinx/ext/coverage.py:157 +#: ext/intersphinx/_load.py:400 #, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "缺少文档的 C API:%s [%s] 在 %s 文件中" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "Sphinx 互联清单已移动:%s -> %s" -#: sphinx/ext/coverage.py:189 +#: ext/apidoc/_generate.py:69 #, python-format -msgid "module %s could not be imported: %s" -msgstr "无法导入模块 %s:%s" +msgid "Would create file %s." +msgstr "将会创建文件 %s。" -#: sphinx/ext/coverage.py:340 +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 #, python-format -msgid "undocumented python function: %s :: %s" -msgstr "缺少文档的 Python 函数: %s :: %s" +msgid "Failed to remove %s: %s" +msgstr "删除 %s 失败: %s" -#: sphinx/ext/coverage.py:356 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "缺少文档的 Python 类:%s :: %s" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" +msgstr "运行 apidoc" -#: sphinx/ext/coverage.py:369 +#: ext/apidoc/_extension.py:102 #, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "缺少文档的 Python 方法:%s :: %s :: %s" +msgid "apidoc_modules item %i must be a dict" +msgstr "apidoc_modules 项目 %i 必须是一个 dict" -#: sphinx/ext/doctest.py:115 +#: ext/apidoc/_extension.py:110 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "“%s”选项中缺少“+”或“-”。" +msgid "apidoc_modules item %i must have a 'path' key" +msgstr "apidoc_modules 项目 %i 必须有一个“path”键" -#: sphinx/ext/doctest.py:120 +#: ext/apidoc/_extension.py:115 #, python-format -msgid "'%s' is not a valid option." -msgstr "无效的选项“%s”。" +msgid "apidoc_modules item %i 'path' must be a string" +msgstr "apidoc_modules 项目 %i 'path' 必须是一个字符串" -#: sphinx/ext/doctest.py:134 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "无效的 pyversion 选项“%s”" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +msgstr "apidoc_modules 项目 %i 'path' 不是一个存在的文件夹:%s" -#: sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "无效的 TestCode 类型" - -#: sphinx/ext/doctest.py:281 +#: ext/apidoc/_extension.py:133 #, 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 "apidoc_modules item %i must have a 'destination' key" +msgstr "apidoc_modules 项目 %i 必须有一个“destination”键" -#: sphinx/ext/doctest.py:438 +#: ext/apidoc/_extension.py:140 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "块 %s 没有代码或没有输出,该块出现在 %s:%s" +msgid "apidoc_modules item %i 'destination' must be a string" +msgstr "apidoc_modules 项目 %i 'destination' 必须是一个字符串" -#: sphinx/ext/doctest.py:526 +#: ext/apidoc/_extension.py:147 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "已忽略无效的文档代码:%r" - -#: sphinx/ext/duration.py:77 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 最长读取耗时 =======================" +msgid "apidoc_modules item %i 'destination' should be a relative path" +msgstr "apidoc_modules 项目 %i 'destination' 应该是相对路径" -#: sphinx/ext/extlinks.py:82 +#: ext/apidoc/_extension.py:157 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "可以用 extlink 替换硬编码链接 %r(请尝试改用 %r)" +msgid "apidoc_modules item %i cannot create destination directory: %s" +msgstr "apidoc_modules 项目 %i 无法创建目标目录:%s" -#: sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "不能同时指定 Graphviz 指令的内容和文件名参数" +#: ext/apidoc/_extension.py:178 +#, python-format +msgid "apidoc_modules item %i '%s' must be an int" +msgstr "apidoc_modules 项目 %i '%s' 必须是一个 int" -#: sphinx/ext/graphviz.py:145 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "外部 Graphviz 文件 %r 不存在或读取失败" +msgid "apidoc_modules item %i '%s' must be a boolean" +msgstr "apidoc_modules 项目 %i '%s' 必须是一个 boolean" -#: sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "已忽略无内容的“graphviz”指令。" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" +msgstr "apidoc_modules 项目 %i包含意外的键:%s" -#: sphinx/ext/graphviz.py:268 +#: ext/apidoc/_extension.py:248 #, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +msgid "apidoc_modules item %i '%s' must be a sequence" +msgstr "apidoc_modules 项目 %i '%s' 必须是一个 sequence" -#: sphinx/ext/graphviz.py:303 +#: ext/apidoc/_extension.py:257 #, python-format +msgid "apidoc_modules item %i '%s' must contain strings" +msgstr "apidoc_modules 项目 %i '%s' 必须包含字符串" + +#: ext/apidoc/_cli.py:28 msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "无法运行 dot 命令 %r(为输出 graphviz 所必需),请检查 graphviz_dot 的设置" +"\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 "指定模块的路径,用于生成该模块的文档" -#: sphinx/ext/graphviz.py:310 -#, python-format +#: ext/apidoc/_cli.py:50 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot 发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "以 fnmatch 风格的文件/目录规则,不生成与该规则匹配的文档" -#: sphinx/ext/graphviz.py:313 -#, python-format +#: 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 "" -"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" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "遵循符号链接。配合 collective.recipe.omelette 使用尤其奏效。" -#: sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format 的值只能是“png”或“svg”,但现在给定的是 %r" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" +msgstr "运行脚本,但不创建文件" -#: sphinx/ext/graphviz.py:333 sphinx/ext/graphviz.py:386 -#: sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "dot 代码 %r: %s" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "给模块创建各自的文档页" -#: sphinx/ext/graphviz.py:436 sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[图表:%s]" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "包含“_private”模块" -#: sphinx/ext/graphviz.py:438 sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[图表]" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "目录的文件名(默认:modules)" -#: sphinx/ext/imgconverter.py:39 -#, 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/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "不创建目录文件" -#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:72 -#, python-format +#: ext/apidoc/_cli.py:135 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "格式转换发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "不创建模块/包的标题(比如当 docstring 中已经有标题时,可以使用这个选项)" -#: sphinx/ext/imgconverter.py:67 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "无法运行格式转换命令 %r,请检查 image_converter 的设置" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "把模块文档放置在子模块文档之前" -#: sphinx/ext/imgmath.py:158 -#, python-format +#: ext/apidoc/_cli.py:152 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "无法运行 LaTeX 命令 %r (显示数学公式所必需),请检查 imgmath_latex 的设置" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "根据 PEP-0420 隐式命名空间规范解释模块路径" -#: sphinx/ext/imgmath.py:173 -#, python-format +#: ext/apidoc/_cli.py:160 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "无法运行 %s 命令 %r (显示数学公式所必需),请检查 imgmath_%s 的设置" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "传递给 automodule 指令的选项的逗号分隔列表(或使用 SPHINX_APIDOC_OPTIONS)。" -#: sphinx/ext/imgmath.py:327 -#, python-format -msgid "display latex %r: %s" -msgstr "显示 LaTeX %r:%s" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "文件后缀(默认:rst)" -#: sphinx/ext/imgmath.py:361 -#, python-format -msgid "inline latex %r: %s" -msgstr "内联 LaTeX %r:%s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" +msgstr "删除此次未生成,但存在于输出目录中的文件" -#: sphinx/ext/imgmath.py:368 sphinx/ext/mathjax.py:53 -msgid "Link to this equation" -msgstr "" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "用 sphinx-quickstart 生成完整项目" -#: sphinx/ext/intersphinx.py:195 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx 清单被移动过:%s -> %s" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "当指定了 --full 选项,把 module_path 附加到 sys.path" -#: sphinx/ext/intersphinx.py:230 -#, python-format -msgid "loading intersphinx inventory from %s..." -msgstr "正在从 %s 加载 intersphinx 清单……" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +msgstr "项目名称(默认:根模块名)" -#: sphinx/ext/intersphinx.py:244 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "在读取这些清单时遇到了一些问题,但已找到可用替代:" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" +msgstr "项目作者,指定了 --full 选项时使用" -#: sphinx/ext/intersphinx.py:250 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "无法访问任何清单,问题如下:" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" +msgstr "项目版本,指定了 --full 选项时使用" -#: sphinx/ext/intersphinx.py:303 -#, python-format -msgid "(in %s v%s)" -msgstr "(在 %s v%s)" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "项目发行版本,指定了 --full 选项时使用,默认为 --doc-version 的值" -#: sphinx/ext/intersphinx.py:305 -#, python-format -msgid "(in %s)" -msgstr "(在 %s)" +#: ext/apidoc/_cli.py:226 +msgid "extension options" +msgstr "扩展选项" -#: sphinx/ext/intersphinx.py:538 +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" +msgstr "启用任意扩展,在给出 --full 时使用" + +#: ext/apidoc/_cli.py:240 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "enable %s extension, used when --full is given" +msgstr "启用 %s 扩展,在给出 --full 时使用" -#: sphinx/ext/intersphinx.py:546 +#: ext/apidoc/_cli.py:291 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s is not a directory." +msgstr "%s 不是一个目录。" -#: sphinx/ext/intersphinx.py:557 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "invalid value set (missing closing brace): %s" +msgstr "无效的值集合(缺少右括号):%s" -#: sphinx/ext/intersphinx.py:750 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "未找到外部 %s:%s 引用目标:%s" +msgid "invalid value set (missing opening brace): %s" +msgstr "无效的值集合(缺少左括号):%s" -#: sphinx/ext/intersphinx.py:775 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" -msgstr "intersphinx 标识符 %r 不是字符串,已忽略" +msgid "malformed string literal (missing closing quote): %s" +msgstr "异常的字符串字面量(缺少右引号):%s" -#: sphinx/ext/intersphinx.py:797 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "Failed to read intersphinx_mapping[%s], ignored: %r" -msgstr "无法读取 intersphinx_mapping[%s],已忽略:%r" +msgid "malformed string literal (missing opening quote): %s" +msgstr "异常的字符串字面量(缺少左引号):%s" -#: sphinx/ext/linkcode.py:69 sphinx/ext/viewcode.py:199 -msgid "[source]" -msgstr "[源代码]" +#: ext/napoleon/docstring.py:895 +msgid "Example" +msgstr "示例" -#: sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "待处理" +#: ext/napoleon/docstring.py:896 +msgid "Examples" +msgstr "示例" -#: sphinx/ext/todo.py:102 -#, python-format -msgid "TODO entry found: %s" -msgstr "发现待处理条目:%s" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "关键字参数" -#: sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: ext/napoleon/docstring.py:956 +msgid "Notes" +msgstr "备注" -#: sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> 见 %s,第 %d 行。)" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" +msgstr "其他参数" -#: sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "原始条目" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "参数" -#: sphinx/ext/viewcode.py:256 -msgid "highlighting module code... " -msgstr "正在高亮模块代码……" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" +msgstr "接受" -#: sphinx/ext/viewcode.py:284 -msgid "[docs]" -msgstr "[文档]" +#: ext/napoleon/docstring.py:1005 +msgid "References" +msgstr "引用" -#: sphinx/ext/viewcode.py:304 -msgid "Module code" -msgstr "模块代码" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "警告" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "生成器" -#: sphinx/ext/viewcode.py:310 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "

Source code for %s

" -msgstr "

%s 源代码

" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "无法更新 %r 的签名:未找到参数:%s" -#: sphinx/ext/viewcode.py:336 -msgid "Overview: module code" -msgstr "概览:模块代码" +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "无法解析 %r 的类型注释:%s" -#: sphinx/ext/viewcode.py:337 -msgid "

All modules for which code is available

" -msgstr "

代码可用的所有模块

" +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "无法解析 %r 的默认参数值:%s" -#: sphinx/ext/autodoc/__init__.py:135 +#: ext/autodoc/__init__.py:150 #, python-format msgid "invalid value for member-order option: %s" msgstr "无效的 member-order 选项值:%s" -#: sphinx/ext/autodoc/__init__.py:143 +#: ext/autodoc/__init__.py:158 #, python-format msgid "invalid value for class-doc-from option: %s" msgstr "无效的 class-doc-from 选项值:%s" -#: sphinx/ext/autodoc/__init__.py:399 +#: ext/autodoc/__init__.py:460 #, python-format msgid "invalid signature for auto%s (%r)" msgstr "无效的 auto%s 签名(%r)" -#: sphinx/ext/autodoc/__init__.py:515 +#: ext/autodoc/__init__.py:579 #, python-format msgid "error while formatting arguments for %s: %s" msgstr "在格式化 %s 的参数时报错:%s" -#: sphinx/ext/autodoc/__init__.py:798 +#: ext/autodoc/__init__.py:898 #, 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" -#: sphinx/ext/autodoc/__init__.py:893 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" "don't know which module to import for autodocumenting %r (try placing a " @@ -2956,112 +3431,97 @@ msgid "" "explicit module name)" msgstr "无法判断导入哪个模块以自动生成文档 %r(尝试在文档中使用“module”或“currentmodule”指令,或者显式给定模块名)" -#: sphinx/ext/autodoc/__init__.py:937 +#: ext/autodoc/__init__.py:1080 #, python-format msgid "A mocked object is detected: %r" msgstr "检测到仿制的对象:%r" -#: sphinx/ext/autodoc/__init__.py:956 +#: ext/autodoc/__init__.py:1103 #, python-format msgid "error while formatting signature for %s: %s" msgstr "在格式化 %s 的签名时发生错误:%s" -#: sphinx/ext/autodoc/__init__.py:1019 +#: ext/autodoc/__init__.py:1177 msgid "\"::\" in automodule name doesn't make sense" msgstr "automodule 名中的“::”无意义" -#: sphinx/ext/autodoc/__init__.py:1026 +#: ext/autodoc/__init__.py:1185 #, python-format msgid "signature arguments or return annotation given for automodule %s" msgstr "automodule %s 给定了函数签名参数或返回类型标注" -#: sphinx/ext/autodoc/__init__.py:1039 +#: ext/autodoc/__init__.py:1201 #, python-format msgid "" "__all__ should be a list of strings, not %r (in module %s) -- ignoring " "__all__" msgstr "__all__ 应是一个字符串列表,而不是 %r (出现在模块 %s 中) -- 已忽略__all__" -#: sphinx/ext/autodoc/__init__.py:1105 +#: ext/autodoc/__init__.py:1278 #, python-format msgid "" "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr ":members: 选项中涉及的属性不存在:模块 %s,属性%s" -#: sphinx/ext/autodoc/__init__.py:1327 sphinx/ext/autodoc/__init__.py:1404 -#: sphinx/ext/autodoc/__init__.py:2824 +#: 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 "无法获取函数 %s 的签名:%s" -#: sphinx/ext/autodoc/__init__.py:1618 +#: ext/autodoc/__init__.py:1828 #, python-format msgid "Failed to get a constructor signature for %s: %s" msgstr "无法获取构造函数 %s 的签名:%s" -#: sphinx/ext/autodoc/__init__.py:1745 +#: ext/autodoc/__init__.py:1966 #, python-format msgid "Bases: %s" msgstr "基类:%s" -#: sphinx/ext/autodoc/__init__.py:1759 +#: ext/autodoc/__init__.py:1985 #, python-format msgid "missing attribute %s in object %s" msgstr "指定了 %s 属性,但对象 %s 缺少该属性" -#: sphinx/ext/autodoc/__init__.py:1858 sphinx/ext/autodoc/__init__.py:1895 -#: sphinx/ext/autodoc/__init__.py:1990 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format msgid "alias of %s" msgstr "%s 的别名" -#: sphinx/ext/autodoc/__init__.py:1878 +#: ext/autodoc/__init__.py:2097 #, python-format msgid "alias of TypeVar(%s)" msgstr "TypeVar(%s) 的别名" -#: sphinx/ext/autodoc/__init__.py:2216 sphinx/ext/autodoc/__init__.py:2316 +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 #, python-format msgid "Failed to get a method signature for %s: %s" msgstr "无法获取方法 %s 的签名:%s" -#: sphinx/ext/autodoc/__init__.py:2447 +#: ext/autodoc/__init__.py:2720 #, python-format msgid "Invalid __slots__ found on %s. Ignored." msgstr "%s 上有无效的 __slots__,已忽略。" -#: sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "无法解析 %r 的默认参数值:%s" - -#: sphinx/ext/autodoc/type_comment.py:132 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "无法更新 %r 的签名:未找到参数:%s" - -#: sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "无法解析 %r 的类型注释:%s" - -#: sphinx/ext/autosummary/__init__.py:251 +#: ext/autosummary/__init__.py:284 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "自动摘要引用了排除的文档 %r,已忽略。" -#: sphinx/ext/autosummary/__init__.py:253 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "自动摘要:无法找到存根文件 %r。请检查你的 autosummary_generate 设置。" -#: sphinx/ext/autosummary/__init__.py:272 +#: ext/autosummary/__init__.py:309 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "在自动摘要中指定标题时也需要指定 :toctree: 选项,已忽略。" -#: sphinx/ext/autosummary/__init__.py:325 +#: ext/autosummary/__init__.py:384 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3069,46 +3529,51 @@ msgid "" "%s" msgstr "自动摘要:无法导入 %s。\n可能原因:\n%s" -#: sphinx/ext/autosummary/__init__.py:339 +#: ext/autosummary/__init__.py:404 #, python-format msgid "failed to parse name %s" msgstr "无法解析名称 %s" -#: sphinx/ext/autosummary/__init__.py:344 +#: ext/autosummary/__init__.py:412 #, python-format msgid "failed to import object %s" msgstr "无法导入对象 %s" -#: sphinx/ext/autosummary/__init__.py:802 +#: ext/autosummary/__init__.py:730 +#, python-format +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "摘要项不应该包含当前模块。请把 %r 替换为 %r。" + +#: ext/autosummary/__init__.py:927 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "autosummary_generate 配置项:文件 %s 不存在" -#: sphinx/ext/autosummary/__init__.py:810 +#: ext/autosummary/__init__.py:937 msgid "" "autosummary generates .rst files internally. But your source_suffix does not" " contain .rst. Skipped." -msgstr "" +msgstr "自动摘要功能内部会生成 .rst 文件。但你的 source_suffix 配置中不包含 .rst。已跳过。" -#: sphinx/ext/autosummary/generate.py:200 -#: sphinx/ext/autosummary/generate.py:358 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "自动摘要:无法判断是否生成 %r 的文档。抛出了下列异常:\n%s" -#: sphinx/ext/autosummary/generate.py:470 +#: ext/autosummary/generate.py:588 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[自动摘要] 正在生成自动摘要:%s" -#: sphinx/ext/autosummary/generate.py:474 +#: ext/autosummary/generate.py:592 #, python-format msgid "[autosummary] writing to %s" msgstr "[自动摘要] 正在写入 %s" -#: sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:637 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3116,7 +3581,7 @@ msgid "" "%s" msgstr "[自动摘要]无法导入 %s。\n可能原因:\n%s" -#: sphinx/ext/autosummary/generate.py:690 +#: ext/autosummary/generate.py:836 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3131,639 +3596,670 @@ msgid "" " 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" -#: sphinx/ext/autosummary/generate.py:707 +#: ext/autosummary/generate.py:858 msgid "source files to generate rST files for" msgstr "用于生成 rst 文件的源文件" -#: sphinx/ext/autosummary/generate.py:711 -msgid "directory to place all output in" -msgstr "存放输出内容的目录" - -#: sphinx/ext/autosummary/generate.py:714 -#, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "默认的文件名后缀(默认:%(default)s)" - -#: sphinx/ext/autosummary/generate.py:718 -#, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "自定义模板目录(默认:%(default)s)" - -#: sphinx/ext/autosummary/generate.py:722 -#, python-format -msgid "document imported members (default: %(default)s)" -msgstr "文档导入的成员(默认:%(default)s)" - -#: sphinx/ext/autosummary/generate.py:726 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "仅生成模块中 __all__ 属性成员的文档。(默认值:%(default)s)" - -#: sphinx/ext/napoleon/__init__.py:341 sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "关键字参数" - -#: sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "示例" - -#: sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "示例" - -#: sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "备注" - -#: sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "其他参数" - -#: sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "接受" - -#: sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "引用" - -#: sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "警告" - -#: sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "生成器" - -#: sphinx/ext/napoleon/docstring.py:987 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "无效的值集合(缺少右括号):%s" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" +msgstr "存放输出内容的目录" -#: sphinx/ext/napoleon/docstring.py:994 +#: ext/autosummary/generate.py:874 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "无效的值集合(缺少左括号):%s" +msgid "default suffix for files (default: %(default)s)" +msgstr "默认的文件名后缀(默认:%(default)s)" -#: sphinx/ext/napoleon/docstring.py:1001 +#: ext/autosummary/generate.py:882 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "异常的字符串字面量(缺少右引号):%s" +msgid "custom template directory (default: %(default)s)" +msgstr "自定义模板目录(默认:%(default)s)" -#: sphinx/ext/napoleon/docstring.py:1008 +#: ext/autosummary/generate.py:890 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "异常的字符串字面量(缺少左引号):%s" - -#: sphinx/locale/__init__.py:228 -msgid "Attention" -msgstr "注意" - -#: sphinx/locale/__init__.py:229 -msgid "Caution" -msgstr "小心" - -#: sphinx/locale/__init__.py:230 -msgid "Danger" -msgstr "危险" - -#: sphinx/locale/__init__.py:231 -msgid "Error" -msgstr "错误" +msgid "document imported members (default: %(default)s)" +msgstr "文档导入的成员(默认:%(default)s)" -#: sphinx/locale/__init__.py:232 -msgid "Hint" -msgstr "提示" +#: ext/autosummary/generate.py:899 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "仅生成模块中 __all__ 属性成员的文档。(默认值:%(default)s)" -#: sphinx/locale/__init__.py:233 -msgid "Important" -msgstr "重要" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "已中断!" -#: sphinx/locale/__init__.py:234 -msgid "Note" -msgstr "备注" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" +msgstr "reStructuredText 错误!" -#: sphinx/locale/__init__.py:235 -msgid "See also" -msgstr "参见" +#: _cli/util/errors.py:200 +msgid "Encoding error!" +msgstr "编码错误!" -#: sphinx/locale/__init__.py:236 -msgid "Tip" -msgstr "小技巧" +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "递归错误!" -#: sphinx/locale/__init__.py:237 -msgid "Warning" -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,例如:" -#: sphinx/templates/latex/longtable.tex_t:52 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 -msgid "continued from previous page" -msgstr "接上页" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "启动调试器:" -#: sphinx/templates/latex/longtable.tex_t:63 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 -msgid "continues on next page" -msgstr "续下页" +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "完整回溯已保存至:" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 -msgid "Non-alphabetical" -msgstr "非字母" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "若要向开发者报告此错误,请访问 提交问题。谢谢!" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 -msgid "Numbers" -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 "即便抛出的错误时是用户导致的,也请向我们投递报告,以便将来可以提示更友好、更详细的错误信息。" -#: sphinx/templates/latex/sphinxmessages.sty_t:13 -msgid "page" -msgstr "页" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +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 +#: 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/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23 +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 msgid "Search" msgstr "搜索" -#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 -#: sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "提交" -#: sphinx/themes/agogo/layout.html:90 sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "显示源代码" -#: sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "概述" - -#: sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" -msgstr "欢迎!" - -#: sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" -msgstr "本文档属于" - -#: sphinx/themes/basic/defindex.html:17 -msgid "last updated" -msgstr "最后更新于" - -#: sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "索引和表格:" - -#: sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "完整目录" - -#: sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "列出所有的章节和部分" - -#: sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "搜索文档" - -#: sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "全局模块索引" - -#: sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "快速查看所有的模块" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "目录" -#: sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "所有函数、类、术语词汇" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "快速搜索" -#: sphinx/themes/basic/genindex-single.html:33 -#, python-format -msgid "Index – %(key)s" -msgstr "索引 – %(key)s" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "字母索引" -#: sphinx/themes/basic/genindex-single.html:61 -#: sphinx/themes/basic/genindex-split.html:24 -#: sphinx/themes/basic/genindex-split.html:38 -#: sphinx/themes/basic/genindex.html:73 +#: 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 "单页全索引" -#: sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "字母索引" - -#: sphinx/themes/basic/genindex-split.html:25 +#: themes/basic/genindex-split.html:17 msgid "can be huge" msgstr "可能会大" -#: sphinx/themes/basic/layout.html:26 +#: 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/layout.html:18 msgid "Navigation" msgstr "导航" -#: sphinx/themes/basic/layout.html:126 +#: themes/basic/layout.html:115 #, python-format msgid "Search within %(docstitle)s" msgstr "在 %(docstitle)s 中搜索" -#: sphinx/themes/basic/layout.html:135 +#: themes/basic/layout.html:124 msgid "About these documents" msgstr "关于此文档" -#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 -#: sphinx/themes/basic/layout.html:190 +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 msgid "Copyright" msgstr "版权所有" -#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 +#: 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/themes/basic/layout.html:212 +#: themes/basic/layout.html:201 #, python-format msgid "Last updated on %(last_updated)s." msgstr "最后更新于 %(last_updated)s." -#: sphinx/themes/basic/layout.html:215 +#: themes/basic/layout.html:204 #, python-format msgid "" "Created using Sphinx " "%(sphinx_version)s." msgstr "由 Sphinx %(sphinx_version)s创建。" -#: sphinx/themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "搜索 %(docstitle)s" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "本页" -#: sphinx/themes/basic/relations.html:12 +#: themes/basic/relations.html:4 msgid "Previous topic" msgstr "上一主题" -#: sphinx/themes/basic/relations.html:14 +#: themes/basic/relations.html:6 msgid "previous chapter" msgstr "上一章" -#: sphinx/themes/basic/relations.html:19 +#: themes/basic/relations.html:11 msgid "Next topic" msgstr "下一主题" -#: sphinx/themes/basic/relations.html:21 +#: themes/basic/relations.html:13 msgid "next chapter" msgstr "下一章" -#: sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "请激活 JavaScript 以开启搜索功能。" +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "搜索 %(docstitle)s" -#: sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "当搜索多个关键词时,只会显示同时包含所有关键词的内容。" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "概述" -#: sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "搜索" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "欢迎!" -#: sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "快速搜索" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "本文档属于" -#: sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -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 "列出所有的章节和部分" + +#: 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 "快速查看所有的模块" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "所有函数、类、术语词汇" -#: sphinx/themes/basic/changes/frameset.html:5 -#: sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "于版本 %(version)s— %(docstitle)s 变更" +msgid "Index – %(key)s" +msgstr "索引 – %(key)s" -#: sphinx/themes/basic/changes/rstsource.html:5 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "于版本 %(version)s— %(docstitle)s 变更" -#: sphinx/themes/basic/changes/versionchanges.html:17 +#: themes/basic/changes/versionchanges.html:17 #, python-format msgid "Automatically generated list of changes in version %(version)s" msgstr "自动生成的 %(version)s 版本变更列表" -#: sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "库的变更" -#: sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API 的变更" -#: sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "其他变更" -#: sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/searchtools.js:123 msgid "Search Results" msgstr "搜索结果" -#: sphinx/themes/basic/static/searchtools.js:114 +#: themes/basic/static/searchtools.js:125 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/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "搜索完成,匹配到 ${resultCount} 页。" +#: themes/basic/static/searchtools.js:129 +#, 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} 个页面。" -#: sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:267 msgid "Searching" msgstr "正在搜索中" -#: sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:284 msgid "Preparing search..." msgstr "正在准备搜索……" -#: sphinx/themes/basic/static/searchtools.js:463 +#: themes/basic/static/searchtools.js:517 msgid ", in " msgstr ",在 " -#: sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/static/sphinx_highlight.js:108 msgid "Hide Search Matches" msgstr "隐藏搜索结果" -#: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 -msgid "Collapse sidebar" -msgstr "折叠边栏" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "展开边栏" + +#: 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 "" +"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" +msgstr "目录树包含对不存在的文档 %r 的引用" + +#: 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" + +#: 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/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "已经给 %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: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 "成员" -#: sphinx/themes/classic/static/sidebar.js_t:48 -msgid "Expand sidebar" -msgstr "展开边栏" +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" +msgstr "类型" -#: sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "目录" +#: domains/cpp/__init__.py:946 +msgid "concept" +msgstr "概念" -#: sphinx/transforms/__init__.py:128 -msgid "could not calculate translation progress!" -msgstr "" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" +msgstr "枚举" -#: sphinx/transforms/__init__.py:133 -msgid "no translated elements!" -msgstr "" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" +msgstr "枚举成员" -#: sphinx/transforms/__init__.py:250 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "索引页使用了 4 列布局,可能是你所用的扩展出现了 Bug:%r" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" +msgstr "函数参数" -#: sphinx/transforms/__init__.py:291 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "脚注 [%s] 没有被引用过。" +#: domains/cpp/__init__.py:954 +msgid "template parameter" +msgstr "模板参数" -#: sphinx/transforms/__init__.py:297 -msgid "Footnote [#] is not referenced." -msgstr "脚注 [#] 没有被引用过。" +#: domains/python/_object.py:206 +msgid "Variables" +msgstr "变量" -#: sphinx/transforms/i18n.py:205 sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "译文中的脚注引用与原文不一致。原文中为:{0},翻文中为:{1}" +#: domains/python/_object.py:214 +msgid "Raises" +msgstr "抛出" -#: sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "译文中的引用与原文不一致。原文中为:{0},译文中为:{1}" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" +msgstr "仅位置参数分隔符 (PEP 570)" -#: sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "译文中的引文引用与原文不一致。原文中为:{0},译文中为:{1}" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" +msgstr "仅关键字参数分隔符 (PEP 3102)" -#: sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "译文中的术语引用与原文不一致。原文中为:{0},译文中为:{1}" +#: domains/python/__init__.py:115 domains/python/__init__.py:280 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s()(在 %s 模块中)" -#: sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "无法确定交叉引用的回退文本。可能是 Bug。" +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 +#, python-format +msgid "%s (in module %s)" +msgstr "%s()(在 %s 模块中)" -#: sphinx/transforms/post_transforms/__init__.py:158 +#: domains/python/__init__.py:184 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "“any”交叉引用 %r 的目标不唯一:可能是 %s" +msgid "%s (built-in variable)" +msgstr "%s(内置变量)" -#: sphinx/transforms/post_transforms/__init__.py:209 +#: domains/python/__init__.py:219 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "未找到 %s:%s 的引用目标: %s" +msgid "%s (built-in class)" +msgstr "%s(内置类)" -#: sphinx/transforms/post_transforms/__init__.py:212 +#: domains/python/__init__.py:220 #, python-format -msgid "%r reference target not found: %s" -msgstr "未找到 %r 的引用目标:%s" +msgid "%s (class in %s)" +msgstr "%s(%s 中的类)" -#: sphinx/transforms/post_transforms/images.py:89 +#: domains/python/__init__.py:285 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "无法拉取远程图像:%s [%d]" +msgid "%s() (%s class method)" +msgstr "%s()(%s 类方法)" -#: sphinx/transforms/post_transforms/images.py:117 +#: domains/python/__init__.py:287 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "无法拉取远程图像:%s [%s]" +msgid "%s() (%s static method)" +msgstr "%s()(%s 静态方法)" -#: sphinx/transforms/post_transforms/images.py:135 +#: domains/python/__init__.py:440 #, python-format -msgid "Unknown image format: %s..." -msgstr "未知的图像格式:%s……" +msgid "%s (%s property)" +msgstr "%s(%s 属性)" -#: sphinx/util/__init__.py:168 +#: domains/python/__init__.py:480 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "源码中存在编码无法识别的字符,已经替换为“?”:%r" +msgid "%s (type alias in %s)" +msgstr "%s (%s 中的类型别名)" -#: sphinx/util/display.py:78 -msgid "skipped" -msgstr "已跳过" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python 模块索引" -#: sphinx/util/display.py:83 -msgid "failed" -msgstr "失败" +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "模块" -#: sphinx/util/docfields.py:87 -#, 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”角色,但域中并不包含该角色。" +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "已弃用" -#: sphinx/util/docutils.py:295 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "未知的指令或角色名称:%s:%s" +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "异常" -#: sphinx/util/docutils.py:591 -#, python-format -msgid "unknown node type: %r" -msgstr "未知节点类型:%r" +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "类方法" -#: sphinx/util/i18n.py:94 -#, python-format -msgid "reading error: %s, %s" -msgstr "读取时发生错误:%s,%s" +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "静态方法" -#: sphinx/util/i18n.py:101 -#, python-format -msgid "writing error: %s, %s" -msgstr "写入时发生错误:%s,%s" +#: domains/python/__init__.py:744 +msgid "property" +msgstr "托管属性" -#: sphinx/util/i18n.py:125 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" +#: domains/python/__init__.py:745 +msgid "type alias" +msgstr "类型别名" -#: sphinx/util/i18n.py:215 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "无效的日期格式。如果你想直接输出日期字符串,请用单引号包裹该字符串:%s" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "重复的对象描述 %s,另一处为 %s,请在其中一处使用 :no-index:。" -#: sphinx/util/nodes.py:386 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r 不再适用于索引款目(源自 %r 款目)。请使用“pair: %s”作为替代。" +msgid "more than one target found for cross-reference %r: %s" +msgstr "交叉引用 %r 找到了多个目标:%s" -#: sphinx/util/nodes.py:439 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "目录树引用的文件 %r 不存在" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr "(已弃用)" -#: sphinx/util/nodes.py:637 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "only 指令的表达式求值时抛出异常:%s" +msgid "environment variable; %s" +msgstr "环境变量; %s" -#: sphinx/util/rst.py:71 +#: domains/std/__init__.py:116 #, python-format -msgid "default role %s not found" -msgstr "未找到默认角色 %s" +msgid "%s; configuration value" +msgstr "%s;配置值" -#: sphinx/writers/html5.py:100 sphinx/writers/html5.py:109 -msgid "Link to this definition" -msgstr "" +#: domains/std/__init__.py:172 +msgid "Type" +msgstr "类型" -#: sphinx/writers/html5.py:397 +#: domains/std/__init__.py:182 +msgid "Default" +msgstr "默认" + +#: domains/std/__init__.py:239 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "未定义 %s 的 numfig_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”形式" -#: sphinx/writers/html5.py:407 +#: domains/std/__init__.py:319 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "没有给 %s 节点分配 ID" +msgid "%s command line option" +msgstr "%s命令行选项" -#: sphinx/writers/html5.py:462 -msgid "Link to this term" -msgstr "" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "命令行选项" -#: sphinx/writers/html5.py:496 sphinx/writers/html5.py:501 -msgid "Link to this heading" -msgstr "" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "术语词汇前必须有空行" -#: sphinx/writers/html5.py:505 -msgid "Link to this table" -msgstr "" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" +msgstr "术语词汇不能用空行分隔" -#: sphinx/writers/html5.py:548 -msgid "Link to this code" -msgstr "" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" +msgstr "术语词汇格式不正确,请检查缩进" -#: sphinx/writers/html5.py:550 -msgid "Link to this image" -msgstr "" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "术语词汇" -#: sphinx/writers/html5.py:552 -msgid "Link to this toctree" -msgstr "" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "语法记号" -#: sphinx/writers/html5.py:688 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "无法获取图像尺寸,已忽略 :scale: 选项。" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "引用标签" -#: sphinx/writers/latex.py:335 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "未知的 %r toplevel_sectioning 被用于 %r 类" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "环境变量" -#: sphinx/writers/latex.py:386 -msgid "too large :maxdepth:, ignored." -msgstr ":mathdepth: 值过大,已忽略。" +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "程序选项" -#: sphinx/writers/latex.py:625 -msgid "document title is not a single Text node" -msgstr "文档标题不是一个单纯文本节点" +#: domains/std/__init__.py:735 +msgid "document" +msgstr "文档" -#: sphinx/writers/latex.py:656 sphinx/writers/texinfo.py:626 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "在节、话题、表格、警示或边栏以外的位置发现标题节点" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "模块索引" -#: sphinx/writers/latex.py:959 sphinx/writers/manpage.py:259 -#: sphinx/writers/texinfo.py:641 -msgid "Footnotes" -msgstr "脚注" +#: domains/std/__init__.py:857 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "重复的 %s 描述 %s,另一描述出现在 %s" -#: sphinx/writers/latex.py:1028 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "同时指定了 tabularcolumns 和 :widths: 选项,已忽略 :widths:。" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig 已禁用,忽略 :numref:。" -#: sphinx/writers/latex.py:1388 +#: domains/std/__init__.py:1124 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "无效的量纲单位 %s,已忽略。" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "无法创建交叉引用。未指定题图数字:%s" -#: sphinx/writers/latex.py:1722 +#: domains/std/__init__.py:1138 #, python-format -msgid "unknown index entry type %s found" -msgstr "发现未知的索引条目类型 %s" +msgid "the link has no caption: %s" +msgstr "链接没有标题:%s" -#: sphinx/writers/manpage.py:305 sphinx/writers/text.py:907 +#: domains/std/__init__.py:1153 #, python-format -msgid "[image: %s]" -msgstr "[图片: %s]" +msgid "invalid numfig_format: %s (%r)" +msgstr "无效的 numfig_format:%s(%r)" -#: sphinx/writers/manpage.py:306 sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[图片]" +#: domains/std/__init__.py:1157 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "无效的 numfig_format:%s" -#: sphinx/writers/texinfo.py:1197 -msgid "caption not inside a figure." -msgstr "在图示之外发现了图题。" +#: domains/std/__init__.py:1453 +#, python-format +msgid "undefined label: %r" +msgstr "标签未定义:%r" -#: sphinx/writers/texinfo.py:1284 +#: domains/std/__init__.py:1456 #, python-format -msgid "unimplemented node type: %r" -msgstr "未实现的节点类型:%r" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "无法创建交叉引用,缺少标题或图题:%r" + +#: 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/c/__init__.py:211 +#, python-format +msgid "%s (C %s)" +msgstr "%s(C %s)" + +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "变量" + +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "宏" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "结构体" diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo index 967b0531ea9..ffffc81dd5b 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 839f15917e7..923aa05a3f6 100644 --- a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: zh_HK\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:377 +#: cmd/quickstart.py:809 #, python-format -msgid "targets for %d source files that are out of date" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: 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 "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:551 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: cmd/build.py:357 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/xml.py:101 +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:45 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s() (%s method)" msgstr "" -#: 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)." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/javascript.py:374 #, python-format -msgid "cannot copy image file %r: %s" +msgid "%s (module)" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:244 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:266 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "targets for %d template files" +msgid ":%s: (directive option)" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:77 +#: domains/citation.py:75 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:149 +#: domains/citation.py:92 #, python-format -msgid "broken link: %s (%s)" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:358 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2665 +1466,2778 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +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 "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:344 #, python-format -msgid "Added in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:367 #, python-format -msgid "Changed in version %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Deprecated since version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Removed in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot copy image file %r: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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 "" -#: cmd/quickstart.py:604 -msgid "Structure 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 "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:549 #, python-format -msgid "enable %s extension" +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: 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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: 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" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:386 +#, 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" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:601 +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:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: 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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: 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] "" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1054 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1218 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1231 #, python-format -msgid "Automatically generated list of changes in version %(version)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/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s() (in module %s)" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (in module %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (built-in variable)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (built-in class)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (class in %s)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s() (%s class method)" +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/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:1464 #, python-format -msgid "%s (%s property)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:478 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "%s (type alias in %s)" +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:71 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:242 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +#: 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 "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %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 "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "unknown index entry type %r" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autosummary/__init__.py:284 #, 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 "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:384 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:404 -#, python-format -msgid "failed to parse name %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:874 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "default suffix for files (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -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/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %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." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:50 +#: themes/basic/static/searchtools.js:125 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"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:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo index a36852c1705..8042f8b772e 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 466b7b91422..c9bb990e0e2 100644 --- a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+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" @@ -18,141 +18,276 @@ msgstr "" "Language: zh_TW.Big5\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:552 #, python-format msgid "" -"This project needs the extension %s at least in version %s and therefore " -"cannot be built with the loaded version (%s)." +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "" -#: application.py:309 +#: application.py:310 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 "" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "" -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +295,12 @@ msgid "" "explicit" msgstr "" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,260 +308,225 @@ msgid "" "explicit" msgstr "" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: config.py:366 +#: extension.py:79 +#, python-format msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." +"This project needs the extension %s at least in version %s and therefore " +"cannot be built with the loaded version (%s)." msgstr "" -#: config.py:394 +#: events.py:81 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" +msgid "Event %r already present" msgstr "" -#: config.py:399 +#: events.py:379 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" +msgid "Unknown event name: %s" msgstr "" -#: config.py:411 +#: events.py:424 #, python-format -msgid "invalid number %r for config value %r, ignoring" +msgid "Handler %r for event %r threw an exception" msgstr "" -#: config.py:419 +#: registry.py:162 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" +msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: config.py:442 +#: registry.py:166 #, python-format -msgid "unknown config value %r in override, ignoring" +msgid "Builder %r already exists (in module %s)" msgstr "" -#: config.py:496 +#: registry.py:182 #, python-format -msgid "No such config value: %r" +msgid "Builder name %s not registered or available through entry point" msgstr "" -#: config.py:524 +#: registry.py:192 #, python-format -msgid "Config value %r already present" +msgid "Builder name %s not registered" msgstr "" -#: config.py:561 +#: registry.py:199 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" +msgid "domain %s already registered" msgstr "" -#: config.py:603 +#: registry.py:223 registry.py:244 registry.py:257 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" +msgid "domain %s not yet registered" msgstr "" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" +#: registry.py:230 +#, python-format +msgid "The %r directive is already registered to domain %s" msgstr "" -#: config.py:615 +#: registry.py:248 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" +msgid "The %r role is already registered to domain %s" msgstr "" -#: config.py:637 +#: registry.py:261 #, python-format -msgid "Failed to convert %r to a frozenset" +msgid "The %r index is already registered to domain %s" msgstr "" -#: config.py:655 config.py:663 +#: registry.py:308 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgid "The %r object_type is already registered" msgstr "" -#: config.py:669 +#: registry.py:339 #, 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 crossref_type is already registered" msgstr "" -#: config.py:690 +#: registry.py:348 #, python-format -msgid "Section %s" +msgid "source_suffix %r is already registered" msgstr "" -#: config.py:691 +#: registry.py:358 #, python-format -msgid "Fig. %s" +msgid "source_parser for %r is already registered" msgstr "" -#: config.py:692 +#: registry.py:367 #, python-format -msgid "Table %s" +msgid "Source parser for %s not registered" msgstr "" -#: config.py:693 +#: registry.py:388 #, python-format -msgid "Listing %s" +msgid "Translator for %r already exists" msgstr "" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" msgstr "" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." +#: registry.py:514 +#, python-format +msgid "math renderer %s is already registered" msgstr "" -#: config.py:862 +#: registry.py:531 #, python-format -msgid "primary_domain %r not found, ignored." +msgid "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." msgstr "" -#: config.py:882 -msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." +#: registry.py:545 +msgid "Original exception:\n" msgstr "" -#: highlighting.py:170 +#: registry.py:547 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "Could not import extension %s" msgstr "" -#: highlighting.py:209 +#: registry.py:554 #, python-format msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" msgstr "" -#: theming.py:115 +#: registry.py:567 #, python-format msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." +"The %s extension used by this project needs at least Sphinx v%s; it " +"therefore cannot be built with this version." msgstr "" -#: theming.py:120 +#: registry.py:579 #, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" +msgid "" +"extension %r returned an unsupported object from its setup() function; it " +"should return None or a metadata dictionary" msgstr "" -#: theming.py:135 +#: registry.py:605 #, python-format -msgid "unsupported theme option %r given" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: theming.py:208 +#: roles.py:206 #, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: theming.py:228 +#: roles.py:229 #, python-format -msgid "no theme named %r found (missing theme.toml?)" +msgid "invalid CVE number %s" msgstr "" -#: theming.py:268 +#: roles.py:251 #, python-format -msgid "The %r theme has circular inheritance" +msgid "Common Weakness Enumeration; CWE %s" msgstr "" -#: theming.py:276 +#: roles.py:274 #, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" +msgid "invalid CWE number %s" msgstr "" -#: theming.py:282 +#: roles.py:294 #, python-format -msgid "The %r theme has too many ancestors" +msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: theming.py:310 +#: roles.py:317 #, python-format -msgid "no theme configuration file found in %r" +msgid "invalid PEP number %s" msgstr "" -#: theming.py:335 theming.py:388 +#: roles.py:355 #, python-format -msgid "theme %r doesn't have the \"theme\" table" +msgid "invalid RFC number %s" msgstr "" -#: theming.py:339 +#: highlighting.py:170 #, python-format -msgid "The %r theme \"[theme]\" table is not a table" +msgid "Pygments lexer name %r is not known" msgstr "" -#: theming.py:343 theming.py:391 +#: highlighting.py:209 #, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: theming.py:347 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: theming.py:366 -#, 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 "" - -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "" - -#: project.py:72 +#: project.py:72 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" @@ -438,1047 +538,864 @@ msgstr "" msgid "Ignored unreadable document %r." msgstr "" -#: registry.py:167 +#: theming.py:117 #, python-format -msgid "Builder class %s has no \"name\" attribute" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: registry.py:171 +#: theming.py:122 #, python-format -msgid "Builder %r already exists (in module %s)" +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: registry.py:187 +#: theming.py:137 #, python-format -msgid "Builder name %s not registered or available through entry point" +msgid "unsupported theme option %r given" msgstr "" -#: registry.py:197 +#: theming.py:218 #, python-format -msgid "Builder name %s not registered" +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: registry.py:204 +#: theming.py:238 #, python-format -msgid "domain %s already registered" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: registry.py:228 registry.py:249 registry.py:262 +#: theming.py:278 #, python-format -msgid "domain %s not yet registered" +msgid "The %r theme has circular inheritance" msgstr "" -#: registry.py:235 +#: theming.py:286 #, python-format -msgid "The %r directive is already registered to domain %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: registry.py:253 +#: theming.py:292 #, python-format -msgid "The %r role is already registered to domain %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: registry.py:266 +#: theming.py:320 #, python-format -msgid "The %r index is already registered to domain %s" +msgid "no theme configuration file found in %r" msgstr "" -#: registry.py:313 +#: theming.py:345 theming.py:398 #, python-format -msgid "The %r object_type is already registered" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: registry.py:344 +#: theming.py:349 #, python-format -msgid "The %r crossref_type is already registered" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: registry.py:353 +#: theming.py:353 theming.py:401 #, python-format -msgid "source_suffix %r is already registered" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: registry.py:363 +#: theming.py:357 #, python-format -msgid "source_parser for %r is already registered" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: registry.py:372 +#: theming.py:376 #, python-format -msgid "Source parser for %s not registered" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" msgstr "" -#: registry.py:407 -#, python-format -msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: registry.py:529 -#, python-format -msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" msgstr "" -#: registry.py:543 -msgid "Original exception:\n" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: registry.py:552 -#, python-format -msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" msgstr "" -#: registry.py:565 -#, python-format -msgid "" -"The %s extension used by this project needs at least Sphinx v%s; it " -"therefore cannot be built with this version." +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" msgstr "" -#: registry.py:577 -#, python-format -msgid "" -"extension %r returned an unsupported object from its setup() function; it " -"should return None or a metadata dictionary" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: registry.py:612 -#, python-format -msgid "`None` is not a valid filetype for %r." +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." msgstr "" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." msgstr "" -#: roles.py:229 +#: cmd/quickstart.py:133 #, python-format -msgid "invalid CVE number %s" +msgid "Please enter one of %s." msgstr "" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: roles.py:294 +#: cmd/quickstart.py:229 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %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 "" -#: roles.py:355 +#: cmd/quickstart.py:241 #, python-format -msgid "invalid RFC number %s" +msgid "Selected root path: %s" msgstr "" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." msgstr "" -#: ext/viewcode.py:289 -msgid "highlighting module code... " +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" msgstr "" -#: ext/viewcode.py:320 -msgid "[docs]" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: ext/viewcode.py:346 -msgid "Module code" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: ext/viewcode.py:353 -#, python-format -msgid "

Source code for %s

" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: ext/viewcode.py:380 -msgid "Overview: module code" +#: 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 "" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" msgstr "" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"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 "" -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" 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:297 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" +#: cmd/quickstart.py:300 +msgid "Project name" msgstr "" -#: ext/duration.py:90 +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:308 msgid "" -"====================== slowest reading durations =======================" +"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/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: cmd/quickstart.py:315 +msgid "Project version" msgstr "" -#: ext/doctest.py:124 -#, python-format -msgid "'%s' is not a valid option." +#: cmd/quickstart.py:317 +msgid "Project release" msgstr "" -#: ext/doctest.py:139 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: 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 "" -#: ext/doctest.py:226 -msgid "invalid TestCode type" +#: cmd/quickstart.py:331 +msgid "Project language" msgstr "" -#: ext/doctest.py:297 -#, python-format +#: cmd/quickstart.py:339 msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +"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/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: cmd/quickstart.py:343 +msgid "Source file suffix" msgstr "" -#: ext/doctest.py:568 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: 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 "" -#: ext/imgmath.py:162 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" msgstr "" -#: ext/imgmath.py:181 +#: cmd/quickstart.py:367 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -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 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -msgstr "" - -#: ext/coverage.py:172 -#, python-brace-format, python-format +#: cmd/quickstart.py:377 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" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: cmd/quickstart.py:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: ext/imgconverter.py:44 -#, python-format +#: cmd/quickstart.py:396 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" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: ext/imgconverter.py:56 ext/imgconverter.py:90 -#, python-format +#: cmd/quickstart.py:406 msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"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 "" -#: ext/imgconverter.py:83 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" msgstr "" -#: ext/graphviz.py:138 -msgid "Graphviz directive cannot have both content and a filename argument" +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" msgstr "" -#: ext/graphviz.py:153 +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: ext/graphviz.py:164 -msgid "Ignoring \"graphviz\" directive without content." +msgid "Creating file %s." msgstr "" -#: ext/graphviz.py:287 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "File %s already exists, skipping." msgstr "" -#: ext/graphviz.py:328 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: ext/graphviz.py:339 +#: cmd/quickstart.py:519 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: ext/graphviz.py:344 -#, python-format +#: cmd/quickstart.py:526 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/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 "" - -#: 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:131 directives/code.py:297 directives/code.py:483 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: directives/code.py:235 +#: cmd/quickstart.py:530 #, 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 -#, 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\"" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: cmd/quickstart.py:537 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: directives/patches.py:71 +#: cmd/quickstart.py:572 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"\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 "" -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." msgstr "" -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: cmd/quickstart.py:591 +msgid "quiet mode" msgstr "" -#: directives/other.py:156 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: cmd/quickstart.py:601 +msgid "project root" msgstr "" -#: directives/other.py:169 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" msgstr "" -#: directives/other.py:203 -msgid "Section author: " +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" msgstr "" -#: directives/other.py:205 -msgid "Module author: " +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" msgstr "" -#: directives/other.py:207 -msgid "Code author: " +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." msgstr "" -#: directives/other.py:209 -msgid "Author: " +#: cmd/quickstart.py:625 +msgid "Project basic options" msgstr "" -#: directives/other.py:269 -msgid ".. acks content is not a list" +#: cmd/quickstart.py:627 +msgid "project name" msgstr "" -#: directives/other.py:292 -msgid ".. hlist content is not a list" +#: cmd/quickstart.py:630 +msgid "author names" msgstr "" -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." +#: cmd/quickstart.py:637 +msgid "version of project" msgstr "" -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." +#: cmd/quickstart.py:644 +msgid "release of project" msgstr "" -#: builders/changes.py:58 -msgid "writing summary file..." +#: cmd/quickstart.py:651 +msgid "document language" msgstr "" -#: builders/changes.py:70 -msgid "Builtins" +#: cmd/quickstart.py:654 +msgid "source file suffix" msgstr "" -#: builders/changes.py:72 -msgid "Module level" +#: cmd/quickstart.py:657 +msgid "master document name" msgstr "" -#: builders/changes.py:124 -msgid "copying source files..." +#: cmd/quickstart.py:660 +msgid "use epub" msgstr "" -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" +#: cmd/quickstart.py:663 +msgid "Extension options" msgstr "" -#: builders/manpage.py:37 +#: cmd/quickstart.py:670 #, 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" +msgid "enable %s extension" msgstr "" -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" msgstr "" -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" msgstr "" -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: cmd/quickstart.py:686 +msgid "create makefile" msgstr "" -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: cmd/quickstart.py:692 +msgid "do not create makefile" msgstr "" -#: builders/__init__.py:255 -msgid "building [mo]: " +#: cmd/quickstart.py:699 +msgid "create batchfile" msgstr "" -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " +#: cmd/quickstart.py:705 +msgid "do not create batchfile" msgstr "" -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" msgstr "" -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" msgstr "" -#: builders/__init__.py:319 -msgid "all source files" +#: cmd/quickstart.py:730 +msgid "define a template variable" msgstr "" -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: builders/__init__.py:337 -#, python-format +#: cmd/quickstart.py:785 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" +#: cmd/quickstart.py:792 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: builders/__init__.py:377 +#: cmd/quickstart.py:809 #, python-format -msgid "targets for %d source files that are out of date" +msgid "Invalid template variable: %s" msgstr "" -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " +#: cmd/build.py:64 +msgid "job number should be a positive number" msgstr "" -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " +#: 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 "" -#: builders/__init__.py:410 -#, python-format -msgid "%d found" +#: cmd/build.py:100 +msgid "path to documentation source files" msgstr "" -#: builders/__init__.py:412 -msgid "none found" +#: cmd/build.py:103 +msgid "path to output directory" msgstr "" -#: builders/__init__.py:419 -msgid "pickling environment" +#: cmd/build.py:109 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: builders/__init__.py:426 -msgid "checking consistency" +#: cmd/build.py:114 +msgid "general options" msgstr "" -#: builders/__init__.py:430 -msgid "no targets are out of date." +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" msgstr "" -#: builders/__init__.py:469 -msgid "updating environment: " +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: 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." +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" msgstr "" -#: builders/__init__.py:540 -#, 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." +#: cmd/build.py:150 +msgid "path options" msgstr "" -#: builders/__init__.py:551 -#, python-format +#: cmd/build.py:157 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." +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: builders/__init__.py:558 -#, 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." +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: builders/__init__.py:576 builders/__init__.py:592 -msgid "reading sources... " +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" +#: cmd/build.py:184 +msgid "override a setting in configuration file" msgstr "" -#: builders/__init__.py:715 -msgid "no docnames to write!" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" msgstr "" -#: builders/__init__.py:728 -msgid "preparing documents" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: builders/__init__.py:731 -msgid "copying assets" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:212 +msgid "console output options" msgstr "" -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" msgstr "" -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" msgstr "" -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: cmd/build.py:252 +msgid "warning control options" msgstr "" -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" msgstr "" -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: cmd/build.py:265 +msgid "turn warnings into errors" msgstr "" -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: cmd/build.py:273 +msgid "show full traceback on exception" msgstr "" -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: cmd/build.py:276 +msgid "run Pdb on exception" msgstr "" -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: cmd/build.py:282 +msgid "raise an exception on warnings" msgstr "" -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" msgstr "" -#: builders/epub3.py:279 builders/html/__init__.py:1291 +#: cmd/build.py:357 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "cannot open warning file '%s': %s" msgstr "" -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." +#: cmd/build.py:376 +msgid "-D option argument must be in the form name=value" msgstr "" -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" +#: cmd/build.py:383 +msgid "-A option argument must be in the form name=value" msgstr "" -#: builders/xml.py:101 +#: domains/javascript.py:183 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s() (built-in function)" msgstr "" -#: builders/texinfo.py:45 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s() (%s method)" msgstr "" -#: 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)." +#: domains/javascript.py:186 +#, python-format +msgid "%s() (class)" msgstr "" -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/javascript.py:188 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: builders/texinfo.py:89 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "%s (%s attribute)" msgstr "" -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" +#: domains/javascript.py:274 +msgid "Arguments" msgstr "" -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." +#: domains/cpp/__init__.py:491 domains/javascript.py:281 +msgid "Throws" msgstr "" -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " +#: domains/c/__init__.py:367 domains/cpp/__init__.py:504 +#: domains/javascript.py:288 domains/python/_object.py:221 +msgid "Returns" msgstr "" -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " +#: domains/c/__init__.py:373 domains/javascript.py:294 +#: domains/python/_object.py:227 +msgid "Return type" msgstr "" -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 +#: domains/javascript.py:374 #, python-format -msgid "cannot copy image file %r: %s" +msgid "%s (module)" msgstr "" -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" +#: domains/c/__init__.py:779 domains/cpp/__init__.py:943 +#: domains/javascript.py:419 domains/python/__init__.py:736 +msgid "function" msgstr "" -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/javascript.py:420 domains/python/__init__.py:740 +msgid "method" msgstr "" -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" +#: domains/cpp/__init__.py:941 domains/javascript.py:421 +#: domains/python/__init__.py:738 +msgid "class" msgstr "" -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: domains/javascript.py:422 domains/python/__init__.py:737 +msgid "data" msgstr "" -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" +#: domains/javascript.py:423 domains/python/__init__.py:743 +msgid "attribute" msgstr "" -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" +#: domains/javascript.py:424 domains/python/__init__.py:746 +msgid "module" msgstr "" -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." +#: domains/javascript.py:458 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" msgstr "" -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." +#: domains/changeset.py:26 +#, python-format +msgid "Added in version %s" msgstr "" -#: builders/_epub_base.py:591 +#: domains/changeset.py:27 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Changed in version %s" msgstr "" -#: builders/_epub_base.py:745 -msgid "node has an invalid level" +#: domains/changeset.py:28 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." +#: domains/changeset.py:29 +#, python-format +msgid "Removed in version %s" msgstr "" -#: builders/_epub_base.py:794 +#: domains/math.py:73 #, python-format -msgid "writing %s file..." +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: builders/gettext.py:244 +#: domains/rst.py:131 domains/rst.py:190 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "%s (directive)" msgstr "" -#: builders/gettext.py:266 +#: domains/rst.py:191 domains/rst.py:202 #, python-format -msgid "targets for %d template files" +msgid ":%s: (directive option)" msgstr "" -#: builders/gettext.py:271 -msgid "reading templates... " +#: domains/rst.py:224 +#, python-format +msgid "%s (role)" msgstr "" -#: builders/gettext.py:307 -msgid "writing message catalogs... " +#: domains/rst.py:234 +msgid "directive" msgstr "" -#: builders/singlehtml.py:35 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/rst.py:235 +msgid "directive-option" msgstr "" -#: builders/singlehtml.py:171 -msgid "assembling single document" +#: domains/rst.py:236 +msgid "role" msgstr "" -#: builders/singlehtml.py:189 -msgid "writing additional files" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:77 +#: domains/citation.py:75 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: builders/linkcheck.py:149 +#: domains/citation.py:92 #, python-format -msgid "broken link: %s (%s)" +msgid "Citation [%s] is not referenced." msgstr "" -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" +#: environment/__init__.py:88 +msgid "new config" msgstr "" -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: environment/__init__.py:89 +msgid "config changed" msgstr "" -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." +#: environment/__init__.py:90 +msgid "extensions changed" msgstr "" -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:258 +msgid "build environment version not current" msgstr "" -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: environment/__init__.py:260 +msgid "source directory has changed" msgstr "" -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:347 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: builders/html/__init__.py:486 builders/latex/__init__.py:199 -#: transforms/__init__.py:129 writers/manpage.py:98 writers/texinfo.py:220 +#: environment/__init__.py:358 #, python-format -msgid "%b %d, %Y" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" +#: environment/__init__.py:401 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: transforms/__init__.py:144 -msgid "no translated elements!" +#: environment/__init__.py:515 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: transforms/__init__.py:253 +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Domain %r is not registered" msgstr "" -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" msgstr "" -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." msgstr "" -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" #: _cli/__init__.py:73 @@ -1549,2665 +1466,2778 @@ msgstr "" msgid "See 'sphinx --help'.\n" msgstr "" -#: environment/__init__.py:86 -msgid "new config" +#: builders/html/__init__.py:489 builders/latex/__init__.py:196 +#: transforms/__init__.py:134 writers/manpage.py:97 writers/texinfo.py:220 +#, python-format +msgid "%b %d, %Y" msgstr "" -#: environment/__init__.py:87 -msgid "config changed" +#: builders/latex/__init__.py:203 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 "" -#: environment/__init__.py:88 -msgid "extensions changed" +#: writers/latex.py:766 writers/texinfo.py:646 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: environment/__init__.py:253 -msgid "build environment version not current" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" msgstr "" -#: environment/__init__.py:255 -msgid "source directory has changed" +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." msgstr "" -#: environment/__init__.py:325 +#: writers/texinfo.py:1303 #, python-format -msgid "The configuration has changed (1 option: %r)" +msgid "unimplemented node type: %r" msgstr "" -#: environment/__init__.py:330 +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:431 #, python-format -msgid "The configuration has changed (%d options: %s)" +msgid "numfig_format is not defined for %s" msgstr "" -#: environment/__init__.py:336 +#: writers/html5.py:441 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: writers/html5.py:496 +msgid "Link to this term" msgstr "" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:558 +msgid "Link to this table" msgstr "" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Domain %r is not registered" +msgid "unsupported rubric heading level: %s" msgstr "" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" +#: writers/html5.py:636 +msgid "Link to this code" msgstr "" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." +#: writers/html5.py:638 +msgid "Link to this image" msgstr "" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +#: writers/html5.py:640 +msgid "Link to this toctree" msgstr "" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: util/i18n.py:113 +#: writers/manpage.py:288 writers/text.py:945 #, python-format -msgid "writing error: %s, %s" +msgid "[image: %s]" msgstr "" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" msgstr "" -#: util/i18n.py:236 +#: writers/latex.py:384 #, python-format -msgid "Invalid Babel locale: %r." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: util/i18n.py:245 +#: builders/latex/__init__.py:221 writers/latex.py:434 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "no Babel option known for language %r" msgstr "" -#: util/docfields.py:103 +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:614 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1200 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: util/nodes.py:423 +#: writers/latex.py:1230 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: util/nodes.py:490 +#: writers/latex.py:1626 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: util/nodes.py:706 +#: writers/latex.py:1986 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "unknown index entry type %s found" msgstr "" -#: util/display.py:82 -msgid "skipped" +#: 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/display.py:87 -msgid "failed" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" msgstr "" -#: util/osutil.py:131 +#: directives/code.py:87 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "Invalid caption: %s" msgstr "" -#: util/docutils.py:309 +#: directives/code.py:131 directives/code.py:297 directives/code.py:483 #, python-format -msgid "unknown directive name: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: util/docutils.py:345 +#: directives/code.py:216 #, python-format -msgid "unknown role name: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: util/docutils.py:789 +#: directives/code.py:231 #, python-format -msgid "unknown node type: %r" +msgid "Include file '%s' not found or reading it failed" msgstr "" -#: util/fileutil.py:76 +#: directives/code.py:235 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Encoding %r used for reading included file '%s' seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: util/fileutil.py:89 +#: directives/code.py:276 #, python-format -msgid "Writing evaluated template result to %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: util/rst.py:73 +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" + +#: directives/code.py:314 #, python-format -msgid "default role %s not found" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: util/inventory.py:147 +#: directives/other.py:119 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: util/inventory.py:166 +#: directives/other.py:153 environment/adapters/toctree.py:372 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: writers/manpage.py:289 writers/text.py:945 +#: directives/other.py:169 #, python-format -msgid "[image: %s]" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" +#: directives/other.py:203 +msgid "Section author: " msgstr "" -#: 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" +#: directives/other.py:205 +msgid "Module author: " msgstr "" -#: writers/latex.py:743 writers/texinfo.py:646 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/other.py:207 +msgid "Code author: " msgstr "" -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." +#: directives/other.py:209 +msgid "Author: " msgstr "" -#: writers/texinfo.py:1303 +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr "" + +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr "" + +#: ext/todo.py:61 +msgid "Todo" +msgstr "" + +#: ext/todo.py:94 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:152 +msgid "<>" msgstr "" -#: writers/latex.py:361 +#: ext/todo.py:154 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "(The <> is located in %s, line %d.)" +msgstr "" + +#: ext/todo.py:166 +msgid "original entry" +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 "" -#: builders/latex/__init__.py:224 writers/latex.py:411 +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:359 #, python-format -msgid "no Babel option known for language %r" +msgid "

Source code for %s

" msgstr "" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" msgstr "" -#: writers/latex.py:591 +#: ext/coverage.py:48 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "invalid regex %r in %s" msgstr "" -#: writers/latex.py:707 -msgid "document title is not a single Text node" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: writers/html5.py:572 writers/latex.py:1106 +#: ext/coverage.py:148 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: writers/latex.py:1183 +#: ext/coverage.py:158 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: 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:1939 +#: ext/coverage.py:187 #, python-format -msgid "unknown index entry type %s found" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: domains/math.py:128 writers/latex.py:2495 +#: ext/coverage.py:260 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" - -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: writers/html5.py:431 +#: ext/coverage.py:452 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: writers/html5.py:441 +#: ext/coverage.py:473 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "undocumented python class: %s :: %s" msgstr "" -#: writers/html5.py:496 -msgid "Link to this term" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" +#: ext/imgmath.py:148 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: writers/html5.py:558 -msgid "Link to this table" +#: ext/imgmath.py:167 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: writers/html5.py:636 -msgid "Link to this code" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: writers/html5.py:638 -msgid "Link to this image" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: writers/html5.py:640 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." +#: 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 "" -#: domains/__init__.py:322 +#: ext/imgconverter.py:56 ext/imgconverter.py:90 #, python-format -msgid "%s %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/math.py:73 +#: ext/imgconverter.py:83 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: domains/javascript.py:182 +#: ext/autosectionlabel.py:52 #, python-format -msgid "%s() (built-in function)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/std/__init__.py:833 domains/std/__init__.py:960 +#: ext/autosectionlabel.py:61 #, python-format -msgid "%s() (%s method)" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: domains/javascript.py:185 +#: ext/doctest.py:118 #, python-format -msgid "%s() (class)" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: domains/javascript.py:187 +#: ext/doctest.py:124 #, python-format -msgid "%s (global variable or constant)" +msgid "'%s' is not a valid option." msgstr "" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: ext/doctest.py:139 #, python-format -msgid "%s (%s attribute)" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: domains/javascript.py:273 -msgid "Arguments" +#: ext/doctest.py:226 +msgid "invalid TestCode type" msgstr "" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 -msgid "Throws" +#: ext/doctest.py:297 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: domains/c/__init__.py:339 domains/cpp/__init__.py:502 -#: domains/javascript.py:287 domains/python/_object.py:221 -msgid "Returns" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: domains/c/__init__.py:345 domains/javascript.py:293 -#: domains/python/_object.py:227 -msgid "Return type" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: domains/javascript.py:370 +#: ext/extlinks.py:82 #, python-format -msgid "%s (module)" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: domains/c/__init__.py:751 domains/cpp/__init__.py:941 -#: domains/javascript.py:415 domains/python/__init__.py:740 -msgid "function" +#: ext/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: domains/javascript.py:416 domains/python/__init__.py:744 -msgid "method" +#: ext/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: domains/cpp/__init__.py:939 domains/javascript.py:417 -#: domains/python/__init__.py:742 -msgid "class" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: domains/javascript.py:418 domains/python/__init__.py:741 -msgid "data" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: domains/javascript.py:419 domains/python/__init__.py:747 -msgid "attribute" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: domains/javascript.py:420 domains/python/__init__.py:750 -msgid "module" +#: ext/graphviz.py:328 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: domains/javascript.py:454 +#: ext/graphviz.py:339 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:26 +#: ext/graphviz.py:344 #, python-format -msgid "Added in version %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: domains/changeset.py:27 +#: ext/graphviz.py:367 #, python-format -msgid "Changed in version %s" +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" msgstr "" -#: domains/changeset.py:28 +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 #, python-format -msgid "Deprecated since version %s" +msgid "dot code %r: %s" msgstr "" -#: domains/changeset.py:29 +#: ext/graphviz.py:493 ext/graphviz.py:501 #, python-format -msgid "Removed in version %s" +msgid "[graph: %s]" msgstr "" -#: domains/rst.py:131 domains/rst.py:190 -#, python-format -msgid "%s (directive)" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" msgstr "" -#: domains/rst.py:191 domains/rst.py:202 +#: builders/texinfo.py:41 #, python-format -msgid ":%s: (directive option)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: domains/rst.py:224 +#: 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 "" + +#: builders/texinfo.py:85 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: domains/rst.py:234 -msgid "directive" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" msgstr "" -#: domains/rst.py:235 -msgid "directive-option" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" msgstr "" -#: domains/rst.py:236 -msgid "role" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." msgstr "" -#: domains/rst.py:262 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " msgstr "" -#: domains/citation.py:75 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " msgstr "" -#: domains/citation.py:92 +#: builders/_epub_base.py:447 builders/latex/__init__.py:489 +#: builders/texinfo.py:203 #, python-format -msgid "Citation [%s] is not referenced." +msgid "cannot copy image file %r: %s" msgstr "" -#: locale/__init__.py:228 -msgid "Attention" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" msgstr "" -#: locale/__init__.py:229 -msgid "Caution" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: locale/__init__.py:230 -msgid "Danger" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: locale/__init__.py:231 -msgid "Error" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: locale/__init__.py:232 -msgid "Hint" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: locale/__init__.py:233 -msgid "Important" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" msgstr "" -#: locale/__init__.py:234 -msgid "Note" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." msgstr "" -#: locale/__init__.py:235 -msgid "See also" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." msgstr "" -#: locale/__init__.py:236 -msgid "Tip" +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." msgstr "" -#: locale/__init__.py:237 -msgid "Warning" +#: builders/_epub_base.py:594 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: cmd/quickstart.py:52 -msgid "automatically insert docstrings from modules" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" msgstr "" -#: cmd/quickstart.py:53 -msgid "automatically test code snippets in doctest blocks" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." msgstr "" -#: cmd/quickstart.py:54 -msgid "link between Sphinx documentation of different projects" +#: builders/_epub_base.py:801 +#, python-format +msgid "writing %s file..." msgstr "" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/xml.py:29 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:58 -msgid "include math, rendered in the browser by MathJax" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:59 -msgid "conditional inclusion of content based on config values" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." msgstr "" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" +#: builders/changes.py:63 +msgid "writing summary file..." msgstr "" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: builders/changes.py:75 +msgid "Builtins" msgstr "" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." +#: builders/changes.py:77 +msgid "Module level" msgstr "" -#: cmd/quickstart.py:126 -msgid "Please enter some text." +#: builders/changes.py:129 +msgid "copying source files..." msgstr "" -#: cmd/quickstart.py:133 +#: builders/changes.py:138 #, python-format -msgid "Please enter one of %s." +msgid "could not read %r for changelog creation" msgstr "" -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: cmd/quickstart.py:229 +#: builders/manpage.py:64 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: 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)." +#: builders/epub3.py:84 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:241 -#, python-format -msgid "Selected root path: %s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: 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." +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:297 -msgid "" -"The project name will occur in several places in the built documentation." +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: cmd/quickstart.py:300 -msgid "Project name" +#: builders/epub3.py:283 builders/html/__init__.py:1306 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: cmd/quickstart.py:302 -msgid "Author name(s)" +#: builders/gettext.py:243 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:401 builders/gettext.py:264 +#, python-format +msgid "building [%s]: " msgstr "" -#: cmd/quickstart.py:315 -msgid "Project version" +#: builders/gettext.py:265 +#, python-format +msgid "targets for %d template files" msgstr "" -#: cmd/quickstart.py:317 -msgid "Project release" +#: builders/gettext.py:271 +msgid "reading templates... " msgstr "" -#: 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." +#: builders/gettext.py:310 +msgid "writing message catalogs... " msgstr "" -#: cmd/quickstart.py:331 -msgid "Project language" +#: builders/text.py:27 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: 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." +#: builders/__init__.py:230 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" +#: builders/__init__.py:238 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: 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." +#: builders/__init__.py:261 +msgid "building [mo]: " msgstr "" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " msgstr "" -#: 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." +msgid "all of %d po files" msgstr "" -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: builders/__init__.py:325 +msgid "all source files" msgstr "" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: builders/__init__.py:336 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: 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 "" - -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: builders/__init__.py:367 #, python-format -msgid "Creating file %s." +msgid "%d source files given on command line" msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 +#: builders/__init__.py:383 #, python-format -msgid "File %s already exists, skipping." +msgid "targets for %d source files that are out of date" msgstr "" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " msgstr "" -#: 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. " +msgid "%d found" msgstr "" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: builders/__init__.py:418 +msgid "none found" msgstr "" -#: cmd/quickstart.py:530 -#, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +#: builders/__init__.py:425 +msgid "pickling environment" msgstr "" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: builders/__init__.py:432 +msgid "checking consistency" msgstr "" -#: cmd/quickstart.py:572 -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" +#: builders/__init__.py:436 +msgid "no targets are out of date." msgstr "" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." +#: builders/__init__.py:475 +msgid "updating environment: " msgstr "" -#: cmd/quickstart.py:591 -msgid "quiet mode" +#: builders/__init__.py:500 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: cmd/quickstart.py:601 -msgid "project root" +#: 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 "" -#: cmd/quickstart.py:604 -msgid "Structure 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 "" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" +#: 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:616 -msgid "if specified, create build dir under source dir" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " msgstr "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: cmd/quickstart.py:625 -msgid "Project basic options" +#: builders/__init__.py:735 +msgid "no docnames to write!" msgstr "" -#: cmd/quickstart.py:627 -msgid "project name" +#: builders/__init__.py:748 +msgid "preparing documents" msgstr "" -#: cmd/quickstart.py:630 -msgid "author names" +#: builders/__init__.py:751 +msgid "copying assets" msgstr "" -#: cmd/quickstart.py:637 -msgid "version of project" +#: builders/__init__.py:915 +#, python-format +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." msgstr "" -#: cmd/quickstart.py:644 -msgid "release of project" +#: builders/singlehtml.py:35 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: cmd/quickstart.py:651 -msgid "document language" +#: builders/singlehtml.py:171 +msgid "assembling single document" msgstr "" -#: cmd/quickstart.py:654 -msgid "source file suffix" +#: builders/singlehtml.py:189 +msgid "writing additional files" msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" +#: builders/linkcheck.py:78 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: cmd/quickstart.py:663 -msgid "Extension options" +#: builders/linkcheck.py:150 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: cmd/quickstart.py:670 +#: builders/linkcheck.py:549 #, python-format -msgid "enable %s extension" +msgid "Anchor '%s' not found" msgstr "" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" +#: builders/linkcheck.py:768 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: cmd/quickstart.py:686 -msgid "create makefile" +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: cmd/quickstart.py:692 -msgid "do not create makefile" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: cmd/quickstart.py:699 -msgid "create batchfile" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" +#: locale/__init__.py:232 +msgid "Error" msgstr "" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" +#: locale/__init__.py:233 +msgid "Hint" msgstr "" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" +#: locale/__init__.py:235 +msgid "Note" msgstr "" -#: cmd/quickstart.py:730 -msgid "define a template variable" +#: locale/__init__.py:236 +msgid "See also" msgstr "" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: locale/__init__.py:238 +msgid "Warning" msgstr "" -#: cmd/quickstart.py:792 +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/quickstart.py:809 -#, python-format -msgid "Invalid template variable: %s" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: cmd/build.py:64 -msgid "job number should be a positive number" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:74 +#: transforms/i18n.py:348 +#, python-brace-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" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: cmd/build.py:100 -msgid "path to documentation source files" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" msgstr "" -#: cmd/build.py:103 -msgid "path to output directory" +#: transforms/__init__.py:149 +msgid "no translated elements!" msgstr "" -#: cmd/build.py:109 +#: transforms/__init__.py:258 +#, python-format msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: cmd/build.py:114 -msgid "general options" +#: transforms/__init__.py:299 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." msgstr "" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." msgstr "" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" +#: util/inventory.py:147 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" +#: util/inventory.py:166 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: cmd/build.py:150 -msgid "path options" +#: util/i18n.py:100 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: cmd/build.py:157 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: util/i18n.py:113 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: util/i18n.py:146 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" +#: util/i18n.py:244 +#, python-format +msgid "Invalid Babel locale: %r." msgstr "" -#: cmd/build.py:184 -msgid "override a setting in configuration file" +#: 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 "" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" +#: 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:202 -msgid "define tag: include \"only\" blocks with TAG" +#: util/fileutil.py:89 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" +#: util/display.py:82 +msgid "skipped" msgstr "" -#: cmd/build.py:212 -msgid "console output options" +#: util/display.py:87 +msgid "failed" msgstr "" -#: cmd/build.py:219 -msgid "increase verbosity (can be repeated)" +#: util/osutil.py:131 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" +#: 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 "" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" +#: util/nodes.py:454 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" + +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: cmd/build.py:252 -msgid "warning control options" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %s" msgstr "" -#: cmd/build.py:258 -msgid "write warnings (and errors) to given file" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: cmd/build.py:265 -msgid "turn warnings into errors" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" msgstr "" -#: cmd/build.py:273 -msgid "show full traceback on exception" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: cmd/build.py:276 -msgid "run Pdb on exception" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: cmd/build.py:282 -msgid "raise an exception on warnings" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" +#: transforms/post_transforms/__init__.py:88 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: cmd/build.py:357 +#: transforms/post_transforms/__init__.py:233 #, python-format -msgid "cannot open warning file '%s': %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:291 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" +#: transforms/post_transforms/__init__.py:297 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" 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" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: themes/agogo/layout.html:34 themes/basic/layout.html:130 -#: themes/basic/search.html:3 themes/basic/search.html:15 -msgid "Search" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" +#: environment/adapters/indexentries.py:267 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: themes/haiku/layout.html:16 -msgid "Contents" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" -#: themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: themes/basic/defindex.html:4 -msgid "Overview" +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" msgstr "" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" +#: builders/latex/transforms.py:121 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: themes/basic/defindex.html:9 -msgid "the documentation for" +#: builders/latex/transforms.py:487 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" +#: builders/latex/__init__.py:115 +#, python-format +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" +#: 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 "" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search Page" +#: builders/latex/__init__.py:156 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: themes/basic/defindex.html:19 -msgid "search this documentation" +#: builders/latex/__init__.py:167 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" +#: builders/latex/__init__.py:421 +msgid "copying TeX support files" msgstr "" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" +#: builders/latex/__init__.py:458 +msgid "copying additional files" msgstr "" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" +#: builders/html/__init__.py:1411 builders/latex/__init__.py:497 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" +#: builders/latex/__init__.py:529 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: themes/basic/sourcelink.html:4 -msgid "This Page" +#: builders/latex/__init__.py:537 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" +#: 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" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: themes/basic/searchbox.html:4 -msgid "Quick search" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" +#: builders/html/__init__.py:115 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" +#: builders/html/__init__.py:351 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: themes/basic/relations.html:4 -msgid "Previous topic" +#: builders/html/__init__.py:367 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: themes/basic/relations.html:6 -msgid "previous chapter" +#: builders/html/__init__.py:369 +msgid "building [html]: " msgstr "" -#: themes/basic/relations.html:11 -msgid "Next topic" +#: builders/html/__init__.py:386 +#, 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" +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: themes/basic/layout.html:18 -msgid "Navigation" +#: builders/html/__init__.py:510 +msgid "index" msgstr "" -#: themes/basic/layout.html:115 +#: builders/html/__init__.py:563 #, python-format -msgid "Search within %(docstitle)s" +msgid "Logo of %s" msgstr "" -#: themes/basic/layout.html:124 -msgid "About these documents" +#: builders/html/__init__.py:592 +msgid "next" msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" +#: builders/html/__init__.py:601 +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:698 +msgid "generating indices" msgstr "" -#: themes/basic/layout.html:201 -#, python-format -msgid "Last updated on %(last_updated)s." +#: builders/html/__init__.py:713 +msgid "writing additional pages" msgstr "" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "cannot copy image file '%s': %s" msgstr "" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: builders/html/__init__.py:808 +msgid "copying downloadable files... " msgstr "" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: builders/html/__init__.py:820 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: themes/basic/search.html:35 -msgid "search" +#: builders/html/__init__.py:866 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: builders/html/__init__.py:884 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" +#: builders/html/__init__.py:919 +msgid "copying static files" msgstr "" -#: 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." +#: builders/html/__init__.py:936 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: 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] "" +#: builders/html/__init__.py:941 +msgid "copying extra files" +msgstr "" -#: themes/basic/static/searchtools.js:253 -msgid "Searching" +#: builders/html/__init__.py:951 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." +#: builders/html/__init__.py:957 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: themes/basic/static/searchtools.js:474 -msgid ", in " +#: builders/html/__init__.py:1007 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: themes/basic/changes/rstsource.html:5 +#: builders/html/__init__.py:1054 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/html/__init__.py:1218 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)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/changes/versionchanges.html:17 +#: builders/html/__init__.py:1231 #, python-format -msgid "Automatically generated list of changes in version %(version)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/changes/versionchanges.html:18 -msgid "Library changes" +#: builders/html/__init__.py:1239 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: builders/html/__init__.py:1272 +msgid "dumping object inventory" msgstr "" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: builders/html/__init__.py:1280 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" +#: builders/html/__init__.py:1323 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" +#: builders/html/__init__.py:1357 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" +#: builders/html/__init__.py:1361 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 +#: builders/html/__init__.py:1375 #, python-format -msgid "%s() (in module %s)" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 +#: builders/html/__init__.py:1380 #, python-format -msgid "%s (in module %s)" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:182 +#: builders/html/__init__.py:1395 #, python-format -msgid "%s (built-in variable)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: domains/python/__init__.py:217 +#: builders/html/__init__.py:1400 #, python-format -msgid "%s (built-in class)" +msgid "html_static_path entry %r does not exist" msgstr "" -#: domains/python/__init__.py:218 +#: builders/html/__init__.py:1422 #, python-format -msgid "%s (class in %s)" +msgid "favicon file %r does not exist" msgstr "" -#: domains/python/__init__.py:283 +#: builders/html/__init__.py:1435 #, python-format -msgid "%s() (%s class method)" +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/__init__.py:285 -#, python-format -msgid "%s() (%s static method)" +#: builders/html/__init__.py:1448 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: domains/python/__init__.py:438 +#: builders/html/__init__.py:1464 #, python-format -msgid "%s (%s property)" +msgid "%s %s documentation" msgstr "" -#: domains/python/__init__.py:478 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "%s (type alias in %s)" +msgid "(in %s v%s)" msgstr "" -#: domains/python/__init__.py:638 -msgid "Python Module Index" +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" msgstr "" -#: domains/python/__init__.py:639 -msgid "modules" +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:717 -msgid "Deprecated" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: domains/python/__init__.py:743 -msgid "exception" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:745 -msgid "class method" +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: domains/python/__init__.py:746 -msgid "static method" +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: domains/python/__init__.py:748 -msgid "property" +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: domains/python/__init__.py:749 -msgid "type alias" +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: domains/python/__init__.py:818 +#: ext/intersphinx/_load.py:71 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: domains/python/__init__.py:978 +#: ext/intersphinx/_load.py:82 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:206 -msgid "Variables" +#: ext/intersphinx/_load.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 "" -#: domains/python/_object.py:214 -msgid "Raises" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: domains/cpp/__init__.py:302 -#, python-format -msgid "%s (C++ %s)" +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: ext/intersphinx/_load.py:284 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: domains/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." msgstr "" -#: domains/cpp/__init__.py:944 -msgid "concept" +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" +#: ext/apidoc/_extension.py:50 +msgid "Running apidoc" msgstr "" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" +#: ext/apidoc/_extension.py:102 +#, python-format +msgid "apidoc_modules item %i must be a dict" msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" +#: ext/apidoc/_extension.py:110 +#, python-format +msgid "apidoc_modules item %i must have a 'path' key" msgstr "" -#: domains/cpp/__init__.py:952 -msgid "template parameter" +#: ext/apidoc/_extension.py:115 +#, python-format +msgid "apidoc_modules item %i 'path' must be a string" msgstr "" -#: domains/c/__init__.py:211 +#: ext/apidoc/_extension.py:121 #, python-format -msgid "%s (C %s)" +msgid "apidoc_modules item %i 'path' is not an existing folder: %s" msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: ext/apidoc/_extension.py:133 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "apidoc_modules item %i must have a 'destination' key" msgstr "" -#: domains/c/__init__.py:750 -msgid "variable" +#: ext/apidoc/_extension.py:140 +#, python-format +msgid "apidoc_modules item %i 'destination' must be a string" msgstr "" -#: domains/c/__init__.py:752 -msgid "macro" +#: ext/apidoc/_extension.py:147 +#, python-format +msgid "apidoc_modules item %i 'destination' should be a relative path" msgstr "" -#: domains/c/__init__.py:753 -msgid "struct" +#: ext/apidoc/_extension.py:157 +#, python-format +msgid "apidoc_modules item %i cannot create destination directory: %s" msgstr "" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: ext/apidoc/_extension.py:178 #, python-format -msgid "environment variable; %s" +msgid "apidoc_modules item %i '%s' must be an int" msgstr "" -#: domains/std/__init__.py:119 +#: ext/apidoc/_extension.py:192 #, python-format -msgid "%s; configuration value" +msgid "apidoc_modules item %i '%s' must be a boolean" msgstr "" -#: domains/std/__init__.py:175 -msgid "Type" +#: ext/apidoc/_extension.py:210 +#, python-format +msgid "apidoc_modules item %i has unexpected keys: %s" msgstr "" -#: domains/std/__init__.py:185 -msgid "Default" +#: ext/apidoc/_extension.py:248 +#, python-format +msgid "apidoc_modules item %i '%s' must be a sequence" msgstr "" -#: domains/std/__init__.py:242 +#: ext/apidoc/_extension.py:257 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "apidoc_modules item %i '%s' must contain strings" msgstr "" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" +#: 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 "" -#: domains/std/__init__.py:321 -msgid "command line option" +#: ext/apidoc/_cli.py:45 +msgid "path to module to document" msgstr "" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" +#: ext/apidoc/_cli.py:50 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" +#: ext/apidoc/_cli.py:60 +msgid "directory to place all output" msgstr "" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" +#: ext/apidoc/_cli.py:75 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: domains/std/__init__.py:729 -msgid "glossary term" +#: ext/apidoc/_cli.py:82 +msgid "overwrite existing files" msgstr "" -#: domains/std/__init__.py:730 -msgid "grammar token" +#: ext/apidoc/_cli.py:91 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: domains/std/__init__.py:731 -msgid "reference label" +#: ext/apidoc/_cli.py:99 +msgid "run the script without creating files" msgstr "" -#: domains/std/__init__.py:733 -msgid "environment variable" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" msgstr "" -#: domains/std/__init__.py:734 -msgid "program option" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" msgstr "" -#: domains/std/__init__.py:735 -msgid "document" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" msgstr "" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" msgstr "" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %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 "" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" msgstr "" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: domains/std/__init__.py:1138 -#, python-format -msgid "the link has no caption: %s" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." msgstr "" -#: domains/std/__init__.py:1153 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" msgstr "" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: domains/std/__init__.py:1453 -#, python-format -msgid "undefined label: %r" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: domains/std/__init__.py:1456 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:324 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" msgstr "" -#: 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" +#: ext/apidoc/_cli.py:207 +msgid "project author(s), used when --full is given" msgstr "" -#: environment/adapters/toctree.py:364 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: ext/apidoc/_cli.py:214 +msgid "project version, used when --full is given" msgstr "" -#: environment/adapters/toctree.py:367 -#, python-format -msgid "toctree contains reference to non-existing document %r" +#: ext/apidoc/_cli.py:222 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: environment/adapters/indexentries.py:123 -#, python-format -msgid "see %s" +#: ext/apidoc/_cli.py:226 +msgid "extension options" msgstr "" -#: environment/adapters/indexentries.py:133 -#, python-format -msgid "see also %s" +#: ext/apidoc/_cli.py:232 +msgid "enable arbitrary extensions, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:141 +#: ext/apidoc/_cli.py:240 #, python-format -msgid "unknown index entry type %r" +msgid "enable %s extension, used when --full is given" msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: ext/apidoc/_cli.py:291 +#, python-format +msgid "%s is not a directory." msgstr "" -#: environment/collectors/asset.py:98 +#: ext/napoleon/docstring.py:176 #, python-format -msgid "image file not readable: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: environment/collectors/asset.py:126 +#: ext/napoleon/docstring.py:183 #, python-format -msgid "image file %s not readable: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: environment/collectors/asset.py:163 +#: ext/napoleon/docstring.py:190 #, python-format -msgid "download file not readable: %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: environment/collectors/toctree.py:259 +#: ext/napoleon/docstring.py:197 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: _cli/util/errors.py:190 -msgid "Interrupted!" +#: ext/napoleon/docstring.py:895 +msgid "Example" msgstr "" -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" +#: ext/napoleon/docstring.py:896 +msgid "Examples" msgstr "" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: ext/napoleon/docstring.py:956 +msgid "Notes" 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.:" +#: ext/napoleon/docstring.py:965 +msgid "Other Parameters" msgstr "" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" msgstr "" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" +#: ext/napoleon/docstring.py:1001 +msgid "Receives" msgstr "" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +#: ext/napoleon/docstring.py:1005 +msgid "References" 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." +#: ext/napoleon/docstring.py:1037 +msgid "Warns" msgstr "" -#: transforms/post_transforms/__init__.py:88 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/napoleon/docstring.py:1041 +msgid "Yields" msgstr "" -#: transforms/post_transforms/__init__.py:237 +#: ext/autodoc/type_comment.py:151 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: transforms/post_transforms/__init__.py:299 +#: ext/autodoc/type_comment.py:154 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: transforms/post_transforms/__init__.py:305 +#: ext/autodoc/preserve_defaults.py:195 #, python-format -msgid "%r reference target not found: %s" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: transforms/post_transforms/images.py:79 +#: ext/autodoc/__init__.py:150 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "invalid value for member-order option: %s" msgstr "" -#: transforms/post_transforms/images.py:96 +#: ext/autodoc/__init__.py:158 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: transforms/post_transforms/images.py:143 +#: ext/autodoc/__init__.py:460 #, python-format -msgid "Unknown image format: %s..." +msgid "invalid signature for auto%s (%r)" msgstr "" -#: builders/html/__init__.py:113 +#: ext/autodoc/__init__.py:579 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "error while formatting arguments for %s: %s" msgstr "" -#: builders/html/__init__.py:348 +#: ext/autodoc/__init__.py:898 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: builders/html/__init__.py:364 -msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" -msgstr "" - -#: builders/html/__init__.py:366 -msgid "building [html]: " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:383 +#: ext/autodoc/__init__.py:1021 #, python-format msgid "" -"template %s has been changed since the previous build, all docs will be " -"rebuilt" -msgstr "" - -#: builders/html/__init__.py:507 -msgid "index" +"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 "" -#: builders/html/__init__.py:560 +#: ext/autodoc/__init__.py:1080 #, python-format -msgid "Logo of %s" -msgstr "" - -#: builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: builders/html/__init__.py:598 -msgid "previous" +msgid "A mocked object is detected: %r" msgstr "" -#: builders/html/__init__.py:696 -msgid "generating indices" +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" msgstr "" -#: builders/html/__init__.py:711 -msgid "writing additional pages" +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: builders/html/__init__.py:794 +#: ext/autodoc/__init__.py:1185 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: builders/html/__init__.py:806 -msgid "copying downloadable files... " +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: builders/html/__init__.py:818 +#: ext/autodoc/__init__.py:1201 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: builders/html/__init__.py:864 +#: ext/autodoc/__init__.py:1278 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: builders/html/__init__.py:882 +#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 +#: ext/autodoc/__init__.py:3127 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: builders/html/__init__.py:917 -msgid "copying static files" +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: builders/html/__init__.py:934 +#: ext/autodoc/__init__.py:1966 #, python-format -msgid "cannot copy static file %r" +msgid "Bases: %s" msgstr "" -#: builders/html/__init__.py:939 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: builders/html/__init__.py:949 +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 #, python-format -msgid "cannot copy extra file %r" +msgid "alias of %s" msgstr "" -#: builders/html/__init__.py:955 +#: ext/autodoc/__init__.py:2097 #, python-format -msgid "Failed to write build info file: %r" +msgid "alias of TypeVar(%s)" msgstr "" -#: builders/html/__init__.py:1005 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#, python-format +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: builders/html/__init__.py:1052 +#: ext/autodoc/__init__.py:2720 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: builders/html/__init__.py:1216 +#: ext/autosummary/__init__.py:284 #, 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 "autosummary references excluded document %r. Ignored." msgstr "" -#: builders/html/__init__.py:1224 +#: ext/autosummary/__init__.py:288 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: builders/html/__init__.py:1257 -msgid "dumping object inventory" +#: ext/autosummary/__init__.py:309 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: builders/html/__init__.py:1265 +#: ext/autosummary/__init__.py:384 #, python-format -msgid "dumping search index in %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1308 +#: ext/autosummary/__init__.py:404 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: builders/html/__init__.py:1342 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "failed to parse name %s" msgstr "" -#: builders/html/__init__.py:1346 +#: ext/autosummary/__init__.py:412 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "failed to import object %s" msgstr "" -#: builders/html/__init__.py:1360 +#: ext/autosummary/__init__.py:730 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: builders/html/__init__.py:1365 +#: ext/autosummary/__init__.py:927 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: builders/html/__init__.py:1380 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: ext/autosummary/__init__.py:937 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: builders/html/__init__.py:1385 +#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 +#: ext/autosummary/generate.py:588 #, python-format -msgid "logo file %r does not exist" +msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: builders/html/__init__.py:1407 +#: ext/autosummary/generate.py:592 #, python-format -msgid "favicon file %r does not exist" +msgid "[autosummary] writing to %s" msgstr "" -#: builders/html/__init__.py:1420 +#: ext/autosummary/generate.py:637 #, 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`." +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: builders/html/__init__.py:1433 +#: ext/autosummary/generate.py:836 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +"\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 "" -#: builders/html/__init__.py:1449 -#, python-format -msgid "%s %s documentation" +#: ext/autosummary/generate.py:858 +msgid "source files to generate rST files for" msgstr "" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/autosummary/generate.py:866 +msgid "directory to place all output in" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/autosummary/generate.py:874 +#, python-format +msgid "default suffix for files (default: %(default)s)" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/autosummary/generate.py:882 +#, python-format +msgid "custom template directory (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:118 +#: ext/autosummary/generate.py:890 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "document imported members (default: %(default)s)" msgstr "" -#: builders/latex/__init__.py:121 +#: ext/autosummary/generate.py:899 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: _cli/util/errors.py:190 +msgid "Interrupted!" msgstr "" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" +#: _cli/util/errors.py:203 +msgid "Recursion error!" msgstr "" -#: builders/latex/__init__.py:465 -msgid "copying additional files" +#: _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/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: _cli/util/errors.py:227 +msgid "Starting debugger:" msgstr "" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: _cli/util/errors.py:240 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %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 "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" +#: 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/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: templates/latex/longtable.tex.jinja:52 -#: templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: templates/latex/longtable.tex.jinja:63 -#: templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" +#: 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:176 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: ext/napoleon/docstring.py:183 -#, 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:190 -#, 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:197 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: ext/napoleon/docstring.py:895 -msgid "Example" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: ext/napoleon/docstring.py:896 -msgid "Examples" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: ext/napoleon/docstring.py:956 -msgid "Notes" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: ext/napoleon/docstring.py:965 -msgid "Other Parameters" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: ext/napoleon/docstring.py:1001 -msgid "Receives" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: ext/napoleon/docstring.py:1005 -msgid "References" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: ext/autosummary/__init__.py:284 -#, python-format -msgid "autosummary references excluded document %r. Ignored." +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" + +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: ext/autosummary/__init__.py:288 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: ext/autosummary/__init__.py:309 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: ext/autosummary/__init__.py:384 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "Search %(docstitle)s" msgstr "" -#: ext/autosummary/__init__.py:404 -#, python-format -msgid "failed to parse name %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: ext/autosummary/__init__.py:412 -#, python-format -msgid "failed to import object %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: ext/autosummary/__init__.py:730 -#, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: ext/autosummary/__init__.py:927 -#, python-format -msgid "autosummary_generate: file not found: %s" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: ext/autosummary/__init__.py:937 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: ext/autosummary/generate.py:232 ext/autosummary/generate.py:450 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: ext/autosummary/generate.py:588 -#, python-format -msgid "[autosummary] generating autosummary for: %s" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: ext/autosummary/generate.py:592 -#, python-format -msgid "[autosummary] writing to %s" +#: domains/std/__init__.py:773 domains/std/__init__.py:786 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: ext/autosummary/generate.py:637 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: ext/autosummary/generate.py:836 -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" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: ext/autosummary/generate.py:858 -msgid "source files to generate rST files for" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: ext/autosummary/generate.py:866 -msgid "directory to place all output in" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: ext/autosummary/generate.py:874 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "default suffix for files (default: %(default)s)" +msgid "Index – %(key)s" msgstr "" -#: ext/autosummary/generate.py:882 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "custom template directory (default: %(default)s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: ext/autosummary/generate.py:890 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "document imported members (default: %(default)s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: ext/autosummary/generate.py:899 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -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/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %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." +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" msgstr "" -#: ext/apidoc/_cli.py:50 +#: themes/basic/static/searchtools.js:125 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +"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:60 -msgid "directory to place all output" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" msgstr "" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing files" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." msgstr "" -#: ext/apidoc/_cli.py:91 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: themes/basic/static/searchtools.js:517 +msgid ", in " msgstr "" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" msgstr "" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" +#: environment/adapters/toctree.py:335 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" +#: 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:127 -msgid "don't create a table of contents file" +#: environment/adapters/toctree.py:375 +#, python-format +msgid "toctree contains reference to non-included document %r" 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/toctree.py:378 +#, python-format +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" +#: environment/adapters/indexentries.py:122 +#, python-format +msgid "see %s" msgstr "" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: environment/adapters/indexentries.py:132 +#, python-format +msgid "see also %s" 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:140 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" +#: environment/collectors/asset.py:98 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:186 -msgid "generate a full project with sphinx-quickstart" +#: environment/collectors/asset.py:126 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:193 -msgid "append module_path to sys.path, used when --full is given" +#: environment/collectors/asset.py:165 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" +#: environment/collectors/toctree.py:259 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" +#: 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/apidoc/_cli.py:214 -msgid "project version, used when --full is given" +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" msgstr "" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" +#: domains/cpp/__init__.py:302 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: ext/apidoc/_cli.py:226 -msgid "extension options" +#: domains/c/__init__.py:361 domains/cpp/__init__.py:498 +msgid "Return values" msgstr "" -#: ext/apidoc/_cli.py:232 -msgid "enable arbitrary extensions, used when --full is given" +#: domains/c/__init__.py:782 domains/cpp/__init__.py:942 +msgid "union" msgstr "" -#: ext/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" +#: domains/c/__init__.py:777 domains/cpp/__init__.py:944 +msgid "member" msgstr "" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." +#: domains/c/__init__.py:785 domains/cpp/__init__.py:945 +msgid "type" msgstr "" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" +#: domains/cpp/__init__.py:946 +msgid "concept" msgstr "" -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" +#: domains/c/__init__.py:783 domains/cpp/__init__.py:947 +msgid "enum" msgstr "" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" +#: domains/c/__init__.py:784 domains/cpp/__init__.py:948 +msgid "enumerator" msgstr "" -#: ext/apidoc/_extension.py:115 -#, python-format -msgid "apidoc_modules item %i 'path' must be a string" +#: domains/c/__init__.py:788 domains/cpp/__init__.py:951 +msgid "function parameter" msgstr "" -#: ext/apidoc/_extension.py:121 -#, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" +#: domains/cpp/__init__.py:954 +msgid "template parameter" msgstr "" -#: ext/apidoc/_extension.py:133 -#, python-format -msgid "apidoc_modules item %i must have a 'destination' key" +#: domains/python/_object.py:206 +msgid "Variables" msgstr "" -#: ext/apidoc/_extension.py:140 -#, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +#: domains/python/_object.py:214 +msgid "Raises" msgstr "" -#: ext/apidoc/_extension.py:147 -#, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" +#: domains/python/_annotations.py:522 +msgid "Positional-only parameter separator (PEP 570)" msgstr "" -#: ext/apidoc/_extension.py:157 -#, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" +#: domains/python/_annotations.py:533 +msgid "Keyword-only parameters separator (PEP 3102)" msgstr "" -#: ext/apidoc/_extension.py:178 +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" +msgid "%s() (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:192 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" +msgid "%s (in module %s)" msgstr "" -#: ext/apidoc/_extension.py:210 +#: domains/python/__init__.py:184 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" +msgid "%s (built-in variable)" msgstr "" -#: ext/apidoc/_extension.py:247 +#: domains/python/__init__.py:219 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" +msgid "%s (built-in class)" msgstr "" -#: ext/apidoc/_extension.py:256 +#: domains/python/__init__.py:220 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" +msgid "%s (class in %s)" msgstr "" -#: ext/apidoc/_generate.py:69 +#: domains/python/__init__.py:285 #, python-format -msgid "Would create file %s." +msgid "%s() (%s class method)" msgstr "" -#: ext/intersphinx/_resolve.py:49 +#: domains/python/__init__.py:287 #, python-format -msgid "(in %s v%s)" +msgid "%s() (%s static method)" msgstr "" -#: ext/intersphinx/_resolve.py:51 +#: domains/python/__init__.py:440 #, python-format -msgid "(in %s)" +msgid "%s (%s property)" msgstr "" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:480 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_resolve.py:118 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: domains/python/__init__.py:634 +msgid "Python Module Index" msgstr "" -#: ext/intersphinx/_resolve.py:383 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: domains/python/__init__.py:635 +msgid "modules" msgstr "" -#: ext/intersphinx/_resolve.py:392 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: domains/python/__init__.py:713 +msgid "Deprecated" msgstr "" -#: ext/intersphinx/_resolve.py:403 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: domains/python/__init__.py:739 +msgid "exception" msgstr "" -#: ext/intersphinx/_resolve.py:619 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: domains/python/__init__.py:741 +msgid "class method" msgstr "" -#: ext/intersphinx/_load.py:60 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: domains/python/__init__.py:742 +msgid "static method" msgstr "" -#: ext/intersphinx/_load.py:71 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: domains/python/__init__.py:744 +msgid "property" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:93 +#: domains/python/__init__.py:814 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:976 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: ext/intersphinx/_load.py:121 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: domains/python/__init__.py:1050 +msgid " (deprecated)" msgstr "" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: domains/std/__init__.py:88 domains/std/__init__.py:108 +#, python-format +msgid "environment variable; %s" msgstr "" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:116 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" +#: domains/std/__init__.py:319 +#, python-format +msgid "%s command line option" msgstr "" -#: ext/intersphinx/_load.py:361 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" +#: domains/std/__init__.py:321 +msgid "command line option" msgstr "" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" msgstr "" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: domains/std/__init__.py:729 +msgid "glossary term" msgstr "" -#: ext/autodoc/__init__.py:898 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: domains/std/__init__.py:730 +msgid "grammar token" msgstr "" -#: ext/autodoc/__init__.py:1021 -#, 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)" +#: domains/std/__init__.py:731 +msgid "reference label" msgstr "" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" +#: domains/std/__init__.py:733 +msgid "environment variable" msgstr "" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" +#: domains/std/__init__.py:734 +msgid "program option" msgstr "" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" +#: domains/std/__init__.py:735 +msgid "document" msgstr "" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" msgstr "" -#: ext/autodoc/__init__.py:1201 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: ext/autodoc/__init__.py:1278 -#, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: ext/autodoc/__init__.py:1505 ext/autodoc/__init__.py:1593 -#: ext/autodoc/__init__.py:3127 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1138 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "the link has no caption: %s" msgstr "" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1153 #, python-format -msgid "Bases: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1157 #, python-format -msgid "missing attribute %s in object %s" +msgid "invalid numfig_format: %s" msgstr "" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of %s" +msgid "undefined label: %r" msgstr "" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1456 #, python-format -msgid "alias of TypeVar(%s)" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:211 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." +msgid "%s (C %s)" msgstr "" -#: ext/autodoc/preserve_defaults.py:195 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: domains/c/__init__.py:778 +msgid "variable" msgstr "" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: domains/c/__init__.py:780 +msgid "macro" msgstr "" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: domains/c/__init__.py:781 +msgid "struct" msgstr "" diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo index 7ec2653d748..64cc41b0072 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 dc9c8eb600c..40ae35473a9 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po @@ -11,13 +11,14 @@ # Liang-Bo Wang , 2016 # Liang-Bo Wang , 2016-2017 # Steven Hsu , 2021-2024 +# Tony Ng, 2025 msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-02-18 00:33+0000\n" +"POT-Creation-Date: 2025-06-22 22:41+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Steven Hsu , 2021-2024\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" @@ -26,141 +27,276 @@ msgstr "" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: extension.py:58 +#: config.py:362 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "config 資料夾沒有包含 conf.py 檔案 (%s)" + +#: config.py:385 +#, python-format +msgid "'%s' must be '0' or '1', got '%s'" +msgstr "" + +#: config.py:390 #, python-format msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "擴充套件 %s 被 needs_extensions 的設定所要求,但它沒有被載入。" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "無法覆寫資料夾組態設定 %r,忽略中(使用 %r 來設定個別元素)" -#: extension.py:79 +#: config.py:402 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "無效的數字 %r 於組態值 %r,忽略中" + +#: config.py:410 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "無法以未支援的型別覆寫組態設定 %r,忽略中" + +#: config.py:433 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "覆寫未知的組態值 %r,忽略中" + +#: config.py:487 +#, python-format +msgid "No such config value: %r" +msgstr "缺少此組態值:%r" + +#: config.py:515 +#, python-format +msgid "Config value %r already present" +msgstr "組態值 %r 已經存在" + +#: config.py:552 #, 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) 被建立。" +"cannot cache unpickleable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:588 +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:610 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "在您的組態檔中有一個語法錯誤:%s\n" + +#: config.py:614 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "組態檔(或它 import 的其中一個模組)呼叫了 sys.exit()" + +#: config.py:622 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "在您的組態檔中有一個程式化錯誤:\n\n%s" + +#: config.py:644 +#, python-format +msgid "Failed to convert %r to a frozenset" +msgstr "" + +#: config.py:662 config.py:670 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:676 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" + +#: config.py:697 +#, python-format +msgid "Section %s" +msgstr "章節 %s" + +#: config.py:698 +#, python-format +msgid "Fig. %s" +msgstr "圖 %s" + +#: config.py:699 +#, python-format +msgid "Table %s" +msgstr "表格 %s" + +#: config.py:700 +#, python-format +msgid "Listing %s" +msgstr "列表 %s" + +#: config.py:809 +#, python-brace-format +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "組態值 `{name}` 必須是 {candidates} 的其中之一,但 `{current}` 被給予。" + +#: config.py:840 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預期 {permitted} 。" + +#: config.py:857 +#, python-brace-format +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預設為 `{default.__name__}' 。" + +#: config.py:869 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "找不到 primary_domain %r,已略過。" + +#: config.py:889 +msgid "" +"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" +" behaviour, set \"master_doc = 'contents'\"." +msgstr "" + +#: config.py:903 +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 "" -#: application.py:212 +#: application.py:211 #, python-format msgid "Cannot find source directory (%s)" msgstr "找不到來源資料夾 (%s)" -#: application.py:217 +#: application.py:216 #, python-format msgid "Output directory (%s) is not a directory" msgstr "輸出資料夾 (%s) 不是一個資料夾" -#: application.py:222 +#: application.py:221 msgid "Source directory and destination directory cannot be identical" msgstr "來源資料夾與目的資料夾不能為相同" -#: application.py:252 +#: application.py:251 #, python-format msgid "Running Sphinx v%s" msgstr "正在執行 Sphinx v%s 版本" -#: application.py:278 +#: application.py:279 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "本專案需要 Sphinx v%s 版或以上,故無法以現版本編譯。" -#: application.py:297 +#: application.py:298 msgid "making output directory" msgstr "正在建立輸出目錄" -#: application.py:302 registry.py:538 +#: application.py:303 registry.py:540 #, python-format msgid "while setting up extension %s:" msgstr "正在設置擴充套件 %s 時:" -#: application.py:309 +#: application.py:310 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." msgstr "目前在 conf.py 裡定義的 'setup' 並非一個 Python 的可呼叫物件。請將其定義修改為一個可呼叫的函式。若要使 conf.py 以 Sphinx 擴充套件的方式運作,這個修改是必須的。" -#: application.py:346 +#: application.py:353 #, python-format msgid "loading translations [%s]... " msgstr "正在載入翻譯 [%s]..." -#: application.py:370 util/display.py:89 +#: application.py:377 util/display.py:89 msgid "done" msgstr "完成" -#: application.py:372 +#: application.py:379 msgid "not available for built-in messages" msgstr "不是有效的內建訊息" -#: application.py:386 +#: application.py:393 msgid "loading pickled environment" msgstr "正在載入已 pickle 的環境" -#: application.py:394 +#: application.py:401 #, python-format msgid "failed: %s" msgstr "失敗:%s" -#: application.py:407 +#: application.py:416 msgid "No builder selected, using default: html" msgstr "沒有指定 builder,使用預設:html" -#: application.py:439 +#: application.py:448 msgid "build finished with problems." msgstr "" -#: application.py:441 +#: application.py:450 msgid "build succeeded." msgstr "" -#: application.py:446 +#: application.py:455 msgid "" "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: application.py:450 +#: application.py:459 msgid "build finished with problems, 1 warning." msgstr "" -#: application.py:452 +#: application.py:461 msgid "build succeeded, 1 warning." msgstr "" -#: application.py:458 +#: application.py:467 #, python-format msgid "" "build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: application.py:462 +#: application.py:471 #, python-format msgid "build finished with problems, %s warnings." msgstr "" -#: application.py:464 +#: application.py:473 #, python-format msgid "build succeeded, %s warnings." msgstr "" -#: application.py:1026 +#: application.py:1035 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "node class %r 已經被註冊,它的訪客將會被覆寫" -#: application.py:1119 +#: application.py:1128 #, python-format msgid "directive %r is already registered and will not be overridden" msgstr "" -#: application.py:1145 application.py:1173 +#: application.py:1154 application.py:1182 #, python-format msgid "role %r is already registered and will not be overridden" msgstr "" -#: application.py:1770 +#: application.py:1780 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -168,12 +304,12 @@ msgid "" "explicit" msgstr "%s 擴充套件並未宣告平行讀取是否安全,假設為否 - 請尋求擴充套件作者以檢查並明確表示" -#: application.py:1775 +#: application.py:1785 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s 擴充套件對於平行讀取是不安全的" -#: application.py:1779 +#: application.py:1789 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -181,159 +317,213 @@ msgid "" "explicit" msgstr "%s 擴充套件並未宣告平行寫入是否安全,假設為否 - 請尋求擴充套件作者以檢查並明確表示" -#: application.py:1784 +#: application.py:1794 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s 擴充套件對於平行寫入是不安全的" -#: application.py:1792 application.py:1796 +#: application.py:1802 application.py:1806 #, python-format msgid "doing serial %s" msgstr "執行串列 %s" -#: config.py:355 +#: extension.py:58 #, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "config 資料夾沒有包含 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 "找到無效的組態值: 'language = None' 。請以一個有效的語言碼更新您的配置。跳回 'en' (英語)。" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "擴充套件 %s 被 needs_extensions 的設定所要求,但它沒有被載入。" -#: config.py:394 +#: extension.py:79 #, python-format -msgid "'%s' must be '0' or '1', got '%s'" -msgstr "" +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) 被建立。" -#: config.py:399 +#: events.py:81 #, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "無法覆寫資料夾組態設定 %r,忽略中(使用 %r 來設定個別元素)" +msgid "Event %r already present" +msgstr "事件 %r 已經存在" -#: config.py:411 +#: events.py:379 #, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "無效的數字 %r 於組態值 %r,忽略中" +msgid "Unknown event name: %s" +msgstr "未知的事件名稱:%s" -#: config.py:419 +#: events.py:424 #, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "無法以未支援的型別覆寫組態設定 %r,忽略中" +msgid "Handler %r for event %r threw an exception" +msgstr "對於事件 %r 的 handler %r 拋出了一個例外" -#: config.py:442 +#: registry.py:162 #, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "覆寫未知的組態值 %r,忽略中" +msgid "Builder class %s has no \"name\" attribute" +msgstr "Builder class %s 沒有 \"name\" 屬性" -#: config.py:496 +#: registry.py:166 #, python-format -msgid "No such config value: %r" -msgstr "缺少此組態值:%r" +msgid "Builder %r already exists (in module %s)" +msgstr "Builder %r 已存在(於 %s 模組)" -#: config.py:524 +#: registry.py:182 #, python-format -msgid "Config value %r already present" -msgstr "組態值 %r 已經存在" +msgid "Builder name %s not registered or available through entry point" +msgstr "Builder 名稱 %s 未註冊或無法從 entry point 取得" -#: config.py:561 +#: registry.py:192 #, python-format -msgid "" -"cannot cache unpickleable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" +msgid "Builder name %s not registered" +msgstr "Builder 名稱 %s 未註冊" -#: config.py:603 +#: registry.py:199 #, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "在您的組態檔中有一個語法錯誤:%s\n" +msgid "domain %s already registered" +msgstr "domain %s 已註冊" -#: config.py:607 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "組態檔(或它 import 的其中一個模組)呼叫了 sys.exit()" +#: registry.py:223 registry.py:244 registry.py:257 +#, python-format +msgid "domain %s not yet registered" +msgstr "domain %s 尚未被註冊" -#: config.py:615 +#: registry.py:230 #, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "在您的組態檔中有一個程式化錯誤:\n\n%s" +msgid "The %r directive is already registered to domain %s" +msgstr "%r 指令已註冊給 domain %s" -#: config.py:637 +#: registry.py:248 #, python-format -msgid "Failed to convert %r to a frozenset" -msgstr "" +msgid "The %r role is already registered to domain %s" +msgstr "%r 角色已註冊給 domain %s" -#: config.py:655 config.py:663 +#: registry.py:261 #, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" +msgid "The %r index is already registered to domain %s" +msgstr "%r 索引已註冊給 domain %s" -#: config.py:669 +#: registry.py:308 #, 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 object_type is already registered" +msgstr "%r object_type 已註冊" -#: config.py:690 +#: registry.py:339 #, python-format -msgid "Section %s" -msgstr "章節 %s" +msgid "The %r crossref_type is already registered" +msgstr "%r crossref_type 已註冊" -#: config.py:691 +#: registry.py:348 #, python-format -msgid "Fig. %s" -msgstr "圖 %s" +msgid "source_suffix %r is already registered" +msgstr "source_suffix %r 已註冊" -#: config.py:692 +#: registry.py:358 #, python-format -msgid "Table %s" -msgstr "表格 %s" +msgid "source_parser for %r is already registered" +msgstr "對於 %r 的 source_parser 已註冊" -#: config.py:693 +#: registry.py:367 #, python-format -msgid "Listing %s" -msgstr "列表 %s" +msgid "Source parser for %s not registered" +msgstr "對於 %s 的源碼剖析器未註冊" -#: config.py:802 -#, python-brace-format -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "組態值 `{name}` 必須是 {candidates} 的其中之一,但 `{current}` 被給予。" +#: registry.py:388 +#, python-format +msgid "Translator for %r already exists" +msgstr "對於 %r 的翻譯器已經存在" -#: config.py:833 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預期 {permitted} 。" +#: registry.py:405 +#, python-format +msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" +msgstr "對於 add_node() 的 kwargs 必須是一個 (visit, depart) 函式值組:%r=%r" -#: config.py:850 -#, python-brace-format -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預設為 `{default.__name__}' 。" +#: registry.py:498 +#, python-format +msgid "enumerable_node %r already registered" +msgstr "enumerable_node %r 已註冊" -#: config.py:862 +#: registry.py:514 #, python-format -msgid "primary_domain %r not found, ignored." -msgstr "找不到 primary_domain %r,已略過。" +msgid "math renderer %s is already registered" +msgstr "數學描繪器 %s 已註冊" -#: config.py:882 +#: registry.py:531 +#, python-format msgid "" -"Sphinx now uses \"index\" as the master document by default. To keep pre-2.0" -" behaviour, set \"master_doc = 'contents'\"." -msgstr "" +"the extension %r was already merged with Sphinx since version %s; this " +"extension is ignored." +msgstr "擴充套件 %r 已被併入 %s 版以上的 Sphinx:此擴充套件已略過。" -#: highlighting.py:170 +#: registry.py:545 +msgid "Original exception:\n" +msgstr "原始的例外:\n" + +#: registry.py:547 +#, python-format +msgid "Could not import extension %s" +msgstr "無法引入擴充套件 %s" + +#: registry.py:554 +#, python-format +msgid "" +"extension %r has no setup() function; is it really a Sphinx extension " +"module?" +msgstr "擴充套件 %r 沒有 setup() 函式;它真的是 Sphinx 擴充套件模組嗎?" + +#: registry.py:567 +#, 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 +#, 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 +#, 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 "Python Enhancement Proposals; PEP %s" + +#: roles.py:317 +#, python-format +msgid "invalid PEP number %s" +msgstr "無效的 PEP 號碼 %s" + +#: roles.py:355 +#, python-format +msgid "invalid RFC number %s" +msgstr "無效的 RFC 號碼 %s" + +#: highlighting.py:170 #, python-format msgid "Pygments lexer name %r is not known" msgstr "Pygments lexer 名稱 %r 不是已知的" @@ -345,1605 +535,742 @@ msgid "" "Retrying in relaxed mode." msgstr "將 literal_block %r lex 為 \"%s\" 時,在 token %r 造成錯誤。正在以 relaxed 模式重試中。" -#: theming.py:115 +#: 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 "已略過無法讀取的文件 %r 。" + +#: theming.py:117 #, python-format msgid "" "Theme configuration sections other than [theme] and [options] are not " "supported (tried to get a value from %r)." msgstr "" -#: theming.py:120 +#: theming.py:122 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "設定 %s。%s 不在已被搜尋的主題組態中出現" -#: theming.py:135 +#: theming.py:137 #, python-format msgid "unsupported theme option %r given" msgstr "未支援的主題選項 %r 被給予" -#: theming.py:208 +#: theming.py:218 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "主題路徑中的檔案 %r 不是有效的 zipfile 或未包含主題" -#: theming.py:228 +#: theming.py:238 #, python-format msgid "no theme named %r found (missing theme.toml?)" msgstr "找不到名稱為 %r 的主題(遺失 theme.toml?)" -#: theming.py:268 +#: theming.py:278 #, python-format msgid "The %r theme has circular inheritance" msgstr "%r 主題有循環繼承" -#: theming.py:276 +#: theming.py:286 #, python-format msgid "" "The %r theme inherits from %r, which is not a loaded theme. Loaded themes " "are: %s" msgstr "%r 主題是從 %r 繼承的,而它不是一個已載入的主題。已載入的主題是:%s" -#: theming.py:282 +#: theming.py:292 #, python-format msgid "The %r theme has too many ancestors" msgstr "%r 主題有太多上代 (ancestor)" -#: theming.py:310 +#: theming.py:320 #, python-format msgid "no theme configuration file found in %r" msgstr "在 %r 中找不到主題的組態檔" -#: theming.py:335 theming.py:388 +#: theming.py:345 theming.py:398 #, python-format msgid "theme %r doesn't have the \"theme\" table" msgstr "主題 %r 內沒有 \"theme\" 表格" -#: theming.py:339 +#: theming.py:349 #, python-format msgid "The %r theme \"[theme]\" table is not a table" msgstr "%r 主題的 \"[theme]\" 表格不是一個表格" -#: theming.py:343 theming.py:391 +#: theming.py:353 theming.py:401 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "%r 主題必須定義 \"theme.inherit\" 的設定" -#: theming.py:347 +#: theming.py:357 #, python-format msgid "The %r theme \"[options]\" table is not a table" msgstr "%r 主題的 \"[options]\" 表格不是一個表格" -#: theming.py:366 +#: theming.py:376 #, python-format msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "\"theme.pygments_style\" 設定必須是一個表格。提示:\"%s\"" -#: events.py:77 -#, python-format -msgid "Event %r already present" -msgstr "事件 %r 已經存在" +#: cmd/quickstart.py:52 +msgid "automatically insert docstrings from modules" +msgstr "從模組自動插入說明字串" -#: events.py:370 -#, python-format -msgid "Unknown event name: %s" -msgstr "未知的事件名稱:%s" +#: cmd/quickstart.py:53 +msgid "automatically test code snippets in doctest blocks" +msgstr "在 doctest 區塊自動測試程式碼片段" -#: events.py:416 -#, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "對於事件 %r 的 handler %r 拋出了一個例外" +#: cmd/quickstart.py:54 +msgid "link between Sphinx documentation of different projects" +msgstr "在不同專案的 Sphinx 說明文件中鏈接" -#: project.py:72 -#, python-format -msgid "" -"multiple files found for the document \"%s\": %s\n" -"Use %r for the build." -msgstr "" +#: cmd/quickstart.py:55 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "寫入 \"todo\" 項目,它們可以在組建時被顯示或隱藏" -#: project.py:87 -#, python-format -msgid "Ignored unreadable document %r." -msgstr "已略過無法讀取的文件 %r 。" +#: cmd/quickstart.py:56 +msgid "checks for documentation coverage" +msgstr "核對說明文件的涵蓋範圍" -#: registry.py:167 -#, python-format -msgid "Builder class %s has no \"name\" attribute" -msgstr "Builder class %s 沒有 \"name\" 屬性" +#: cmd/quickstart.py:57 +msgid "include math, rendered as PNG or SVG images" +msgstr "包含 math,以 PNG 或 SVG 影像被呈現" -#: registry.py:171 -#, python-format -msgid "Builder %r already exists (in module %s)" -msgstr "Builder %r 已存在(於 %s 模組)" +#: cmd/quickstart.py:58 +msgid "include math, rendered in the browser by MathJax" +msgstr "包含 math,被 MathJax 在瀏覽器中呈現" -#: registry.py:187 -#, python-format -msgid "Builder name %s not registered or available through entry point" -msgstr "Builder 名稱 %s 未註冊或無法從 entry point 取得" +#: cmd/quickstart.py:59 +msgid "conditional inclusion of content based on config values" +msgstr "根據組態值有條件地包含內容" -#: registry.py:197 -#, python-format -msgid "Builder name %s not registered" -msgstr "Builder 名稱 %s 未註冊" +#: cmd/quickstart.py:60 +msgid "include links to the source code of documented Python objects" +msgstr "包含鏈接至已有說明文件的 Python 物件原始碼" -#: registry.py:204 -#, python-format -msgid "domain %s already registered" -msgstr "domain %s 已註冊" +#: cmd/quickstart.py:61 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "建立 .nojekyll 檔案以在 GitHub 頁面發布文件" -#: registry.py:228 registry.py:249 registry.py:262 -#, python-format -msgid "domain %s not yet registered" -msgstr "domain %s 尚未被註冊" +#: cmd/quickstart.py:110 +msgid "Please enter a valid path name." +msgstr "請輸入有效的路徑名稱。" -#: registry.py:235 -#, python-format -msgid "The %r directive is already registered to domain %s" -msgstr "%r 指令已註冊給 domain %s" +#: cmd/quickstart.py:126 +msgid "Please enter some text." +msgstr "請輸入一些文字。" -#: registry.py:253 +#: cmd/quickstart.py:133 #, python-format -msgid "The %r role is already registered to domain %s" -msgstr "%r 角色已註冊給 domain %s" +msgid "Please enter one of %s." +msgstr "請輸入一種 %s 。" -#: registry.py:266 -#, python-format -msgid "The %r index is already registered to domain %s" -msgstr "%r 索引已註冊給 domain %s" +#: cmd/quickstart.py:141 +msgid "Please enter either 'y' or 'n'." +msgstr "請輸入 'y' 或 'n'。" -#: registry.py:313 -#, python-format -msgid "The %r object_type is already registered" -msgstr "%r object_type 已註冊" +#: cmd/quickstart.py:147 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "請輸入檔案後綴,例如 '.rst' 或 '.txt'。" -#: registry.py:344 +#: cmd/quickstart.py:229 #, python-format -msgid "The %r crossref_type is already registered" -msgstr "%r crossref_type 已註冊" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "歡迎進入 Sphinx %s 快速入門公用程式。" -#: registry.py:353 -#, python-format -msgid "source_suffix %r is already registered" -msgstr "source_suffix %r 已註冊" +#: 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 "請輸入以下設定值(如果括號中有給定預設值,請直接\n按下 Enter 以接受它)。" -#: registry.py:363 +#: cmd/quickstart.py:241 #, python-format -msgid "source_parser for %r is already registered" -msgstr "對於 %r 的 source_parser 已註冊" +msgid "Selected root path: %s" +msgstr "被選的根路徑: %s" -#: registry.py:372 -#, python-format -msgid "Source parser for %s not registered" -msgstr "對於 %s 的源碼剖析器未註冊" +#: cmd/quickstart.py:244 +msgid "Enter the root path for documentation." +msgstr "輸入說明文件的根路徑。" -#: registry.py:390 -#, python-format -msgid "Translator for %r already exists" -msgstr "對於 %r 的翻譯器已經存在" +#: cmd/quickstart.py:245 +msgid "Root path for the documentation" +msgstr "說明文件的根路徑" -#: 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" +#: cmd/quickstart.py:254 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "錯誤:在被選的根路徑找到一個已存在的 conf.py。" -#: registry.py:496 -#, python-format -msgid "enumerable_node %r already registered" -msgstr "enumerable_node %r 已註冊" +#: cmd/quickstart.py:259 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart 不會重寫已存在的 Sphinx 專案。" -#: registry.py:512 -#, python-format -msgid "math renderer %s is already registered" -msgstr "數學描繪器 %s 已註冊" +#: cmd/quickstart.py:262 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "請輸入一個新的根路徑(或直接按 Enter 離開)" -#: registry.py:529 -#, python-format +#: cmd/quickstart.py:273 msgid "" -"the extension %r was already merged with Sphinx since version %s; this " -"extension is ignored." -msgstr "擴充套件 %r 已被併入 %s 版以上的 Sphinx:此擴充套件已略過。" - -#: registry.py:543 -msgid "Original exception:\n" -msgstr "原始的例外:\n" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "您有兩個選擇來為 Sphinx 的輸出放置建立資料夾。\n其一,您可以在根路徑中使用資料夾 \"_build\",或者,\n您可以在根路徑中分離 \"source\" 和 \"build\" 資料夾。" -#: registry.py:545 -#, python-format -msgid "Could not import extension %s" -msgstr "無法引入擴充套件 %s" +#: cmd/quickstart.py:279 +msgid "Separate source and build directories (y/n)" +msgstr "分離來源並建立資料夾 (y/n)" -#: registry.py:552 -#, python-format +#: cmd/quickstart.py:286 msgid "" -"extension %r has no setup() function; is it really a Sphinx extension " -"module?" -msgstr "擴充套件 %r 沒有 setup() 函式;它真的是 Sphinx 擴充套件模組嗎?" +"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靜態檔案。您可以輸入另一個前綴(像是 \".\")來取代底線。" -#: registry.py:565 -#, 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 以上的版本;所以它無法以此版本被建立。" +#: cmd/quickstart.py:291 +msgid "Name prefix for templates and static dir" +msgstr "用於模板及靜態資料夾的名稱前綴" -#: registry.py:577 -#, python-format +#: cmd/quickstart.py:297 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:612 -#, python-format -msgid "`None` is not a valid filetype for %r." -msgstr "" +"The project name will occur in several places in the built documentation." +msgstr "專案名稱會在已建立的說明文件中的多個位置出現。" -#: roles.py:206 -#, python-format -msgid "Common Vulnerabilities and Exposures; CVE %s" -msgstr "" +#: cmd/quickstart.py:300 +msgid "Project name" +msgstr "專案名稱" -#: roles.py:229 -#, python-format -msgid "invalid CVE number %s" -msgstr "" +#: cmd/quickstart.py:302 +msgid "Author name(s)" +msgstr "作者姓名" -#: roles.py:251 -#, python-format -msgid "Common Weakness Enumeration; CWE %s" -msgstr "" +#: 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 中,軟體具有「版本」和「發布版本」的概念。每個\n版本可以有多個發布版本。舉例來說,Python 的版本會像是 2.5 \n或 3.0,而發布版本則像是 2.5.1 或 3.0a1。如果您不需要這個雙\n重的結構,請直接將兩者設為相同的值。" -#: roles.py:274 -#, python-format -msgid "invalid CWE number %s" -msgstr "" +#: cmd/quickstart.py:315 +msgid "Project version" +msgstr "專案版本" -#: roles.py:294 -#, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python Enhancement Proposals; PEP %s" +#: cmd/quickstart.py:317 +msgid "Project release" +msgstr "專案發布版本" -#: roles.py:317 -#, python-format -msgid "invalid PEP number %s" -msgstr "無效的 PEP 號碼 %s" +#: 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 "如果文件是被英語以外的語言被編寫,您可以根據它的語言碼\n在此選擇一個語言。Sphinx 會將它產生的文本翻譯為該語言。\n\n要了解可支援的語言碼列表,請參閱\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -#: roles.py:355 -#, python-format -msgid "invalid RFC number %s" -msgstr "無效的 RFC 號碼 %s" +#: cmd/quickstart.py:331 +msgid "Project language" +msgstr "專案語言" -#: ext/linkcode.py:86 ext/viewcode.py:226 -msgid "[source]" -msgstr "[原始碼]" +#: 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 "用於原始檔的檔案名稱後綴。通常,這會是 \".txt\" 或 \".rst\"。\n只有具有此後綴的檔案才會被認為是文件。" -#: ext/viewcode.py:289 -msgid "highlighting module code... " -msgstr "正在 highlight 模組程式碼..." +#: cmd/quickstart.py:343 +msgid "Source file suffix" +msgstr "原始檔案後綴" -#: ext/viewcode.py:320 -msgid "[docs]" -msgstr "[文件]" +#: 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 "一份文件的特別之處在於它會被視為 \"contents tree\" 中的頂端\n節點,也就是說,它是文件階層結構中的根。通常,這會是 \n\"index\",但如果您的 \"index\" 文件是一個自訂的模板,您也可以\n將它設定為另一個檔名。" -#: ext/viewcode.py:346 -msgid "Module code" -msgstr "模組原始碼" +#: cmd/quickstart.py:356 +msgid "Name of your master document (without suffix)" +msgstr "您的主要文件名稱(不含後綴)" -#: ext/viewcode.py:353 +#: cmd/quickstart.py:367 #, python-format -msgid "

Source code for %s

" -msgstr "

%s 的原始碼

" - -#: ext/viewcode.py:380 -msgid "Overview: module code" -msgstr "概要:模組原始碼" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "錯誤:在被選的根路徑中已經找到主檔 %s 。" -#: ext/viewcode.py:381 -msgid "

All modules for which code is available

" -msgstr "

所有可得程式碼的模組

" +#: cmd/quickstart.py:373 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart 不會重寫已存在的檔案。" -#: ext/extlinks.py:82 -#, python-format +#: cmd/quickstart.py:377 msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "hardcoded link %r 可以被一個 extlink 所取代(試試改用 %r)" - -#: ext/autosectionlabel.py:52 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "段落 \"%s\" 取得標籤 \"%s\"" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "請輸入一個新的檔案名稱,或將已存在的檔案重新命名並按下 Enter" -#: 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:385 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "指示以下哪一個 Sphinx 擴充應該被啟用:" -#: ext/imgmath.py:387 ext/mathjax.py:60 -msgid "Link to this equation" -msgstr "連結到這個方程式" +#: cmd/quickstart.py:396 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "註解:imgmath 和 mathjax 無法同時被啟用。imgmath 已被取消選擇。" -#: ext/duration.py:90 +#: cmd/quickstart.py:406 msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 最慢的讀取歷時 =======================" +"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。" -#: ext/doctest.py:118 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "在 '%s' 選項中遺漏 '+' 或 '-'。" +#: cmd/quickstart.py:411 +msgid "Create Makefile? (y/n)" +msgstr "是否建立 Makefile? (y/n)" -#: ext/doctest.py:124 +#: cmd/quickstart.py:415 +msgid "Create Windows command file? (y/n)" +msgstr "是否建立 Windows 命令檔?(y/n)" + +#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 #, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' 不是有效的選項" +msgid "Creating file %s." +msgstr "正在建立檔案 %s 。" -#: ext/doctest.py:139 +#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' 不是有效的 pyversion 選項" +msgid "File %s already exists, skipping." +msgstr "檔案 %s 已存在,正在跳過。" -#: ext/doctest.py:226 -msgid "invalid TestCode type" -msgstr "無效的 TestCode 型別" +#: cmd/quickstart.py:515 +msgid "Finished: An initial directory structure has been created." +msgstr "已結束:一個初始資料夾結構已被建立。" -#: ext/doctest.py:297 +#: cmd/quickstart.py:519 #, 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 中查看結果。" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "您現在應該在您的主檔 %s 輸入資料並建立其他說明文件\n原始檔。" -#: ext/doctest.py:457 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "在 %s 區塊中的 %s:%s 沒有程式碼/輸出" +#: cmd/quickstart.py:526 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "使用 Makefile 來建立文件,像這樣:\n make builder" -#: ext/doctest.py:568 +#: cmd/quickstart.py:530 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "正在忽略無效的 doctest 碼: %r" +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/imgmath.py:162 -#, python-format +#: cmd/quickstart.py:537 msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_latex 設定" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "在這裡 \"builder\" 是一種被支援的建立器,例如 html,latex 或 linkcheck。" -#: ext/imgmath.py:181 -#, python-format +#: cmd/quickstart.py:572 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_%s 設定" +"\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" -#: ext/imgmath.py:344 -#, python-format -msgid "display latex %r: %s" -msgstr "顯示 latex %r: %s" +#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 +#: ext/autosummary/generate.py:835 +msgid "For more information, visit ." +msgstr "需要更多資訊,請拜訪 ." -#: ext/imgmath.py:380 -#, python-format -msgid "inline latex %r: %s" -msgstr "行內 latex %r: %s" +#: cmd/quickstart.py:591 +msgid "quiet mode" +msgstr "安靜模式" -#: ext/coverage.py:48 -#, python-format -msgid "invalid regex %r in %s" -msgstr "無效的 regex %r 在 %s" +#: cmd/quickstart.py:601 +msgid "project root" +msgstr "專案根" -#: ext/coverage.py:140 ext/coverage.py:301 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "模組 %s 無法被 import: %s" +#: cmd/quickstart.py:604 +msgid "Structure options" +msgstr "結構選項" -#: ext/coverage.py:148 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +#: cmd/quickstart.py:610 +msgid "if specified, separate source and build dirs" +msgstr "如果有指定,會分離來源資料夾和 build 資料夾" -#: ext/coverage.py:158 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" -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 "無效的 regex %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 class: %s :: %s" - -#: ext/coverage.py:492 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "未文件化的 python method: %s :: %s :: %s" - -#: 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 "" - -#: 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]" - -#: ext/graphviz.py:495 ext/graphviz.py:503 -msgid "[graph]" -msgstr "[圖]" - -#: ext/todo.py:61 -msgid "Todo" -msgstr "Todo" - -#: 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 "原始記錄" - -#: 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: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" - -#: directives/code.py:216 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "不能使用 \"%s\" 及 \"%s\" 兩個選項" - -#: directives/code.py:231 -#, python-format -msgid "Include file '%s' not found or reading it failed" -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" -msgstr "" - -#: directives/code.py:276 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "名為 %r 的物件在 include 檔案 %r 中未找到" - -#: directives/code.py:309 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "無法以一個 \"lines\" 的互斥集使用 \"lineno-match\" " - -#: directives/code.py:314 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Line spec %r: 從 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 "對 csv-table 指令的 \":file:\" 選項現在會將絕對路徑辨識為基於來源資料夾的相對路徑。請更新您的文件。" - -#: directives/other.py:119 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree glob 型樣 %r 未匹配任何文件" - -#: directives/other.py:153 environment/adapters/toctree.py:361 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree 包含了指向已排除文件的參照 %r" - -#: directives/other.py:156 -#, python-format -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 "在 toctree 中找到重複的項目: %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 的內容不是一個列表" - -#: builders/changes.py:29 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "概觀檔案是在 %(outdir)s 。" - -#: builders/changes.py:56 -#, python-format -msgid "no changes in version %s." -msgstr "在 %s 版中無變更" - -#: builders/changes.py:58 -msgid "writing summary file..." -msgstr "正在寫入摘要檔案..." - -#: builders/changes.py:70 -msgid "Builtins" -msgstr "內建" - -#: builders/changes.py:72 -msgid "Module level" -msgstr "模組層次" - -#: builders/changes.py:124 -msgid "copying source files..." -msgstr "正在複製原始檔案..." - -#: builders/changes.py:133 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "在變更日誌建立時無法讀取 %r" - -#: 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\" 組態值:不會編寫任何手冊頁面" - -#: builders/latex/__init__.py:347 builders/manpage.py:54 -#: builders/singlehtml.py:176 builders/texinfo.py:119 -msgid "writing" -msgstr "編寫中" - -#: builders/manpage.py:71 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" 組態值引用未知的文件 %s" - -#: builders/__init__.py:224 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "未找到對於 %s builder 適用的圖片:%s (%s)" - -#: builders/__init__.py:232 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "未找到對於 %s builder 適用的圖片:%s" - -#: builders/__init__.py:255 -msgid "building [mo]: " -msgstr "建立 [mo]:" - -#: builders/__init__.py:258 builders/__init__.py:759 builders/__init__.py:791 -msgid "writing output... " -msgstr "編寫輸出..." - -#: builders/__init__.py:275 -#, python-format -msgid "all of %d po files" -msgstr "所有的 %d po 檔" - -#: builders/__init__.py:297 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "對於指定的 po 檔 %d 的目標" - -#: builders/__init__.py:309 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "對於已過期 po 檔 %d 的目標" - -#: builders/__init__.py:319 -msgid "all source files" -msgstr "所有原始檔案" - -#: builders/__init__.py:330 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "在命令列給的檔案 %r 不存在," - -#: builders/__init__.py:337 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "在命令列給的檔案 %r 不在來源資料夾下,忽略中" - -#: builders/__init__.py:348 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "在命令列給的檔案 %r 不是有效的文件,忽略中" - -#: builders/__init__.py:361 -#, python-format -msgid "%d source files given on command line" -msgstr "在命令列給了 %d 個原始檔案" - -#: builders/__init__.py:377 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d 個過時原始檔案的目標" - -#: builders/__init__.py:395 builders/gettext.py:265 -#, python-format -msgid "building [%s]: " -msgstr "正在建立 [%s]:" - -#: builders/__init__.py:406 -msgid "looking for now-outdated files... " -msgstr "正在尋找目前已過期的檔案..." - -#: builders/__init__.py:410 -#, python-format -msgid "%d found" -msgstr "已找到 %d" - -#: builders/__init__.py:412 -msgid "none found" -msgstr "找不到任何結果" - -#: builders/__init__.py:419 -msgid "pickling environment" -msgstr "正在 pickle 環境" - -#: builders/__init__.py:426 -msgid "checking consistency" -msgstr "正在檢查一致性" - -#: builders/__init__.py:430 -msgid "no targets are out of date." -msgstr "沒有過時的目標。" - -#: builders/__init__.py:469 -msgid "updating environment: " -msgstr "正在更新環境:" - -#: builders/__init__.py:494 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s 已新增, %s 已變更, %s 已移除" - -#: 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 "" - -#: builders/__init__.py:540 -#, 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:551 -#, 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:558 -#, 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:576 builders/__init__.py:592 -msgid "reading sources... " -msgstr "正在讀取來源..." - -#: builders/__init__.py:713 -#, python-format -msgid "docnames to write: %s" -msgstr "待寫入的 docname: %s" - -#: builders/__init__.py:715 -msgid "no docnames to write!" -msgstr "" - -#: builders/__init__.py:728 -msgid "preparing documents" -msgstr "正在準備文件" - -#: builders/__init__.py:731 -msgid "copying assets" -msgstr "正在複製資產 (asset)" - -#: builders/__init__.py:883 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "無法解碼的原始字元,以 \"?\" 取代: %r" - -#: builders/epub3.py:84 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub 檔案是在 %(outdir)s 。" - -#: builders/epub3.py:189 -msgid "writing nav.xhtml file..." -msgstr "正在寫入 nav.xhtml 檔案..." - -#: builders/epub3.py:221 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "conf 值 \"epub_language\" (或 \"language\") 在 EPUB3 不應該為空" - -#: builders/epub3.py:227 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "conf 值 \"epub_uid\" 在 EPUB3 應該是 XML NAME" - -#: builders/epub3.py:232 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "conf 值 \"epub_title\" (或 \"html_title\") 在 EPUB3 不應該為空" - -#: builders/epub3.py:238 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_author\" 在 EPUB3 不應該為空" - -#: builders/epub3.py:242 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_contributor\" 在 EPUB3 不應該為空" - -#: builders/epub3.py:247 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_description\" 在 EPUB3 不應該為空" - -#: builders/epub3.py:251 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_publisher\" 在 EPUB3 不應該為空" - -#: builders/epub3.py:256 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "conf 值 \"epub_copyright\" (或 \"copyright\") 在 EPUB3 不應該為空" - -#: builders/epub3.py:262 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_identifier\" 在 EPUB3 不應該為空" - -#: builders/epub3.py:265 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "conf 值 \"version\" 在 EPUB3 不應該為空" - -#: builders/epub3.py:279 builders/html/__init__.py:1291 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "無效的 css_file: %r, 已略過" - -#: builders/xml.py:31 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML 檔案在 %(outdir)s 。" - -#: builders/html/__init__.py:1241 builders/text.py:76 builders/xml.py:90 -#, python-format -msgid "error writing file %s: %s" -msgstr "錯誤寫入檔案 %s: %s" - -#: builders/xml.py:101 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "pseudo-XML 檔案在 %(outdir)s 。" - -#: builders/texinfo.py:45 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo 檔案在 %(outdir)s 。" - -#: 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 "\n在該目錄中執行 'make' 以透過 makeinfo 執行這些\n(在此使用 'make info' 以自動執行)" - -#: builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "未找到 \"texinfo_documents\" 組態值;不會編寫任何文件" - -#: builders/texinfo.py:89 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" 組態值引用未知的文件 %s" - -#: builders/latex/__init__.py:325 builders/texinfo.py:113 -#, python-format -msgid "processing %s" -msgstr "正在處理 %s" - -#: builders/latex/__init__.py:405 builders/texinfo.py:172 -msgid "resolving references..." -msgstr "正在解析參照..." - -#: builders/latex/__init__.py:416 builders/texinfo.py:182 -msgid " (in " -msgstr " (於 " - -#: builders/_epub_base.py:422 builders/html/__init__.py:779 -#: builders/latex/__init__.py:481 builders/texinfo.py:198 -msgid "copying images... " -msgstr "正在複製圖片..." - -#: builders/_epub_base.py:444 builders/latex/__init__.py:496 -#: builders/texinfo.py:215 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "無法複製圖片檔 %r: %s" - -#: builders/texinfo.py:222 -msgid "copying Texinfo support files" -msgstr "正在複製 Texinfo 支援檔案" - -#: builders/texinfo.py:230 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "錯誤寫入檔案 Makefile: %s" - -#: builders/_epub_base.py:223 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "找到了重複的 ToC 項目: %s" - -#: builders/_epub_base.py:433 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "無法讀取圖片檔 %r: 正在複製它做為替代" - -#: builders/_epub_base.py:464 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "無法寫入圖片檔 %r: %s" - -#: builders/_epub_base.py:476 -msgid "Pillow not found - copying image files" -msgstr "未找到 Pillow - 正在複製圖片檔" - -#: builders/_epub_base.py:511 -msgid "writing mimetype file..." -msgstr "正在寫入 mimetype 檔案..." - -#: builders/_epub_base.py:520 -msgid "writing META-INF/container.xml file..." -msgstr "正在寫入 META-INF/container.xml 檔案..." - -#: builders/_epub_base.py:558 -msgid "writing content.opf file..." -msgstr "正在寫入 content.opf 檔案..." - -#: builders/_epub_base.py:591 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "對於 %s 未知的 mimetype,忽略中" - -#: builders/_epub_base.py:745 -msgid "node has an invalid level" -msgstr "" - -#: builders/_epub_base.py:765 -msgid "writing toc.ncx file..." -msgstr "正在寫入 toc.ncx 檔案..." - -#: builders/_epub_base.py:794 -#, python-format -msgid "writing %s file..." -msgstr "正在寫入 %s 檔案..." - -#: builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "虛擬建立器未產生任何檔案。" - -#: builders/gettext.py:244 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "訊息目錄是在 %(outdir)s" - -#: builders/gettext.py:266 -#, python-format -msgid "targets for %d template files" -msgstr "模板檔 %d 的目標" - -#: builders/gettext.py:271 -msgid "reading templates... " -msgstr "正在讀取模板..." - -#: builders/gettext.py:307 -msgid "writing message catalogs... " -msgstr "正在寫入訊息目錄..." - -#: 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 "正在組合單一文件" - -#: builders/singlehtml.py:189 -msgid "writing additional files" -msgstr "正在寫入附加檔案" - -#: builders/linkcheck.py:77 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "尋找以上輸出或 %(outdir)s/output.txt 中的任何錯誤" - -#: builders/linkcheck.py:149 -#, python-format -msgid "broken link: %s (%s)" -msgstr "錯誤連結: %s (%s)" - -#: builders/linkcheck.py:548 -#, python-format -msgid "Anchor '%s' not found" -msgstr "未找到錨 '%s'" - -#: builders/linkcheck.py:758 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "在 linkcheck_allowed_redirects 編譯 regex 失敗: %r %s" - -#: builders/text.py:29 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "文字檔案在 %(outdir)s 。" - -#: transforms/i18n.py:227 transforms/i18n.py:302 -#, python-brace-format -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "被翻譯訊息中有不一致的註腳參照。原文: {0},譯文: {1}" - -#: transforms/i18n.py:272 -#, python-brace-format -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" - -#: transforms/i18n.py:322 -#, python-brace-format -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" - -#: transforms/i18n.py:344 -#, python-brace-format -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "被翻譯訊息中有不一致的術語參照。原文: {0},譯文: {1}" - -#: 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 "%Y 年 %m 月 %d 日" - -#: transforms/__init__.py:139 -msgid "could not calculate translation progress!" -msgstr "無法計算翻譯進度!" - -#: transforms/__init__.py:144 -msgid "no translated elements!" -msgstr "沒有已翻譯的元素!" - -#: transforms/__init__.py:253 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "找到基於 4 欄位的索引。它可能是您使用的擴充套件的一個錯誤: %r" - -#: transforms/__init__.py:294 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "註腳 [%s] 未被參照。" - -#: transforms/__init__.py:303 -msgid "Footnote [*] is not referenced." -msgstr "" - -#: transforms/__init__.py:314 -msgid "Footnote [#] is not referenced." -msgstr "註腳 [#] 未被參照。" - -#: _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 "選項" - -#: _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/。" - -#: _cli/__init__.py:171 -#, python-brace-format -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: 錯誤: {1}\n執行 '{0} --help' 取得更多資訊" - -#: _cli/__init__.py:179 -msgid " Manage documentation with Sphinx." -msgstr "以 Sphinx 管理說明文件。" - -#: _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 "增加詳細內容(可以重複)" +#: cmd/quickstart.py:616 +msgid "if specified, create build dir under source dir" +msgstr "如果有指定,會在來源資料夾下建立 build 資料夾" -#: _cli/__init__.py:218 -msgid "Only print errors and warnings." -msgstr "只印出錯誤及警告。" +#: cmd/quickstart.py:622 +msgid "replacement for dot in _templates etc." +msgstr "在 _templates 等處進行句號的取代" -#: _cli/__init__.py:225 -msgid "No output at all" -msgstr "完全沒有輸出" +#: cmd/quickstart.py:625 +msgid "Project basic options" +msgstr "專案基本選項" -#: _cli/__init__.py:231 -msgid "" -msgstr "" +#: cmd/quickstart.py:627 +msgid "project name" +msgstr "專案名稱" -#: _cli/__init__.py:263 -msgid "See 'sphinx --help'.\n" -msgstr "請參閱 'sphinx --help'。\n" +#: cmd/quickstart.py:630 +msgid "author names" +msgstr "作者名" -#: environment/__init__.py:86 -msgid "new config" -msgstr "新的組態" +#: cmd/quickstart.py:637 +msgid "version of project" +msgstr "專案版本" -#: environment/__init__.py:87 -msgid "config changed" -msgstr "組態已變更" +#: cmd/quickstart.py:644 +msgid "release of project" +msgstr "專案發布" -#: environment/__init__.py:88 -msgid "extensions changed" -msgstr "擴充套件已變更" +#: cmd/quickstart.py:651 +msgid "document language" +msgstr "文件語言" -#: environment/__init__.py:253 -msgid "build environment version not current" -msgstr "建立環境的版本不是目前的" +#: cmd/quickstart.py:654 +msgid "source file suffix" +msgstr "源始檔後綴" -#: environment/__init__.py:255 -msgid "source directory has changed" -msgstr "來源資料夾已變更" +#: cmd/quickstart.py:657 +msgid "master document name" +msgstr "主文件名稱" -#: environment/__init__.py:325 -#, python-format -msgid "The configuration has changed (1 option: %r)" -msgstr "" +#: cmd/quickstart.py:660 +msgid "use epub" +msgstr "使用 epub" -#: environment/__init__.py:330 -#, python-format -msgid "The configuration has changed (%d options: %s)" -msgstr "" +#: cmd/quickstart.py:663 +msgid "Extension options" +msgstr "擴充套件選項" -#: environment/__init__.py:336 +#: cmd/quickstart.py:670 #, python-format -msgid "The configuration has changed (%d options: %s, ...)" -msgstr "" +msgid "enable %s extension" +msgstr "啟用 %s 擴充套件" -#: environment/__init__.py:379 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "這個環境與所選的 builder 不相容,請選擇另一個 doctree 資料夾。" +#: cmd/quickstart.py:677 +msgid "enable arbitrary extensions" +msgstr "啟用任意的擴充套件" -#: environment/__init__.py:493 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "無法掃描 %s 中的文件: %r" +#: cmd/quickstart.py:680 +msgid "Makefile and Batchfile creation" +msgstr "Makefile 及 Batchfile 的建立" -#: environment/__init__.py:658 ext/intersphinx/_resolve.py:234 -#, python-format -msgid "Domain %r is not registered" -msgstr "Domain %r 未被註冊" +#: cmd/quickstart.py:686 +msgid "create makefile" +msgstr "建立 makefile" -#: environment/__init__.py:813 -msgid "document isn't included in any toctree" -msgstr "文件未被包含於任何 toctree" +#: cmd/quickstart.py:692 +msgid "do not create makefile" +msgstr "不要建立 makefile" -#: environment/__init__.py:859 -msgid "self referenced toctree found. Ignored." -msgstr "找到自我參照的 toctree。已略過。" +#: cmd/quickstart.py:699 +msgid "create batchfile" +msgstr "建立 batchfile" -#: environment/__init__.py:889 -#, python-format -msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" -msgstr "" +#: cmd/quickstart.py:705 +msgid "do not create batchfile" +msgstr "不要建立 batchfile" -#: util/i18n.py:100 -#, python-format -msgid "reading error: %s, %s" -msgstr "讀取錯誤: %s, %s" +#: cmd/quickstart.py:714 +msgid "use make-mode for Makefile/make.bat" +msgstr "使用 make 模式於 Makefile/make.bat" -#: util/i18n.py:113 -#, python-format -msgid "writing error: %s, %s" -msgstr "寫入錯誤: %s, %s" +#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 +msgid "Project templating" +msgstr "專案模板化中" -#: util/i18n.py:146 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s 不存在" +#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 +msgid "template directory for template files" +msgstr "用於模板檔案的模板資料夾" -#: util/i18n.py:236 -#, python-format -msgid "Invalid Babel locale: %r." -msgstr "" +#: cmd/quickstart.py:730 +msgid "define a template variable" +msgstr "定義一個模板變數" -#: util/i18n.py:245 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "無效的日期格式。如果您要直接將它輸出,則以單引號引用該字串: %s" +#: cmd/quickstart.py:766 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\" 被指定,但 \"project\" 或 \"author\" 的任一項未被指定。" -#: util/docfields.py:103 -#, python-format +#: cmd/quickstart.py:785 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。" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "錯誤:指定的路徑不是資料夾,或是 sphinx 檔案已經存在。" -#: util/nodes.py:423 -#, python-format +#: cmd/quickstart.py:792 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r 已棄用於索引項目(從項目 %r)。請改用 'pair: %s'。" - -#: util/nodes.py:490 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree 包含了不存在的檔案 %r 的參照 " +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart 只能產生於空白資料夾中。請指定一個新的根路徑。" -#: util/nodes.py:706 +#: cmd/quickstart.py:809 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "在評估只有指令的運算式時發生例外: %s" - -#: util/display.py:82 -msgid "skipped" -msgstr "已省略" +msgid "Invalid template variable: %s" +msgstr "無效的模板變數: %s" -#: util/display.py:87 -msgid "failed" -msgstr "失敗" +#: cmd/build.py:64 +msgid "job number should be a positive number" +msgstr "工件編號應該是一個正數" -#: util/osutil.py:131 -#, python-format +#: cmd/build.py:74 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: util/docutils.py:309 -#, python-format -msgid "unknown directive name: %s" -msgstr "" +"\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" -#: util/docutils.py:345 -#, python-format -msgid "unknown role name: %s" -msgstr "" +#: cmd/build.py:100 +msgid "path to documentation source files" +msgstr "到說明文件原始檔案的路徑" -#: util/docutils.py:789 -#, python-format -msgid "unknown node type: %r" -msgstr "未知的節點型別: %r" +#: cmd/build.py:103 +msgid "path to output directory" +msgstr "到輸出資料夾的路徑" -#: util/fileutil.py:76 -#, python-format +#: cmd/build.py:109 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 "預設角色 %s 未找到" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(選用)一份要重建的特定檔案清單。如果已指定 --write-all,則會被忽略。" -#: util/inventory.py:147 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: cmd/build.py:114 +msgid "general options" +msgstr "一般選項" -#: util/inventory.py:166 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +#: cmd/build.py:121 +msgid "builder to use (default: 'html')" +msgstr "要使用的建立器(預設值:'html')" -#: writers/latex.py:1097 writers/manpage.py:259 writers/texinfo.py:663 -msgid "Footnotes" -msgstr "註腳" +#: cmd/build.py:131 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "如果可以的話,N 個程序會平行執行。'auto' 會使用 CPU 核心的數量" -#: writers/manpage.py:289 writers/text.py:945 -#, python-format -msgid "[image: %s]" -msgstr "[圖片:%s]" +#: cmd/build.py:140 +msgid "write all files (default: only write new and changed files)" +msgstr "寫入所有檔案(預設:只寫入新增及已變更檔案)" -#: writers/manpage.py:290 writers/text.py:946 -msgid "[image]" -msgstr "[圖片]" +#: cmd/build.py:147 +msgid "don't use a saved environment, always read all files" +msgstr "不要使用已儲存的環境,永遠要讀取全部的檔案" -#: 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 "索引" +#: cmd/build.py:150 +msgid "path options" +msgstr "路徑選項" -#: writers/latex.py:743 writers/texinfo.py:646 +#: cmd/build.py:157 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "遇到的標題節點不是在段落、主題、表格、警告或側邊欄" - -#: writers/texinfo.py:1217 -msgid "caption not inside a figure." -msgstr "標題不在圖之內。" - -#: writers/texinfo.py:1303 -#, python-format -msgid "unimplemented node type: %r" -msgstr "未實作的節點型別: %r" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "包含 doctree 及環境檔案的資料夾(預設值:OUTPUT_DIR/.doctrees)" -#: writers/latex.py:361 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "未知的 %r toplevel_sectioning 對於 class %r" +#: cmd/build.py:166 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "包含組態檔 (conf.py) 的資料夾(預設值:SOURCE_DIR)" -#: builders/latex/__init__.py:224 writers/latex.py:411 -#, python-format -msgid "no Babel option known for language %r" -msgstr "沒有語言 %r 已知的 Babel 選項" +#: cmd/build.py:175 +msgid "use no configuration file, only use settings from -D options" +msgstr "不使用組態檔,只使用 -D 選項中的設定" -#: writers/latex.py:429 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: 太大,已略過。" +#: cmd/build.py:184 +msgid "override a setting in configuration file" +msgstr "在組態檔案中置換一項設定" -#: writers/latex.py:591 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +#: cmd/build.py:193 +msgid "pass a value into HTML templates" +msgstr "傳遞一個值進入 HTML 模板" -#: writers/latex.py:707 -msgid "document title is not a single Text node" -msgstr "文件標題不是單一的 Text 節點" +#: cmd/build.py:202 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "定義 tag:「只」包含有 TAG 的區塊" -#: writers/html5.py:572 writers/latex.py:1106 -#, python-format -msgid "unsupported rubric heading level: %s" +#: cmd/build.py:209 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: writers/latex.py:1183 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "同時被給予 tabularcolumns 及 :widths: 選項。 :widths: 已略過。" - -#: writers/latex.py:1580 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "維度單位 %s 是無效的。已略過。" +#: cmd/build.py:212 +msgid "console output options" +msgstr "控制台輸出選項" -#: writers/latex.py:1939 -#, python-format -msgid "unknown index entry type %s found" -msgstr "找到了未知的索引條目型別 %s" +#: cmd/build.py:219 +msgid "increase verbosity (can be repeated)" +msgstr "增加贅言(可以被重複)" -#: domains/math.py:128 writers/latex.py:2495 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "無效的 math_eqref_format: %r" +#: cmd/build.py:226 ext/apidoc/_cli.py:66 +msgid "no output on stdout, just warnings on stderr" +msgstr "在 stdout 無輸出,只有在 stderr 的警告" -#: writers/html5.py:96 writers/html5.py:105 -msgid "Link to this definition" -msgstr "連結到這個定義" +#: cmd/build.py:233 +msgid "no output at all, not even warnings" +msgstr "完全沒有輸出,也沒有警告" -#: writers/html5.py:431 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format 未被定義給 %s" +#: cmd/build.py:241 +msgid "do emit colored output (default: auto-detect)" +msgstr "執行 emit 彩色輸出(預設值:auto-detect)" -#: writers/html5.py:441 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "任一個 ID 未被指定給 %s 節點" +#: cmd/build.py:249 +msgid "do not emit colored output (default: auto-detect)" +msgstr "不執行 emit 彩色輸出(預設值:auto-detect)" -#: writers/html5.py:496 -msgid "Link to this term" -msgstr "連結到這個項目" +#: cmd/build.py:252 +msgid "warning control options" +msgstr "控制警告的選項" -#: writers/html5.py:548 writers/html5.py:553 -msgid "Link to this heading" -msgstr "連結到這個標頭" +#: cmd/build.py:258 +msgid "write warnings (and errors) to given file" +msgstr "寫入警告(及錯誤)至給定的檔案" -#: writers/html5.py:558 -msgid "Link to this table" -msgstr "連結到這個表格" +#: cmd/build.py:265 +msgid "turn warnings into errors" +msgstr "將警告轉為錯誤" -#: writers/html5.py:636 -msgid "Link to this code" -msgstr "連結到這個程式碼" +#: cmd/build.py:273 +msgid "show full traceback on exception" +msgstr "在例外中顯示完整的回溯" -#: writers/html5.py:638 -msgid "Link to this image" -msgstr "連結到這個圖片" +#: cmd/build.py:276 +msgid "run Pdb on exception" +msgstr "在例外中執行 Pdb" -#: writers/html5.py:640 -msgid "Link to this toctree" -msgstr "連結到這個 toctree" +#: cmd/build.py:282 +msgid "raise an exception on warnings" +msgstr "" -#: writers/html5.py:766 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "無法取得圖片大小。 :scale: 選項已略過。" +#: cmd/build.py:325 +msgid "cannot combine -a option and filenames" +msgstr "無法合併 -a 選項及檔名" -#: domains/__init__.py:322 +#: cmd/build.py:357 #, python-format -msgid "%s %s" -msgstr "%s %s" +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 "重複公式標籤 %s,亦出現於 %s" +#: 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 的形式" -#: domains/javascript.py:182 +#: domains/javascript.py:183 #, python-format msgid "%s() (built-in function)" msgstr "%s() (內建函式)" -#: domains/javascript.py:183 domains/python/__init__.py:287 +#: domains/javascript.py:184 domains/python/__init__.py:289 #, python-format msgid "%s() (%s method)" msgstr "%s() (%s 的方法)" -#: domains/javascript.py:185 +#: domains/javascript.py:186 #, python-format msgid "%s() (class)" msgstr "%s() (類別)" -#: domains/javascript.py:187 +#: domains/javascript.py:188 #, python-format msgid "%s (global variable or constant)" msgstr "%s (全域變數或常數)" -#: domains/javascript.py:189 domains/python/__init__.py:378 +#: domains/javascript.py:190 domains/python/__init__.py:380 #, python-format msgid "%s (%s attribute)" msgstr "%s (%s 的屬性)" -#: domains/javascript.py:273 +#: domains/javascript.py:274 msgid "Arguments" msgstr "引數" -#: domains/cpp/__init__.py:489 domains/javascript.py:280 +#: domains/cpp/__init__.py:491 domains/javascript.py:281 msgid "Throws" msgstr "拋出" -#: 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 "回傳" -#: 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 "回傳型別" -#: domains/javascript.py:370 +#: domains/javascript.py:374 #, python-format msgid "%s (module)" msgstr "%s (模組)" -#: 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:736 msgid "function" msgstr "函式" -#: domains/javascript.py:416 domains/python/__init__.py:744 +#: domains/javascript.py:420 domains/python/__init__.py:740 msgid "method" msgstr "方法" -#: 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:738 msgid "class" msgstr "類別" -#: domains/javascript.py:418 domains/python/__init__.py:741 +#: domains/javascript.py:422 domains/python/__init__.py:737 msgid "data" msgstr "資料" -#: domains/javascript.py:419 domains/python/__init__.py:747 +#: domains/javascript.py:423 domains/python/__init__.py:743 msgid "attribute" msgstr "屬性" -#: domains/javascript.py:420 domains/python/__init__.py:750 +#: domains/javascript.py:424 domains/python/__init__.py:746 msgid "module" msgstr "模組" -#: domains/javascript.py:454 +#: domains/javascript.py:458 #, python-format msgid "duplicate %s description of %s, other %s in %s" msgstr "%s 的重複 %s 敘述,其他的 %s 在 %s" +#: domains/__init__.py:322 +#, python-format +msgid "%s %s" +msgstr "%s %s" + #: domains/changeset.py:26 #, python-format msgid "Added in version %s" @@ -1964,6 +1291,16 @@ msgstr "在 %s 版之後被棄用" msgid "Removed in version %s" msgstr "在 %s 版被移除" +#: domains/math.py:73 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "重複公式標籤 %s,亦出現於 %s" + +#: domains/math.py:128 writers/latex.py:2542 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "無效的 math_eqref_format: %r" + #: domains/rst.py:131 domains/rst.py:190 #, python-format msgid "%s (directive)" @@ -1983,1286 +1320,1333 @@ msgstr "%s (角色)" 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/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] 未被參照。" - -#: locale/__init__.py:228 -msgid "Attention" -msgstr "注意" - -#: locale/__init__.py:229 -msgid "Caution" -msgstr "警示" - -#: locale/__init__.py:230 -msgid "Danger" -msgstr "危險" - -#: locale/__init__.py:231 -msgid "Error" -msgstr "錯誤" - -#: locale/__init__.py:232 -msgid "Hint" -msgstr "提示" - -#: locale/__init__.py:233 -msgid "Important" -msgstr "重要" - -#: locale/__init__.py:234 -msgid "Note" -msgstr "備註" - -#: locale/__init__.py:235 -msgid "See also" -msgstr "也參考" - -#: locale/__init__.py:236 -msgid "Tip" -msgstr "小訣竅" - -#: locale/__init__.py:237 -msgid "Warning" -msgstr "警告" - -#: 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 說明文件中鏈接" +#: domains/rst.py:235 +msgid "directive-option" +msgstr "指令選項" -#: cmd/quickstart.py:55 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "寫入 \"todo\" 項目,它們可以在組建時被顯示或隱藏" +#: domains/rst.py:236 +msgid "role" +msgstr "角色" -#: cmd/quickstart.py:56 -msgid "checks for documentation coverage" -msgstr "核對說明文件的涵蓋範圍" +#: domains/rst.py:262 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s 的重複敘述,其他的實例在 %s" -#: cmd/quickstart.py:57 -msgid "include math, rendered as PNG or SVG images" -msgstr "包含 math,以 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 "包含 math,被 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 "根據組態值有條件地包含內容" +#: environment/__init__.py:88 +msgid "new config" +msgstr "新的組態" -#: cmd/quickstart.py:60 -msgid "include links to the source code of documented Python objects" -msgstr "包含鏈接至已有說明文件的 Python 物件原始碼" +#: environment/__init__.py:89 +msgid "config changed" +msgstr "組態已變更" -#: cmd/quickstart.py:61 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "建立 .nojekyll 檔案以在 GitHub 頁面發布文件" +#: environment/__init__.py:90 +msgid "extensions changed" +msgstr "擴充套件已變更" -#: cmd/quickstart.py:110 -msgid "Please enter a valid path name." -msgstr "請輸入有效的路徑名稱。" +#: environment/__init__.py:258 +msgid "build environment version not current" +msgstr "建立環境的版本不是目前的" -#: cmd/quickstart.py:126 -msgid "Please enter some text." -msgstr "請輸入一些文字。" +#: environment/__init__.py:260 +msgid "source directory has changed" +msgstr "來源資料夾已變更" -#: cmd/quickstart.py:133 +#: environment/__init__.py:347 #, python-format -msgid "Please enter one of %s." -msgstr "請輸入一種 %s 。" - -#: cmd/quickstart.py:141 -msgid "Please enter either 'y' or 'n'." -msgstr "請輸入 'y' 或 'n'。" +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: cmd/quickstart.py:147 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "請輸入檔案後綴,例如 '.rst' 或 '.txt'。" +#: environment/__init__.py:352 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: cmd/quickstart.py:229 +#: environment/__init__.py:358 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "歡迎進入 Sphinx %s 快速入門公用程式。" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: cmd/quickstart.py:234 +#: environment/__init__.py:401 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 以接受它)。" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "這個環境與所選的 builder 不相容,請選擇另一個 doctree 資料夾。" -#: cmd/quickstart.py:241 +#: environment/__init__.py:515 #, python-format -msgid "Selected root path: %s" -msgstr "被選的根路徑: %s" +msgid "Failed to scan documents in %s: %r" +msgstr "無法掃描 %s 中的文件: %r" -#: cmd/quickstart.py:244 -msgid "Enter the root path for documentation." -msgstr "輸入說明文件的根路徑。" +#: environment/__init__.py:642 ext/intersphinx/_resolve.py:234 +#, python-format +msgid "Domain %r is not registered" +msgstr "Domain %r 未被註冊" -#: cmd/quickstart.py:245 -msgid "Root path for the documentation" -msgstr "說明文件的根路徑" +#: environment/__init__.py:800 +msgid "document isn't included in any toctree" +msgstr "文件未被包含於任何 toctree" -#: cmd/quickstart.py:254 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "錯誤:在被選的根路徑找到一個已存在的 conf.py。" +#: environment/__init__.py:911 +msgid "self referenced toctree found. Ignored." +msgstr "找到自我參照的 toctree。已略過。" -#: cmd/quickstart.py:259 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart 不會重寫已存在的 Sphinx 專案。" +#: environment/__init__.py:941 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: cmd/quickstart.py:262 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "請輸入一個新的根路徑(或直接按 Enter 離開)" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "使用:" -#: 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 "您有兩個選擇來為 Sphinx 的輸出放置建立資料夾。\n其一,您可以在根路徑中使用資料夾 \"_build\",或者,\n您可以在根路徑中分離 \"source\" 和 \"build\" 資料夾。" +#: _cli/__init__.py:75 +#, python-brace-format +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPTIONS] []" -#: cmd/quickstart.py:279 -msgid "Separate source and build directories (y/n)" -msgstr "分離來源並建立資料夾 (y/n)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "Sphinx 說明文件產生器。" -#: 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 "在根資料夾內部,另外兩個資料夾會被建立;\"_templates\" \n放置自訂的 HTML 模板,而 \"_static\" 放置自訂的表單及其他\n靜態檔案。您可以輸入另一個前綴(像是 \".\")來取代底線。" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "指令:" -#: cmd/quickstart.py:291 -msgid "Name prefix for templates and static dir" -msgstr "用於模板及靜態資料夾的名稱前綴" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "選項" -#: cmd/quickstart.py:297 +#: _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/。" + +#: _cli/__init__.py:171 +#, python-brace-format msgid "" -"The project name will occur in several places in the built documentation." -msgstr "專案名稱會在已建立的說明文件中的多個位置出現。" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: 錯誤: {1}\n執行 '{0} --help' 取得更多資訊" -#: cmd/quickstart.py:300 -msgid "Project name" -msgstr "專案名稱" +#: _cli/__init__.py:179 +msgid " Manage documentation with Sphinx." +msgstr "以 Sphinx 管理說明文件。" -#: cmd/quickstart.py:302 -msgid "Author name(s)" -msgstr "作者姓名" +#: _cli/__init__.py:191 +msgid "Show the version and exit." +msgstr "顯示版本並離開。" -#: 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 中,軟體具有「版本」和「發布版本」的概念。每個\n版本可以有多個發布版本。舉例來說,Python 的版本會像是 2.5 \n或 3.0,而發布版本則像是 2.5.1 或 3.0a1。如果您不需要這個雙\n重的結構,請直接將兩者設為相同的值。" +#: _cli/__init__.py:199 +msgid "Show this message and exit." +msgstr "顯示此訊息並離開。" -#: cmd/quickstart.py:315 -msgid "Project version" -msgstr "專案版本" +#: _cli/__init__.py:203 +msgid "Logging" +msgstr "登錄" -#: cmd/quickstart.py:317 -msgid "Project release" -msgstr "專案發布版本" +#: _cli/__init__.py:210 +msgid "Increase verbosity (can be repeated)" +msgstr "增加詳細內容(可以重複)" -#: 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 "如果文件是被英語以外的語言被編寫,您可以根據它的語言碼\n在此選擇一個語言。Sphinx 會將它產生的文本翻譯為該語言。\n\n要了解可支援的語言碼列表,請參閱\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +#: _cli/__init__.py:218 +msgid "Only print errors and warnings." +msgstr "只印出錯誤及警告。" -#: cmd/quickstart.py:331 -msgid "Project language" -msgstr "專案語言" +#: _cli/__init__.py:225 +msgid "No output at all" +msgstr "完全沒有輸出" -#: 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 "用於原始檔的檔案名稱後綴。通常,這會是 \".txt\" 或 \".rst\"。\n只有具有此後綴的檔案才會被認為是文件。" +#: _cli/__init__.py:231 +msgid "" +msgstr "" -#: cmd/quickstart.py:343 -msgid "Source file suffix" -msgstr "原始檔案後綴" +#: _cli/__init__.py:263 +msgid "See 'sphinx --help'.\n" +msgstr "請參閱 'sphinx --help'。\n" -#: cmd/quickstart.py:349 +#: builders/html/__init__.py:489 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 年 %m 月 %d 日" + +#: builders/latex/__init__.py:203 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 "索引" + +#: writers/latex.py:766 writers/texinfo.py:646 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將它設定為另一個檔名。" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "遇到的標題節點不是在段落、主題、表格、警告或側邊欄" -#: cmd/quickstart.py:356 -msgid "Name of your master document (without suffix)" -msgstr "您的主要文件名稱(不含後綴)" +#: writers/latex.py:1120 writers/manpage.py:258 writers/texinfo.py:663 +msgid "Footnotes" +msgstr "註腳" + +#: writers/texinfo.py:1217 +msgid "caption not inside a figure." +msgstr "標題不在圖之內。" -#: cmd/quickstart.py:367 +#: writers/texinfo.py:1303 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "錯誤:在被選的根路徑中已經找到主檔 %s 。" - -#: cmd/quickstart.py:373 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart 不會重寫已存在的檔案。" +msgid "unimplemented node type: %r" +msgstr "未實作的節點型別: %r" -#: cmd/quickstart.py:377 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "請輸入一個新的檔案名稱,或將已存在的檔案重新命名並按下 Enter" +#: writers/html5.py:96 writers/html5.py:105 +msgid "Link to this definition" +msgstr "連結到這個定義" -#: cmd/quickstart.py:385 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "指示以下哪一個 Sphinx 擴充應該被啟用:" +#: writers/html5.py:431 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format 未被定義給 %s" -#: cmd/quickstart.py:396 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "註解:imgmath 和 mathjax 無法同時被啟用。imgmath 已被取消選擇。" +#: writers/html5.py:441 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "任一個 ID 未被指定給 %s 節點" -#: cmd/quickstart.py:406 -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。" +#: writers/html5.py:496 +msgid "Link to this term" +msgstr "連結到這個項目" -#: cmd/quickstart.py:411 -msgid "Create Makefile? (y/n)" -msgstr "是否建立 Makefile? (y/n)" +#: writers/html5.py:548 writers/html5.py:553 +msgid "Link to this heading" +msgstr "連結到這個標頭" -#: cmd/quickstart.py:415 -msgid "Create Windows command file? (y/n)" -msgstr "是否建立 Windows 命令檔?(y/n)" +#: writers/html5.py:558 +msgid "Link to this table" +msgstr "連結到這個表格" -#: cmd/quickstart.py:467 ext/apidoc/_generate.py:76 +#: writers/html5.py:572 writers/latex.py:1129 #, python-format -msgid "Creating file %s." -msgstr "正在建立檔案 %s 。" +msgid "unsupported rubric heading level: %s" +msgstr "" -#: cmd/quickstart.py:472 ext/apidoc/_generate.py:73 -#, python-format -msgid "File %s already exists, skipping." -msgstr "檔案 %s 已存在,正在跳過。" +#: writers/html5.py:636 +msgid "Link to this code" +msgstr "連結到這個程式碼" -#: cmd/quickstart.py:515 -msgid "Finished: An initial directory structure has been created." -msgstr "已結束:一個初始資料夾結構已被建立。" +#: writers/html5.py:638 +msgid "Link to this image" +msgstr "連結到這個圖片" -#: cmd/quickstart.py:519 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "您現在應該在您的主檔 %s 輸入資料並建立其他說明文件\n原始檔。" +#: writers/html5.py:640 +msgid "Link to this toctree" +msgstr "連結到這個 toctree" -#: cmd/quickstart.py:526 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "使用 Makefile 來建立文件,像這樣:\n make builder" +#: writers/html5.py:766 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "無法取得圖片大小。 :scale: 選項已略過。" -#: cmd/quickstart.py:530 +#: writers/manpage.py:288 writers/text.py:945 #, 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 "[image: %s]" +msgstr "[圖片:%s]" -#: cmd/quickstart.py:537 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "在這裡 \"builder\" 是一種被支援的建立器,例如 html,latex 或 linkcheck。" +#: writers/manpage.py:289 writers/text.py:946 +msgid "[image]" +msgstr "[圖片]" -#: cmd/quickstart.py:572 -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" +#: writers/latex.py:384 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "未知的 %r toplevel_sectioning 對於 class %r" -#: cmd/build.py:73 cmd/quickstart.py:581 ext/apidoc/_cli.py:27 -#: ext/autosummary/generate.py:835 -msgid "For more information, visit ." -msgstr "需要更多資訊,請拜訪 ." +#: builders/latex/__init__.py:221 writers/latex.py:434 +#, python-format +msgid "no Babel option known for language %r" +msgstr "沒有語言 %r 已知的 Babel 選項" -#: cmd/quickstart.py:591 -msgid "quiet mode" -msgstr "安靜模式" +#: writers/latex.py:452 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: 太大,已略過。" -#: cmd/quickstart.py:601 -msgid "project root" -msgstr "專案根" +#: writers/latex.py:614 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: cmd/quickstart.py:604 -msgid "Structure options" -msgstr "結構選項" +#: writers/latex.py:730 +msgid "document title is not a single Text node" +msgstr "文件標題不是單一的 Text 節點" -#: cmd/quickstart.py:610 -msgid "if specified, separate source and build dirs" -msgstr "如果有指定,會分離來源資料夾和 build 資料夾" +#: writers/latex.py:1200 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "同時被給予 tabularcolumns 及 :widths: 選項。 :widths: 已略過。" -#: cmd/quickstart.py:616 -msgid "if specified, create build dir under source dir" -msgstr "如果有指定,會在來源資料夾下建立 build 資料夾" +#: writers/latex.py:1230 +#, 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 "" -#: cmd/quickstart.py:622 -msgid "replacement for dot in _templates etc." -msgstr "在 _templates 等處進行句號的取代" +#: writers/latex.py:1626 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "維度單位 %s 是無效的。已略過。" -#: cmd/quickstart.py:625 -msgid "Project basic options" -msgstr "專案基本選項" +#: writers/latex.py:1986 +#, python-format +msgid "unknown index entry type %s found" +msgstr "找到了未知的索引條目型別 %s" -#: cmd/quickstart.py:627 -msgid "project name" -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:\" 選項現在會將絕對路徑辨識為基於來源資料夾的相對路徑。請更新您的文件。" -#: cmd/quickstart.py:630 -msgid "author names" -msgstr "作者名" +#: directives/code.py:66 +msgid "non-whitespace stripped by dedent" +msgstr "非空白字元被凸排去除" -#: cmd/quickstart.py:637 -msgid "version of project" -msgstr "專案版本" +#: directives/code.py:87 +#, python-format +msgid "Invalid caption: %s" +msgstr "無效標題:%s" -#: cmd/quickstart.py:644 -msgid "release of project" -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" +msgstr "列號規格超出範圍 (1-%d): %r" -#: cmd/quickstart.py:651 -msgid "document language" -msgstr "文件語言" +#: directives/code.py:216 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "不能使用 \"%s\" 及 \"%s\" 兩個選項" -#: cmd/quickstart.py:654 -msgid "source file suffix" -msgstr "源始檔後綴" +#: directives/code.py:231 +#, python-format +msgid "Include file '%s' not found or reading it failed" +msgstr "" -#: cmd/quickstart.py:657 -msgid "master document name" -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" +msgstr "" -#: cmd/quickstart.py:660 -msgid "use epub" -msgstr "使用 epub" +#: directives/code.py:276 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "名為 %r 的物件在 include 檔案 %r 中未找到" -#: cmd/quickstart.py:663 -msgid "Extension options" -msgstr "擴充套件選項" +#: directives/code.py:309 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "無法以一個 \"lines\" 的互斥集使用 \"lineno-match\" " -#: cmd/quickstart.py:670 +#: directives/code.py:314 #, python-format -msgid "enable %s extension" -msgstr "啟用 %s 擴充套件" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Line spec %r: 從 include 檔案 %r 沒有提取任何一行" -#: cmd/quickstart.py:677 -msgid "enable arbitrary extensions" -msgstr "啟用任意的擴充套件" +#: directives/other.py:119 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree glob 型樣 %r 未匹配任何文件" -#: cmd/quickstart.py:680 -msgid "Makefile and Batchfile creation" -msgstr "Makefile 及 Batchfile 的建立" +#: 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:686 -msgid "create makefile" -msgstr "建立 makefile" +#: directives/other.py:156 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree 包含了指向不存在文件的參照 %r" -#: cmd/quickstart.py:692 -msgid "do not create makefile" -msgstr "不要建立 makefile" +#: directives/other.py:169 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "在 toctree 中找到重複的項目: %s" -#: cmd/quickstart.py:699 -msgid "create batchfile" -msgstr "建立 batchfile" +#: directives/other.py:203 +msgid "Section author: " +msgstr "章節作者:" -#: cmd/quickstart.py:705 -msgid "do not create batchfile" -msgstr "不要建立 batchfile" +#: directives/other.py:205 +msgid "Module author: " +msgstr "模組作者:" -#: cmd/quickstart.py:714 -msgid "use make-mode for Makefile/make.bat" -msgstr "使用 make 模式於 Makefile/make.bat" +#: directives/other.py:207 +msgid "Code author: " +msgstr "程式作者:" -#: cmd/quickstart.py:717 ext/apidoc/_cli.py:243 -msgid "Project templating" -msgstr "專案模板化中" +#: directives/other.py:209 +msgid "Author: " +msgstr "作者:" -#: cmd/quickstart.py:723 ext/apidoc/_cli.py:249 -msgid "template directory for template files" -msgstr "用於模板檔案的模板資料夾" +#: directives/other.py:269 +msgid ".. acks content is not a list" +msgstr ".. acks 的內容不是一個列表" -#: cmd/quickstart.py:730 -msgid "define a template variable" -msgstr "定義一個模板變數" +#: directives/other.py:292 +msgid ".. hlist content is not a list" +msgstr ".. hlist 的內容不是一個列表" -#: cmd/quickstart.py:766 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\" 被指定,但 \"project\" 或 \"author\" 的任一項未被指定。" +#: ext/todo.py:61 +msgid "Todo" +msgstr "Todo" -#: cmd/quickstart.py:785 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "錯誤:指定的路徑不是資料夾,或是 sphinx 檔案已經存在。" +#: ext/todo.py:94 +#, python-format +msgid "TODO entry found: %s" +msgstr "找到 TODO 項目: %s" -#: cmd/quickstart.py:792 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart 只能產生於空白資料夾中。請指定一個新的根路徑。" +#: ext/todo.py:152 +msgid "<>" +msgstr "<>" -#: cmd/quickstart.py:809 +#: ext/todo.py:154 #, python-format -msgid "Invalid template variable: %s" -msgstr "無效的模板變數: %s" +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: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 中的檔案來產生說明文件,並\n將它置放於 OUTPUTDIR。它會在 SOURCEDIR 中尋找 'conf.py' \n內的組態設定。'sphinx-quickstart' 工具可以用來產生模板檔案,\n包括 'conf.py'\n\nsphinx-build 能以不同的格式建立說明文件。在命令列指定建立\n器的名稱來選擇一種格式;其預設值為 HTML。建立器也能執行\n與處理說明文件有關的其他任務。\n\n在預設情況,所有舊的文件都已經被建立。指定個別的檔名,\n可以在建立時僅限於輸出所選的檔案。\n" +#: ext/linkcode.py:86 ext/viewcode.py:232 +msgid "[source]" +msgstr "[原始碼]" -#: cmd/build.py:100 -msgid "path to documentation source files" -msgstr "到說明文件原始檔案的路徑" +#: ext/viewcode.py:295 +msgid "highlighting module code... " +msgstr "正在 highlight 模組程式碼..." -#: cmd/build.py:103 -msgid "path to output directory" -msgstr "到輸出資料夾的路徑" +#: ext/viewcode.py:326 +msgid "[docs]" +msgstr "[文件]" -#: cmd/build.py:109 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "(選用)一份要重建的特定檔案清單。如果已指定 --write-all,則會被忽略。" +#: ext/viewcode.py:352 +msgid "Module code" +msgstr "模組原始碼" -#: cmd/build.py:114 -msgid "general options" -msgstr "一般選項" +#: ext/viewcode.py:359 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s 的原始碼

" -#: cmd/build.py:121 -msgid "builder to use (default: 'html')" -msgstr "要使用的建立器(預設值:'html')" +#: ext/viewcode.py:386 +msgid "Overview: module code" +msgstr "概要:模組原始碼" -#: cmd/build.py:131 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "如果可以的話,N 個程序會平行執行。'auto' 會使用 CPU 核心的數量" +#: ext/viewcode.py:387 +msgid "

All modules for which code is available

" +msgstr "

所有可得程式碼的模組

" -#: cmd/build.py:140 -msgid "write all files (default: only write new and changed files)" -msgstr "寫入所有檔案(預設:只寫入新增及已變更檔案)" +#: ext/coverage.py:48 +#, python-format +msgid "invalid regex %r in %s" +msgstr "無效的 regex %r 在 %s" -#: cmd/build.py:147 -msgid "don't use a saved environment, always read all files" -msgstr "不要使用已儲存的環境,永遠要讀取全部的檔案" +#: ext/coverage.py:140 ext/coverage.py:301 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "模組 %s 無法被 import: %s" -#: cmd/build.py:150 -msgid "path options" -msgstr "路徑選項" +#: ext/coverage.py:148 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: cmd/build.py:157 +#: ext/coverage.py:158 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "包含 doctree 及環境檔案的資料夾(預設值:OUTPUT_DIR/.doctrees)" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" -#: cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "包含組態檔 (conf.py) 的資料夾(預設值:SOURCE_DIR)" +#: 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 "" -#: cmd/build.py:175 -msgid "use no configuration file, only use settings from -D options" -msgstr "不使用組態檔,只使用 -D 選項中的設定" +#: ext/coverage.py:187 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" +msgstr "無效的 regex %r 在 coverage_c_regexes" -#: cmd/build.py:184 -msgid "override a setting in configuration file" -msgstr "在組態檔案中置換一項設定" +#: ext/coverage.py:260 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "未文件化的 c api: %s [%s] 在檔案 %s 中" -#: cmd/build.py:193 -msgid "pass a value into HTML templates" -msgstr "傳遞一個值進入 HTML 模板" +#: ext/coverage.py:452 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "未文件化的 python 函式: %s :: %s" -#: cmd/build.py:202 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "定義 tag:「只」包含有 TAG 的區塊" +#: ext/coverage.py:473 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "未文件化的 python class: %s :: %s" -#: cmd/build.py:209 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: ext/coverage.py:492 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "未文件化的 python method: %s :: %s :: %s" -#: cmd/build.py:212 -msgid "console output 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:219 -msgid "increase verbosity (can be repeated)" -msgstr "增加贅言(可以被重複)" +#: 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 設定" -#: cmd/build.py:226 ext/apidoc/_cli.py:66 -msgid "no output on stdout, just warnings on stderr" -msgstr "在 stdout 無輸出,只有在 stderr 的警告" +#: ext/imgmath.py:326 +#, python-format +msgid "display latex %r: %s" +msgstr "顯示 latex %r: %s" -#: cmd/build.py:233 -msgid "no output at all, not even warnings" -msgstr "完全沒有輸出,也沒有警告" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "行內 latex %r: %s" -#: cmd/build.py:241 -msgid "do emit colored output (default: auto-detect)" -msgstr "執行 emit 彩色輸出(預設值:auto-detect)" +#: ext/imgmath.py:369 ext/mathjax.py:60 +msgid "Link to this equation" +msgstr "連結到這個方程式" -#: cmd/build.py:249 -msgid "do not emit colored output (default: auto-detect)" -msgstr "不執行 emit 彩色輸出(預設值:auto-detect)" +#: 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" -#: cmd/build.py:252 -msgid "warning control options" -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:258 -msgid "write warnings (and errors) to given file" -msgstr "寫入警告(及錯誤)至給定的檔案" +#: ext/autosectionlabel.py:52 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "段落 \"%s\" 取得標籤 \"%s\"" -#: cmd/build.py:265 -msgid "turn warnings into errors" -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:273 -msgid "show full traceback on exception" -msgstr "在例外中顯示完整的回溯" +#: ext/doctest.py:118 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "在 '%s' 選項中遺漏 '+' 或 '-'。" -#: cmd/build.py:276 -msgid "run Pdb on exception" -msgstr "在例外中執行 Pdb" +#: ext/doctest.py:124 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' 不是有效的選項" -#: 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" +msgstr "'%s' 不是有效的 pyversion 選項" -#: cmd/build.py:325 -msgid "cannot combine -a option and filenames" -msgstr "無法合併 -a 選項及檔名" +#: ext/doctest.py:226 +msgid "invalid TestCode type" +msgstr "無效的 TestCode 型別" -#: cmd/build.py:357 +#: ext/doctest.py:297 #, python-format -msgid "cannot open warning file '%s': %s" -msgstr "" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "來源的 doctests 測試已結束,在 %(outdir)s/output.txt 中查看結果。" -#: cmd/build.py:376 -msgid "-D option argument must be in the form name=value" -msgstr "-D 選項引數必須是 name=value 的形式" +#: ext/doctest.py:451 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "在 %s 區塊中的 %s:%s 沒有程式碼/輸出" -#: cmd/build.py:383 -msgid "-A option argument must be in the form name=value" -msgstr "-A 選項引數必須是 name=value 的形式" +#: ext/doctest.py:568 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "正在忽略無效的 doctest 碼: %r" -#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 -msgid "Collapse sidebar" -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)" -#: 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/duration.py:90 +msgid "" +"====================== slowest reading durations =======================" +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/graphviz.py:138 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz 指令不能同時有內容及檔名引數" -#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 -#: themes/basic/searchfield.html:12 -msgid "Go" -msgstr "前往" +#: ext/graphviz.py:153 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "外部的 Graphviz 檔案 %r 未找到或是讀取失敗" -#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 -msgid "Show Source" -msgstr "顯示原始碼" +#: ext/graphviz.py:164 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "正在略過沒有內容的 \"graphviz\" 指令" -#: themes/haiku/layout.html:16 -msgid "Contents" -msgstr "內容" +#: ext/graphviz.py:287 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "graphviz_dot 可執行路徑必須設定! %r" -#: themes/basic/opensearch.xml:4 +#: ext/graphviz.py:328 #, python-format -msgid "Search %(docstitle)s" -msgstr "搜尋 %(docstitle)s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot 命令 %r 無法被執行(graphviz 輸出所需要),請檢查 graphviz_dot 設定" -#: themes/basic/defindex.html:4 -msgid "Overview" -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" -#: themes/basic/defindex.html:8 -msgid "Welcome! This is" -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 並未製作一個輸出檔案:\n[stderr]\n%r\n[stdout]\n%r" -#: themes/basic/defindex.html:9 -msgid "the documentation for" -msgstr "說明文件介紹" +#: ext/graphviz.py:367 +#, python-format +msgid "graphviz_output_format must be either 'png' or 'svg', but is %r" +msgstr "" -#: themes/basic/defindex.html:10 -msgid "last updated" -msgstr "最後更新於" +#: ext/graphviz.py:373 ext/graphviz.py:436 ext/graphviz.py:480 +#, python-format +msgid "dot code %r: %s" +msgstr "點碼 %r: %s" -#: themes/basic/defindex.html:13 -msgid "Indices and tables:" -msgstr "索引與表格:" +#: ext/graphviz.py:493 ext/graphviz.py:501 +#, python-format +msgid "[graph: %s]" +msgstr "[圖:%s]" -#: themes/basic/defindex.html:16 -msgid "Complete Table of Contents" -msgstr "完整目錄" +#: ext/graphviz.py:495 ext/graphviz.py:503 +msgid "[graph]" +msgstr "[圖]" -#: themes/basic/defindex.html:17 -msgid "lists all sections and subsections" -msgstr "列出所有章節與小節" +#: builders/texinfo.py:41 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo 檔案在 %(outdir)s 。" -#: domains/std/__init__.py:773 domains/std/__init__.py:786 -#: themes/basic/defindex.html:18 -msgid "Search 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 "\n在該目錄中執行 'make' 以透過 makeinfo 執行這些\n(在此使用 'make info' 以自動執行)" -#: themes/basic/defindex.html:19 -msgid "search this documentation" -msgstr "搜尋這份說明文件" +#: builders/texinfo.py:73 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "未找到 \"texinfo_documents\" 組態值;不會編寫任何文件" -#: themes/basic/defindex.html:21 -msgid "Global Module Index" -msgstr "全域模組索引" +#: builders/texinfo.py:85 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" 組態值引用未知的文件 %s" -#: themes/basic/defindex.html:22 -msgid "quick access to all modules" -msgstr "迅速找到所有模組" +#: builders/latex/__init__.py:310 builders/texinfo.py:105 +#, python-format +msgid "processing %s" +msgstr "正在處理 %s" -#: builders/html/__init__.py:507 themes/basic/defindex.html:23 -msgid "General Index" -msgstr "總索引" +#: builders/latex/__init__.py:332 builders/manpage.py:54 +#: builders/singlehtml.py:176 builders/texinfo.py:111 +msgid "writing" +msgstr "編寫中" -#: themes/basic/defindex.html:24 -msgid "all functions, classes, terms" -msgstr "所有函式、類別、術語" +#: builders/latex/__init__.py:398 builders/texinfo.py:160 +msgid "resolving references..." +msgstr "正在解析參照..." -#: themes/basic/sourcelink.html:4 -msgid "This Page" -msgstr "本頁" +#: builders/latex/__init__.py:409 builders/texinfo.py:170 +msgid " (in " +msgstr " (於 " -#: themes/basic/genindex-single.html:26 -#, python-format -msgid "Index – %(key)s" -msgstr "" +#: builders/_epub_base.py:425 builders/html/__init__.py:781 +#: builders/latex/__init__.py:474 builders/texinfo.py:186 +msgid "copying images... " +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 "單頁完整索引" +#: 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" -#: themes/basic/searchbox.html:4 -msgid "Quick search" -msgstr "快速搜尋" +#: builders/texinfo.py:210 +msgid "copying Texinfo support files" +msgstr "正在複製 Texinfo 支援檔案" -#: themes/basic/genindex-split.html:8 -msgid "Index pages by letter" -msgstr "按字母索引頁面" +#: builders/texinfo.py:218 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "錯誤寫入檔案 Makefile: %s" -#: themes/basic/genindex-split.html:17 -msgid "can be huge" -msgstr "可能會很大" +#: builders/_epub_base.py:223 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "找到了重複的 ToC 項目: %s" -#: themes/basic/relations.html:4 -msgid "Previous topic" -msgstr "上個主題" +#: builders/_epub_base.py:436 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "無法讀取圖片檔 %r: 正在複製它做為替代" -#: themes/basic/relations.html:6 -msgid "previous chapter" -msgstr "上一章" +#: builders/_epub_base.py:467 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "無法寫入圖片檔 %r: %s" -#: themes/basic/relations.html:11 -msgid "Next topic" -msgstr "下個主題" +#: builders/_epub_base.py:479 +msgid "Pillow not found - copying image files" +msgstr "未找到 Pillow - 正在複製圖片檔" -#: themes/basic/relations.html:13 -msgid "next chapter" -msgstr "下一章" +#: builders/_epub_base.py:514 +msgid "writing mimetype file..." +msgstr "正在寫入 mimetype 檔案..." -#: themes/basic/layout.html:18 -msgid "Navigation" -msgstr "瀏覽" +#: builders/_epub_base.py:523 +msgid "writing META-INF/container.xml file..." +msgstr "正在寫入 META-INF/container.xml 檔案..." -#: themes/basic/layout.html:115 +#: builders/_epub_base.py:561 +msgid "writing content.opf file..." +msgstr "正在寫入 content.opf 檔案..." + +#: builders/_epub_base.py:594 #, python-format -msgid "Search within %(docstitle)s" -msgstr "在 %(docstitle)s 中搜尋" +msgid "unknown mimetype for %s, ignoring" +msgstr "對於 %s 未知的 mimetype,忽略中" -#: themes/basic/layout.html:124 -msgid "About these documents" -msgstr "關於這些文件" +#: builders/_epub_base.py:748 +msgid "node has an invalid level" +msgstr "" -#: themes/basic/layout.html:133 themes/basic/layout.html:177 -#: themes/basic/layout.html:179 -msgid "Copyright" -msgstr "版權所有" +#: builders/_epub_base.py:768 +msgid "writing toc.ncx file..." +msgstr "正在寫入 toc.ncx 檔案..." -#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#: builders/_epub_base.py:801 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "writing %s file..." +msgstr "正在寫入 %s 檔案..." -#: themes/basic/layout.html:201 +#: builders/xml.py:29 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "最後更新於 %(last_updated)s。" +msgid "The XML files are in %(outdir)s." +msgstr "XML 檔案在 %(outdir)s 。" -#: themes/basic/layout.html:204 +#: builders/html/__init__.py:1256 builders/text.py:71 builders/xml.py:81 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "使用 Sphinx %(sphinx_version)s 建立。" +msgid "error writing file %s: %s" +msgstr "錯誤寫入檔案 %s: %s" -#: themes/basic/search.html:20 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "請啟用 Javascript 以開啟搜尋功能。" +#: builders/xml.py:103 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "pseudo-XML 檔案在 %(outdir)s 。" -#: themes/basic/search.html:28 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "搜尋多個關鍵字時,只會顯示包含所有關鍵字的結果。" +#: builders/changes.py:29 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "概觀檔案是在 %(outdir)s 。" -#: themes/basic/search.html:35 -msgid "search" -msgstr "搜尋" +#: builders/changes.py:61 +#, python-format +msgid "no changes in version %s." +msgstr "在 %s 版中無變更" -#: themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "隱藏符合搜尋" +#: builders/changes.py:63 +msgid "writing summary file..." +msgstr "正在寫入摘要檔案..." -#: themes/basic/static/searchtools.js:117 -msgid "Search Results" -msgstr "搜尋結果" +#: builders/changes.py:75 +msgid "Builtins" +msgstr "內建" -#: 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 "您的搜尋找不到任何滿足條件的文件。請確定是否所有的搜尋詞都正確地拼寫且您已選擇足夠的分類。" +#: builders/changes.py:77 +msgid "Module level" +msgstr "模組層次" -#: 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] "" +#: builders/changes.py:129 +msgid "copying source files..." +msgstr "正在複製原始檔案..." -#: themes/basic/static/searchtools.js:253 -msgid "Searching" -msgstr "搜尋中" +#: builders/changes.py:138 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "在變更日誌建立時無法讀取 %r" -#: themes/basic/static/searchtools.js:270 -msgid "Preparing search..." -msgstr "準備搜尋中…" +#: builders/manpage.py:37 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "手冊頁面在 %(outdir)s" -#: themes/basic/static/searchtools.js:474 -msgid ", in " -msgstr ",於 " +#: builders/manpage.py:45 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "未找到 \"man_pages\" 組態值:不會編寫任何手冊頁面" -#: themes/basic/changes/rstsource.html:5 +#: builders/manpage.py:64 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" 組態值引用未知的文件 %s" -#: themes/basic/changes/frameset.html:5 -#: themes/basic/changes/versionchanges.html:12 +#: builders/epub3.py:84 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "於 %(version)s 版中的所有變更 — %(docstitle)s" +msgid "The ePub file is in %(outdir)s." +msgstr "ePub 檔案是在 %(outdir)s 。" -#: themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "自動產生的 %(version)s 版變更列表" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "正在寫入 nav.xhtml 檔案..." -#: themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "程式庫的變更" +#: builders/epub3.py:225 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "conf 值 \"epub_language\" (或 \"language\") 在 EPUB3 不應該為空" -#: themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API 的變更" +#: builders/epub3.py:231 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "conf 值 \"epub_uid\" 在 EPUB3 應該是 XML NAME" -#: themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "其他變更" +#: builders/epub3.py:236 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "conf 值 \"epub_title\" (或 \"html_title\") 在 EPUB3 不應該為空" -#: themes/classic/static/sidebar.js.jinja:42 -msgid "Expand sidebar" -msgstr "展開側邊欄" +#: builders/epub3.py:242 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_author\" 在 EPUB3 不應該為空" -#: domains/python/_annotations.py:529 -msgid "Positional-only parameter separator (PEP 570)" -msgstr "" +#: builders/epub3.py:246 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_contributor\" 在 EPUB3 不應該為空" -#: domains/python/_annotations.py:540 -msgid "Keyword-only parameters separator (PEP 3102)" -msgstr "" +#: builders/epub3.py:251 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_description\" 在 EPUB3 不應該為空" -#: domains/python/__init__.py:113 domains/python/__init__.py:278 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (於 %s 模組中)" +#: builders/epub3.py:255 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_publisher\" 在 EPUB3 不應該為空" -#: domains/python/__init__.py:180 domains/python/__init__.py:374 -#: domains/python/__init__.py:434 domains/python/__init__.py:474 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (於 %s 模組中)" +#: builders/epub3.py:260 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "conf 值 \"epub_copyright\" (或 \"copyright\") 在 EPUB3 不應該為空" + +#: builders/epub3.py:266 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_identifier\" 在 EPUB3 不應該為空" -#: domains/python/__init__.py:182 +#: builders/epub3.py:269 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "conf 值 \"version\" 在 EPUB3 不應該為空" + +#: builders/epub3.py:283 builders/html/__init__.py:1306 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (內建變數)" +msgid "invalid css_file: %r, ignored" +msgstr "無效的 css_file: %r, 已略過" -#: domains/python/__init__.py:217 +#: builders/gettext.py:243 #, python-format -msgid "%s (built-in class)" -msgstr "%s (內建類別)" +msgid "The message catalogs are in %(outdir)s." +msgstr "訊息目錄是在 %(outdir)s" -#: domains/python/__init__.py:218 +#: builders/__init__.py:401 builders/gettext.py:264 #, python-format -msgid "%s (class in %s)" -msgstr "%s (%s 中的類別)" +msgid "building [%s]: " +msgstr "正在建立 [%s]:" -#: domains/python/__init__.py:283 +#: builders/gettext.py:265 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s 的類別方法)" +msgid "targets for %d template files" +msgstr "模板檔 %d 的目標" -#: domains/python/__init__.py:285 +#: builders/gettext.py:271 +msgid "reading templates... " +msgstr "正在讀取模板..." + +#: builders/gettext.py:310 +msgid "writing message catalogs... " +msgstr "正在寫入訊息目錄..." + +#: builders/text.py:27 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s 的靜態方法)" +msgid "The text files are in %(outdir)s." +msgstr "文字檔案在 %(outdir)s 。" -#: domains/python/__init__.py:438 +#: builders/__init__.py:230 #, python-format -msgid "%s (%s property)" -msgstr "%s (%s 的特性)" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "未找到對於 %s builder 適用的圖片:%s (%s)" -#: domains/python/__init__.py:478 +#: builders/__init__.py:238 #, python-format -msgid "%s (type alias in %s)" -msgstr "" +msgid "a suitable image for %s builder not found: %s" +msgstr "未找到對於 %s builder 適用的圖片:%s" -#: domains/python/__init__.py:638 -msgid "Python Module Index" -msgstr "Python 模組索引" +#: builders/__init__.py:261 +msgid "building [mo]: " +msgstr "建立 [mo]:" -#: domains/python/__init__.py:639 -msgid "modules" -msgstr "模組" +#: builders/__init__.py:264 builders/__init__.py:779 builders/__init__.py:803 +msgid "writing output... " +msgstr "編寫輸出..." -#: domains/python/__init__.py:717 -msgid "Deprecated" -msgstr "已棄用" +#: builders/__init__.py:281 +#, python-format +msgid "all of %d po files" +msgstr "所有的 %d po 檔" -#: domains/python/__init__.py:743 -msgid "exception" -msgstr "例外" +#: builders/__init__.py:303 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "對於指定的 po 檔 %d 的目標" -#: domains/python/__init__.py:745 -msgid "class method" -msgstr "類別方法" +#: builders/__init__.py:315 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "對於已過期 po 檔 %d 的目標" -#: domains/python/__init__.py:746 -msgid "static method" -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 "在命令列給的檔案 %r 不存在," + +#: builders/__init__.py:343 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "在命令列給的檔案 %r 不在來源資料夾下,忽略中" -#: domains/python/__init__.py:748 -msgid "property" -msgstr "特性" +#: builders/__init__.py:354 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "在命令列給的檔案 %r 不是有效的文件,忽略中" -#: domains/python/__init__.py:749 -msgid "type alias" -msgstr "" +#: builders/__init__.py:367 +#, python-format +msgid "%d source files given on command line" +msgstr "在命令列給了 %d 個原始檔案" -#: domains/python/__init__.py:818 +#: builders/__init__.py:383 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "重複的 %s 的物件描述,在 %s 有其他實例,請在它們其中之一使用 :no-index:" +msgid "targets for %d source files that are out of date" +msgstr "%d 個過時原始檔案的目標" -#: domains/python/__init__.py:978 +#: builders/__init__.py:412 +msgid "looking for now-outdated files... " +msgstr "正在尋找目前已過期的檔案..." + +#: builders/__init__.py:416 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "為交互參照 %r 找到多於一個目標: %s" +msgid "%d found" +msgstr "已找到 %d" -#: domains/python/__init__.py:1052 -msgid " (deprecated)" -msgstr "(已棄用)" +#: builders/__init__.py:418 +msgid "none found" +msgstr "找不到任何結果" -#: domains/c/__init__.py:326 domains/cpp/__init__.py:483 -#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 -msgid "Parameters" -msgstr "參數" +#: builders/__init__.py:425 +msgid "pickling environment" +msgstr "正在 pickle 環境" -#: domains/python/_object.py:206 -msgid "Variables" -msgstr "變數" +#: builders/__init__.py:432 +msgid "checking consistency" +msgstr "正在檢查一致性" -#: domains/python/_object.py:214 -msgid "Raises" -msgstr "引發" +#: builders/__init__.py:436 +msgid "no targets are out of date." +msgstr "沒有過時的目標。" -#: domains/cpp/__init__.py:159 -msgid "Template Parameters" -msgstr "模板參數" +#: builders/__init__.py:475 +msgid "updating environment: " +msgstr "正在更新環境:" -#: domains/cpp/__init__.py:302 +#: builders/__init__.py:500 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s added, %s changed, %s removed" +msgstr "%s 已新增, %s 已變更, %s 已移除" -#: domains/cpp/__init__.py:392 domains/cpp/_symbol.py:942 +#: builders/__init__.py:537 #, 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/c/__init__.py:333 domains/cpp/__init__.py:496 -msgid "Return values" -msgstr "回傳值" +"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 "" -#: domains/c/__init__.py:754 domains/cpp/__init__.py:940 -msgid "union" -msgstr "union" +#: 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 "" -#: domains/c/__init__.py:749 domains/cpp/__init__.py:942 -msgid "member" -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 "" -#: domains/c/__init__.py:757 domains/cpp/__init__.py:943 -msgid "type" -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 "" -#: domains/cpp/__init__.py:944 -msgid "concept" -msgstr "概念" +#: builders/__init__.py:582 builders/__init__.py:599 +msgid "reading sources... " +msgstr "正在讀取來源..." -#: domains/c/__init__.py:755 domains/cpp/__init__.py:945 -msgid "enum" -msgstr "enum" +#: builders/__init__.py:733 +#, python-format +msgid "docnames to write: %s" +msgstr "待寫入的 docname: %s" -#: domains/c/__init__.py:756 domains/cpp/__init__.py:946 -msgid "enumerator" -msgstr "enumerator" +#: builders/__init__.py:735 +msgid "no docnames to write!" +msgstr "" -#: domains/c/__init__.py:760 domains/cpp/__init__.py:949 -msgid "function parameter" -msgstr "函式參數" +#: builders/__init__.py:748 +msgid "preparing documents" +msgstr "正在準備文件" -#: domains/cpp/__init__.py:952 -msgid "template parameter" -msgstr "模板參數" +#: builders/__init__.py:751 +msgid "copying assets" +msgstr "正在複製資產 (asset)" -#: domains/c/__init__.py:211 +#: builders/__init__.py:915 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "" +"undecodable source characters, replacing with '?': '%s>>>%s<<<%s'. This will" +" become an error in Sphinx 9.0." +msgstr "" -#: domains/c/__init__.py:277 domains/c/_symbol.py:557 +#: builders/singlehtml.py:35 #, 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'。" +msgid "The HTML page is in %(outdir)s." +msgstr "HTML 頁面在 %(outdir)s 。" -#: domains/c/__init__.py:750 -msgid "variable" -msgstr "變數" +#: builders/singlehtml.py:171 +msgid "assembling single document" +msgstr "正在組合單一文件" -#: domains/c/__init__.py:752 -msgid "macro" -msgstr "巨集" +#: builders/singlehtml.py:189 +msgid "writing additional files" +msgstr "正在寫入附加檔案" -#: domains/c/__init__.py:753 -msgid "struct" -msgstr "結構" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "虛擬建立器未產生任何檔案。" -#: domains/std/__init__.py:91 domains/std/__init__.py:111 +#: builders/linkcheck.py:78 #, python-format -msgid "environment variable; %s" -msgstr "環境變數; %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "尋找以上輸出或 %(outdir)s/output.txt 中的任何錯誤" -#: domains/std/__init__.py:119 +#: builders/linkcheck.py:150 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "broken link: %s (%s)" +msgstr "錯誤連結: %s (%s)" -#: domains/std/__init__.py:175 -msgid "Type" -msgstr "" +#: builders/linkcheck.py:549 +#, python-format +msgid "Anchor '%s' not found" +msgstr "未找到錨 '%s'" -#: domains/std/__init__.py:185 -msgid "Default" +#: builders/linkcheck.py:758 +msgid "linkcheck_allowed_redirects. Expected a dictionary." msgstr "" -#: domains/std/__init__.py:242 +#: builders/linkcheck.py:768 #, 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 "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "在 linkcheck_allowed_redirects 編譯 regex 失敗: %r %s" -#: domains/std/__init__.py:319 -#, python-format -msgid "%s command line option" -msgstr "%s 命令列選項" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "注意" -#: domains/std/__init__.py:321 -msgid "command line option" -msgstr "命令列選項" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "警示" -#: domains/std/__init__.py:461 -msgid "glossary term must be preceded by empty line" -msgstr "術語表項目必須有空白行在前" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "危險" -#: domains/std/__init__.py:474 -msgid "glossary terms must not be separated by empty lines" -msgstr "術語表項目不可以被空白行分隔" +#: locale/__init__.py:232 +msgid "Error" +msgstr "錯誤" -#: domains/std/__init__.py:486 domains/std/__init__.py:504 -msgid "glossary seems to be misformatted, check indentation" -msgstr "術語表似乎有格式錯誤,請檢查縮排" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "提示" -#: domains/std/__init__.py:729 -msgid "glossary term" -msgstr "雜項術語" +#: locale/__init__.py:234 +msgid "Important" +msgstr "重要" -#: domains/std/__init__.py:730 -msgid "grammar token" -msgstr "語法單詞" +#: locale/__init__.py:235 +msgid "Note" +msgstr "備註" -#: domains/std/__init__.py:731 -msgid "reference label" -msgstr "參照標籤" +#: locale/__init__.py:236 +msgid "See also" +msgstr "請參閱" -#: domains/std/__init__.py:733 -msgid "environment variable" -msgstr "環境變數" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "小訣竅" -#: domains/std/__init__.py:734 -msgid "program option" -msgstr "程式選項" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "警告" -#: domains/std/__init__.py:735 -msgid "document" -msgstr "文件" +#: transforms/i18n.py:231 transforms/i18n.py:306 +#, python-brace-format +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "被翻譯訊息中有不一致的註腳參照。原文: {0},譯文: {1}" -#: domains/std/__init__.py:772 domains/std/__init__.py:785 -msgid "Module Index" -msgstr "模組索引" +#: transforms/i18n.py:276 +#, python-brace-format +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" -#: domains/std/__init__.py:857 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "重複 %s 的描述 %s,亦出現於 %s" +#: transforms/i18n.py:326 +#, python-brace-format +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" -#: domains/std/__init__.py:1113 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig 已停用。 :numref: 已略過。" +#: transforms/i18n.py:348 +#, python-brace-format +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "被翻譯訊息中有不一致的術語參照。原文: {0},譯文: {1}" -#: domains/std/__init__.py:1124 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "無法建立一個交互參照。任一數字未被指定: %s" +#: transforms/__init__.py:144 +msgid "could not calculate translation progress!" +msgstr "無法計算翻譯進度!" + +#: transforms/__init__.py:149 +msgid "no translated elements!" +msgstr "沒有已翻譯的元素!" -#: domains/std/__init__.py:1138 +#: transforms/__init__.py:258 #, python-format -msgid "the link has no caption: %s" -msgstr "這個連結沒有標題: %s" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "找到基於 4 欄位的索引。它可能是您使用的擴充套件的一個錯誤: %r" -#: domains/std/__init__.py:1153 +#: transforms/__init__.py:299 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "無效的 numfig_format: %s (%r)" +msgid "Footnote [%s] is not referenced." +msgstr "註腳 [%s] 未被參照。" -#: domains/std/__init__.py:1157 -#, python-format -msgid "invalid numfig_format: %s" -msgstr "無效的 numfig_format: %s" +#: transforms/__init__.py:308 +msgid "Footnote [*] is not referenced." +msgstr "" -#: domains/std/__init__.py:1453 +#: transforms/__init__.py:319 +msgid "Footnote [#] is not referenced." +msgstr "註腳 [#] 未被參照。" + +#: util/inventory.py:147 #, python-format -msgid "undefined label: %r" -msgstr "未定義的標籤: %r" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: domains/std/__init__.py:1456 +#: util/inventory.py:166 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "無法建立一個交互參照。未找到標題或說明: %r" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: environment/adapters/toctree.py:324 +#: util/i18n.py:100 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "偵測到循環的 toctree 參照,忽略中: %s <- %s" +msgid "reading error: %s, %s" +msgstr "讀取錯誤: %s, %s" -#: environment/adapters/toctree.py:349 +#: util/i18n.py:113 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree 包含了到文件 %r 的參照,該文件沒有標題:不會產生任何鏈接" +msgid "writing error: %s, %s" +msgstr "寫入錯誤: %s, %s" -#: environment/adapters/toctree.py:364 +#: util/i18n.py:146 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree 包含了 non-included 文件 %r 的參照" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s 不存在" -#: environment/adapters/toctree.py:367 +#: util/i18n.py:244 #, python-format -msgid "toctree contains reference to non-existing document %r" +msgid "Invalid Babel locale: %r." msgstr "" -#: environment/adapters/indexentries.py:123 +#: util/i18n.py:253 #, python-format -msgid "see %s" -msgstr "參考 %s" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "無效的日期格式。如果您要直接將它輸出,則以單引號引用該字串: %s" -#: environment/adapters/indexentries.py:133 +#: util/fileutil.py:76 #, python-format -msgid "see also %s" -msgstr "也參考 %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: environment/adapters/indexentries.py:141 +#: util/fileutil.py:89 #, python-format -msgid "unknown index entry type %r" -msgstr "未知的索引項目型別 %r" +msgid "Writing evaluated template result to %s" +msgstr "" -#: environment/adapters/indexentries.py:268 -#: templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "符號" +#: util/display.py:82 +msgid "skipped" +msgstr "已省略" -#: environment/collectors/asset.py:98 -#, python-format -msgid "image file not readable: %s" -msgstr "影像檔案無法讀取: %s" +#: util/display.py:87 +msgid "failed" +msgstr "失敗" -#: environment/collectors/asset.py:126 +#: util/osutil.py:131 #, python-format -msgid "image file %s not readable: %s" -msgstr "影像檔案 %s 無法讀取: %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: environment/collectors/asset.py:163 +#: util/docfields.py:103 #, python-format -msgid "download file not readable: %s" -msgstr "下載檔案無法讀取: %s" +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。" -#: environment/collectors/toctree.py:259 +#: util/nodes.py:454 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s 已經被指定段落編號(巢狀編號的 toctree?)" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r 已棄用於索引項目(從項目 %r)。請改用 'pair: %s'。" -#: _cli/util/errors.py:190 -msgid "Interrupted!" -msgstr "已中斷!" +#: util/nodes.py:521 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree 包含了不存在的檔案 %r 的參照 " -#: _cli/util/errors.py:194 -msgid "reStructuredText markup error!" -msgstr "" +#: util/nodes.py:737 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "在評估只有指令的運算式時發生例外: %s" -#: _cli/util/errors.py:200 -msgid "Encoding error!" +#: util/docutils.py:325 +#, python-format +msgid "unknown directive name: %s" msgstr "" -#: _cli/util/errors.py:203 -msgid "Recursion error!" +#: util/docutils.py:361 +#, python-format +msgid "unknown role name: %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.:" -msgstr "" +#: util/docutils.py:805 +#, python-format +msgid "unknown node type: %r" +msgstr "未知的節點型別: %r" -#: _cli/util/errors.py:227 -msgid "Starting debugger:" -msgstr "" +#: util/rst.py:73 +#, python-format +msgid "default role %s not found" +msgstr "預設角色 %s 未找到" -#: _cli/util/errors.py:235 -msgid "The full traceback has been saved in:" -msgstr "完整的回溯已儲存於:" +#: transforms/post_transforms/images.py:79 +#, python-format +msgid "Could not fetch remote image: %s [%s]" +msgstr "無法提取遠端圖片: %s [%s]" -#: _cli/util/errors.py:240 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "要向開發者回報此錯誤,請在 開啟一個 issue。謝謝!" +#: transforms/post_transforms/images.py:96 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "無法提取遠端圖片: %s [%d]" -#: _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 "如果這是一個使用者錯誤,請一併回報,如此下次才能提供較佳的錯誤訊息。" +#: transforms/post_transforms/images.py:143 +#, python-format +msgid "Unknown image format: %s..." +msgstr "未知的圖片格式: %s..." #: transforms/post_transforms/__init__.py:88 msgid "" @@ -3270,333 +2654,658 @@ msgid "" "bug." msgstr "無法為交互參照決定備用文字。可能是個錯誤。" -#: transforms/post_transforms/__init__.py:237 +#: 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:299 +#: 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:305 +#: transforms/post_transforms/__init__.py:297 #, python-format msgid "%r reference target not found: %s" msgstr "%r 參照目標未找到: %s" -#: transforms/post_transforms/images.py:79 +#: 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 "頁" + +#: builders/latex/__init__.py:206 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "發佈" + +#: builders/latex/transforms.py:120 +msgid "Failed to get a docname!" +msgstr "無法取得 docname!" + +#: builders/latex/transforms.py:121 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "無法提取遠端圖片: %s [%s]" +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 "給定的參考節點 %r 找不到註腳" + +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r 沒有「主題」設定" + +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r 沒有 \"%s\" 設定" + +#: 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 "" +"\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\" 組態值;不會編寫任何文件" + +#: 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 "正在複製 TeX 支援檔案" + +#: 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 "標誌檔案 %r 不存在" + +#: 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],,已略過。" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: transforms/post_transforms/images.py:96 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "無法提取遠端圖片: %s [%d]" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: transforms/post_transforms/images.py:143 -#, python-format -msgid "Unknown image format: %s..." -msgstr "未知的圖片格式: %s..." +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: builders/html/__init__.py:113 +#: builders/html/__init__.py:115 #, python-format msgid "The HTML pages are in %(outdir)s." msgstr "HTML 頁面在 %(outdir)s 。" -#: builders/html/__init__.py:348 +#: builders/html/__init__.py:351 #, python-format msgid "Failed to read build info file: %r" msgstr "讀取 build info 檔失敗: %r" -#: builders/html/__init__.py:364 +#: builders/html/__init__.py:367 msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: builders/html/__init__.py:366 +#: builders/html/__init__.py:369 msgid "building [html]: " msgstr "" -#: builders/html/__init__.py:383 +#: builders/html/__init__.py:386 #, python-format msgid "" "template %s has been changed since the previous build, all docs will be " "rebuilt" msgstr "" -#: builders/html/__init__.py:507 +#: builders/html/__init__.py:510 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "總索引" + +#: builders/html/__init__.py:510 msgid "index" msgstr "索引" -#: builders/html/__init__.py:560 +#: builders/html/__init__.py:563 #, python-format msgid "Logo of %s" msgstr "" -#: builders/html/__init__.py:589 +#: builders/html/__init__.py:592 msgid "next" msgstr "下一頁" -#: builders/html/__init__.py:598 +#: builders/html/__init__.py:601 msgid "previous" msgstr "上一頁" -#: builders/html/__init__.py:696 +#: builders/html/__init__.py:698 msgid "generating indices" msgstr "正在產生索引" -#: builders/html/__init__.py:711 +#: builders/html/__init__.py:713 msgid "writing additional pages" msgstr "正在編寫附加頁面" -#: builders/html/__init__.py:794 +#: builders/html/__init__.py:796 #, python-format msgid "cannot copy image file '%s': %s" msgstr "" -#: builders/html/__init__.py:806 +#: builders/html/__init__.py:808 msgid "copying downloadable files... " msgstr "正在複製可下載的檔案..." -#: builders/html/__init__.py:818 +#: builders/html/__init__.py:820 #, python-format msgid "cannot copy downloadable file %r: %s" msgstr "無法複製可下載的檔案 %r: %s" -#: builders/html/__init__.py:864 +#: builders/html/__init__.py:866 #, python-format msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: builders/html/__init__.py:882 +#: builders/html/__init__.py:884 #, python-format msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "在 html_static_file 中複製一個檔案失敗: %s: %r " -#: builders/html/__init__.py:917 +#: builders/html/__init__.py:919 msgid "copying static files" msgstr "正在複製靜態檔案" -#: builders/html/__init__.py:934 +#: builders/html/__init__.py:936 #, python-format msgid "cannot copy static file %r" msgstr "無法複製靜態檔案 %r" -#: builders/html/__init__.py:939 +#: builders/html/__init__.py:941 msgid "copying extra files" msgstr "正在複製額外檔案" -#: builders/html/__init__.py:949 +#: builders/html/__init__.py:951 #, python-format msgid "cannot copy extra file %r" msgstr "無法複製額外檔案 %r" -#: builders/html/__init__.py:955 +#: builders/html/__init__.py:957 #, python-format msgid "Failed to write build info file: %r" msgstr "寫入 build info 檔失敗: %r" -#: builders/html/__init__.py:1005 +#: builders/html/__init__.py:1007 msgid "" "search index couldn't be loaded, but not all documents will be built: the " "index will be incomplete." msgstr "搜尋索引無法被載入,但不是所有的文件都會被建置:索引將會是不完全的。" -#: builders/html/__init__.py:1052 +#: builders/html/__init__.py:1054 #, python-format msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "頁面 %s 在 html_sidebars 中符合兩個型樣: %r 和 %r" -#: builders/html/__init__.py:1216 +#: builders/html/__init__.py:1218 #, 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 字串。" -#: builders/html/__init__.py:1224 +#: builders/html/__init__.py:1231 +#, 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:1239 #, python-format msgid "" "An error happened in rendering the page %s.\n" "Reason: %r" msgstr "在呈現頁面 %s 時發生了一個錯誤。\n原因: %r" -#: builders/html/__init__.py:1257 +#: builders/html/__init__.py:1272 msgid "dumping object inventory" msgstr "正在傾印物件庫存" -#: builders/html/__init__.py:1265 +#: builders/html/__init__.py:1280 #, python-format msgid "dumping search index in %s" msgstr "正在傾印搜尋索引於 %s" -#: builders/html/__init__.py:1308 +#: builders/html/__init__.py:1323 #, python-format msgid "invalid js_file: %r, ignored" msgstr "無效的 js_file: %r, 已略過" -#: builders/html/__init__.py:1342 +#: builders/html/__init__.py:1357 msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "多個 math_renderer 已被註冊。但是沒有 math_renderer 被選擇。" -#: builders/html/__init__.py:1346 +#: builders/html/__init__.py:1361 #, python-format msgid "Unknown math_renderer %r is given." msgstr "未知的 math_renderer %r 被給予。" -#: builders/html/__init__.py:1360 +#: builders/html/__init__.py:1375 #, python-format msgid "html_extra_path entry %r is placed inside outdir" msgstr "html_extra_path 項目 %r 被放入 outdir" -#: builders/html/__init__.py:1365 +#: builders/html/__init__.py:1380 #, python-format msgid "html_extra_path entry %r does not exist" msgstr "html_extra_path 項目 %r 不存在" -#: builders/html/__init__.py:1380 +#: builders/html/__init__.py:1395 #, python-format msgid "html_static_path entry %r is placed inside outdir" msgstr "html_static_path 項目 %r 被放入 outdir" -#: builders/html/__init__.py:1385 +#: builders/html/__init__.py:1400 #, python-format msgid "html_static_path entry %r does not exist" msgstr "html_static_path 項目 %r 不存在" -#: builders/html/__init__.py:1396 builders/latex/__init__.py:504 -#, python-format -msgid "logo file %r does not exist" -msgstr "標誌檔案 %r 不存在" - -#: builders/html/__init__.py:1407 +#: builders/html/__init__.py:1422 #, python-format msgid "favicon file %r does not exist" msgstr "favicon 檔案 %r 不存在" -#: builders/html/__init__.py:1420 +#: 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:1433 +#: 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\")" -#: builders/html/__init__.py:1449 +#: builders/html/__init__.py:1464 #, python-format msgid "%s %s documentation" msgstr "%s %s 說明文件" -#: builders/html/_build_info.py:32 -msgid "failed to read broken build info file (unknown version)" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s v%s)" +msgstr "(於 %s v%s)" + +#: ext/intersphinx/_resolve.py:51 +#, python-format +msgid "(in %s)" +msgstr "(於 %s)" + +#: ext/intersphinx/_resolve.py:108 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: builders/html/_build_info.py:36 -msgid "failed to read broken build info file (missing config entry)" +#: ext/intersphinx/_resolve.py:118 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: builders/html/_build_info.py:39 -msgid "failed to read broken build info file (missing tags entry)" +#: ext/intersphinx/_resolve.py:383 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "找不到外部交互參照的庫存:%r" + +#: ext/intersphinx/_resolve.py:392 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "無效的外部交互參照後綴:%r" + +#: ext/intersphinx/_resolve.py:403 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "找不到外部交互參照的領域:%r" + +#: ext/intersphinx/_resolve.py:619 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "未找到外部的 %s:%s 參照目標: %s" + +#: ext/intersphinx/_load.py:60 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: builders/latex/__init__.py:118 +#: ext/intersphinx/_load.py:71 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX 檔案在 %(outdir)s 。" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" + +#: ext/intersphinx/_load.py:82 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" + +#: ext/intersphinx/_load.py:93 +#, python-format +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" + +#: ext/intersphinx/_load.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 "" + +#: ext/intersphinx/_load.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:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" + +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" + +#: ext/intersphinx/_load.py:157 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" + +#: ext/intersphinx/_load.py:284 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" + +#: ext/intersphinx/_load.py:311 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "從一些庫存中遇到一些問題,但他們已在進行替代方案:" + +#: ext/intersphinx/_load.py:321 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "無法到達任何的庫存,遇到以下問題:" + +#: ext/intersphinx/_load.py:400 +#, python-format +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx 庫存已移動: %s -> %s" + +#: ext/apidoc/_generate.py:69 +#, python-format +msgid "Would create file %s." +msgstr "將會建立檔案 %s 。" + +#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" + +#: 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: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/_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/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 "能顯示 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 "執行腳本而不建立檔案" -#: 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 "\n在該目錄中執行 'make' 以透過 (pdf)latex 執行這些\n(在此使用 'make latexpdf' 以自動執行)" +#: ext/apidoc/_cli.py:106 +msgid "put documentation for each module on its own page" +msgstr "為每個模組在它自己的頁面置放說明文件" -#: builders/latex/__init__.py:159 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "未找到 \"latex_documents\" 組態值;不會編寫任何文件" +#: ext/apidoc/_cli.py:113 +msgid "include \"_private\" modules" +msgstr "包含 \"_private\" 模組" -#: builders/latex/__init__.py:170 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" 組態值引用未知的文件 %s" +#: ext/apidoc/_cli.py:120 +msgid "filename of table of contents (default: modules)" +msgstr "目錄的檔名(預設值:模組)" -#: builders/latex/__init__.py:209 templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "發佈" +#: ext/apidoc/_cli.py:127 +msgid "don't create a table of contents file" +msgstr "不要建立目錄檔案" -#: builders/latex/__init__.py:428 -msgid "copying TeX support files" -msgstr "正在複製 TeX 支援檔案" +#: ext/apidoc/_cli.py:135 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "不要為模組/套件建立標頭(例如:當說明字串已經包含它們時)" -#: builders/latex/__init__.py:465 -msgid "copying additional files" -msgstr "正在複製附加檔案" +#: ext/apidoc/_cli.py:145 +msgid "put module documentation before submodule documentation" +msgstr "在子模組說明文件之前置放模組說明文件" -#: builders/latex/__init__.py:536 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "未知的配置鍵: latex_elements[%r],已略過。" +#: ext/apidoc/_cli.py:152 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "根據 PEP-0420 隱式命名空間規範來解譯模組路徑" -#: builders/latex/__init__.py:544 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "未知的主題選項: latex_theme_options[%r],,已略過。" +#: ext/apidoc/_cli.py:160 +msgid "" +"Comma-separated list of options to pass to automodule directive (or use " +"SPHINX_APIDOC_OPTIONS)." +msgstr "" -#: builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "無法取得 docname!" +#: ext/apidoc/_cli.py:170 +msgid "file suffix (default: rst)" +msgstr "檔案後綴(預設值:rst)" -#: builders/latex/transforms.py:121 -#, python-format -msgid "Failed to get a docname for source %r!" +#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: builders/latex/transforms.py:487 -#, python-format -msgid "No footnote was found for given reference node %r" -msgstr "給定的參考節點 %r 找不到註腳" +#: ext/apidoc/_cli.py:186 +msgid "generate a full project with sphinx-quickstart" +msgstr "以 sphinx-quickstart 生成一個完全的專案" -#: builders/latex/theming.py:88 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r 沒有「主題」設定" +#: ext/apidoc/_cli.py:193 +msgid "append module_path to sys.path, used when --full is given" +msgstr "附加 module_path 到 sys.path,在給予 --full 時使用" -#: builders/latex/theming.py:91 -#, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r 沒有 \"%s\" 設定" +#: ext/apidoc/_cli.py:200 +msgid "project name (default: root module name)" +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" +msgstr "專案作者(們),在給予 --full 時使用" -#: 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" +msgstr "專案版本,在給予 --full 時使用" -#: 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" +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 "" -#: ext/napoleon/__init__.py:356 ext/napoleon/docstring.py:940 -msgid "Keyword Arguments" -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/napoleon/docstring.py:176 #, python-format @@ -3626,6 +3335,10 @@ msgstr "範例" msgid "Examples" msgstr "範例" +#: ext/napoleon/__init__.py:355 ext/napoleon/docstring.py:940 +msgid "Keyword Arguments" +msgstr "關鍵字引數" + #: ext/napoleon/docstring.py:956 msgid "Notes" msgstr "備註" @@ -3634,6 +3347,11 @@ msgstr "備註" msgid "Other Parameters" msgstr "其他參數" +#: domains/c/__init__.py:354 domains/cpp/__init__.py:485 +#: domains/python/_object.py:190 ext/napoleon/docstring.py:974 +msgid "Parameters" +msgstr "參數" + #: ext/napoleon/docstring.py:1001 msgid "Receives" msgstr "接收" @@ -3642,13 +3360,137 @@ msgstr "接收" msgid "References" msgstr "參照" -#: ext/napoleon/docstring.py:1037 -msgid "Warns" -msgstr "警告" +#: ext/napoleon/docstring.py:1037 +msgid "Warns" +msgstr "警告" + +#: ext/napoleon/docstring.py:1041 +msgid "Yields" +msgstr "產出" + +#: ext/autodoc/type_comment.py:151 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "無法為 %r 更新簽名:未找到參數: %s" + +#: ext/autodoc/type_comment.py:154 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "無法為 %r 剖析 type_comment: %s" + +#: ext/autodoc/preserve_defaults.py:195 +#, python-format +msgid "Failed to parse a default argument value for %r: %s" +msgstr "無法為 %r 剖析一個預設引數: %s" + +#: ext/autodoc/__init__.py:150 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "對於 member-order 選項無效的值: %s" + +#: ext/autodoc/__init__.py:158 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "對於 class-doc-from 選項無效的值: %s" + +#: ext/autodoc/__init__.py:460 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "無效的簽章給 auto%s (%r)" + +#: ext/autodoc/__init__.py:579 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "在為 %s 格式化引數時有錯誤: %s" + +#: ext/autodoc/__init__.py:898 +#, 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/__init__.py:1021 +#, 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\" 指令,或是給予一個明確的模組名稱)" + +#: ext/autodoc/__init__.py:1080 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "一個 mocked 物件被偵測到: %r" + +#: ext/autodoc/__init__.py:1103 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "正在為 %s 格式化簽名時發生錯誤: %s" + +#: ext/autodoc/__init__.py:1177 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" 在 automodule 的名稱中並不合理" + +#: ext/autodoc/__init__.py:1185 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "簽名引數或回傳註釋給予 automodule %s" + +#: ext/autodoc/__init__.py:1201 +#, python-format +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ 應該是一個字串的列表,不是 %r (在 %s 模組中)-- 正在忽略 __all__" + +#: ext/autodoc/__init__.py:1278 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "缺少 :members: 選項中所述的屬性:模組 %s ,屬性 %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 "無法取得一個函式簽名給 %s: %s" + +#: ext/autodoc/__init__.py:1828 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "無法取得一個 constructor 簽名給 %s: %s" + +#: ext/autodoc/__init__.py:1966 +#, python-format +msgid "Bases: %s" +msgstr "基礎類別:%s" + +#: ext/autodoc/__init__.py:1985 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "遺漏屬性 %s 在物件 %s" + +#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 +#: ext/autodoc/__init__.py:2204 +#, python-format +msgid "alias of %s" +msgstr "%s 的別名" + +#: ext/autodoc/__init__.py:2097 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "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 "無法取得一個 method 簽名給 %s: %s" -#: ext/napoleon/docstring.py:1041 -msgid "Yields" -msgstr "產出" +#: ext/autodoc/__init__.py:2720 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "在 %s 找到無效的 __slots__。已略過。" #: ext/autosummary/__init__.py:284 #, python-format @@ -3771,451 +3613,640 @@ msgid "" "%(default)s)" msgstr "文件確實是在模組 __all__ 屬性中的成員。(預設值: %(default)s)" -#: ext/apidoc/_cli.py:178 ext/autosummary/generate.py:909 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/util/errors.py:190 +msgid "Interrupted!" +msgstr "已中斷!" + +#: _cli/util/errors.py:194 +msgid "reStructuredText markup error!" msgstr "" -#: ext/apidoc/_shared.py:29 ext/autosummary/generate.py:944 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/util/errors.py:200 +msgid "Encoding error!" msgstr "" -#: ext/apidoc/_cli.py:28 +#: _cli/util/errors.py:203 +msgid "Recursion error!" +msgstr "" + +#: _cli/util/errors.py:207 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備註:在預設情況,此腳本不會重寫已經被建立的檔案。" +"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 "" -#: ext/apidoc/_cli.py:45 -msgid "path to module to document" -msgstr "要生成文件的模組路徑" +#: _cli/util/errors.py:227 +msgid "Starting debugger:" +msgstr "" -#: ext/apidoc/_cli.py:50 +#: _cli/util/errors.py:235 +msgid "The full traceback has been saved in:" +msgstr "完整的回溯已儲存於:" + +#: _cli/util/errors.py:240 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fnmatch 風格的檔案及/或資料夾模式,將在生成時移除。" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "要向開發者回報此錯誤,請在 開啟一個 issue。謝謝!" -#: ext/apidoc/_cli.py:60 -msgid "directory to place all output" -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 "如果這是一個使用者錯誤,請一併回報,如此下次才能提供較佳的錯誤訊息。" -#: ext/apidoc/_cli.py:75 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "能顯示 TOC 的子模組最大深度(預設值:4)" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "收合側邊欄" -#: ext/apidoc/_cli.py:82 -msgid "overwrite existing 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 "目錄" -#: ext/apidoc/_cli.py:91 +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "搜尋" + +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "前往" + +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "顯示原始碼" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "內容" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "快速搜尋" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +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/genindex-split.html:17 +msgid "can be huge" +msgstr "可能會很大" + +#: themes/basic/search.html:20 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "跟隨符號鏈接。與 collective.recipe.omelette 結合時很有用。" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "請啟用 Javascript 以開啟搜尋功能。" -#: ext/apidoc/_cli.py:99 -msgid "run the script without creating files" -msgstr "執行腳本而不建立檔案" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "搜尋多個關鍵字時,只會顯示包含所有關鍵字的結果。" -#: ext/apidoc/_cli.py:106 -msgid "put documentation for each module on its own page" -msgstr "為每個模組在它自己的頁面置放說明文件" +#: themes/basic/search.html:35 +msgid "search" +msgstr "搜尋" -#: ext/apidoc/_cli.py:113 -msgid "include \"_private\" modules" -msgstr "包含 \"_private\" 模組" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "瀏覽" -#: ext/apidoc/_cli.py:120 -msgid "filename of table of contents (default: modules)" -msgstr "目錄的檔名(預設值:模組)" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "在 %(docstitle)s 中搜尋" -#: ext/apidoc/_cli.py:127 -msgid "don't create a table of contents file" -msgstr "不要建立目錄檔案" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "關於這些文件" -#: ext/apidoc/_cli.py:135 +#: 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 "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "不要為模組/套件建立標頭(例如:當說明字串已經包含它們時)" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "使用 Sphinx %(sphinx_version)s 建立。" -#: ext/apidoc/_cli.py:145 -msgid "put module documentation before submodule documentation" -msgstr "在子模組說明文件之前置放模組說明文件" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +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/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "搜尋 %(docstitle)s" + +#: 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 "列出所有章節與小節" + +#: 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 "迅速找到所有模組" -#: ext/apidoc/_cli.py:152 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "根據 PEP-0420 隱式命名空間規範來解譯模組路徑" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "所有函式、類別、術語" -#: ext/apidoc/_cli.py:160 -msgid "" -"Comma-separated list of options to pass to automodule directive (or use " -"SPHINX_APIDOC_OPTIONS)." +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: ext/apidoc/_cli.py:170 -msgid "file suffix (default: rst)" -msgstr "檔案後綴(預設值:rst)" +#: 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:186 -msgid "generate a full project with sphinx-quickstart" -msgstr "以 sphinx-quickstart 生成一個完全的專案" +#: 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:193 -msgid "append module_path to sys.path, used when --full is given" -msgstr "附加 module_path 到 sys.path,在給予 --full 時使用" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "程式庫的變更" -#: ext/apidoc/_cli.py:200 -msgid "project name (default: root module name)" -msgstr "專案名稱(預設值:根模組名稱)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API 的變更" -#: ext/apidoc/_cli.py:207 -msgid "project author(s), used when --full is given" -msgstr "專案作者(們),在給予 --full 時使用" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "其他變更" -#: ext/apidoc/_cli.py:214 -msgid "project version, used when --full is given" -msgstr "專案版本,在給予 --full 時使用" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: ext/apidoc/_cli.py:222 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "專案發布,在給予 --full 時使用,預設為 --doc-version" +#: themes/basic/static/searchtools.js:123 +msgid "Search Results" +msgstr "搜尋結果" -#: ext/apidoc/_cli.py:226 -msgid "extension options" -msgstr "擴充套件選項" +#: themes/basic/static/searchtools.js:125 +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:232 -msgid "enable arbitrary extensions, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:129 +#, 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/apidoc/_cli.py:240 -#, python-format -msgid "enable %s extension, used when --full is given" -msgstr "" +#: themes/basic/static/searchtools.js:267 +msgid "Searching" +msgstr "搜尋中" -#: ext/apidoc/_cli.py:291 -#, python-format -msgid "%s is not a directory." -msgstr "%s 不是資料夾" +#: themes/basic/static/searchtools.js:284 +msgid "Preparing search..." +msgstr "準備搜尋中…" -#: ext/apidoc/_extension.py:50 -msgid "Running apidoc" -msgstr "" +#: themes/basic/static/searchtools.js:517 +msgid ", in " +msgstr ",於 " -#: ext/apidoc/_extension.py:102 -#, python-format -msgid "apidoc_modules item %i must be a dict" -msgstr "" +#: themes/basic/static/sphinx_highlight.js:108 +msgid "Hide Search Matches" +msgstr "隱藏符合搜尋" -#: ext/apidoc/_extension.py:110 -#, python-format -msgid "apidoc_modules item %i must have a 'path' key" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "展開側邊欄" -#: ext/apidoc/_extension.py:115 +#: environment/adapters/toctree.py:335 #, python-format -msgid "apidoc_modules item %i 'path' must be a string" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "偵測到循環的 toctree 參照,忽略中: %s <- %s" -#: ext/apidoc/_extension.py:121 +#: environment/adapters/toctree.py:360 #, python-format -msgid "apidoc_modules item %i 'path' is not an existing folder: %s" -msgstr "" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree 包含了到文件 %r 的參照,該文件沒有標題:不會產生任何鏈接" -#: ext/apidoc/_extension.py:133 +#: environment/adapters/toctree.py:375 #, python-format -msgid "apidoc_modules item %i must have a 'destination' key" -msgstr "" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree 包含了 non-included 文件 %r 的參照" -#: ext/apidoc/_extension.py:140 +#: environment/adapters/toctree.py:378 #, python-format -msgid "apidoc_modules item %i 'destination' must be a string" +msgid "toctree contains reference to non-existing document %r" msgstr "" -#: ext/apidoc/_extension.py:147 +#: environment/adapters/indexentries.py:122 #, python-format -msgid "apidoc_modules item %i 'destination' should be a relative path" -msgstr "" +msgid "see %s" +msgstr "參考 %s" -#: ext/apidoc/_extension.py:157 +#: environment/adapters/indexentries.py:132 #, python-format -msgid "apidoc_modules item %i cannot create destination directory: %s" -msgstr "" +msgid "see also %s" +msgstr "請參閱 %s" -#: ext/apidoc/_extension.py:178 +#: environment/adapters/indexentries.py:140 #, python-format -msgid "apidoc_modules item %i '%s' must be an int" -msgstr "" +msgid "unknown index entry type %r" +msgstr "未知的索引項目型別 %r" -#: ext/apidoc/_extension.py:192 +#: environment/collectors/asset.py:98 #, python-format -msgid "apidoc_modules item %i '%s' must be a boolean" -msgstr "" +msgid "image file not readable: %s" +msgstr "影像檔案無法讀取: %s" -#: ext/apidoc/_extension.py:210 +#: environment/collectors/asset.py:126 #, python-format -msgid "apidoc_modules item %i has unexpected keys: %s" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "影像檔案 %s 無法讀取: %s" -#: ext/apidoc/_extension.py:247 +#: environment/collectors/asset.py:165 #, python-format -msgid "apidoc_modules item %i '%s' must be a sequence" -msgstr "" +msgid "download file not readable: %s" +msgstr "下載檔案無法讀取: %s" -#: ext/apidoc/_extension.py:256 +#: environment/collectors/toctree.py:259 #, python-format -msgid "apidoc_modules item %i '%s' must contain strings" -msgstr "" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s 已經被指定段落編號(巢狀編號的 toctree?)" -#: ext/apidoc/_generate.py:69 +#: domains/cpp/__init__.py:394 domains/cpp/_symbol.py:946 #, python-format -msgid "Would create file %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/intersphinx/_resolve.py:49 +#: domains/cpp/__init__.py:159 +msgid "Template Parameters" +msgstr "模板參數" + +#: domains/cpp/__init__.py:302 #, python-format -msgid "(in %s v%s)" -msgstr "(於 %s v%s)" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: ext/intersphinx/_resolve.py:51 +#: 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/_object.py:206 +msgid "Variables" +msgstr "變數" + +#: domains/python/_object.py:214 +msgid "Raises" +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 "" + +#: domains/python/__init__.py:115 domains/python/__init__.py:280 #, python-format -msgid "(in %s)" -msgstr "(於 %s)" +msgid "%s() (in module %s)" +msgstr "%s() (於 %s 模組中)" -#: ext/intersphinx/_resolve.py:108 +#: domains/python/__init__.py:182 domains/python/__init__.py:376 +#: domains/python/__init__.py:436 domains/python/__init__.py:476 #, python-format -msgid "inventory '%s': duplicate matches found for %s:%s" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (於 %s 模組中)" -#: ext/intersphinx/_resolve.py:118 +#: domains/python/__init__.py:184 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (內建變數)" -#: ext/intersphinx/_resolve.py:383 +#: domains/python/__init__.py:219 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "找不到外部交互參照的庫存:%r" +msgid "%s (built-in class)" +msgstr "%s (內建類別)" -#: ext/intersphinx/_resolve.py:392 +#: domains/python/__init__.py:220 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "無效的外部交互參照後綴:%r" +msgid "%s (class in %s)" +msgstr "%s (%s 中的類別)" -#: ext/intersphinx/_resolve.py:403 +#: domains/python/__init__.py:285 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "找不到外部交互參照的領域:%r" +msgid "%s() (%s class method)" +msgstr "%s() (%s 的類別方法)" -#: ext/intersphinx/_resolve.py:619 +#: domains/python/__init__.py:287 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "未找到外部的 %s:%s 參照目標: %s" +msgid "%s() (%s static method)" +msgstr "%s() (%s 的靜態方法)" -#: ext/intersphinx/_load.py:60 +#: domains/python/__init__.py:440 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "%s (%s property)" +msgstr "%s (%s 的特性)" -#: ext/intersphinx/_load.py:71 +#: domains/python/__init__.py:480 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%s (type alias in %s)" msgstr "" -#: ext/intersphinx/_load.py:82 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +#: domains/python/__init__.py:634 +msgid "Python Module Index" +msgstr "Python 模組索引" -#: ext/intersphinx/_load.py:93 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +#: domains/python/__init__.py:635 +msgid "modules" +msgstr "模組" + +#: domains/python/__init__.py:713 +msgid "Deprecated" +msgstr "已棄用" + +#: domains/python/__init__.py:739 +msgid "exception" +msgstr "例外" + +#: domains/python/__init__.py:741 +msgid "class method" +msgstr "類別方法" + +#: domains/python/__init__.py:742 +msgid "static method" +msgstr "靜態方法" + +#: domains/python/__init__.py:744 +msgid "property" +msgstr "特性" + +#: domains/python/__init__.py:745 +msgid "type alias" msgstr "" -#: ext/intersphinx/_load.py:102 +#: domains/python/__init__.py:814 #, 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 "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "重複的 %s 的物件描述,在 %s 有其他實例,請在它們其中之一使用 :no-index:" -#: ext/intersphinx/_load.py:121 +#: domains/python/__init__.py:976 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "more than one target found for cross-reference %r: %s" +msgstr "為交互參照 %r 找到多於一個目標: %s" -#: ext/intersphinx/_load.py:131 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: domains/python/__init__.py:1050 +msgid " (deprecated)" +msgstr "(已棄用)" -#: ext/intersphinx/_load.py:134 +#: domains/std/__init__.py:88 domains/std/__init__.py:108 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "environment variable; %s" +msgstr "環境變數; %s" + +#: domains/std/__init__.py:116 +#, python-format +msgid "%s; configuration value" msgstr "" -#: ext/intersphinx/_load.py:157 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: domains/std/__init__.py:172 +msgid "Type" msgstr "" -#: ext/intersphinx/_load.py:261 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: domains/std/__init__.py:182 +msgid "Default" msgstr "" -#: ext/intersphinx/_load.py:287 +#: domains/std/__init__.py:239 +#, python-format msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "從一些庫存中遇到一些問題,但他們已在進行替代方案:" - -#: ext/intersphinx/_load.py:297 -msgid "failed to reach any of the inventories with the following issues:" -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\"" -#: ext/intersphinx/_load.py:361 +#: domains/std/__init__.py:319 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx 庫存已移動: %s -> %s" +msgid "%s command line option" +msgstr "%s 命令列選項" -#: ext/autodoc/__init__.py:150 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "對於 member-order 選項無效的值: %s" +#: domains/std/__init__.py:321 +msgid "command line option" +msgstr "命令列選項" -#: ext/autodoc/__init__.py:158 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "對於 class-doc-from 選項無效的值: %s" +#: domains/std/__init__.py:461 +msgid "glossary term must be preceded by empty line" +msgstr "術語表項目必須有空白行在前" -#: ext/autodoc/__init__.py:460 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "無效的簽章給 auto%s (%r)" +#: domains/std/__init__.py:474 +msgid "glossary terms must not be separated by empty lines" +msgstr "術語表項目不可以被空白行分隔" -#: ext/autodoc/__init__.py:579 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "在為 %s 格式化引數時有錯誤: %s" +#: domains/std/__init__.py:486 domains/std/__init__.py:504 +msgid "glossary seems to be misformatted, check indentation" +msgstr "術語表似乎有格式錯誤,請檢查縮排" -#: ext/autodoc/__init__.py:898 -#, 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" +#: domains/std/__init__.py:729 +msgid "glossary term" +msgstr "雜項術語" -#: ext/autodoc/__init__.py:1021 -#, 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\" 指令,或是給予一個明確的模組名稱)" +#: domains/std/__init__.py:730 +msgid "grammar token" +msgstr "語法單詞" -#: ext/autodoc/__init__.py:1080 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "一個 mocked 物件被偵測到: %r" +#: domains/std/__init__.py:731 +msgid "reference label" +msgstr "參照標籤" -#: ext/autodoc/__init__.py:1103 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "正在為 %s 格式化簽名時發生錯誤: %s" +#: domains/std/__init__.py:733 +msgid "environment variable" +msgstr "環境變數" -#: ext/autodoc/__init__.py:1177 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" 在 automodule 的名稱中並不合理" +#: domains/std/__init__.py:734 +msgid "program option" +msgstr "程式選項" -#: ext/autodoc/__init__.py:1185 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "簽名引數或回傳註釋給予 automodule %s" +#: domains/std/__init__.py:735 +msgid "document" +msgstr "文件" -#: ext/autodoc/__init__.py:1201 -#, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ 應該是一個字串的列表,不是 %r (在 %s 模組中)-- 正在忽略 __all__" +#: domains/std/__init__.py:772 domains/std/__init__.py:785 +msgid "Module Index" +msgstr "模組索引" -#: ext/autodoc/__init__.py:1278 +#: domains/std/__init__.py:857 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "缺少 :members: 選項中所述的屬性:模組 %s ,屬性 %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "重複 %s 的描述 %s,亦出現於 %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 "無法取得一個函式簽名給 %s: %s" +#: domains/std/__init__.py:1113 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig 已停用。 :numref: 已略過。" -#: ext/autodoc/__init__.py:1828 +#: domains/std/__init__.py:1124 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "無法取得一個 constructor 簽名給 %s: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "無法建立一個交互參照。任一數字未被指定: %s" -#: ext/autodoc/__init__.py:1966 +#: domains/std/__init__.py:1138 #, python-format -msgid "Bases: %s" -msgstr "基礎類別:%s" +msgid "the link has no caption: %s" +msgstr "這個連結沒有標題: %s" -#: ext/autodoc/__init__.py:1985 +#: domains/std/__init__.py:1153 #, python-format -msgid "missing attribute %s in object %s" -msgstr "遺漏屬性 %s 在物件 %s" +msgid "invalid numfig_format: %s (%r)" +msgstr "無效的 numfig_format: %s (%r)" -#: ext/autodoc/__init__.py:2081 ext/autodoc/__init__.py:2110 -#: ext/autodoc/__init__.py:2204 +#: domains/std/__init__.py:1157 #, python-format -msgid "alias of %s" -msgstr "%s 的別名" +msgid "invalid numfig_format: %s" +msgstr "無效的 numfig_format: %s" -#: ext/autodoc/__init__.py:2097 +#: domains/std/__init__.py:1453 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "TypeVar(%s) 的別名" +msgid "undefined label: %r" +msgstr "未定義的標籤: %r" -#: ext/autodoc/__init__.py:2456 ext/autodoc/__init__.py:2576 +#: domains/std/__init__.py:1456 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "無法取得一個 method 簽名給 %s: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "無法建立一個交互參照。未找到標題或說明: %r" -#: ext/autodoc/__init__.py:2720 +#: domains/c/__init__.py:279 domains/c/_symbol.py:569 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "在 %s 找到無效的 __slots__。已略過。" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "重複的 C 宣告,亦被定義於 %s:%s。\n宣告是 '.. c:%s:: %s'。" -#: ext/autodoc/preserve_defaults.py:195 +#: domains/c/__init__.py:211 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "無法為 %r 剖析一個預設引數: %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: ext/autodoc/type_comment.py:151 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "無法為 %r 更新簽名:未找到參數: %s" +#: domains/c/__init__.py:778 +msgid "variable" +msgstr "變數" -#: ext/autodoc/type_comment.py:154 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "無法為 %r 剖析 type_comment: %s" +#: domains/c/__init__.py:780 +msgid "macro" +msgstr "巨集" + +#: domains/c/__init__.py:781 +msgid "struct" +msgstr "結構"